skill-manager

Create and manage Claude Code Agent Skills with SKILL.md structure.

2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/seasonedcc/coerce-form-data --skill skill-manager-seasonedcc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/seasonedcc/coerce-form-data/tree/main/.claude/skills/skill-manager
Command: npx skills add https://github.com/seasonedcc/coerce-form-data --skill skill-manager-seasonedcc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation, organization, and troubleshooting of Claude Code Agent Skills, enabling consistent structure and fast iteration.

Core Features & Use Cases

  • Centralized workflow for writing SKILL.md with YAML frontmatter
  • Supports optional resources folders (scripts, references, assets) for extended capabilities
  • Built-in debugging guidance to validate file locations, syntax, and activation triggers
  • Facilitates sharing and collaboration of project skills within a repository

Quick Start

Create a new skill directory, add SKILL.md with proper frontmatter, and begin documenting workflow and triggers.

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I create a Claude Code skill with YAML frontmatter?

To create a Claude Code skill, you create a new skill directory and add a SKILL.md file with YAML frontmatter that includes required name and description fields. The skill-manager workflow helps you structure this file, define activation triggers, and organize optional resources folders for scripts, references, and assets.

Why is my Claude Code skill not activating when expected?

Claude Code skill activation issues often stem from incorrect YAML frontmatter syntax, misconfigured triggers, or wrong file locations. The skill-manager provides built-in debugging workflows to validate your SKILL.md structure, verify trigger conditions, and troubleshoot activation failures.

Can I include external scripts and references in a project skill?

Yes, project skills support optional resources directories for scripts, references, and assets. The skill-manager workflow helps you structure these folders alongside your SKILL.md to extend the skill's capabilities with external files and supporting materials.

What is the best way to organize and debug multiple Claude Code skills in a repository?

The best way to manage multiple Claude Code skills is using a centralized workflow that standardizes SKILL.md structure and YAML frontmatter across the repository. The skill-manager streamlines organization, facilitates sharing, and provides debugging guidance to validate file locations and syntax for all project skills.

Do I need specific dependencies to manage Claude Code skills?

No external dependencies are required to manage Claude Code skills. The skill-manager operates independently to help you create, organize, and troubleshoot SKILL.md files, YAML frontmatter, and resource directories without relying on additional packages or tools.

How does skill-manager handle debugging for Claude Code skills?

Skill-manager handles debugging by providing workflows that validate YAML frontmatter syntax, check file locations, and verify activation trigger configurations. It systematically checks SKILL.md structure and resource directory organization to identify and resolve issues preventing proper skill activation.