skill-creator

Create custom Claude Skills with structured workflows and Python scripts.

37|25|Updated Jul 6, 2025
One-click install
npx skills add https://github.com/basher83/Zammad-MCP --skill skill-creator-basher83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/basher83/Zammad-MCP/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/basher83/Zammad-MCP --skill skill-creator-basher83

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating new AI Skills can be complex, requiring a deep understanding of structure, best practices, and efficient context management. This Skill provides a comprehensive guide to simplify the entire development process.

Core Features & Use Cases

  • Step-by-Step Guidance: Offers a structured workflow from understanding user needs and planning content to implementing and packaging the final Skill.
  • Resource Management: Explains how to effectively organize and utilize scripts/, references/, and assets/ directories to optimize context window usage and functionality.
  • Automated Initialization & Packaging: Includes Python scripts (init_skill.py, package_skill.py) to streamline skill creation, validation, and distribution.
  • Use Case: When you need to extend Claude's capabilities for a new domain (e.g., finance, legal, specific API integration), use this Skill to guide you through creating a robust, context-efficient, and well-structured custom Skill.

Quick Start

Initialize a new skill template in the .claude/skills directory

scripts/init_skill.py my-new-skill --path .claude/skills

Package and validate your skill for distribution

scripts/package_skill.py .claude/skills/my-new-skill