Create New Skills

Create Claude Code Agent Skills with SKILL.md structure and validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kenbanks-peng/dotfiles --skill create-new-skills-kenbanks-peng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create New Skills
Source: https://github.com/kenbanks-peng/dotfiles/tree/main/claude/skills/meta-skill
Command: npx skills add https://github.com/kenbanks-peng/dotfiles --skill create-new-skills-kenbanks-peng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers you to extend Claude's capabilities by creating new, specialized AI Skills, transforming general-purpose AI into a domain expert for your unique workflows and organizational knowledge.

Core Features & Use Cases

  • Skill Creation Workflow: Guides you through defining, structuring, and writing new Skills following best practices.
  • Best Practices Integration: Ensures new Skills adhere to Anthropic's recommended design principles for effective agent use.
  • Use Case: Create a "Python Code Review" skill that automatically checks code for PEP 8 compliance, security issues, and performance, saving development time and ensuring code quality.

Quick Start

Use the Create New Skills skill to build a skill that helps me summarize meeting notes.

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 a custom Claude Code skill for my workflow?

Create a new Claude Code skill by defining its purpose, writing Instructions and Examples in a SKILL.md file, and following Anthropic's design principles. The skill creation workflow guides you through scaffolding, validation, and versioning to extend Claude's capabilities for your specific domain or organizational context.

What structure do I need to follow when building a new skill?

Skills require frontmatter metadata (name up to 64 characters, description up to 1024 characters) and a SKILL.md file containing Instructions and Examples sections. This standardized structure ensures consistency, enables progressive disclosure of features, and supports optional resources for comprehensive skill documentation.

Can I customize skills to automate my team's specific processes?

Yes, skill creation lets you build domain-specific agents tailored to your team's workflows and organizational knowledge. You can design skills for specialized tasks—like code review or meeting note summarization—that apply your best practices and save time across repeated processes.

What best practices should I follow when designing a new skill?

Follow Anthropic's recommended design principles during skill authoring: define clear use cases, structure instructions and examples systematically, enforce frontmatter constraints, and validate your skill through stepwise testing before sharing it with others.

Do I need development experience to author and share a new skill?

The skill creation workflow guides you through authoring and sharing without requiring deep technical expertise. It scaffolds the process, validates your skill against best practices, and provides a versioning system so you can refine and distribute your skill progressively.