skill-creator

Create structured Claude skills with SKILL.md templates and resource organization.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/guma154-cmd/noctua-orcamento --skill skill-creator-guma154-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/guma154-cmd/noctua-orcamento/tree/main/.claude/Documentos/AGENTES%20PESSOAIS/temp-aiox-core/.claude/skills/skill-creator
Command: npx skills add https://github.com/guma154-cmd/noctua-orcamento --skill skill-creator-guma154-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a structured approach to designing, developing, and maintaining Claude's modular skills, ensuring clarity and efficiency in skill creation.

Core Features & Use Cases

  • Structured Skill Guides: Offers step-by-step procedures and best practices for creating new skills or updating existing ones.
  • Resource Organization: Templates for scripts, references, and assets to streamline resource bundling.
  • Use Case: When developing a new data analysis skill, this guide helps define the purpose, structure, and resource types needed to ensure consistency and quality.

Quick Start

Follow the steps to initialize a new skill directory using init_skill.py, then customize SKILL.md and add relevant resources as described.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure and document a new Claude skill for modular extension?

To structure a Claude skill, use a defined directory containing a SKILL.md file alongside bundled scripts, references, and assets. This approach ensures procedural clarity, safety considerations, and modular extension during skill development.

What is the best way to organize resources like scripts and assets when creating AI skills?

Organizing AI skill resources involves bundling scripts, references, and assets into structured templates within the skill directory. This streamlines resource management and ensures the AI can effectively utilize the provided capabilities.

How do I initialize a new skill directory using init_skill.py?

To initialize a new skill directory, run the init_skill.py script, then customize the generated SKILL.md file and add relevant resources. This provides a standardized foundation for developing and maintaining your skill.

Do I need to follow specific templates for skill creation and maintenance?

Yes, skill creation requires adherence to structured templates and safety considerations during development. Following these templates ensures clarity, efficiency, and consistency when designing or updating modular AI skills.

What should I include in SKILL.md when updating an existing Claude skill?

When updating an existing Claude skill, SKILL.md should include the purpose, structure, and resource types needed. This documentation ensures consistency and quality while providing procedural guidance for skill maintenance.