skill-creator

Scaffold new Skill units with standardized SKILL.md frontmatter and resource directories.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Codcyber101/Doc-Consult-Agent --skill skill-creator-codcyber101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Codcyber101/Doc-Consult-Agent/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Codcyber101/Doc-Consult-Agent --skill skill-creator-codcyber101

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams quickly create and standardize new Skill units by providing template-driven scaffolding, frontmatter boilerplates, and ready-to-use resource directories.

Core Features & Use Cases

  • Generates SKILL.md frontmatter with required name and description.
  • Bootstraps optional scripts/, references/, and assets/ directories with example files.
  • Provides a guided workflow for skill creation, validation, and packaging, enabling consistent onboarding for contributors.

Quick Start

  1. Run scripts/init_skill.py <skill-name> --path <path> to scaffold a new skill.
  2. Customize SKILL.md and replace or delete example resources in scripts/, references/, and assets/.
  3. Run scripts/package_skill.py <path-to-skill> to validate and package the skill.

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 skill with standardized frontmatter and directories?

To scaffold a new skill, run the init script with a skill name and target path. This generates a SKILL.md file with required frontmatter and bootstraps optional scripts, references, and assets directories.

What is required in SKILL.md frontmatter for skill validation?

SKILL.md frontmatter requires a name and description for skill validation. These mandatory fields ensure consistent skill structure and metadata compliance across Claude integration projects.

Can I use this skill scaffolding template for any Claude integration project?

Yes, the skill scaffolding applies to any Claude integration project where consistent skill structure, templates, and packaging are required across different domains and use cases.

What's the best way to validate and package a skill before deployment?

Run the package script with the path to your skill directory to validate and package it. This checks frontmatter requirements and ensures your skill is ready for deployment workflows.

Do I need to keep all example resource directories after skill creation?

No, you can customize SKILL.md and replace or delete example resources in the scripts, references, and assets directories based on your specific skill requirements and workflow needs.