Create New Skills

Creates Agent Skills for Claude Code with SKILL.md and YAML frontmatter documentation standards.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/akornmeier/clawd-config --skill create-new-skills-akornmeier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create New Skills
Source: https://github.com/akornmeier/clawd-config/tree/main/skills/meta-skill
Command: npx skills add https://github.com/akornmeier/clawd-config --skill create-new-skills-akornmeier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Agent Skills for Claude Code, ensuring adherence to best practices and comprehensive documentation for discoverability and reusability.

Core Features & Use Cases

  • Guided Skill Creation: Provides a step-by-step workflow for defining, structuring, and writing new Skills.
  • Best Practice Enforcement: Integrates documentation and examples to ensure high-quality, maintainable Skills.
  • Use Case: A developer needs to create a new Skill to handle customer support inquiries. They use this Skill to guide them through defining the Skill's purpose, structuring the SKILL.md file, writing clear instructions, and adding relevant examples.

Quick Start

Use this skill to create a new skill for analyzing user feedback by following the step-by-step workflow.

Frequently Asked Questions about Create New Skills

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

FAQPage Schema
How do I create new agent skills for Claude Code?

To create new agent skills for Claude Code, follow a guided workflow to define the skill's purpose, structure directories, write the SKILL.md file with YAML frontmatter, add supporting files, and test the capability.

What is the best way to structure a SKILL.md file for workflow automation?

The best way to structure a SKILL.md file for workflow automation is to use YAML frontmatter for metadata and a Markdown body for instructions, ensuring adherence to documentation standards for discoverability and reusability.

How do I package domain expertise into a reusable Claude Code skill?

You package domain expertise into a reusable Claude Code skill by defining the capability's purpose, writing clear instructions, adding relevant examples, and structuring supporting files to make the knowledge discoverable.

Do I need any dependencies to build and package AI capabilities?

You do not need any external dependencies to build and package AI capabilities using this skill creation workflow, as it guides you through structuring the directory and writing documentation natively.

What documentation standards are required for Claude Code skill creation?

Claude Code skill creation requires documentation standards that integrate examples and clear instructions within the SKILL.md file, ensuring the resulting agent development capabilities are high-quality and maintainable.

Can I use this skill creation workflow for developer tools and customer support automation?

Yes, you can use this skill creation workflow for developer tools and customer support automation by following the step-by-step process to define the specific use case and package it into a discoverable capability.