skill-creator-pro

Design Gemini CLI skills with dynamic context injection and tool gating.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/MGriot/.gemini --skill skill-creator-pro-mgriot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator-pro
Source: https://github.com/MGriot/.gemini/tree/main/skills/skill-creator-pro
Command: npx skills add https://github.com/MGriot/.gemini --skill skill-creator-pro-mgriot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a blueprint for designing high-performance Gemini CLI skills, focusing on scalable agentic patterns and reusable design.

Core Features & Use Cases

  • Dynamic Context Injection: embed live environment data and reconnaissance results into skill context to adapt behavior.
  • Tool-Gating & Roles: declare primary tools, govern execution and review phases, and assign agent roles for complex workflows.
  • Slash Command Emulation: expose a predictable interface with triggers like /design start and /design status to organize skill operations.
  • Cross-skill Connectivity: reference upstream/downstream skills to promote consistency and reuse patterns across projects.

Quick Start

Review the SKILL.md frontmatter, inspect scripts/ for deterministic helpers, references/ for background material, and assets/ for templates. Create a design.md as a high-level blueprint before implementing.

Frequently Asked Questions about skill-creator-pro

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

FAQPage Schema
How do I design Gemini CLI skills for complex, multi-step workflows?

Design Gemini CLI skills for complex workflows by applying agentic patterns like dynamic context injection and tool gating. This approach enables enterprise-grade automation and adapts agent behavior using live environment data.

What is dynamic context injection in agentic design?

Dynamic context injection embeds live environment data and reconnaissance results into the skill context. This mechanism allows agentic workflows to adapt their behavior dynamically based on current project conditions.

How do I start building an enterprise-grade Gemini skill?

Start building a Gemini skill by reviewing the SKILL.md frontmatter and creating a design.md blueprint. Inspect the scripts directory for deterministic helpers, references for background material, and assets for templates before implementation.

Can I use slash commands to organize Gemini CLI skill operations?

You can expose a predictable interface in Gemini CLI skills using slash command emulation. Triggers like /design start and /design status organize skill operations and structure complex multi-step workflows.

Does this approach support cross-skill connectivity for reusable patterns?

Cross-skill connectivity is supported by referencing upstream and downstream skills. This promotes consistency and allows you to reuse agentic design patterns across diverse enterprise projects.

When do I need tool gating for agent roles in enterprise automation?

You need tool gating when assigning agent roles for complex workflows to govern execution and review phases. Declaring primary tools ensures controlled, predictable automation across diverse enterprise projects.