skill-creator

Create and manage Claude skills with structured metadata and templates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/coffee3699/spreadsheet_rag --skill skill-creator-coffee3699
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/coffee3699/spreadsheet_rag/tree/main/agentic_analysis/pipeline/mini_agent_service/mini_agent/skills/skill-creator
Command: npx skills add https://github.com/coffee3699/spreadsheet_rag --skill skill-creator-coffee3699

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of creating and maintaining effective skills by providing a structured framework, templates, and guidelines.

Core Features & Use Cases

  • Skill Creation Process: Outlines a systematic approach to developing skills, from understanding use cases to packaging and iteration.
  • Reusable Resources: Offers templates for organizing scripts, references, and assets, enabling efficient skill development.
  • Metadata Quality: Emphasizes best practices for writing SKILL.md to ensure clarity and discoverability.
  • Progressive Disclosure: Utilizes a three-level loading system to manage context and maintain efficiency.
  • Iteration and Testing: Encourages iterative development through real-world testing and user feedback.

Quick Start

To create a new skill, run the init_skill.py script with the desired skill name and output path.

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 new skill for Claude?

To create a new skill, run the `init_skill.py` script with your desired skill name and output path to generate the required directory structure and templates.

What is the structured process for skill development?

Skill development follows a systematic process covering use case understanding, metadata creation, resource organization, packaging, and iterative testing to ensure effective workflows.

How should I write SKILL.md metadata to ensure discoverability?

Writing SKILL.md metadata requires following best practices for clarity and discoverability, ensuring the specialized knowledge and workflows are accurately described for Claude to load.

Does this skill development framework support progressive disclosure?

Yes, the skill development framework utilizes a three-level loading system to manage context and maintain efficiency when Claude processes specialized knowledge.

Can I use templates for organizing scripts and references when building skills?

Yes, the framework offers reusable resource templates for organizing scripts, references, and assets, enabling efficient skill development and packaging.

What is the best way to iterate and test a custom skill?

The best way to iterate and test a custom skill is through real-world testing and user feedback, applying the structured framework to refine capabilities and metadata.