prompt-engineering
Installation
SKILL.md
Guidelines for creating and editing Coding Agent prompts (commands, agents, skills, context files).
Important: Always Read the detailed reference for the corresponding prompt type before starting work.
Prompt Type Quick Reference
| Type | Location | Invocation | Purpose | Reference |
|---|---|---|---|---|
| Command | .claude/commands/<name>.md |
/command-name |
Reusable tasks for users | references/command.md |
| Agent | .{.super-agent,.claude}/agents/<name>.md |
@agent-name / Task tool |
Specialized subagents | references/agent.md |
| Skill | `{.super-agent | .claude | .codex | .github}/skills//SKILL.md` |
| Context File | .claude/CLAUDE.md etc. |
Auto-loaded | Always-needed project context | references/context-file.md |
| Document | Any | Manual reference | Standalone prompts | - |
Other references:
references/orchestration.md- Orchestrator design for calling subagentsreferences/permission-syntax.md- Permission syntax for allowed-toolsreferences/hooks.md- Lifecycle hook configuration