skill-creator

Create and package Claude skills from standardized SKILL.md frontmatter.

4|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/flowing-abyss/obsidian-vault-skills --skill skill-creator-flowing-abyss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/flowing-abyss/obsidian-vault-skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/flowing-abyss/obsidian-vault-skills --skill skill-creator-flowing-abyss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill Creator provides a repeatable blueprint for designing, structuring, and packaging Claude skills, enabling teams to consistently build self-contained, ready-to-use skills from a standardized SKILL.md frontmatter and bundled resources.

Core Features & Use Cases

  • Structured SKILL.md frontmatter with required name and description to drive discovery and triggering.
  • Guidance on bundling resources (scripts, references, assets) and organizing them for efficient loading and maintenance.
  • Progressive disclosure patterns to minimize context while supporting scalable, multi-skill workflows across domains.

Quick Start

Follow the template to initialize a new skill structure and customize SKILL.md, then add optional resources as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package a Claude skill with the correct frontmatter?

Skill packaging requires a standardized SKILL.md frontmatter with required name and description fields to drive discovery, alongside bundled resources like scripts and references organized for efficient loading.

What is the required structure for a SKILL.md frontmatter file?

A SKILL.md frontmatter requires a name and description to enable semantic search indexing and triggering, ensuring the skill is discoverable and ready for quick reuse by teams across domains.

How do I bundle scripts and resources when building a skill?

Bundle scripts and resources by organizing them within the skill structure for efficient loading and maintenance, following progressive disclosure patterns to minimize context while supporting scalable multi-skill workflows.

What's the best way to organize multiple skills for semantic search discoverability?

The best way to organize multiple skills for discoverability is using standardized SKILL.md frontmatter and progressive disclosure patterns, enabling semantic search to quickly index and locate proven skill patterns for team reuse.

Can I use progressive disclosure patterns to minimize context in skill workflows?

Yes, progressive disclosure patterns minimize context loading while supporting scalable multi-skill workflows across domains, allowing teams to maintain self-contained skills without overwhelming the processing context.

When do I need to initialize a new skill structure using a template?

Initialize a new skill structure using the template when you need to design and package a repeatable skill from scratch, customizing the SKILL.md file and adding optional bundled resources as needed for your specific use case.