skill-creator

Guide creating and structuring Claude skills with SKILL.md and bundled resources.

12|2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill skill-creator-alexandrbasis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/alexandrbasis/wythm-claude-workflows/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill skill-creator-alexandrbasis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide for creating new skills or updating existing ones, ensuring they effectively extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Anatomy: Explains the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Best Practices: Offers guidance on metadata quality, progressive disclosure, and writing style.
  • Step-by-Step Process: Details the process from understanding the skill to packaging and iteration.
  • Use Case: A new developer joins the team and needs to create a skill for interacting with a new internal API. They use this skill to understand the required structure, best practices, and the process for creating and packaging their new skill.

Quick Start

Use the skill-creator skill to understand how to create a new skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an AI agent skill with tool integration and workflow automation?

Claude skill creation involves structuring a SKILL.md file alongside bundled scripts, references, and assets to define specialized knowledge, workflows, and tool integrations for AI agents.

What is the standard anatomy of a Claude skill for developer guide purposes?

The standard anatomy of a Claude skill consists of a root SKILL.md file paired with bundled resources: scripts for execution, references for documentation, and assets for static files.

What's the best way to structure SKILL.md metadata for new AI agent development?

The best way to structure SKILL.md metadata is by ensuring high quality, applying progressive disclosure for complex information, and maintaining a clear writing style to effectively guide AI agents.

What is the step by step process for packaging and iterating on Claude skills?

The step by step process for packaging Claude skills involves understanding skill requirements, developing the SKILL.md and bundled resources, packaging the components, and iterating based on performance.

Does skill creation require any specific dependencies or environment setup?

Skill creation has no strict dependencies listed, requiring only a standard development environment to structure the SKILL.md, scripts, references, and assets for your AI agent workflow automation.