create-skill

Generate a skill directory with a boilerplate SKILL.md template.

2|Updated Apr 28, 2025
One-click install
npx skills add https://github.com/gunubin/dotfiles --skill create-skill-gunubin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/gunubin/dotfiles/tree/main/claude/.claude/skills/create-skill
Command: npx skills add https://github.com/gunubin/dotfiles --skill create-skill-gunubin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new AI skills by generating a boilerplate SKILL.md file and its directory structure, saving developers time and ensuring consistency.

Core Features & Use Cases

  • Boilerplate Generation: Creates a new skill directory with a pre-filled SKILL.md template.
  • Scope Selection: Allows specifying whether the skill is for personal use (user) or project-specific (project).
  • Use Case: When you need to add a new command or functionality to your AI assistant, use this skill to quickly set up the necessary file structure and initial configuration.

Quick Start

Use the create-skill command to generate a new skill named 'deploy-staging'.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I generate a boilerplate SKILL.md template for an AI assistant?

To generate a boilerplate SKILL.md template, use the create-skill command, which instantly creates a new skill directory and pre-fills the required configuration structure for your AI assistant.

Can I specify whether a new skill is generated for user or project scope?

Yes, you can specify scope during skill generation. The tool supports both user-specific personal skills and project-specific skills, applying the appropriate directory structure and configuration automatically.

What is the best way to standardize new AI functionality development?

Standardizing new AI functionality involves using a boilerplate generation tool to create consistent skill unit directories and pre-filled SKILL.md templates, ensuring all new commands follow the same structural baseline.

How do I set up the file structure for a new AI assistant command?

You can set up the file structure for a new command by running the create-skill command with your desired skill name. It automatically generates the required directory and initial SKILL.md file.

Does creating a new skill template require any external dependencies?

No, generating a new skill template requires zero external dependencies. It operates independently to instantly output the standardized directory and SKILL.md boilerplate for rapid development.