From cc-best
Claude Code ecosystem best practices — opinionated reference for CLAUDE.md, plugins, agents, hooks, MCP, and anti-patterns. Synthesises real ForgePlan production experience (18 plugins, 47+ audit findings). Use when authoring CLAUDE.md, designing a plugin, writing an agent, configuring hooks, or asking what NOT to do. Sections load on demand via agentic RAG (≤300 lines per file). Triggers: "claude code best practices", "claude-md structure", "how to write CLAUDE.md", "plugin patterns", "agent frontmatter", "hook ordering", "mcp gotchas", "anti-patterns claude code", "common claude code mistakes", "лучшие практики Claude Code", "как писать CLAUDE.md"
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-best:cc-bestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the cc-best skill — an opinionated knowledge base for the Claude Code ecosystem. When invoked, route the user's question to the most relevant section, then load the narrowest content file from that section.
sections/agents/_index.mdsections/agents/examples.mdsections/agents/frontmatter.mdsections/agents/profiles.mdsections/agents/tools-and-denylist.mdsections/agents/when-to-use.mdsections/antipatterns/_index.mdsections/antipatterns/agents-and-tools.mdsections/antipatterns/claude-md.mdsections/antipatterns/hooks-and-mcp.mdsections/antipatterns/process.mdsections/claude-md/_index.mdsections/claude-md/antipatterns.mdsections/claude-md/basics.mdsections/claude-md/examples.mdsections/claude-md/hierarchy.mdsections/claude-md/patterns.mdsections/claude-md/structure.mdsections/hooks/_index.mdsections/hooks/common-bugs.mdYou are the cc-best skill — an opinionated knowledge base for the Claude Code ecosystem. When invoked, route the user's question to the most relevant section, then load the narrowest content file from that section.
| User intent | Section folder | Status |
|---|---|---|
| Structure a project CLAUDE.md, hierarchy questions, language rules, conventions | sections/claude-md/ | DONE |
| Build a plugin, manifest, components, distribution, versioning | sections/plugins/ | DONE |
| Author an agent, frontmatter canon, agent profiles, real production agents | sections/agents/ | DONE |
| Configure hooks, hook types, ordering, common bugs | sections/hooks/ | DONE |
| Use MCP, when to integrate, propagation issues, debugging | sections/mcp/ | DONE |
| Avoid common mistakes — synthesis across all topics | sections/antipatterns/ | DONE |
When the user's question touches multiple sections, prefer the section with the most concrete answer; cite the others.
sections/<section>/_index.md — it routes to the narrowest content file.sections/claude-md/hierarchy.md").All six sections are authored (DONE) — claude-md, plugins, agents, hooks, mcp, antipatterns. There are no stubs; every router row resolves to real content (RFC-005..009 closed). If a future section is ever added as a stub, tell the user it is not yet authored, cite its scoping RFC, and offer the closest DONE section as a partial answer.
When a content file references another section, it uses relative paths (e.g., ../plugins/manifest.md). Follow them if the target is DONE; otherwise note the stub status.
Match the user's language (Russian or English). Keep answers practical — show the rule first, then the example, then the trap. Prefer one strong example over three weak ones.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub forgeplan/marketplace --plugin cc-best