TA

tokenbender/agent-guides

Developer tools
363 stars 品質 86 トレンド 86

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

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.

View this README on GitHub

推奨ツール

別のキーワードを試すか、フィルタを外してください。

インストール

npx skillfish add tokenbender/agent-guides