skill-creator

Create and update Claude AI skills with structured guidelines and Python scripts.

Updated May 9, 2026
One-click install
npx skills add https://github.com/mahyarmalekii/MarketIntel --skill skill-creator-mahyarmalekii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mahyarmalekii/MarketIntel/tree/main/backend/financial-services/plugins/vertical-plugins/financial-analysis/skills/skill-creator
Command: npx skills add https://github.com/mahyarmalekii/MarketIntel --skill skill-creator-mahyarmalekii

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, markdown, yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill assists users in crafting new skills or updating existing ones for Claude's AI platform, by providing structured guidelines for development and resource management.

Core Features & Use Cases

  • Skill Development Guide: Offers step-by-step instructions for creating AI skills.
  • Resource Organization: Explains the inclusion of scripts, references, and assets in skill creation.
  • Design Patterns: Recommends progressive disclosure design for efficient context management.
  • Skill Creation Process: Details the iterative process from initial understanding to final iteration based on usage.
  • Real-world Application: Supports various scenarios like building document processing skills or product management tools.

Quick Start

Run the init_skill.py script to begin creating a new skill, then follow the structured guidelines outlined in SKILL.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create AI skills for Claude's platform?

Create AI skills for Claude's platform by running the init_skill.py script to initialize the structure, then following the step-by-step development guidelines in SKILL.md for workflows and resource management.

What is progressive disclosure design in AI skill development?

Progressive disclosure design in AI skill development is a pattern for efficient context management, allowing skills to reveal information iteratively rather than loading all resources at once during execution.

Do I need Python to build workflows for Claude's AI platform?

Yes, you need Python to build workflows for Claude's AI platform, as this skill requires Python scripting knowledge to run initialization scripts and manage skill components like references and assets effectively.

How do I organize scripts, references, and assets when creating AI skills?

Organize scripts, references, and assets when creating AI skills by structuring them into distinct component directories, following the resource management guidelines detailed within the SKILL.md file.

Does this skill creation process support document processing or product management tools?

Yes, the skill creation process supports building document processing skills and product management tools, providing structured workflows and design patterns for various specialized real-world application scenarios.