skill-manager

Draft and maintain Agent Skills with validated SKILL.md frontmatter and structured sections.

1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/ivanseibel/rpi-kit-codex --skill skill-manager-ivanseibel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/ivanseibel/rpi-kit-codex/tree/main/.agents/skills/skill-manager
Command: npx skills add https://github.com/ivanseibel/rpi-kit-codex --skill skill-manager-ivanseibel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Creates and maintains Agent Skills so they comply with the Skill spec, folder layout, and progressive disclosure for discoverability and reuse.

Core Features & Use Cases

  • Enforces proper frontmatter validation (name, description, and optional fields) and ensures SKILL.md structure matches the spec.
  • Provides references and templates to accelerate skill authoring; supports optional assets/scripts if present; keeps heavy content in references/assets.
  • Facilitates editing existing skills to align with the standard and VS Code usage guidance.

Quick Start

Create a new skill folder under .agents/skills, add SKILL.md with proper frontmatter and sections, and move heavy content into references/ or assets/ as needed.

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I create Agent Skills that follow the correct SKILL.md specification?

To create Agent Skills that follow the SKILL.md specification, draft a markdown file with validated lowercase name and description frontmatter, structure body sections for when to use, steps, examples, and edge cases, and move heavy content into references or assets folders with proper links.

What is the best way to structure agent skill documentation for project organization?

The best way to structure agent skill documentation is to use progressive disclosure by keeping the main SKILL.md concise with clear sections, while moving heavy content, templates, and scripts into dedicated references and assets directories.

How do I validate frontmatter in a markdown skill file?

To validate frontmatter in a markdown skill file, ensure the metadata includes a lowercase name and a description, along with any optional fields, matching the required specification before the main body content begins.

Can I edit existing agent skills to align with VS Code usage guidelines?

Yes, you can edit existing agent skills to align with VS Code usage guidelines by updating the SKILL.md structure, validating the frontmatter, and reorganizing heavy content into the references or assets directories.

When do I need to move content into references or assets folders?

You need to move content into references or assets folders when the main SKILL.md body becomes too heavy, ensuring that large templates, scripts, or detailed documentation remain linked but do not clutter the primary skill file.

Does setting up a new agent skill require any external dependencies?

No, setting up a new agent skill does not require external dependencies, as the process relies on creating a skill folder under the designated project directory and authoring a markdown file with the correct frontmatter and structured sections.