criador-skills

Scaffold agent skill directories with standardized SKILL.md frontmatter.

Updated Oct 15, 2025
One-click install
npx skills add https://github.com/Italo520/erp_archflow_arquiteture --skill criador-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: criador-skills
Source: https://github.com/Italo520/erp_archflow_arquiteture/tree/main/.agent/skills/criador-skills
Command: npx skills add https://github.com/Italo520/erp_archflow_arquiteture --skill criador-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual setup overhead for new agent skills by auto-generating a standard folder structure and SKILL.md frontmatter.

Core Features & Use Cases

  • Generates a new skill folder at .agent/skills/<skill-name>/.
  • Creates SKILL.md with required frontmatter (name and description) and a structured guide.
  • Optionally scaffolds resources like scripts/, references/, and assets/ if requested.

Quick Start

Provide the desired skill name and description, and I will scaffold the new skill directory and its SKILL.md entry.

Frequently Asked Questions about criador-skills

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

FAQPage Schema
How do I automate agent skill scaffolding with a standard directory structure?

To automate agent skill scaffolding, provide a desired skill name and description to auto-generate a standardized folder structure at .agent/skills/<skill-name>/ and a SKILL.md entry. This eliminates manual setup overhead and ensures metadata compliance.

What is included in the SKILL.md frontmatter when generating a new skill?

The SKILL.md frontmatter includes the required name and description fields, along with a structured guide. It records dependencies, components, and risk assessments to ensure compliance with safety and metadata requirements during skill creation.

Can I scaffold optional resources like scripts and references for my agent skill?

Yes, you can optionally scaffold resources like scripts/, references/, and assets/ directories when generating a new agent skill. These are created within the standardized .agent/skills/<skill-name>/ folder structure if requested during setup.

What naming conventions are required when creating new agent skills?

When creating new agent skills, kebab-case naming is required. The scaffolding process validates the desired name for uniqueness and kebab-case compliance before generating the standardized directory structure and SKILL.md entry.

Does automated skill scaffolding record dependencies and risk assessments?

Automated skill scaffolding does record dependencies, components, and risk assessments. It applies these to the SKILL.md entry to ensure compliance with safety and metadata requirements when defining a new agent capability.