skill-creator

Catalog and index Agent Skills from SKILL.md frontmatter.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/tomasbasso/SistemaStockV2 --skill skill-creator-tomasbasso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/tomasbasso/SistemaStockV2/tree/main/.agents/skills/creador-de-skills-agentes
Command: npx skills add https://github.com/tomasbasso/SistemaStockV2 --skill skill-creator-tomasbasso

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and resources (resource) components.

What problem does it solve?

The skill helps teams build, validate, and maintain Agent Skills using a test-driven approach, ensuring reliability and reusability across agents.

Core Features & Use Cases

  • Structured scaffolding for new skills with consistent frontmatter and documentation.
  • Automated generation of SKILL.md templates and supporting directories (scripts, resources, examples).
  • Enforced TDD workflow guidance to prevent untested or under-tested skills.

Quick Start

Run the scaffold script to create a new skill with the desired name and description.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold agent skills with consistent structure and documentation?

Test-driven development for agent skills involves enforcing a TDD workflow guidance during the creation and editing process, preventing the deployment of untested or under-tested skills to guarantee reliability and reusability across agents.

How does cataloging and indexing agent skills enable better discovery?

Cataloging and indexing agent skills from SKILL.md frontmatter enables discovery and retrieval by validating that each skill satisfies required structure, dependencies, components, and safety checks before being applied to scenarios.

Can I use this scaffolding tool to validate existing agent skills?

Yes, you can use this scaffolding tool to validate existing agent skills by applying it to scenarios where skills are created, edited, or redesigned, ensuring they satisfy safety checks and structural dependencies as defined.

What is the best way to maintain agent skills across different teams?

The best way to maintain agent skills across teams is using a test-driven approach that catalogs and indexes skills from SKILL.md frontmatter, ensuring reliability, reusability, and consistent validation of structure and safety checks.

Do I need specific dependencies to generate SKILL.md templates and supporting directories?

No specific dependencies are required to generate SKILL.md templates and supporting directories, as the skill operates independently to scaffold new skills with consistent frontmatter, documentation, scripts, and resources.