skill-creator

Scaffold new Skills with standardized frontmatter and folder structure.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/pqem/agent-automatizado --skill skill-creator-pqem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/pqem/agent-automatizado/tree/main/templates/skills/generic/skill-creator
Command: npx skills add https://github.com/pqem/agent-automatizado --skill skill-creator-pqem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a standardized scaffold for new Skills, reducing setup time and ensuring consistent metadata and structure across projects.

Core Features & Use Cases

  • Canonical Skill skeleton with required frontmatter (name, description) and a uniform folder layout.
  • Clear guidance on optional components (scripts/, references/, assets/).
  • Ready-to-use templates and examples to accelerate Skill creation and adoption.

Use Case: When starting a new project, bootstrap a consistent Skill with minimal effort.

Quick Start

Create a new Skill by following the template, place SKILL.md under skills/your-skill, add optional folders as needed, and run the CLI to validate and activate it.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular skills with standardized frontmatter for new projects?

To create modular skills with standardized frontmatter, use a scaffolding template that enforces required metadata fields like name and description, ensuring compliance with the skill unit spec and consistent folder structure. Place SKILL.md under your skills directory.

What is the best way to bootstrap a new skill folder structure with optional scripts and assets?

The best way to bootstrap a new skill folder structure is using an automation template that generates a canonical skeleton, providing clear guidance on optional components like scripts, references, and assets folders to accelerate setup.

What frontmatter fields are required to validate and activate a new skill?

Required frontmatter fields to validate and activate a new skill include name and description, enforced by the scaffolding process to ensure compliance with the skill unit spec before running the CLI validator.

Can I use skill creation templates to set up modular skills across multiple projects?

Yes, you can use skill creation templates across multiple projects to apply a standardized scaffold, reducing setup time and ensuring uniform metadata and folder structure for modular skills wherever they are deployed.

When should I add optional resources like references or assets to my skill scaffold?

You should add optional resources like references or assets to your skill scaffold when your project requires supplementary components, utilizing the provided templates to guide placement and maintain a uniform folder layout.

Why does my new skill scaffold need a uniform folder layout and metadata?

A new skill scaffold needs a uniform folder layout and metadata to ensure consistency across projects, reduce initial setup time, and guarantee compliance with the skill unit spec for modular automation.