create-skill

Creates standardized Gemini CLI skill scaffolds with starter files and folders.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation of new Gemini CLI skills by providing a standardized scaffold, reducing setup time and ensuring consistent structure across projects.

Core Features & Use Cases

  • Automated scaffolding: creates the folder layout, starter SKILL.md, and initial templates.
  • Extensibility: optional scripts/, references/, and assets/ folders for future enhancements.
  • Use Case: bootstrap a new command or plugin component with minimal manual configuration.

Quick Start

Bootstrap a new Gemini CLI skill scaffold for the project.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I bootstrap a new Gemini CLI skill with a standardized folder layout?

You can bootstrap a Gemini CLI skill by generating a standardized scaffold that includes a starter SKILL.md, frontmatter metadata, and initial templates, reducing manual setup time and ensuring consistent project structure.

What is the standard file structure for a model-invoked Gemini CLI skill?

A standard Gemini CLI skill structure includes a SKILL.md file with frontmatter metadata, alongside optional scripts, references, and assets directories designed for model-invoked use and future extension.

Does the skill scaffolding process include scripts and assets directories?

Yes, the scaffolding process includes optional scripts, references, and assets directories to support future enhancements and provide flexibility when adding plugin components within your workflow.

Can I use this bootstrap tool for adding plugin components to an existing workflow?

Yes, you can use this bootstrap tool to add plugin components or bootstrap new commands within a Gemini workflow by generating the required standardized skill onboarding files and folder layout.

Do I need any external dependencies to scaffold a Gemini CLI skill?

No external dependencies are required to scaffold a Gemini CLI skill. The tool operates independently to generate the folder layout, starter files, and frontmatter metadata for your project.