skill-creator

Scaffold Claude skills with Context7 research and YAML frontmatter.

1|2|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/co-labs-co/context-harness --skill skill-creator-co-labs-co
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/co-labs-co/context-harness/tree/main/.opencode/skill/skill-creator
Command: npx skills add https://github.com/co-labs-co/context-harness --skill skill-creator-co-labs-co

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator provides a structured blueprint for designing, initializing, and refining Claude skills, ensuring they are grounded in Context7-backed domain research and consistent frontmatter.

Core Features & Use Cases

  • Templates and guidance for creating new skills or updating existing ones
  • Context7 integration to research domains, resolve library IDs, and fetch current documentation
  • Structured workflow for SKILL.md design, resource organization, and packaging
  • Use cases include building new skills for specialized domains or improving existing skills with up-to-date references

Quick Start

To begin, initialize a new skill with the provided template and then customize SKILL.md, scripts/, references/, and assets/ as needed

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 new Claude skill with proper YAML frontmatter and packaging?

You can create a Claude skill by initializing the provided template, then customizing the SKILL.md, scripts, references, and assets folders to enforce YAML frontmatter and complete the packaging workflow.

What is the best way to ensure my skill scaffolding uses up-to-date library documentation?

The best way to maintain current documentation in skill scaffolding is leveraging Context7 integration to research domains, resolve library IDs, and fetch current references during the skill design process.

Can I use this workflow to update and refactor existing skills instead of building new ones?

Yes, you can update existing skills by applying the templates and Context7-backed domain research to refine SKILL.md files and reorganize resources with current references.

Does the skill creation workflow require any external dependencies or components?

No external dependencies or components are required for the skill creation workflow; it provides a self-contained blueprint for initialization, design, and packaging.

How do I structure directories for a specialized domain skill before distribution?

You structure directories before distribution by organizing your skill into a SKILL.md file alongside scripts, references, and assets folders, following the structured packaging workflow from initialization.