skill-creator

Create and maintain Claude skills with standardized SKILL.md templates and packaging.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/stravinest/house-hold-account --skill skill-creator-stravinest
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/stravinest/house-hold-account/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/stravinest/house-hold-account --skill skill-creator-stravinest

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill Creator addresses the lack of a standardized, reusable process for designing Claude skills. It provides a clear blueprint for structuring SKILL.md, organizing optional resources (scripts, references, assets), and enabling deterministic packaging and iteration.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter and body guidelines to ensure consistent discovery and loading.
  • Flexible structuring patterns (Workflow-Based, Task-Based, Reference/Guidelines, Capabilities-Based) to cover diverse skill types.
  • Bundled resources guidance: scripts, references, assets; progressive disclosure to minimize context load.
  • Step-by-step development lifecycle: init_skill.py, editing, packaging, iteration for repeatable skill deployment.
  • Templates and example resources to illustrate organization and quick-start usage.

Quick Start

Run the Skill Initializer to scaffold a new skill, e.g., scripts/init_skill.py my-new-skill --path skills/; then customize SKILL.md and replace the example resources under scripts/, references/, and assets/ with domain-specific content.

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?▼

To create a standardized Claude skill, use an initializer script to scaffold the project structure, then customize the SKILL.md frontmatter and replace the bundled scripts, references, and assets with domain-specific content.

What is the best way to structure a SKILL.md file for repeatable packaging?▼

The best way to structure a SKILL.md file is by enforcing standardized frontmatter for discovery and using flexible patterns like Workflow-Based, Task-Based, or Capabilities-Based layouts to keep skills concise and maintainable.

How does progressive disclosure work when organizing bundled resources?▼

Progressive disclosure organizes bundled resources like scripts, references, and assets modularly, loading only necessary context to minimize token usage and keep skill packaging deterministic and maintainable.

Do I need to follow specific frontmatter requirements for Claude skill creation?▼

Yes, you need to follow specific frontmatter requirements for Claude skill creation to ensure consistent discovery, deterministic loading, and proper packaging of your bundled resources and workflow patterns.

Can I use task-based structuring patterns for my Claude skills?▼

Yes, you can use task-based structuring patterns for your Claude skills, alongside workflow-based, reference, or capabilities-based layouts to cover diverse skill types and ensure repeatable iteration.