Cette page est affichée en anglais. Une traduction française est en cours.
KnowledgeMay 12, 2026·2 min de lecture

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.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Needs Confirmation · 64/100Policy : confirmer
Surface agent
Tout agent MCP/CLI
Type
Knowledge
Installation
Single
Confiance
Confiance : Community
Point d'entrée
README.md
Commande CLI universelle
npx tokrepo install a244ac51-9169-45b0-a730-d9fd89b309c3
Introduction

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.

🙏

Source et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires