install
source · Clone the upstream repo
git clone https://github.com/naravid19/ai-project-rules-generator
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/naravid19/ai-project-rules-generator "$T" && mkdir -p ~/.claude/skills && cp -r "$T/tests/fixtures/skill-sources-secondary/planning-pack/skills/planning-with-files" ~/.claude/skills/naravid19-ai-project-rules-generator-planning-with-files && rm -rf "$T"
manifest:
tests/fixtures/skill-sources-secondary/planning-pack/skills/planning-with-files/SKILL.mdsource content