Agent-skills-cli test-skill

Brief description of what this skill does and when to use it.

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.md
source content

Test Skill

When to use this skill

Use this skill when the user needs to...

Instructions

  1. First step
  2. Second step
  3. Third step

Examples

Example 1

Example input or command

Best practices

  • Best practice 1
  • Best practice 2