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/development-process" ~/.claude/skills/majiayu000-claude-skill-registry-development-process && rm -rf "$T"
manifest:
skills/data/development-process/SKILL.mdsource content
Development Process
Working with Dependencies
- Always try to use latest versions for dependencies.
- If you are not sure, do not make assumptions about how external dependencies work. Always consult documentation.
- Before trying alternative methods, always try to use context7 MCP to lookup documentation for external dependencies like libraries, SDKs, APIs and other external frameworks, tools, etc.
- IMPORTANT! Always make sure that documentation version is the same as declared dependency version itself.
- Only revert to web-search or other alternative methods if you can't find documentation in context7.