skill-creator

Create standardized Claude skill templates with YAML frontmatter and SKILL.md structure.

Updated Apr 5, 2023
One-click install
npx skills add https://github.com/edneyreis999/zord-project --skill skill-creator-edneyreis999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/edneyreis999/zord-project/tree/main/service_financial-claude/skills/skill-creator
Command: npx skills add https://github.com/edneyreis999/zord-project --skill skill-creator-edneyreis999

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Esta Skill atua como guia de onboarding para a criação de novos Skills Claude. Ela ensina a estruturar, documentar e empacotar Skills modulares que estendem Claude com conhecimento específico, fluxos de trabalho e integrações de ferramentas.

Core Features & Use Cases

  • Fornece estrutura padrão de Skill (SKILL.md, bundles, referências, assets).
  • Explica como usar scripts, referências e assets para automação confiável.
  • Inclui templates e exemplos para acelerar a criação de novos Skills.

Quick Start

Crie um novo Skill usando o template SKILL.md e rode o script scripts/init_skill.py com o nome do Skill e o caminho de destino, por exemplo:

  • python scripts/init_skill.py my-new-skill --path skills/public

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a standardized Claude skill from scratch?

Create a Claude skill by using the standardized template structure: define YAML frontmatter with name and description, write a concise SKILL.md for orchestration, and bundle scripts, references, and assets. Run `python scripts/init_skill.py skill-name --path skills/public` to scaffold a new skill with the required structure.

What's the best way to structure a modular Claude skill?

Structure skills modularly using SKILL.md as the orchestration body, organize metadata in YAML frontmatter, and bundle related resources—scripts, references, and assets—together. This approach enables progressive disclosure loading and ensures skills are reusable and maintainable across different workflows.

Can I use templates to speed up skill development?

Yes. Skill templates accelerate development by providing predefined SKILL.md structures, versioning conventions, ownership metadata, and quality checks. Templates support workflow-based, task-based, and reference-style skills, eliminating the need to build structure from scratch.

What files and components do I need to include in a skill package?

Include YAML frontmatter (name, description), a SKILL.md orchestration file, optional scripts for automation, reference materials, and assets. Bundle these together with versioning and ownership information to create a complete, quality-checked skill package.

How do I organize scripts and assets within a skill?

Organize scripts and assets as bundled resources within the skill's directory structure. Scripts enable reliable automation and tool integration, while assets and references provide context. Progressive disclosure loading allows users to access only what they need for their specific workflow.

What metadata should I define for a new skill?

Define skill metadata in YAML frontmatter including name, description, versioning, and ownership. Include functional and technical requirements specifying what the skill does, its dependencies, supported workflows, and integrated quality checks for consistency and reliability.