claude-code-knowledge
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Claude Code Knowledge Base
Component Types Overview
| Type | Path | Invocation | Context Cost |
|---|---|---|---|
| Command | .claude/commands/name.md |
/name args |
Loaded on invocation |
| Agent | .claude/agents/name.md |
Task(subagent_type) |
Loaded into subagent context |
| Skill | .claude/skills/name/SKILL.md |
Auto or /name |
Loaded by description match |
| Hook | .claude/settings.json |
Automatic on event | Zero (shell script) |
| Rules | .claude/rules/*.md |
Auto-loaded always | Always in system prompt |
| Memory | CLAUDE.md (various levels) |
Auto-loaded always | Always in system prompt |
Commands
Path: .claude/commands/name.md
Invocation: /name or /name arguments