tools-skill-creator

Scaffold CLI skills for GitHub Copilot CLI, Claude Code, and Codex.

Updated Jan 9, 2025
One-click install
npx skills add https://github.com/baotoq/go-shortener --skill tools-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tools-skill-creator
Source: https://github.com/baotoq/go-shortener/tree/main/.agents/skills/tools-skill-creator
Command: npx skills add https://github.com/baotoq/go-shortener --skill tools-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire process of creating new CLI skills, from initial brainstorming and prompt refinement to file generation, validation, and installation, ensuring adherence to best practices with zero manual configuration.

Core Features & Use Cases

  • Automated Skill Scaffolding: Generates skill files (SKILL.md, README.md, etc.) based on user input and predefined templates.
  • Platform Compatibility: Supports creation for GitHub Copilot CLI, Claude Code, and Codex.
  • Use Case: A user wants to create a new skill to help debug Dockerfile issues. They can use this skill to quickly generate the necessary files, define triggers, and set up the skill for their preferred CLI environment.

Quick Start

Use the tools-skill-creator skill to start building a new CLI skill for analyzing code.

Frequently Asked Questions about tools-skill-creator

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

FAQPage Schema
How do I scaffold a new CLI skill for Claude Code or GitHub Copilot CLI?

Scaffolding a new CLI skill for Claude Code or GitHub Copilot CLI involves using an automated creator to generate SKILL.md and README.md files from templates. This process guides you through brainstorming, prompt enhancement, and validation against best practices with zero manual configuration.

What is the best way to automate skill creation for multiple platforms like Codex?

Automating skill creation for platforms like Codex is best handled by a meta-skill that standardizes file generation and validation. It ensures platform compatibility and adherence to best practices by guiding you from initial prompt refinement through local or global symlink installation.

Do I need to manually configure file templates to build developer tools?

You do not need to manually configure file templates to build developer tools. The skill creation process uses predefined templates to automatically generate required files, define triggers, and validate standards, ensuring the entire scaffolding process requires zero manual setup.

Can I use this scaffolding process to define triggers for a Dockerfile debugging skill?

You can use this scaffolding process to define triggers for a Dockerfile debugging skill. It supports brainstorming use cases and refining prompts to quickly generate the necessary skill files and set up the environment for your preferred CLI.

How does skill validation work during the scaffolding process?

Skill validation during the scaffolding process works by automatically checking generated files against predefined standards. This ensures your new CLI skill adheres to best practices before it is installed via local or global symlinks, preventing configuration errors.