skill-creator

Design and assemble modular agent skills with structured SKILL.md documentation.

218|33|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/first-fluke/fullstack-starter --skill skill-creator-first-fluke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/first-fluke/fullstack-starter/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/first-fluke/fullstack-starter --skill skill-creator-first-fluke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured onboarding framework for creating and refining modular agent skills, including guidance on naming, structuring, validation, and packaging.

Core Features & Use Cases

  • Structured Skill Creation: Clear conventions for frontmatter, body content, and resource layout to ensure consistency when building new skills.
  • Workflow & Packaging Guidance: Step-by-step guidance on organizing SKILL.md, and optional scripts, references, and assets to support deployment and reuse.
  • Quality & Validation: Best practices for progressive disclosure, frontmatter validation, and a repeatable packaging workflow to generate distributable skill files.

Quick Start

Start a new skill by initializing a template, then customize the SKILL.md and resource directories to fit your domain.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure a modular agent skill for packaging and distribution?

To structure a modular agent skill, use a consistent SKILL.md layout with clear frontmatter, organized resource directories, and optional scripts. This enforces a repeatable packaging process to produce distributable skill files.

What is the correct frontmatter format for an agent skill?

Correct agent skill frontmatter follows clear naming conventions and validation best practices defined by your skill creation framework. It ensures structured metadata is properly parsed during the packaging workflow.

How do I create a workflow for scalable skill development across teams?

You create scalable skill development workflows by planning, structuring, and packaging agent skills using a standardized onboarding framework. This provides step-by-step guidance for organizing SKILL.md and supporting resources for team reuse.

What is progressive disclosure in agent skill design?

Progressive disclosure in agent skill design is a validation best practice that structures documentation and resource layout to reveal complexity gradually. It ensures users access only necessary information at each workflow stage.

Do I need any dependencies to build and package agent skills?

No dependencies are required to build and package agent skills. The skill creation process uses an initialized template that you customize with SKILL.md and resource directories to fit your domain.

What's the best way to organize scripts and references when creating agent skills?

The best way to organize scripts and references is placing them in organized resource directories alongside your SKILL.md. This structured layout supports deployment, reuse, and distributable skill package generation.