Marketplace example-skill
An example skill demonstrating the basic structure. Use when user asks about examples or templates.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/chaiwithjai/example-skill" ~/.claude/skills/aiskillstore-marketplace-example-skill-4e581f && rm -rf "$T"
manifest:
skills/chaiwithjai/example-skill/SKILL.mdsource content
<essential_principles>
Example Principles
1. KEEP IT SIMPLE
Start with the minimum viable skill. Add complexity only when needed.
2. TEST EARLY
Test your skill after each change to catch issues early.
3. ITERATE
Skills improve with use. Update based on what works and what doesn't. </essential_principles>
<intake> What would you like help with?- Understanding skills - I'll explain the structure
- Creating a skill - I'll guide you through it
- Debugging a skill - I'll help troubleshoot </intake>