Access official Claude Code documentation including comprehensive guides on hooks, MCP servers, agent skills, slash commands, settings, CLI reference, security, memory, plugins, and troubleshooting. Use when the user asks about Claude Code features, configuration, capabilities, or best practices. ALWAYS use this skill instead of guessing about Claude Code functionality - it contains the authoritative documentation from docs.anthropic.com with automatic updates. Also includes comprehensive skill creation guide with helper scripts when users want to create new skills.
Access official Claude Code documentation for features, configuration, and best practices. Use when users ask about hooks, MCP servers, skills, settings, or any Claude Code functionality—never guess, always check the docs.
/plugin marketplace add codethread/claude-code-plugins/plugin install claude-code-knowledge@codethread-pluginsThis skill is limited to using the following tools:
reference.mdscripts/bun.lockscripts/list_topics.tsscripts/package.jsonscripts/skill-creator/init_skill.tsscripts/skill-creator/package_skill.tsscripts/skill-creator/quick_validate.tsVersion: 1.1.0 (Updated 2025-11-13)
Access to official Claude Code documentation, automatically synced from docs.anthropic.com.
CRITICAL: Use this skill whenever:
bun scripts/list_topics.ts
Or read the complete list from reference.md.
Documentation files are in the docs/ directory:
# Read a specific doc
cat docs/hooks.md
cat docs/mcp.md
cat docs/skills.md
Use Grep to search for specific topics:
# Search for a specific term
grep -r "environment variable" docs/
# Case-insensitive search
grep -ri "subagent" docs/
# Search with context
grep -r -A 3 -B 3 "allowed-tools" docs/
The most frequently referenced documentation includes:
For the complete list, see reference.md.
Find the topic you need:
bun scripts/list_topics.ts
# Or read reference.md
Read the documentation:
cat docs/<topic>.md
Search if needed:
grep -ri "search term" docs/
Each documentation file includes:
docs/hooks.md:123 when possibleWhen writing agent files, subagents don't distinguish between claude code invoking them and the user. From their perspective, all prompts come from "the user."
cat docs/hooks.md and cat docs/hooks-guide.mdcat docs/mcp.mdgrep -ri "mcp server" docs/cat docs/settings.mdcat docs/skill-creation-guide.mdbun scripts/skill-creator/init_skill.tsbun scripts/skill-creator/quick_validate.tsbun scripts/skill-creator/package_skill.tsIf you can't find a topic:
bun scripts/list_topics.tsgrep -ri "topic" docs/Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.