build-your-agent-sf.vercel.app
npm install -g @anthropic-ai/claude-code then claude"Help me create an instruction file for my work"git clone https://github.com/timkosters/costack.git ~/.claude/skills/costack && cd ~/.claude/skills/costack && ./setup.sh/bootstrap - CoStack interviews you for 20 minutes about your work, team, and tools/context-collect Jennifer and it pulls everything about her from every source into one page./reflect - it traces the problem and updates its own instructions. Over time the system genuinely gets smarter.This used to take 2-3 hours a day. Now it takes 30 minutes.
/skill-name and Claude follows the recipe. You write it once, run it whenever.| Skill | What it does |
|---|---|
/context-update | Morning scan. Sweeps all sources, builds a map of my world. |
/context-collect [name] | Everything about one person from every source. Game-changer for call prep. |
/derive | Reasons about what the context means. Spots gaps, flags deadlines. |
/drift | Compares what I said I'd do vs what I actually did. |
/content-sweep | Scans Twitter, articles, notes for content ideas. Drafts posts. |
/humanize | Strips AI patterns from writing. 24-pattern checklist. |
/deploy-site | Builds and deploys a site. How this page was made. |
/reflect | Analyzes patterns. System gets smarter over time. |
Find an interesting article or thread on X. Send the link to your agent. If it says "I can't access Twitter," just ask it to sort that out - it can install the tools it needs. This is how I discover and integrate new ideas constantly.
SKILL.md file inside"Help me create a skill that scans my email every morning."In the Claude Code text box, use Shift+Tab to cycle through modes. Select Plan mode for big tasks. Instead of diving straight in, Claude thinks through the approach, shows you the plan, and you approve before it executes. Way less anxiety than watching it freestyle. Your best friend early on.
By default, Claude asks for approval at every step. Good for building trust. Once you're comfortable, Shift+Tab to turn on bypass mode. Claude just runs. You're still watching, you can stop anytime. I wouldn't do this on day one, but it's how I work most of the time now.
Don't Google "how to use Claude." Ask Claude itself. It knows its own capabilities, limitations, and can walk you through any setup step by step. This is the single most underused trick.
The AI is already smart. What it's missing is YOUR context. Your role, your projects, your preferences. One good instruction file changes everything.
Agent-first work has the same dopamine mechanics as a video game. Time-box your tinkering. Keep a "what shipped" log. The guardrails should come before they feel necessary.
/deploy-site - live URL in secondsThis is how this page was built. The whole workflow takes about an hour.
npm install -g @anthropic-ai/claude-code then claude. More powerful, same brain.Your Claude Code agent can SSH into your OpenClaw server and manage it directly. It can also send messages to your OpenClaw agent via Telegram. So R2 (my local agent) can set up, configure, and communicate with Esme (my server agent). One agent managing another.
OpenClaw supports OAuth with your existing OpenAI subscription - no separate API key management needed. Makes getting started much simpler.