skill-creator

Scaffold new Gemini Skill units with SKILL.md, scripts, references, and assets.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/caobingsheng/skills --skill skill-creator-caobingsheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/caobingsheng/skills/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/caobingsheng/skills --skill skill-creator-caobingsheng

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill guides users in creating, documenting, and packaging new Gemini Skills, enabling teams to rapidly extend Gemini CLI with domain-specific knowledge and workflows.

Core Features & Use Cases

  • Templates and scaffolding for new skills
  • Guidance on frontmatter, structure, and resources
  • Packaging, testing, and installation workflows for skill distribution

Quick Start

Run the init script to scaffold a new skill, then customize its SKILL.md and resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Gemini Skill with the correct directory structure?

To scaffold a new Gemini Skill, run the initialization script to automatically generate a validated directory structure, including SKILL.md, scripts/, references/, and assets/ folders.

What frontmatter is required when packaging a Gemini Skill?

Packaging a Gemini Skill requires standardized frontmatter templating to ensure proper metadata validation and integration with distribution workflows.

Can I customize the sample resource files after generating a skill scaffold?

Yes, after running the init script to scaffold a new skill, you can fully customize the generated SKILL.md and sample resource files to fit your domain-specific workflows.

Does skill creation require any existing dependencies or frameworks?

Skill creation requires no external dependencies; the scaffold provides a ready-to-use structure that integrates directly with native packaging and validation workflows.

What is the best way to standardize multiple Gemini Skills for team distribution?

The best way to standardize Gemini Skills for team distribution is using an automated scaffold that enforces validated directory creation and frontmatter templating across all units.