skill-creator-doctor

Manage Claude Code skill lifecycles with creation, repair, audit, and consolidation workflows.

Updated Nov 29, 2025
One-click install
npx skills add https://github.com/endlessblink/flow-state --skill skill-creator-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator-doctor
Source: https://github.com/endlessblink/flow-state/tree/main/.claude/skills/%F0%9F%8F%A5%20skill-creator-doctor
Command: npx skills add https://github.com/endlessblink/flow-state --skill skill-creator-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and automates the lifecycle of Claude Code skills, enabling consistent creation, repair, maintenance, auditing, and consolidation of skill units.

Core Features & Use Cases

  • Creates new skills with validated SKILL.md frontmatter and scaffolded resources
  • Diagnoses and repairs broken skills, ensuring loadability with safe rollbacks
  • Audits skill health and consolidates duplicates to maintain a robust skill ecosystem
  • Provides backup, confirmations, and rollback workflows to protect skill integrity

Quick Start

Run the init_skill.py script with your skill name and path to scaffold the new skill, then customize SKILL.md and the bundled resources.

Frequently Asked Questions about skill-creator-doctor

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

FAQPage Schema
How do I manage the lifecycle of Claude Code skills and prevent ecosystem bloat?

Lifecycle management for Claude Code skills is achieved by automating creation, repair, auditing, and consolidation. This approach detects redundancies using necessity-scoring to prevent ecosystem bloat and maintain robust skill health.

What is the best way to consolidate duplicate skills in my project?

Consolidating duplicate skills is best handled by an automated necessity-scoring approach that analyzes project state and tech stack. This detects redundancies and uses merge workflows to maintain a robust skill ecosystem.

How do I safely repair broken Claude Code skills without losing data?

Repairing broken Claude Code skills safely requires using workflows that include backup, confirmations, and rollback capabilities. This ensures loadability is restored while protecting skill integrity throughout the maintenance process.

How do I audit skill health and maintain a robust skill ecosystem?

Auditing skill health involves running automated health checks and diagnostic processes to evaluate loadability and detect redundancies. Archival processes then safely remove or merge unnecessary units to maintain ecosystem robustness.

Can I scaffold new skills with validated frontmatter and bundled resources?

Scaffolding new skills with validated SKILL.md frontmatter and bundled resources is supported by running an initialization script. This generates the necessary project structure and files to ensure consistent skill creation.