skill-creator

Scaffold modular Claude skills with SKILL.md and package them into .skill files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams design, bootstrap, and package modular Claude skills into self-contained units that are easy to reason about, version, and reuse.

Core Features & Use Cases

  • Guided initialization of new skills with SKILL.md frontmatter and example resources
  • Provision of optional resource directories: scripts/, references/, and assets/
  • Built-in validation and packaging pipelines to produce .skill files
  • Clear patterns for skill design (workflow-based, task-based, and reference/guidelines)

Quick Start

Run scripts/init_skill.py <skill-name> --path <path> to scaffold a new skill with 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 scaffold a new Claude skill with the correct folder structure?

To scaffold a new Claude skill, run the initialization script to automatically generate the required folder structure, including SKILL.md frontmatter and example resource directories like scripts, references, and assets.

What is the best way to package modular skills into a reusable file?

The best way to package modular skills is using a built-in validation and packaging pipeline that bundles your resources into a self-contained .skill file, making it easy to version and reuse.

Do I need pyyaml to generate a SKILL.md file for automation?

Yes, you need the pyyaml dependency to parse and generate the yaml-frontmatter required in the SKILL.md file during the automated skill initialization and scaffolding workflow.

Can I organize different skill patterns like workflow-based and task-based references?

Yes, you can organize different skill patterns by leveraging the provided clear design templates for workflow-based, task-based, and reference guidelines to structure your modular skills effectively.

What directories are created during the automated skill initialization process?

The automated skill initialization process creates optional resource directories named scripts, references, and assets to help you organize the bundled resources for your modular skill.