skill-creator

Create, audit, and tidy AgentSkills with standard SKILL.md frontmatter and structured directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/c0vertbyte/covertclaw --skill skill-creator-c0vertbyte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/c0vertbyte/covertclaw/tree/main/skills/skill-creator
Command: npx skills add https://github.com/c0vertbyte/covertclaw --skill skill-creator-c0vertbyte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams in creating, reviewing, auditing, tidying, and restructuring AgentSkills, ensuring consistency with the AgentSkills spec.

Core Features & Use Cases

  • Guidance for writing clear SKILL.md frontmatter and concise instructions
  • Tools to audit and clean up skill directories (moving content into references/, scripts/, and assets/)
  • Validation workflow to ensure skills conform to the spec and packaging standards

Quick Start

Create or edit SKILL.md to meet the AgentSkills spec, then organize resources and run the validator.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I write valid SKILL.md frontmatter for an AgentSkill?

Organize AgentSkill resources by moving content into dedicated directories: references/, scripts/, and assets/. This skill audits your existing skills and restructures the directory layout to ensure full compliance with the spec.

What is the best way to audit an existing AgentSkill for spec compliance?

Auditing an AgentSkill for spec compliance involves validating the SKILL.md metadata and checking the directory structure. This skill provides a validation workflow that checks metadata quality and tidy resource organization.

How does AgentSkill validation and packaging readiness work?

AgentSkill validation works by enforcing a standard SKILL.md frontmatter and guiding metadata quality alongside a structured resource layout. This process ensures your skill conforms to the spec and is fully prepared for packaging.

Do I need to organize my AgentSkill into specific directories before validation?

You do not need to organize directories beforehand, as this skill helps tidy existing skills by moving content into scripts/, references/, and assets/ as needed. The validator checks the final structured layout against the spec.