skill-creator

Create, edit, and audit AgentSkills with SKILL.md frontmatter validation.

Updated May 18, 2022
One-click install
npx skills add https://github.com/kendreaditya/.config --skill skill-creator-kendreaditya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/kendreaditya/.config/tree/main/claude/skills/skill-creator
Command: npx skills add https://github.com/kendreaditya/.config --skill skill-creator-kendreaditya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured approach to create, edit, and audit AgentSkills, helping teams ensure consistency, quality, and alignment with the AgentSkills specification.

Core Features & Use Cases

  • Templates and guidance for creating or improving Skill units from scratch
  • Validation of SKILL.md frontmatter (name and description) and directory structure to guarantee discoverability
  • Guidance for organizing content into optional resources (scripts/, references/, assets/) and adopting progressive disclosure for loading

Quick Start

Create a new Skill unit by editing SKILL.md and organizing optional resources as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AgentSkill from scratch?

You can create an AgentSkill by editing the SKILL.md file and organizing optional resources into directories, using provided templates to ensure proper frontmatter and directory layout.

What is the correct directory structure for an AgentSkill?

The correct directory structure for an AgentSkill enforces a specific layout, separating content into optional resources such as scripts, references, and assets to guarantee discoverability and proper loading.

How do I validate SKILL.md frontmatter for discoverability?

You validate SKILL.md frontmatter by checking that the name and description fields are correct and align with the AgentSkills specification, ensuring the skill unit passes structural validation for discoverability.

Does this approach work for maintaining existing agent skills?

Yes, this approach works for maintaining existing agent skills by providing a structured method to audit and tidy up SKILL.md files, ensuring ongoing consistency and alignment with the specification.

What is progressive disclosure when loading skill content?

Progressive disclosure is a content loading mechanism that organizes skill resources so that only necessary information is loaded incrementally, optimizing how an agent accesses scripts, references, and assets.

Are there templates available for organizing agent skill resources?

Yes, there are templates available that provide guidance for organizing optional resources into scripts, references, and assets directories, ensuring your agent skills maintain a consistent and valid structure.