Claude
Skills
Sign in
Back

skill-builder

Included with Lifetime
$97 forever

Create new production-ready Gemini CLI skills and plugins with standardized structure, commands, and tools.

AI Agents

What this skill does


# Skill Builder

This skill helps you create new skills and plugins for Gemini CLI, Claude Code, and GitHub Copilot.

## Procedures

1. **Discovery**: Ask the user for the name and description of the new skill.
1. **Generation**: Use `tools/generator.sh` to scaffold the skill structure.
1. **Refinement**: Help the user fill in the `SKILL.md`, commands, and logic.

## Standard Structure

- `SKILL.md`: Metadata and core instructions for Gemini CLI.
- `commands/`: Markdown files for specialized tasks.
- `tools/`: Executable scripts and logic.
- `docs/`: Documentation and references.
- `tests/`: Testing scripts.

## Instructions

- Ensure all generated skills include a `SKILL.md` with appropriate frontmatter.
- Follow the `ck-skills` repository structure for consistency.
- Add basic validation and processing logic placeholders to help the user get started.
Files: 11
Size: 72.4 KB
Complexity: 53/100
Category: AI Agents

Related in AI Agents