skill-creator

Automate Gemini CLI skill creation with SKILL.md packaging and validation.

3|1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/sirius-cc-wu/sirius-skills --skill skill-creator-sirius-cc-wu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/sirius-cc-wu/sirius-skills/tree/main/skill-creator
Command: npx skills add https://github.com/sirius-cc-wu/sirius-skills --skill skill-creator-sirius-cc-wu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creates and guides the development of Gemini CLI skills, enabling teams to consistently extend Gemini with workflows, tool integrations, and domain knowledge.

Core Features & Use Cases

  • Structured guidance for building and updating skills, including SKILL.md frontmatter, body, and optional resources.
  • Clear processes for initialization, editing, and packaging to generate distributable .skill artifacts.
  • Templates and example resources (scripts/, references/, assets/) to bootstrap new skills.

Quick Start

Initialize a new skill with the Skill Creator to generate a ready-to-edit skeleton including SKILL.md and example resource directories.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create custom workflows for Gemini CLI?

To create custom workflows for Gemini CLI, you can use a skill creation guide to structure a SKILL.md file, organize scripts and assets, and package the output into a distributable .skill file.

What is the best way to package Gemini CLI extensions for distribution?

Packaging Gemini CLI extensions involves validating the SKILL.md frontmatter for name and description, organizing optional resources like scripts and references, and enforcing packaging steps to produce a distributable .skill artifact.

How do I structure a SKILL.md file for Gemini?

Structuring a SKILL.md file requires defining frontmatter with a name and description, writing the skill body, and optionally linking to resource directories like scripts, references, and assets to bootstrap new skills.

Do I need coding dependencies to build Gemini skills?

No external coding dependencies are required to build Gemini skills. The creation process relies on standard templates and structured guidance to initialize, edit, and package your skill files directly.

Can I update existing Gemini CLI skills instead of starting from scratch?

You can update existing Gemini CLI skills by editing the SKILL.md body, reorganizing resource directories, and re-running the validation and packaging steps to generate an updated .skill file.