create-agent-skills

Author Claude Code skills and slash commands with SKILL.md structure.

240|75|Updated Jul 13, 2023
One-click install
npx skills add https://github.com/udecode/plate-playground-template --skill create-agent-skills-udecode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/udecode/plate-playground-template/tree/main/.codex/skills/create-agent-skills
Command: npx skills add https://github.com/udecode/plate-playground-template --skill create-agent-skills-udecode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance for creating and managing Claude Code skills and slash commands, ensuring your AI workflows are efficient, discoverable, and adhere to best practices.

Core Features & Use Cases

  • Skill Authoring: Learn the structure, frontmatter, and markdown formatting for effective SKILL.md files.
  • Command Creation: Understand how slash commands are now integrated into skills.
  • Best Practices: Avoid common anti-patterns and implement effective descriptions, invocation control, and progressive disclosure.
  • Use Case: You need to create a new skill to automate a complex coding task, or you want to ensure your existing skills are well-documented and discoverable.

Quick Start

Follow the steps to create a new skill or command.

Frequently Asked Questions about create-agent-skills

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

FAQPage Schema
How do I create a Claude skill using SKILL.md?

Claude skills are created by authoring a SKILL.md file with specific frontmatter and markdown structure. This ensures your AI workflows are efficient, discoverable, and follow official specifications and best practices for skill authoring.

What is the structure of a Claude Code skill?

The structure of a Claude Code skill involves a SKILL.md file with specific frontmatter and markdown formatting. It integrates slash commands and supports dynamic features like arguments and context injection to automate complex coding tasks.

How do slash commands work with Claude skills?

Slash commands are integrated directly into Claude skills via the SKILL.md file structure. This allows you to control invocation, implement descriptions, and use progressive disclosure within your AI workflows.

What are common anti-patterns in prompt engineering for agent development?

Common anti-patterns in agent development include poor invocation control, ineffective descriptions, and lack of progressive disclosure. Avoiding these ensures your Claude skills remain well-documented, discoverable, and efficient.

Can I audit existing Claude Code skills to improve their structure?

Yes, you can audit existing Claude Code skills to ensure they adhere to best practices. This involves reviewing the SKILL.md file structure, frontmatter, and dynamic features like arguments and context injection for optimal discoverability.

Do I need specific dependencies to author Claude skills?

No specific dependencies are required to author Claude skills. You only need to understand the SKILL.md format, frontmatter, and markdown formatting to create effective skills and slash commands.