skill-creator

Guide modular skill design with frontmatter and resource organization.

2|1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/Wulnut/lark_agent --skill skill-creator-wulnut
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Wulnut/lark_agent/tree/main/.opencode/skill/skill-creator
Command: npx skills add https://github.com/Wulnut/lark_agent --skill skill-creator-wulnut

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users to design and document modular, self-contained skills that extend Claude's capabilities.

Core Features & Use Cases

  • Clear frontmatter-driven metadata and structured skill anatomy.
  • Reusable resource patterns (scripts, references, assets) and progressive disclosure design.
  • Examples and templates to bootstrap skill creation for new domains or enhancements.

Quick Start

Run the initialization flow to scaffold a new skill and customize the SKILL.md accordingly.

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 modular skill to extend Claude's capabilities?

To create a modular skill, you design a self-contained structure with frontmatter-driven metadata, organize resources like scripts and references, and scaffold a SKILL.md file to define the workflow and documentation.

What frontmatter conventions are required for skill design?

Skill design requires frontmatter to include at least a name and description, enforcing structured metadata conventions that enable modular self-contained workflows to function properly.

What is progressive disclosure and how does it apply to skill development?

Progressive disclosure in skill development is a design principle that structures information and resources so users encounter complexity only as needed, keeping workflows reusable and self-contained.

How do I scaffold a new skill structure from scratch?

You scaffold a new skill structure by running an initialization flow that generates the base files, then customizing the SKILL.md with frontmatter, scripts, references, and assets for your specific domain.

Can I use existing templates and examples to bootstrap skill creation?

Yes, you can bootstrap skill creation using provided examples and templates, which offer reusable resource patterns for scripts, references, and assets to quickly establish new domain workflows.

When should I organize resources into separate scripts, references, and assets folders?

You should organize resources into separate folders when designing modular skills, ensuring that scripts, references, and assets remain self-contained and reusable across different workflow enhancements.