Claude-skill-registry Global Atomic Design
Your approach to handling global atomic design. Use this skill when working on files where global atomic design comes into play.
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/global-atomic-design" ~/.claude/skills/majiayu000-claude-skill-registry-global-atomic-design && rm -rf "$T"
manifest:
skills/data/global-atomic-design/SKILL.mdsource content
Global Atomic Design
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global atomic design.
Instructions
For details, refer to the information provided in this file: global atomic design