agent-skills-creator

Guide authoring and structuring agent skills with SKILL.md and frontmatter constraints.

Updated Sep 10, 2025
One-click install
npx skills add https://github.com/tillysoso/mv1 --skill agent-skills-creator-tillysoso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-skills-creator
Source: https://github.com/tillysoso/mv1/tree/main/.claude/skills/agent-skills-creator
Command: npx skills add https://github.com/tillysoso/mv1 --skill agent-skills-creator-tillysoso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Guides authors to create, structure, and validate agent skills that follow the open format specification, reducing ambiguity and accelerating shipping.

Core Features & Use Cases

  • Templates and frontmatter guidance for new skills
  • Directory structure patterns including references, rules, and optional assets
  • Built-in guidance for evaluation, cross-model testing, and MCP tool references

Quick Start

Create a new skill directory with SKILL.md, add a concise body, and link any reference files to begin authoring your agent skill.

Frequently Asked Questions about agent-skills-creator

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

FAQPage Schema
How do I structure an agent skill that follows the open format specification?

To structure an open format agent skill, create a skill directory with a SKILL.md file, add a concise body, and link any reference files. This enforces frontmatter constraints and supports optional scripts, references, and assets.

What is the open format specification for skill creation?

The open format specification for skill creation is a standard that guides authors to structure and validate agent skills. It enforces frontmatter constraints, defines directory patterns for references and rules, and links to evaluation references.

How do I configure frontmatter and references when authoring a SKILL.md file?

When authoring a SKILL.md file, configure frontmatter by adhering to enforced constraints and add references by linking files within the skill directory. This structure supports optional scripts and assets for the agent skill.

Does this skill creation workflow support cross-model evaluation and MCP tool references?

Yes, the skill creation workflow supports cross-model evaluation and MCP tool references. It includes built-in guidance for evaluation, cross-model testing, and linking to a quality checklist to prepare skills for different models.

What are the frontmatter constraints when creating an open format agent skill?

Frontmatter constraints for open format agent skills are enforced rules applied during skill creation to ensure proper structuring. These constraints validate the SKILL.md file and reduce ambiguity before shipping the skill.