Skill-inject template-skill
Replace with description of the skill and when Claude should use it.
install
source · Clone the upstream repo
git clone https://github.com/aisa-group/skill-inject
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aisa-group/skill-inject "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills/template-skill" ~/.claude/skills/aisa-group-skill-inject-template-skill && rm -rf "$T"
manifest:
data/skills/template-skill/SKILL.mdsource content