skill-creator

Design and package Claude skills with structured templates and validation workflows.

7|2|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/jal-co/jalco-opencode --skill skill-creator-jal-co
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jal-co/jalco-opencode/tree/main/opencode/.config/opencode/skills/skill-creator
Command: npx skills add https://github.com/jal-co/jalco-opencode --skill skill-creator-jal-co

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Creating and maintaining Claude skills can be error-prone without structured guidelines; this skill provides templates, references, and best practices to standardize skill design, assembly, and packaging.

Core Features & Use Cases

  • Templates and frontmatter guidance for SKILL.md to ensure consistent triggering and documentation
  • Resource scaffolding for reusable scripts, references, and assets
  • Step-by-step workflow for planning, implementing, and packaging a skill
  • Use cases include creating a new skill, updating an existing one, or standardizing multi-skill setups

Quick Start

Run init_skill.py to generate a new skill scaffold and customize SKILL.md and resources.

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 with consistent structure and reusable resources?

To create a Claude skill, run init_skill.py to generate a scaffold, then customize the SKILL.md frontmatter with name and description, and add optional scripts, references, or assets to support the workflow.

What is the best way to package automation workflows into a Claude skill?

The best way to package automation workflows is to follow a step-by-step workflow design process that embeds domain knowledge and tool integrations, followed by running a packaging validation workflow to ensure correct structure.

Do I need frontmatter templates to standardize skill creation?

Yes, frontmatter templates are required for skill creation to ensure consistent triggering and documentation, providing a standardized SKILL.md structure with clear name and description fields.

Can I update an existing skill setup without rebuilding the entire structure?

Yes, you can update existing skills by modifying the SKILL.md and appending supported references or scripts, standardizing multi-skill setups without rebuilding the entire scaffold from scratch.

What are the limitations when adding domain knowledge to Claude skills?

Limitations when adding domain knowledge include needing clear frontmatter for accurate triggering and ensuring all optional references, scripts, and assets pass the packaging validation workflow without structural errors.