nome-da-skill

Create new skills with a standardized SKILL.md template and frontmatter schema.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill nome-da-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nome-da-skill
Source: https://github.com/wesleysimplicio/simplicio-mapper/tree/main/.skills/_template
Command: npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill nome-da-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template streamlines the creation of new Skill Units by providing a ready-to-edit SKILL.md scaffold, ensuring consistent structure and documentation across skills.

Core Features & Use Cases

  • Provides a standard frontmatter schema requiring name and description, plus a structured body with Trigger, Steps, Padrões, and Definition of Done sections.
  • Encourages consistent naming, documentation, and optional resource directories (scripts/, references/, assets/) to be added as needed.
  • Use Case: bootstrap a new skill by copying this template to .skills/<your-skill>/SKILL.md and customizing the sections.

Quick Start

Copy this file to .skills/<your-skill>/SKILL.md and edit the frontmatter and sections to finalize your skill.

Frequently Asked Questions about nome-da-skill

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

FAQPage Schema
What is a skill template for standardizing skill creation?

A skill template provides a ready-to-edit SKILL.md scaffold that standardizes skill creation by enforcing consistent frontmatter, documentation guidelines, and a structured body for new skills.

How do I create a new skill using a frontmatter template?

To create a new skill, copy the template to .skills/<your-skill>/SKILL.md, then customize the required frontmatter schema and the structured body sections to finalize your workflow.

Does the skill template require specific documentation sections?

Yes, the skill template enforces a structured body requiring Trigger, Steps, Padrões, and Definition of Done sections, alongside frontmatter with name and description fields.

Can I add optional resource directories to the skill template?

Yes, the skill template supports adding optional resource directories including scripts/, references/, and assets/ as needed to organize supplementary files for your workflow.

Is this skill template suitable for standardizing documentation guidelines across multiple skills?

Yes, this skill template is designed to standardize skill creation by enforcing consistent naming, frontmatter schemas, and documentation guidelines across all new skills in the repository.