nombre-de-mi-skill

Create new Claude skills with YAML frontmatter and Markdown guidance.

46|14|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/alexdcd/Mafia-Claude-Skills --skill nombre-de-mi-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nombre-de-mi-skill
Source: https://github.com/alexdcd/Mafia-Claude-Skills/tree/main/skills/template-skill
Command: npx skills add https://github.com/alexdcd/Mafia-Claude-Skills --skill nombre-de-mi-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template skill provides a structured scaffold for defining Claude skills, ensuring consistent naming, description, and usage guidelines.

Core Features & Use Cases

  • Provides a standardized frontmatter with name and description.
  • Includes a detailed workflow outline and an executable Quick Start instruction.
  • Serves as a reusable blueprint for new skills.

Quick Start

Proporciona el nombre y los parámetros requeridos para activar la skill y ejecutar su flujo principal.

Frequently Asked Questions about nombre-de-mi-skill

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

FAQPage Schema
How do I create a new Claude skill from a markdown template?

To create a Claude skill, you use a template that automates initialization by defining a standardized YAML frontmatter for name and description, alongside a markdown body for operational guidance and workflow setup.

What is the required structure for a Claude skill file?

A Claude skill requires YAML frontmatter containing the name and description in the root directory, followed by a markdown body for operational guidance, with optional directories to structure scripts, references, and assets.

How do I set up the frontmatter for a Claude skill workflow?

You set up Claude skill frontmatter by enforcing a YAML header in the root file that strictly includes the skill name and description to ensure consistent naming and usage guidelines before defining the markdown workflow.

Can I use this skill template to organize markdown guides and setup scripts?

Yes, the skill template supports creating new skills by providing optional directories to structure resources, allowing you to organize markdown guides, executable scripts, and reference assets alongside the main workflow.

Does initializing a new Claude skill require any external dependencies?

No, initializing a new Claude skill using this template requires no external dependencies, as it provides a self-contained scaffold with frontmatter and markdown structure to outline the skill sections.

What sections should I include when defining a Claude skill?

When defining a Claude skill, you should outline sections for the name, description, detailed workflow, and an executable quick start instruction to serve as a reusable blueprint for onboarding.