skill-creator

Draft CLAUDE skills by collecting requirements and creating SKILL.md files.

16|3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/YehudaFrankel/clankbrain --skill skill-creator-yehudafrankel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/YehudaFrankel/clankbrain/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/YehudaFrankel/clankbrain --skill skill-creator-yehudafrankel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Crafts a consistent, end-to-end process for building new CLAUDE skills by guiding the user through gathering requirements, drafting a SKILL.md, and wiring it into the workflow map.

Core Features & Use Cases

  • Gather requirements from the user (name/slug, triggers, description, tooling).
  • Check for duplicates across existing skills and propose updates or new creation.
  • Draft the SKILL.md using the provided template, including frontmatter and structured Sections.
  • Show the draft to the user for approval before writing the file.
  • Write and save the file at .claude/skills/<skill-name>/SKILL.md and integrate into CLAUDE.md skill map.

Quick Start

Draft a new SKILL.md by collecting requirements, creating the file at .claude/skills/skill-name/SKILL.md, and wiring it into the workflow.

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 reusable CLAUDE skill from scratch?

Creating a reusable CLAUDE skill involves collecting requirements such as name, triggers, and tooling, then drafting a SKILL.md file with proper frontmatter. This tool validates the draft with you before writing it to the skills directory and wiring it into the workflow.

What is the process for drafting a SKILL.md file for workflow automation?

Drafting a SKILL.md file for workflow automation uses a template-driven approach to ensure consistent frontmatter and structured sections. The process checks for duplicate skills, proposes updates or new creation, and requires user approval before saving the file to the memory kit.

Do I need to manually wire a new skill into the CLAUDE.md skill map?

You do not need to manually wire a new skill into the CLAUDE.md skill map. After drafting and approving the SKILL.md file, the tool automatically writes it to the correct directory and integrates the new skill into the existing workflow map.

Can I check for duplicate skills before generating a new SKILL.md file?

Yes, you can check for duplicate skills before generating a new SKILL.md file. The skill creation process scans existing skills across your workspace to identify overlaps and proposes either updating an existing skill or creating a new one based on your requirements.

What are the limitations of using a template-driven approach for skill creation?

A limitation of the template-driven approach for skill creation is that it enforces a specific frontmatter structure and section layout. While this ensures consistency and validation across the memory kit, it may restrict highly customized documentation formats outside the provided template.

What's the best way to ensure consistent frontmatter structure when building skills?

The best way to ensure consistent frontmatter structure when building skills is to use an end-to-end generation tool that validates the draft before writing. This approach guarantees the SKILL.md file adheres to the required template and integrates correctly into the workflow map.