managing-agent-skills

Create and validate Claude Code agent skills with structured SKILL.md frontmatter.

Updated Nov 26, 2025
One-click install
npx skills add https://github.com/thoeltig/claude-code-toolkit --skill managing-agent-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-agent-skills
Source: https://github.com/thoeltig/claude-code-toolkit/tree/main/plugins/claude-code-capabilities/skills/managing-agent-skills
Command: npx skills add https://github.com/thoeltig/claude-code-toolkit --skill managing-agent-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill governs creation, evaluation, and enhancement of Claude Code agent skills, including YAML frontmatter conventions, allowed-tools fields, progressive disclosure references, and skill authoring workflows.

Core Features & Use Cases

  • Design new agent skills with structured SKILL.md frontmatter
  • Analyze existing skills using a framework
  • Validate skills for discoverability, reusability, and security
  • Propose improvements and modernization for AI effectiveness
  • Plan progressive disclosure and reference resources

Quick Start

Create a new skill named analyzing-financial-statements and define its YAML frontmatter; outline its workflow in SKILL.md.

Frequently Asked Questions about managing-agent-skills

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

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

Create a SKILL.md file with YAML frontmatter containing required fields: name and description. Add optional allowed-tools to restrict tool access, define progressive disclosure sections, and structure workflow and references for discoverability and security compliance.

What should I include in a skill's YAML frontmatter and file structure?

YAML frontmatter requires name and description fields. Follow path conventions, include optional allowed-tools specifications, organize workflow and references sections, and adhere to token-count guidance. Frontmatter governance ensures skills are reusable and discoverable.

How do I validate a skill for security, reusability, and discoverability?

Apply a structured validation framework checking YAML frontmatter completeness, allowed-tools restrictions, progressive disclosure patterns, and reference documentation. Validation ensures skills meet technical requirements and security standards for the agent environment.

Can I improve an existing skill's design and AI effectiveness?

Analyze existing skills using the provided framework to identify gaps in frontmatter, workflow clarity, and progressive disclosure. Propose modernizations to YAML structure, tool restrictions, and documentation to enhance reusability and agent performance.

What's the relationship between progressive disclosure and skill authoring workflows?

Progressive disclosure manages how skill complexity is revealed through structured references and sections. Integrate it into skill authoring workflows via frontmatter governance to balance accessibility with advanced functionality and support secure, guided skill usage.

Do I need special knowledge of YAML syntax to author agent skills?

Basic YAML familiarity helps, but the skill provides structured requirements and conventions for frontmatter. Follow the defined templates for name, description, and allowed-tools fields; the workflow and validation sections guide proper organization without deep YAML expertise.