skill-management

Documents operational patterns and conventions for Claude Code's skill management system.

5|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/mrtolkien/GHOST --skill skill-management-mrtolkien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-management
Source: https://github.com/mrtolkien/GHOST/tree/main/.agents/skills/skill-management
Command: npx skills add https://github.com/mrtolkien/GHOST --skill skill-management-mrtolkien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Document organizational conventions and patterns for Claude Code's knowledge base to ensure consistent skill file structure, memory guidelines, and maintenance practices across sessions.

Core Features & Use Cases

  • Centralizes guidelines for when to create or update .agents/skills/<name>/SKILL.md and how to distinguish it from CLAUDE.md and auto-memory
  • Defines the skill file format, triggers, and the placement rules that load on demand via /skill-name
  • Provides a maintenance checklist and best-practices for keeping skill documentation current

Quick Start

Read this skill before modifying skill documentation to ensure updates follow the defined format and maintenance checklist.

Frequently Asked Questions about skill-management

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

FAQPage Schema
How do I document Claude Code skills and structure their frontmatter?

To document Claude Code skills, create .agents/skills/<name>/SKILL.md files with formal frontmatter rules, trigger descriptions, and defined placement guidelines to ensure consistent knowledge base structure across sessions.

What is the best way to maintain CLAUDE.md guidance and skill files?

The best way to maintain CLAUDE.md guidance is to apply a formal maintenance checklist and best-practices, ensuring skill documentation distinguishes between static guidance and on-demand skill triggers that stay current across sessions.

When should I create a new skill file instead of using CLAUDE.md?

Create a new skill file when you need on-demand knowledge loaded via /skill-name, whereas CLAUDE.md handles persistent session guidance and auto-memory manages automatically captured context.

How do I format skill triggers for Claude Code on-demand loading?

Format skill triggers by defining formal frontmatter rules and trigger descriptions within .agents/skills/<name>/SKILL.md files, ensuring Claude Code loads the correct documentation when the specific skill command is invoked.

Does skill management require specific dependencies for codebase maintenance?

Skill management requires no external dependencies; it operates as a standalone documentation framework enforcing file placement guidelines, frontmatter rules, and maintenance checklists for Claude Code's knowledge base.

Why does my Claude Code skill format not load on demand via slash commands?

Skill formats fail to load on demand when frontmatter rules, trigger descriptions, or file placement guidelines within .agents/skills/<name>/SKILL.md do not follow the defined structural conventions required for slash command invocation.