skill-manager

Create, update, and organize Claude Code skills with a standard SKILL.md template.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/strataga/claude-skill-inception --skill skill-manager-strataga
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/strataga/claude-skill-inception/tree/main/skill-manager
Command: npx skills add https://github.com/strataga/claude-skill-inception --skill skill-manager-strataga

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation, updating, and organization of Claude Code skills to streamline knowledge capture and skill lifecycle management.

Core Features & Use Cases

  • Create new skill directories from discoveries in work sessions.
  • Update existing skills with new edge cases, corrections, or expanded trigger conditions.
  • Provide a standard SKILL.md template and versioning workflow for consistent documentation.
  • Centralize and organize skills for reuse across projects and teams.

Quick Start

mkdir -p ~/.claude/skills/[skill-name] Write SKILL.md using the standard frontmatter template and a descriptive description.

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I automate Claude Code skill creation from work session insights?▼

You can automate Claude Code skill creation by using a skill lifecycle manager to capture non-trivial insights from work sessions and generate reusable skills. This process enforces a standard SKILL.md frontmatter template with date, author, and notes fields.

What is the standard format for documenting reusable Claude Code skills?▼

The standard format for documenting reusable Claude Code skills is a SKILL.md file with structured frontmatter. This template enforces consistent versioning, tracking dates, author information, and notes fields to maintain clear skill documentation across projects.

How do I update existing Claude Code skills with new edge cases or corrections?▼

To update existing Claude Code skills with new edge cases or corrections, you apply a versioned lifecycle management process. This updates the skill directory while maintaining the standard SKILL.md frontmatter and logging changes in the notes fields.

Can I organize and centralize Claude Code skills for reuse across multiple projects?▼

Yes, you can organize and centralize Claude Code skills for reuse across multiple projects and teams. Skill lifecycle management automates the creation and organization of skill directories, streamlining knowledge capture into a centralized repository.

Does Claude Code skill management require specific dependencies or components to function?▼

Claude Code skill management requires no specific external dependencies or components to function. It operates by writing a SKILL.md file using the standard frontmatter template within a designated skill directory structure.