creation-guard
Installation
SKILL.md
Creation Guard
Prevents duplicate functionality and enforces analysis before creating new Claude Code artifacts.
Purpose
Before creating ANY new:
- Skill (
~/.claude/skills/*/SKILL.md) - Agent (
~/.claude/agents/*.md) - Slash command (
~/.claude/commands/*.md) - CLI tool (
~/bin/*)
This skill MUST be invoked to:
- Search for existing artifacts with similar functionality
- Identify potential overlap or extension opportunities
- Present findings with recommendation
- Get explicit user approval before proceeding