aiskillstore/marketplace-dojocodinglabs-skill-developer
Create and manage Claude Code skills with auto-activation, progressive disclosure, and memory patterns. Use when creating skills, modifying skill-rules.json, understanding triggers (keywords, intent, file, content), working with hooks (UserPromptSubmit, PreToolUse, Stop), debugging activation, implementing guardrails, or building memory-aware skills that persist context across sessions. Covers 500-line rule, session tracking, enforcement levels (block, suggest, warn), plan-approval workflows, and best practices.
This is a copy. The original lives at comeonoliver/skillshub-dojocodinglabs-skill-developer.
npx skills add https://github.com/aiskillstore/marketplace --skill skill-developer
Take aiskillstore/marketplace-dojocodinglabs-skill-developer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.