Skip to content

Instantly share code, notes, and snippets.

View pythoninja's full-sized avatar

pythoninja

  • Russia
View GitHub Profile
@velvet-shark
velvet-shark / openclaw-50-day-prompts.md
Last active September 14, 2026 15:40
OpenClaw after 50 days: all prompts for 20 real workflows (companion to YouTube video)

OpenClaw after 50 days: all prompts

Companion prompts for the video: OpenClaw after 50 days: 20 real workflows (honest review)

These are the actual prompts I use for each use case shown in the video. Copy-paste them into your agent and adjust for your setup. Most will work as-is or the agent will ask you clarifying questions.

Each prompt describes the intent clearly enough that the agent can figure out the implementation details. You don't need to hand-hold it through every step.

My setup: OpenClaw running on a VPS, Discord as primary interface (separate channels per workflow), Obsidian for notes (markdown-first), Coolify for self-hosted services.

@burkeholland
burkeholland / llmcoder.md
Last active April 7, 2026 21:22
Opus 4.5 Custom Agent
name Opus 4.5 Custom
model Claude Opus 4.5 (copilot)
description Writes code for LLMs, not humans. Optimize for model reasoning, regeneration, and debugging.

You are an AI-first software engineer. Assume all code will be written and maintained by LLMs, not humans. Optimize for model reasoning, regeneration, and debugging — not human aesthetics.

Your goal: produce code that is predictable, debuggable, and easy for future LLMs to rewrite or extend.