Esta página se muestra en inglés. Una traducción al español está en curso.
KnowledgeMay 12, 2026·2 min de lectura

Claude Code Best Practice — Agentic Engineering Patterns

Claude Code Best Practice is an implementation-backed playbook for agents, commands, skills, hooks, and MCP to ship repeatable Claude Code workflows.

Listo para agents

Instalación con revisión previa

Este activo requiere revisión. El prompt copiado pide dry-run, muestra escrituras y continúa solo tras confirmación.

Needs Confirmation · 64/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Knowledge
Instalación
Single
Confianza
Confianza: Community
Entrada
Asset
Comando con revisión previa
npx -y tokrepo@latest install a244ac51-9169-45b0-a730-d9fd89b309c3 --target codex

Primero dry-run, confirma las escrituras y luego ejecuta este comando.

Introducción

Claude Code Best Practice is an implementation-backed playbook for agents, commands, skills, hooks, and MCP to ship repeatable Claude Code workflows.

  • Best for: Claude Code users moving from ad-hoc prompting to repeatable, reviewable agent workflows
  • Works with: Claude Code (.claude commands/agents/skills), hooks, MCP servers, Git worktrees
  • Setup time: 10 minutes

Practical Notes

  • Setup time ~10 minutes (clone + locate the implemented .claude/ examples)
  • One concrete demo included: /weather-orchestrator workflow in .claude/commands/
  • GitHub stars + forks (verified): see Source & Thanks

Treat this repo like an internal engineering handbook:

  1. Start by reading the implemented docs (not just theory).
  2. Pick one pattern (e.g., commands + subagents + skills), then copy the minimal files into a real project.
  3. Turn the pattern into a team habit: keep everything in version control, review changes in PRs, and require explicit guardrails for risky operations.

If you already use multiple agents in parallel, use the repo as a checklist: consistent .claude/ structure, hooks for formatting/tests, and a small set of shared commands the whole team relies on.

FAQ

Q: Is this a tool or a reference repo? A: Primarily a reference repo with implemented examples you can copy into projects.

Q: What should I try first? A: Run the /weather-orchestrator workflow to understand the command → agent → skill pattern.

Q: How do I keep practices from drifting? A: Version-control your .claude/ assets and review changes in PRs like code.

🙏

Fuente y agradecimientos

Source: https://github.com/shanraisshan/claude-code-best-practice > License: MIT > GitHub stars: 52,402 · forks: 5,230

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados