gskills-forge

Automate creation, conversion, and optimization of Gemini CLI skills.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/tercel/gskills-forge --skill gskills-forge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gskills-forge
Source: https://github.com/tercel/gskills-forge/tree/main
Command: npx skills add https://github.com/tercel/gskills-forge --skill gskills-forge

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the development and maintenance of Gemini CLI skills, automating complex tasks like scaffolding new skills, migrating from other platforms, and optimizing existing ones for performance and adherence to standards.

Core Features & Use Cases

  • Scaffolding: Quickly generate new, well-structured Gemini skills.
  • Conversion: Migrate skills from Claude to the Gemini CLI format.
  • Auditing & Refactoring: Analyze and improve the quality, efficiency, and compliance of existing skills.
  • Use Case: A developer needs to create a new Gemini skill to manage project documentation. They use /gskills-forge:new to scaffold the basic structure, then later use /gskills-forge:audit and /gskills-forge:refactor to ensure it meets best practices.

Quick Start

Use the gskills-forge skill to scaffold a new skill named 'my-new-skill' with the description 'A skill for managing user profiles'.

Frequently Asked Questions about gskills-forge

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

FAQPage Schema
How do I convert Claude skills to Gemini CLI format?

You can convert Claude skills to Gemini CLI format by migrating them to the orchestrator pattern. This process automates the structural transformation required to align existing skills with Gemini's specific architectural standards.

What is the best way to scaffold a new Gemini CLI skill?

The best way to scaffold a new Gemini CLI skill is using automated generation tools that create the basic structure. This ensures the skill adheres to official standards and best practices from the start.

How do I audit and refactor Gemini CLI skills for compliance?

Auditing and refactoring Gemini CLI skills involves analyzing the code to improve quality and efficiency. This ensures the skill meets performance metrics and complies with official Gemini CLI development standards.

Can I automate the optimization of existing Gemini skills?

Yes, you can automate the optimization of existing Gemini skills through targeted refactoring. This analyzes the skill's logic and restructures it to enhance performance and ensure adherence to best practice workflows.

Do I need to follow official Gemini CLI standards when developing skills?

Yes, adhering to official Gemini CLI skill standards is required. Development workflows must follow these best practices to ensure proper functionality, compliance, and optimal performance within the Gemini environment.