Claude-skill-registry basic-skill

[Skill Name]

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/basic-skill" ~/.claude/skills/majiayu000-claude-skill-registry-basic-skill && rm -rf "$T"
manifest: skills/data/basic-skill/SKILL.md
source content

[Skill Name]

[One paragraph describing what this skill does and when to use it.]

Instructions

[Step-by-step instructions for how to perform this task.]

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]

Rules

  • [Rule 1]
  • [Rule 2]
  • [Rule 3]

Output Format

[Describe the expected output format.]

[Example output template]

Examples

Example 1: [Scenario]

Input: [What the user might ask]

Output: [What Claude should respond]

Example 2: [Scenario]

Input: [What the user might ask]

Output: [What Claude should respond]