Agent skill
test-skill
A sample skill for testing purposes
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-skill
SKILL.md
Test Skill
This is a sample skill used for testing SkillMeat functionality.
What This Skill Does
This skill demonstrates the proper structure of a Claude Code skill with:
- Valid YAML front matter
- Proper markdown formatting
- Example instructions
How to Use
Use this skill by invoking it in your Claude Code session:
/test-skill
Example Output
When invoked, this skill will demonstrate test functionality.
Testing Notes
This fixture is used for:
- Validating skill structure
- Testing artifact installation
- Verifying deployment workflows
- Testing metadata extraction
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?