skill-creator

Create and maintain Claude Code skills with standardized SKILL.md frontmatter and directory structure.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/veerababumanyam/RawDrive102 --skill skill-creator-veerababumanyam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/veerababumanyam/RawDrive102/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/veerababumanyam/RawDrive102 --skill skill-creator-veerababumanyam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a standardized template and governance for creating, reviewing, and maintaining Claude Code skills for RawDrive.

Core Features & Use Cases

  • Skill scaffolding: Offers a consistent SKILL.md frontmatter and directory structure for new skills.
  • Skill governance: Enables systematic reviews and updates to existing skills using documented patterns and references.
  • Reference integration: Includes references/workflows guidance to accelerate quality, consistency, and onboarding.

Quick Start

Create a new skill directory under .claude/skills/, add a references/ folder, and initialize SKILL.md using the provided template. Then consult references/output-patterns.md and references/workflows.md to follow established patterns.

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 Code skill with a standardized directory structure?

To create a Claude Code skill, scaffold a new directory under .claude/skills/, add a references/ folder, and initialize a SKILL.md file using a standardized frontmatter template to ensure project structure consistency.

What is the SKILL.md frontmatter used for in Claude skill creation?

The SKILL.md frontmatter provides standardized metadata and governance for Claude Code skills, ensuring consistent directory layout, reference integration, and quality control across the RawDrive skill ecosystem.

How do I review and update existing Claude Code skills for consistency?

Review and update existing Claude Code skills by applying documented governance patterns, checking the standardized SKILL.md frontmatter, and consulting references/workflows.md to maintain quality and consistency.

What's the best way to structure references when building Claude Code workflows?

Structure references by adding a references/ folder within the skill directory and populating it with documented patterns like output-patterns.md and workflows.md to accelerate onboarding and maintain quality.

Do I need any external dependencies to build and maintain Claude skills?

No external dependencies are required to build and maintain Claude skills; the process relies entirely on establishing a consistent directory layout, standardized SKILL.md frontmatter, and internal reference documentation.

When should I use a standardized skill template for Claude Code projects?

Use a standardized skill template when building new skills, reviewing skill structure, or updating existing skills within the Claude Code ecosystem to enforce governance, quality, and consistent onboarding.