Claude-skill-registry demo-skill

A demo skill that helps with documentation

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

Demo Skill

This is an example skill showing how skills from plugins are loaded.

Instructions

When invoked:

  1. Review the documentation structure
  2. Suggest improvements
  3. Check for consistency