Guides and production-ready commands for Claude Code: skills, subagents, hooks, memory, custom commands, and conversation-history tooling.
개요
Guides and production-ready commands for Claude Code: skills, subagents, hooks, memory, custom commands, and conversation-history tooling.
README
Agent Guides
Guides and production-ready commands for Claude Code: skills, subagents, hooks, memory, custom commands, and conversation-history tooling. Current as of July 2026 (skills-merged commands, native subagents, hooks, Agent Skills open standard).
📚 Guides
| Guide | What it covers |
|---|---|
| Agent Skills Guide | The 2026 extension primitive: SKILL.md, frontmatter, dynamic context injection, subagent execution, distribution |
| Custom Commands & Skills | Quick-start for /commands — arguments, frontmatter, built-ins |
| Subagents Guide | .claude/agents/, worktree isolation, background execution, orchestration patterns |
| Hooks Guide | Deterministic automation: events, matchers, decision JSON, recipes |
| Memory Guide | CLAUDE.md, .claude/rules/, auto memory, AGENTS.md interop |
| Search Best Practices | Finding things in your codebase with natural language |
| Conversation Search Guide | Searching your session history (JSONL storage, /resume, jq recipes) |
Which one do I need? Facts → memory. Procedures → skills. Isolated/parallel work → subagents. Guaranteed enforcement → hooks. External systems → MCP.
🛠️ Skills Collection
claude-skills/ — 11 installable skills in standard SKILL.md layout: multi-mind orchestration, SFT data auditing, experiment ops (tokenbending/worklog), paper OCR pipelines, writing workflows, Playwright/Manim/X tooling. See the collection README for the full table.
Quick Start
# Install one skill
cp -r claude-skills/multi-mind ~/.claude/skills/
# Or the whole collection
cp -R claude-skills/*/ ~/.claude/skills/
Then in any Claude Code session:
/multi-mind "Should we adopt CRDTs for our collaborative editor?" rounds=5
New project? Start with /init (set CLAUDE_CODE_NEW_INIT=1 for the interactive flow), then /doctor to audit your setup.
🔧 Scripts
extract-claude-session.py— export any session from~/.claude/projects/JSONL transcripts to markdown or cleaned JSONL.
Contributing
- Add new skills (see the Skills Guide for the format)
- Improve existing guides
- Share workflows via pull request
License
Open source — modify and adapt for your needs. See LICENSE.
추천 도구
다른 키워드를 입력하거나 필터를 제거해 보세요.
설치
npx skillfish add tokenbender/agent-guides