skill-lifecycle-manager

Orchestrate Claude Code skill lifecycle management with scaffolding, testing, and deployment.

Updated Nov 15, 2025
One-click install
npx skills add https://github.com/blurphanatic/claude-skills --skill skill-lifecycle-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lifecycle-manager
Source: https://github.com/blurphanatic/claude-skills/tree/main/skill-lifecycle-manager
Command: npx skills add https://github.com/blurphanatic/claude-skills --skill skill-lifecycle-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the entire lifecycle of Claude Code skills, from initial creation and iteration to rigorous testing and infrastructure validation. It eliminates manual overhead, ensures skill quality, and accelerates your development workflow.

Core Features & Use Cases

  • Skill Scaffolding: Quickly generate new skill structures (simple, bundled, or full) with proper file organization.
  • Lifecycle Management: Handles Git versioning, symlink management for Claude's discovery, and automated testing of skill loading.
  • Quality Assurance: Provides comprehensive health checks and validation checklists to ensure your skill infrastructure is robust and conflict-free.
  • Use Case: When you've developed a new workflow in Claude and want to formalize it into a reusable skill, this manager guides you through the entire process, from initial setup to deployment and ongoing maintenance.

Quick Start

Use the skill-lifecycle-manager to create a new bundled skill called 'my-new-workflow'.

Frequently Asked Questions about skill-lifecycle-manager

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

FAQPage Schema
How do I automate Claude skill creation and deployment?

Skill lifecycle management automates the entire process from scaffolding new skills through git versioning, symlink setup for discovery, and automated testing. It handles directory structure, frontmatter validation, and infrastructure checks so you can move from concept to deployed skill without manual overhead.

What's the fastest way to set up a new Claude skill structure?

Use skill scaffolding to generate complete skill structures—simple, bundled, or full—with proper file organization and required frontmatter already in place. This eliminates manual directory setup and ensures your skill meets discovery and validation requirements immediately.

How do I ensure my Claude skill passes quality and discovery checks?

Run comprehensive health checks and validation against your skill's frontmatter, directory structure, git versioning, and symlink configuration. The manager catches conflicts and infrastructure issues before deployment, reducing failed discovery or runtime errors.

Can I manage multiple skill versions and iterations with git?

Yes. Lifecycle management integrates git versioning directly into skill workflows, tracking changes across iterations, managing symlinks for local testing, and automating discovery checks so each version stays aligned with Claude's infrastructure requirements.

What testing does the skill manager perform automatically?

Auto-discovery testing validates that your skill loads correctly, frontmatter is parseable, directory structure matches requirements, and symlinks resolve properly. Quality assurance checks verify infrastructure health and flag configuration conflicts before you commit or deploy.

Do I need to understand git and symlinks to use this manager?

The manager handles git versioning and symlink management for you, so you don't need deep expertise in either. It abstracts the infrastructure complexity while exposing the skill creation and iteration workflow you care about.