skill-creator

Automate Claude Code skill creation and evolution with versioned updates.

10|3|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/tekliner/improvado-agentic-frameworks-and-skills --skill skill-creator-tekliner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/tekliner/improvado-agentic-frameworks-and-skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/tekliner/improvado-agentic-frameworks-and-skills --skill skill-creator-tekliner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps teams create and evolve Claude Code Skills using the Knowledge Framework, ensuring consistent structure, proper versioning, and built-in self-healing updates to reduce downtime.

Core Features & Use Cases

  • Knowledge Framework Principles: Enforces MECE structure, Mermaid diagrams, and Ground Truth attribution for clean Skill packaging.
  • Self-healing Evolution: Detects runtime issues in Skills and triggers safe, versioned updates with an audit trail.
  • Version Tracking: Maintains a centralized log (SKILL_RELEASE_LOG.md) to capture changes for easy rollbacks.
  • Bundled Resources: Provides scripts for deterministic tasks to scaffold or repair Skills quickly.

Quick Start

Create a new Skill skeleton using the included init script, then customize SKILL.md. Example: python skills/skill-creator/scripts/init_skill.py my-new-skill --path skills/

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a self-healing Claude Skill with versioning?

Create a self-healing Claude Skill by using the included init script to scaffold a new Skill skeleton, then define YAML frontmatter, Mermaid diagrams, and MECE structure in SKILL.md. The Skill tracks all changes in SKILL_RELEASE_LOG.md for audit trails and automatic rollbacks.

What is the Knowledge Framework and why does it matter for Skill development?

The Knowledge Framework enforces MECE structure, Mermaid diagramming, and Ground Truth attribution to ensure consistent, clean Skill packaging. It reduces ambiguity and makes Skills easier to maintain, update, and audit across teams.

Can I automate Skill creation and updates with version tracking?

Yes. This Skill automates trigger-based Skill generation, detects runtime issues, and applies versioned updates with a centralized release log. Each update is logged for easy rollbacks and troubleshooting.

How do I set up bundled resources and scripts for my Skill?

Use the init_skill.py script included in the Skill to generate deterministic scaffolding. Specify your Skill name and target path; the script creates the SKILL.md template and bundled resources ready for customization.

What happens when a deployed Skill encounters runtime issues?

The Skill detects runtime problems and triggers safe, automatic updates with version tracking and audit logging. Each self-healing change is recorded in SKILL_RELEASE_LOG.md, preserving a full history for debugging and rollback.

Do I need prior Knowledge Framework experience to create a Skill?

No. The Skill provides scaffolding templates and enforces KF principles automatically through YAML frontmatter and structural validation, so you can learn the framework while building.