Agent skill
intermediate-example
An intermediate example with metadata and examples
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/intermediate-example
SKILL.md
Intermediate Example Skill
This skill demonstrates more comprehensive metadata usage and includes
example files in an examples/ subdirectory.
Features
- Version tracking: Semantic versioning
- Authorship: Author and date information
- Categorization: Tags and category for organization
- Complexity: Indicates skill difficulty level
- Examples: Reference example files in the skill folder
Folder Structure
intermediate-example/
├── SKILL.md ← This file
└── examples/ ← Optional examples folder
└── demo.py ← Example Python script
Metadata Fields
Required
name: Unique identifierdescription: Brief description
Optional (shown in this skill)
version: Semantic versionauthor: Skill creatorcreated,updated: ISO datescategory: Main categorytags: List of tags for searchingcomplexity: beginner, intermediate, or advancedhas_examples: Boolean flagexample_files: Paths relative to skill folder
Using Examples
The examples/demo.py file shows a simple Python script that demonstrates
the concept. You can reference these files in your skill documentation.
Best Practices
- Use semantic versioning for the version field
- Keep tags relevant and lowercase
- Set appropriate complexity to help users find suitable skills
- List all example files in the frontmatter
- Organize examples in subdirectories
Next Steps
Check out the advanced-example skill for even more metadata fields
and a more complex folder structure with templates!
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?