malky-skill-creator

Generates a scaffolded Claude Code skill with a SKILL.md template and Quick Start.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mmacphail/my-claude-rules --skill malky-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: malky-skill-creator
Source: https://github.com/mmacphail/my-claude-rules/tree/main/malky-skill-creator
Command: npx skills add https://github.com/mmacphail/my-claude-rules --skill malky-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a new personal Claude Code skill scaffold that follows malky best practices, reducing setup time and ensuring consistent structure for new skills.

Core Features & Use Cases

  • Generates a properly structured SKILL.md frontmatter and body template ready for customization.
  • Provides a guided set of steps to name, describe, and configure the new skill, including optional supporting files.
  • Useful for developers who want repeatable, standardized skill templates for Claude Code.

Quick Start

Run the skill-creator to scaffold a new Claude Code skill in the user's local skills directory.

Frequently Asked Questions about malky-skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new Claude Code skill with proper SKILL.md frontmatter?

To scaffold a new Claude Code skill, run the skill-creator to generate a properly structured SKILL.md frontmatter and body template in your local skills directory, ready for customization.

What is the standard structure for a Claude Code skill template?

A standard Claude Code skill template includes a SKILL.md file with frontmatter, a concise Quick Start section, and optional supporting files, ensuring repeatable and consistent skill structure.

Do I need any dependencies to generate a Claude Code skill scaffold?

No dependencies are required to generate a Claude Code skill scaffold. The skill-creator operates independently to guide you through naming, describing, and configuring your new skill.

Can I customize the generated SKILL.md template for my specific automation workspace setup?

Yes, you can customize the generated SKILL.md template. The skill-creator provides a guided set of steps to name, describe, and configure the new skill to fit your specific workspace setup.

What's the best way to ensure consistent skill creation structure across multiple Claude Code skills?

The best way to ensure consistent skill creation structure is to use a scaffolding tool that automatically generates SKILL.md files following malky best practices, reducing setup time and standardizing templates.

Why does my generated Claude Code skill need a Quick Start section?

Your generated Claude Code skill needs a Quick Start section to provide a concise entry point for users. The skill-creator ensures the resulting SKILL.md adheres to the template and includes this section.