skill-creator

Create Claude skills from standardized templates with SKILL.md frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creates standard, reusable scaffolds for Claude skills using a templated SKILL.md and bundled resources.

Core Features & Use Cases

  • Provides a ready-to-use SKILL.md template with frontmatter and a concise description.
  • Bundles example scripts, references, and assets to speed up skill creation.
  • Includes validation and packaging workflows to produce distributable skill packages.

Quick Start

Run scripts/init_skill.py to create a new skill skeleton, then scripts/package_skill.py to package it.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude skill from a template?

To create a Claude skill from a template, run scripts/init_skill.py to generate a standardized skill skeleton. This initializes a reusable scaffold with a SKILL.md frontmatter and concise description.

What is the standard structure for packaging Claude skills?

The standard structure for packaging Claude skills enforces a consistent SKILL.md frontmatter alongside optional resources in scripts/references/assets directories. It includes validation and packaging workflows to produce distributable skill packages.

Does skill creation require manual validation before distribution?

Skill creation does not require manual validation before distribution because the process includes automated validation and packaging workflows. Running scripts/package_skill.py handles the validation steps and produces the final distributable skill package.

Can I bundle custom scripts and references when initializing a Claude skill?

You can bundle custom scripts, references, and assets when initializing a Claude skill. The templated scaffold automatically includes these optional resource directories to speed up skill creation and maintain references.

What's the best way to maintain references across multiple Claude skills?

The best way to maintain references across multiple Claude skills is using standardized templates with bundled resources. This approach applies consistent SKILL.md frontmatter and optional references directories to ensure uniformity across projects.

Why use a template for Claude skill initialization instead of manual setup?

Using a template for Claude skill initialization enforces a consistent SKILL.md frontmatter and standardizes optional resources in scripts/references/assets. It speeds up skill creation by providing a ready-to-use scaffold instead of starting from scratch.