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/advanced-skill" ~/.claude/skills/majiayu000-claude-skill-registry-advanced-skill && rm -rf "$T"
manifest:
skills/data/advanced-skill/SKILL.mdtags
source content
[Skill Name]
[One paragraph describing what this skill does and when to use it.]
Quick Reference
[Concise summary for common use cases.]
| Task | Action |
|---|---|
| [Task 1] | [Brief action] |
| [Task 2] | [Brief action] |
Core Instructions
[Main instructions - keep this section focused.]
[Section 1]
[Instructions for this section.]
[Section 2]
[Instructions for this section.]
Rules and Constraints
- [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]
Additional Resources
For detailed information, see:
- [What it contains]reference/REFERENCE.md
Usage
[How to invoke this skill.]
/[skill-name] [or describe natural language triggers]