creation-guard

Validate proposed skills and agents against existing artifacts for functional overlap.

127|22|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/flonat/claude-code-flonat --skill creation-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creation-guard
Source: https://github.com/flonat/claude-code-flonat/tree/main/skills/creation-guard
Command: npx skills add https://github.com/flonat/claude-code-flonat --skill creation-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents the creation of redundant skills and agents by performing a thorough pre-flight check for existing functionality, saving development time and maintaining a clean, efficient toolset.

Core Features & Use Cases

  • Duplicate Detection: Analyzes proposed new skills or agents against existing ones for functional overlap.
  • Recommendation Engine: Suggests whether to proceed, extend, compose, iterate, or block creation based on the analysis.
  • Use Case: Before adding a new skill to manage user feedback, you invoke creation-guard. It finds an existing skill that handles similar feedback, suggesting you extend that one instead of creating a duplicate.

Quick Start

Run the creation guard skill before defining any new skill or agent.

Frequently Asked Questions about creation-guard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check for duplicate skills and agents before creating a new one?

To check for duplicate skills and agents, you can use a pre-flight validation tool that searches existing artifacts for functional overlap. This analysis guides you to either block the creation or iterate on existing functionality.

What is the best way to prevent redundant AI tooling in my development lifecycle?

Preventing redundant AI tooling requires applying development guardrails that validate the uniqueness of proposed new artifacts. This process analyzes existing definitions to identify functional overlap and suggests extending current tools instead.

Does this artifact management approach work without external dependencies?

Yes, this artifact management approach works without external dependencies, but it requires access to existing skill and agent definitions. This access enables comprehensive functional overlap analysis and accurate creation recommendations.

How do I get recommendations on whether to proceed or block agent creation?

To get recommendations on whether to proceed, extend, compose, or block agent creation, run a comprehensive analysis against existing artifacts. The recommendation engine evaluates functional overlap and outputs specific lifecycle guidance.

When should I not use a duplicate check for skill creation?

You should not use a duplicate check for skill creation if you lack access to existing skill and agent definitions. Without these references, the tool cannot perform comprehensive functional overlap analysis or generate accurate recommendations.