create-agent-skills

Guide creation and improvement of Claude Code skills and slash commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/adamfeldman/compound-workflows --skill create-agent-skills-adamfeldman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/adamfeldman/compound-workflows/tree/main/plugins/compound-workflows/skills/create-agent-skills
Command: npx skills add https://github.com/adamfeldman/compound-workflows --skill create-agent-skills-adamfeldman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and improvement of Claude Code skills and slash commands, ensuring they adhere to best practices and function effectively.

Core Features & Use Cases

  • Skill Creation Guidance: Provides step-by-step instructions for building new skills and commands from scratch.
  • Best Practice Auditing: Helps audit existing skills against official specifications and common anti-patterns.
  • Component Addition: Guides users on adding reference files, scripts, or templates to existing skills.
  • Use Case: You need to create a new skill to manage GitHub pull requests. This Skill will guide you through defining its name, description, and structure, ensuring it's discoverable and functional.

Quick Start

Use the create-agent-skills skill to start building a new skill for managing user profiles.

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 custom slash commands for Claude Code?

Creating custom slash commands for Claude Code involves defining the skill structure, adding frontmatter, and applying progressive disclosure to ensure discoverability. This process ensures the resulting commands are maintainable and function effectively within the agent environment.

What are the best practices for Claude Code skill creation?

Best practices for Claude Code skill creation include using structured frontmatter, applying progressive disclosure to manage complexity, and avoiding common anti-patterns. Adhering to these specifications ensures AI tools remain discoverable, maintainable, and highly effective for agent development.

How do I audit existing prompt engineering workflows against official specifications?

Auditing prompt engineering workflows involves checking existing skills against official specifications and identifying common anti-patterns. This process evaluates the skill structure, frontmatter, and progressive disclosure to ensure structured and maintainable AI agent development.

Can I add reference files and scripts to existing Claude skills?

Yes, you can add reference files, scripts, or templates to existing Claude skills. This involves updating the skill structure and components to integrate the new references, ensuring the workflow automation tool remains discoverable and functional for agent development.

When do I need to use progressive disclosure in agent development?

Progressive disclosure in agent development is needed when managing complex skill structures to prevent overwhelming the AI. It involves structuring frontmatter and references so the agent receives context incrementally, ensuring maintainable and effective workflow automation.