skill-creator

Generate structured semantic metadata from Skill Unit definitions.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/abdullah1854/ClaudeSuperSkills --skill skill-creator-abdullah1854
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/abdullah1854/ClaudeSuperSkills/tree/main/skill-creator
Command: npx skills add https://github.com/abdullah1854/ClaudeSuperSkills --skill skill-creator-abdullah1854

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building Claude Skills from scratch can be error-prone or inconsistent. This Skill provides a scalable template and workflow to create new Skills with proper structure and metadata.

Core Features & Use Cases

  • SKILL.md template: Standardized frontmatter and section structure.
  • Guided scaffolding: Directory layout for scripts, references, and assets.
  • Activation hooks: Ready-to-adapt activation metadata for skill manager.

Quick Start

Generate a new skill skeleton named "my-skill" with a ready SKILL.md template.

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 structure and metadata?

Create a Claude Skill by using the standardized SKILL.md template and guided scaffolding provided, which establishes consistent frontmatter, section structure, and directory layout for scripts and references. This ensures your Skill captures structured semantic metadata including inputs, outputs, categories, dependencies, and usage scenarios compatible with RAG indexing systems.

What metadata should a Claude Skill include for indexing and discoverability?

A Skill should include structured semantic metadata with fields for request, description, is_toxic, and toxic_reason, plus inputs, outputs, categories, dependencies, chain-of-thought hints, and practical usage scenarios. This compact, vector-embeddable payload enables proper indexing across software engineering, database, browser automation, and productivity domains.

Can I use a template to scaffold a new Skill with activation hooks?

Yes. The Skill provides ready-to-adapt activation metadata and a complete SKILL.md template with standardized frontmatter and section structure. You can generate a new Skill skeleton with activation hooks pre-configured for the Skill manager, reducing setup errors and ensuring consistency across your Skills.

What file formats and locations should a Skill definition span?

Skill definitions span SKILL.md for documentation, skill.json for structured metadata, and embedded code samples. The Skill extracts and validates semantic metadata from all three, producing a unified payload compatible with RAG indexing and ensuring no metadata is fragmented across locations.

Why is consistent Skill structure important for automation workflows?

Consistent structure prevents errors, enables reliable automation workflows, and ensures Skill metadata is queryable and vector-embeddable for discovery. Standardized inputs, outputs, dependencies, and chain-of-thought hints make Skills composable within larger software engineering, database, and browser automation pipelines.