bootstrapping-skills

Generate Gemini CLI agent skill scaffolds with SKILL.md templates.

Updated Aug 18, 2025
One-click install
npx skills add https://github.com/masa-codehub/gemini_agent --skill bootstrapping-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrapping-skills
Source: https://github.com/masa-codehub/gemini_agent/tree/main/.gemini/skills/bootstrapping-skills
Command: npx skills add https://github.com/masa-codehub/gemini_agent --skill bootstrapping-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Bootstrapping new Gemini CLI agent skills can be repetitive and error-prone when teams try to create a consistent scaffold from scratch. Bootstrapping-skills automates this by generating a standard directory structure and a template SKILL.md, ensuring every new skill starts with consistent metadata and layout aligned with best practices.

Core Features & Use Cases

  • Generate a complete skill scaffold at .gemini/skills/<skill-name>/ including SKILL.md, assets/, scripts/ (optional), and references/ (optional).
  • Provide templates based on assets/simple-skill-template.md and assets/advanced-skill-template.md to accelerate skill creation.
  • Enable rapid onboarding and maintain a professional, uniform structure for teams creating or initializing skill environments.

Quick Start

Create a new skill folder named <your-skill-name> using the standard bootstrapping templates.

Frequently Asked Questions about bootstrapping-skills

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

FAQPage Schema
How do I create a new Gemini CLI skill with a standard directory structure?

To create a new Gemini CLI skill, use bootstrapping to generate a complete scaffold at .gemini/skills/<skill-name>/ including SKILL.md, assets/, and optional scripts/ and references/ directories for consistent layout.

What is the best way to scaffold a production-ready SKILL.md file?

Scaffolding a production-ready SKILL.md is best done using standard templates like simple-skill-template.md or advanced-skill-template.md to ensure correct name and description frontmatter aligned with best practices.

Does bootstrapping Gemini skills support both simple and advanced templates?

Yes, bootstrapping Gemini skills supports both simple and advanced templates provided in the assets directory to accelerate skill creation and maintain a uniform structure for different complexity levels.

Why do I need to use scaffolding templates for Gemini agent skills?

You need scaffolding templates for Gemini agent skills because creating them from scratch is repetitive and error-prone; templates ensure every new skill starts with consistent metadata and a professional layout.

Can I initialize a workspace skill environment without manual directory setup?

Yes, you can initialize a workspace skill environment without manual setup by running the bootstrapping process which automatically generates the required root SKILL.md and optional asset folders.

What limitations should I expect when using bootstrapping for skill creation?

Limitations of bootstrapping for skill creation include relying solely on predefined template structures, meaning any highly customized directory layouts or unique non-standard metadata fields must be manually configured after generation.