skill-creator

Create and package Claude skills from templates with validation tooling.

Updated Jun 16, 2025
One-click install
npx skills add https://github.com/Stonelukas/Mouse-on-Numpad --skill skill-creator-stonelukas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Stonelukas/Mouse-on-Numpad/tree/main/.opencode/skill/skill-creator
Command: npx skills add https://github.com/Stonelukas/Mouse-on-Numpad --skill skill-creator-stonelukas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps teams create, update, and package Claude skills with consistent structure, templates, and workflows.

Core Features & Use Cases

  • Facilitates base SKILL.md generation with enforced frontmatter and concise descriptions
  • Provides example scripts, references, and assets to bootstrap new skills
  • Supports quick validation and packaging to produce distributable skill ZIPs

Quick Start

Run the init_skill.py script to scaffold a new skill from the template.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package Claude skills with consistent structure?

You can create and package Claude skills reliably by using an initialization script to scaffold a new skill from a template, which enforces frontmatter metadata and adds reusable scripts for consistent quality.

What is the best way to automate skill creation for Claude?

The best way to automate skill creation is to run an initialization script that generates a base SKILL.md file, applies frontmatter validation, and bootstraps example scripts and references into a distributable package.

Do I need any dependencies to scaffold a new Claude skill?

No dependencies are required to scaffold a new Claude skill. The skill operates independently using included scripts to generate the base structure, organize assets, and validate progressive-disclosure resources.

Can I use templates to add reusable scripts and references to a Claude skill?

Yes, you can use templates to add reusable scripts, references, and assets to bootstrap new Claude skills. This ensures consistent structure and satisfies requirements for progressive-disclosure resources.

How does validation tooling work when packaging Claude skills?

Validation tooling works by checking that the generated skill structure satisfies frontmatter metadata requirements and includes correct progressive-disclosure resources before packaging the skill into a distributable ZIP file.