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/learn-skill" ~/.claude/skills/majiayu000-claude-skill-registry-learn-skill && rm -rf "$T"
manifest:
skills/data/learn-skill/SKILL.mdsource content
Meta Skill (Skill Generator)
This skill analyzes the current workflow or conversation to create reusable skills.
Instructions
-
Analyze Context:
- Review the recent conversation history to identify repeated tasks, complex procedures, or user preferences.
- Determine the inputs, steps, and desired outputs.
-
Draft Skill:
- Choose a concise name (snake_case).
- Write a short description.
- Draft the
content with YAML frontmatter and clear Markdown instructions.SKILL.md - Important: The
in the YAML frontmatter MUST be in Japanese.description
-
Save:
- Create a directory
..agent/skills/<skill_name> - Write the content to
..agent/skills/<skill_name>/SKILL.md
- Create a directory
-
Confirm:
- Notify the user that a new skill has been learned.