Example skill
Skill eugenepyvovarov/mcpbundler-agent-skills-marketplace/example-skill
agent skills marketplace for mcp bundler(can be used with other ai tools with support of agent skills markeplaces). some skills are mine, also borrowed skills(credited to authors)
npx -y skills add eugenepyvovarov/mcpbundler-agent-skills-marketplace --skill example-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 12 stars12 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
An example skill demonstrating the basic structure and format
SKILL.md
0.8 KB, as published. Nobody here has run it
Example Skill
This is an example skill that demonstrates how to structure a skill for Claude Code.
Overview
Use this skill as a reference when creating your own skills. It shows the required frontmatter format and common sections.
Instructions
- Read and understand the user's request
- Apply the skill's specialized knowledge
- Provide clear, actionable output
Examples
/example-skill- Activate this skill directly- When a user asks about skill structure, this skill provides guidance
Guidelines
- Keep instructions clear and concise
- Use specific examples where possible
- Define any constraints or limitations
Notes
Skills can include additional files (scripts, resources) in the same folder if needed.