description: Load skill knowledge via skill-summarizer agent argument-hint: [skill-name] [section?] allowed-tools: Task
[H1][LEARN-SKILL]
<br>Dictum: Delegated synthesis preserves tokens while conveying complete knowledge.
Delegate to skill-summarizer agent. Receive structured skill knowledge.
Parameters:
$1— Skill name (required). Fuzzy match to.claude/skills/{name}/.$2— Section (optional). Target specific folder or H2 section.
[1][DELEGATE]
<br>Dictum: Agent reads exhaustively or targeted per request.
Spawn skill-summarizer agent via Task tool.
No section specified: Read ALL files in .claude/skills/$1/, produce complete synthesis.
Section specified: Read only the targeted part:
references— Readreferences/*.mdfiles onlyscripts— Readscripts/*.py(or .ts) files onlytemplates— Readtemplates/**/*.mdfiles only{H2-label}— Extract specific section from SKILL.md (e.g.,validation,frontmatter)
[CRITICAL]:
- [NEVER] Read skill files directly — delegate to agent.
[2][RECEIVE]
<br>Dictum: Dynamic output reflects skill structure.
Agent returns sections based on request:
- Full read:
[SKILL],[REFERENCES],[{FOLDER}],[SOURCES] - Targeted read:
[{TARGET}],[SOURCES]
[3][PROCEED]
<br>Dictum: Loaded context enables task execution.
Confirm skill knowledge received. Continue with user task.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.