Claude-skill-registry nested-category-b

Example skill in category B demonstrating flat organization within nested structure

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/category-b" ~/.claude/skills/majiayu000-claude-skill-registry-nested-category-b && rm -rf "$T"
manifest: skills/data/category-b/SKILL.md
source content

Nested Category B Skill

This skill demonstrates that you can mix flat and nested structures.

Location:

category-b/SKILL.md
Depth: 2 levels from root

Some categories may have immediate skills, while others may have deeper nesting.