skill-creator

Create and package Claude Skills with standardized frontmatter and bundled resources.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hackjap/claude-code-lab --skill skill-creator-hackjap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/hackjap/claude-code-lab/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/hackjap/claude-code-lab --skill skill-creator-hackjap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps teams design and package self-contained Claude Skills with clear frontmatter, lightweight bodies, and bundled resources for reliable activation.

Core Features & Use Cases

  • Guides the setup of SKILL.md frontmatter (name, description) and optional fields
  • Describes bundled resources (scripts, references, assets) and their roles
  • Provides templates and example resources to accelerate skill creation and iteration
  • Use case: when you need a repeatable skill template for a domain or tool integration

Quick Start

Create a SKILL.md with frontmatter and a concise operational body, then add scripts/, references/, and assets/ as needed and validate with the packaging workflow.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate Claude Skill creation and packaging?

To automate Claude Skill creation, this guide structures frontmatter authoring, resource directory organization, and packaging validation into a repeatable workflow for consistent deployment across instances.

What is the standard directory layout for bundled Skill resources?

The standard layout organizes bundled resources into separate directories for scripts, references, and assets, ensuring self-contained packages with clear frontmatter and lightweight bodies for reliable activation.

How do I write SKILL.md frontmatter for a new automation template?

Writing SKILL.md frontmatter requires defining the name and description fields, then adding optional metadata fields to support standardized activation across Claude instances.

Do I need bundled scripts and assets for every Claude Skill I create?

Bundled scripts, references, and assets are optional; you add them as needed to accelerate skill creation and iteration when a domain or tool integration requires additional resources.

What is the best way to validate a Skill package before deployment?

The best way to validate a Skill package is using the built-in packaging workflow, which enforces a standardized template and verifies the resource layout for consistent activation across Claude instances.

Can I use this guide to create Skills for specific tool integrations?

Yes, you can use this guide to create repeatable skill templates for specific domains or tool integrations, bundling the necessary scripts and references to support reliable activation.