skill-creator

Create, validate, and package modular Claude skills with SKILL.md structure.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/provenimpact/proven-needs --skill skill-creator-provenimpact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/provenimpact/proven-needs/tree/main/.opencode/skills/skill-creator
Command: npx skills add https://github.com/provenimpact/proven-needs --skill skill-creator-provenimpact

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This guide enables teams to consistently create, validate, and package modular Claude skills that extend capabilities with structured workflows, templates, and reusable resources.

Core Features & Use Cases

  • Standardized skill scaffolding with a SKILL.md frontmatter (name and description) and a documented body.
  • Optional bundled resources (scripts/, references/, assets/) to support deterministic tasks, in-context references, and output templates.
  • Clear packaging workflow to produce a .skill file that can be shared and deployed across environments.

Quick Start

Run the skill initialization to scaffold a new skill directory with template SKILL.md and example 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 custom Claude skills with bundled resources?

To create custom Claude skills, you scaffold a directory with a SKILL.md frontmatter containing the name and description, alongside optional scripts, references, and assets directories to support deterministic tasks and templates.

What is the SKILL.md format for packaging reusable Claude workflows?

The SKILL.md format for reusable Claude workflows requires a frontmatter section with the skill name and description, followed by a documented body of guidance to direct Claude's behavior during execution.

Do I need to include scripts and references directories when building a skill?

You do not need to include scripts and references directories when building a skill; they are optional bundled resources used to support deterministic tasks and provide in-context documentation.

Can I use skill templates to standardize automation workflows for my team?

You can use skill templates to standardize automation workflows for your team by applying a repeatable scaffolding process that packages structured guidelines and reusable assets into a deployable .skill file.

What's the best way to package and share modular Claude skills across environments?

The best way to package modular Claude skills is to follow a standardized workflow that validates the SKILL.md structure and bundled resources, producing a shareable .skill file for deployment across environments.