skill-creator

Scaffold Claude Skills with frontmatter templates and resource folders.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/nicepkg/chat2poster --skill skill-creator-nicepkg
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/nicepkg/chat2poster/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/nicepkg/chat2poster --skill skill-creator-nicepkg

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a structured approach and templates to help teams design, document, and package Claude Skills with a consistent structure.

Core Features & Use Cases

  • Template-driven frontmatter and SKILL.md scaffolding to standardize skill metadata
  • Resource scaffolding for scripts/, references/, and assets/ to support reusable bundles
  • Guided, step-by-step workflows for initializing, editing, and packaging skills
  • Examples and patterns (Workflow-Based, Task-Based, and Reference/Guidelines) to cover common skill variants
  • Collaboration-friendly structure that accelerates onboarding and knowledge transfer

Quick Start

Run the skill initializer to create a new skill skeleton, then tailor the templates:

  • python3 scripts/init_skill.py <skill-name> --path <path>
  • Edit SKILL.md to finalize name/description and frontmatter
  • Add or adjust bundled resources under scripts/, references/, and assets/ Finally, package the skill with:
  • python3 scripts/package_skill.py <path-to-skill-folder>

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 frontmatter and folder structure?▼

To create a Claude Skill, run the skill initializer script to generate a skeleton, then edit SKILL.md to finalize frontmatter like name and description, and organize reusable bundles under scripts, references, and assets directories.

What is the best way to package Claude Skills for team collaboration?▼

The best way to package Claude Skills is using a template-driven scaffolding approach that standardizes metadata and resources, accelerating team onboarding and knowledge transfer through consistent structure and progressive disclosure patterns.

Can I use custom scripts and references when scaffolding a new Claude Skill?▼

Yes, you can add or adjust custom scripts, references, and assets under their respective directories after initializing the skill skeleton, allowing you to support reusable bundles tailored to your specific workflows.

What frontmatter is required when building Claude Skills?▼

When building Claude Skills, the frontmatter strictly requires the name and description fields to be defined in the SKILL.md file to ensure proper metadata standardization and skill discovery.

How do I package a finalized Claude Skill folder for deployment?▼

To package a finalized Claude Skill, execute the package_skill.py script with the path to your skill folder, which bundles the SKILL.md and associated resources into a deployable format.

Does the skill creation workflow support task-based and guidelines-based patterns?▼

Yes, the skill creation workflow provides example templates and patterns covering Workflow-Based, Task-Based, and Reference/Guidelines variants to help you design common Claude Skill structures effectively.