Agent skill
commands
Load skill knowledge via skill-summarizer agent
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/commands
SKILL.md
[H1][LEARN-SKILL]
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]
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]
Dictum: Dynamic output reflects skill structure.
Agent returns sections based on request:
- Full read:
[SKILL],[REFERENCES],[{FOLDER}],[SOURCES] - Targeted read:
[{TARGET}],[SOURCES]
[3][PROCEED]
Dictum: Loaded context enables task execution.
Confirm skill knowledge received. Continue with user task.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?