skill-creator

Create structured AI skills with SKILL.md templates and resource directories.

28|6|Updated Aug 31, 2025
One-click install
npx skills add https://github.com/Hive-Academy/ptah-extension --skill skill-creator-hive-academy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Hive-Academy/ptah-extension/tree/main/apps/ptah-extension-vscode/assets/plugins/ptah-core/skills/skill-creator
Command: npx skills add https://github.com/Hive-Academy/ptah-extension --skill skill-creator-hive-academy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It streamlines the process of developing clear, structured, and reusable AI skills to extend ChatClaude's capabilities efficiently.

Core Features & Use Cases

  • Step-by-step guidance: Provides detailed instructions and templates for defining skill purpose, structure, and resources.
  • Resource organization: Encourages separation of scripts, references, and assets for maintainability and efficiency.
  • Use Case: When creating a new PDF handler skill, you can set up resource directories with scripts for PDF processing, load references with API documentation, and prepare assets like templates, all guided by this Skill.

Quick Start

Start by running init_skill.py with your skill name, then customize SKILL.md and include relevant resources to formalize your 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 design modular AI skills for specialized tasks?

Organize AI extension resources by maintaining a clear separation between scripts, references, and assets, which streamlines maintenance and improves workflow efficiency for specialized agents.

What is the best way to structure reusable AI workflows and tool integrations?

Build reusable AI workflows by defining a clear skill purpose, organizing resources into separate directories for scripts, references, and assets, and customizing the main skill markdown file.

How do I create a new AI skill extension from scratch?

Initialize a new AI skill by running the setup script with your skill name, then customize the main markdown file and populate resource directories with relevant scripts, references, and assets.

Does modular design improve AI agent efficiency?

Modular design improves AI agent efficiency by enforcing clear separation of procedural instructions, document references, and executable code, which enhances overall modularity and performance.

When should I separate scripts, references, and assets in skill development?

Separate scripts, references, and assets when developing complex AI skills to ensure API documentation, processing logic, and templates remain distinct and maintainable across the workflow.