skill-creator

Create and update Claude skills with structured metadata and YAML frontmatter.

Updated Oct 6, 2025
One-click install
npx skills add https://github.com/rodrigolagodev/SandoDesignSystem --skill skill-creator-rodrigolagodev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/rodrigolagodev/SandoDesignSystem/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/rodrigolagodev/SandoDesignSystem --skill skill-creator-rodrigolagodev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill empowers users to extend Claude's core capabilities by guiding them through the creation of specialized, modular AI Skills. It solves the challenge of effectively structuring and packaging custom knowledge, workflows, and tool integrations for optimal AI performance and efficient context management.

Core Features & Use Cases

  • Structured Skill Development: Provides a step-by-step process for designing, implementing, and packaging new AI Skills, ensuring they are effective, efficient, and adhere to best practices.
  • Context Management Optimization: Teaches how to leverage progressive disclosure (metadata, SKILL.md, bundled resources) to manage AI context windows efficiently, preventing information overload.
  • Resource Bundling Guidance: Explains when and how to include scripts/, references/, and assets/ to create self-contained, powerful Skills that can execute deterministic tasks or provide deep domain knowledge.
  • Use Case: If you need Claude to understand and execute complex, company-specific financial reporting procedures, use this Skill to create a finance-reporter Skill, complete with custom Python scripts, database schema references, and report templates.

Quick Start

Ask the skill-creator to guide you through creating a new skill for managing project tasks and deadlines.

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 custom Claude skill with structured metadata and resource bundling?

Create a Claude skill by initializing a project with SKILL.md frontmatter containing name and description, then organize scripts, references, and assets into bundled directories. The skill-creator guides you through this structured process end-to-end, from setup through packaging, ensuring optimal context management and adherence to best practices.

What's the best way to manage AI context windows when building custom skills?

Use progressive disclosure: organize metadata, SKILL.md documentation, and bundled resources strategically to prevent information overload. This Skill teaches how to structure knowledge, workflows, and tool integrations so Claude processes only relevant context at each step, improving performance and efficiency.

When should I bundle scripts and references into a skill?

Bundle scripts and references when you need Claude to execute deterministic tasks or access deep domain knowledge consistently. Include Python scripts for automation, database schemas, templates, and domain-specific documentation to create self-contained skills that handle complex workflows like financial reporting or project management.

Can I use this to extend Claude with company-specific workflows and integrations?

Yes. This Skill enables you to design modular AI capabilities tailored to your organization's needs—custom workflows, tool integrations, and domain knowledge packaged as reusable skills. It covers the full lifecycle from initialization and editing to final packaging with starter templates and validation tooling.

What's included to get started building a new skill quickly?

The Skill provides starter resources and templates including init_skill.py for project initialization and quick_validate.py for validation, enabling end-to-end skill packaging. These tools automate setup and verification, reducing manual configuration and ensuring structural requirements are met.

Why use imperative writing style and progressive disclosure in skill design?

Imperative writing style makes instructions clear and actionable for Claude, while progressive disclosure prevents context overload by presenting information in layers. Together, they improve skill effectiveness, reduce processing overhead, and ensure Claude executes complex tasks accurately within token budgets.