install
source · Clone the upstream repo
git clone https://github.com/Karanjot786/agent-skills-cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Karanjot786/agent-skills-cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/test-skill" ~/.claude/skills/karanjot786-agent-skills-cli-test-skill && rm -rf "$T"
manifest:
skills/test-skill/SKILL.mdsource content
Test Skill
When to use this skill
Use this skill when the user needs to...
Instructions
- First step
- Second step
- Third step
Examples
Example 1
Example input or command
Best practices
- Best practice 1
- Best practice 2