skill-creator

Guide creation and updating of AI skills with modular design and documentation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ThePhoenixAgency/Phoenix-Agents-Marketplace --skill skill-creator-thephoenixagency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ThePhoenixAgency/Phoenix-Agents-Marketplace/tree/main/plugins/dev-pipeline/skills/skill-creator
Command: npx skills add https://github.com/ThePhoenixAgency/Phoenix-Agents-Marketplace --skill skill-creator-thephoenixagency

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 and process for creating new AI skills or updating existing ones, ensuring they are effective, well-documented, and integrated seamlessly.

Core Features & Use Cases

  • Skill Development Guidance: Offers best practices for structuring skills, writing SKILL.md, and organizing bundled resources.
  • Resource Management: Details how to effectively use scripts/, references/, and assets/ for modularity and efficiency.
  • Use Case: When a developer needs to add a new capability to an AI agent, such as integrating with a new API or implementing a complex workflow, they would use this skill to understand the correct procedure for creating a new skill module.

Quick Start

Use the skill-creator to learn how to build a new skill for processing user feedback.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I build an AI agent skill for a specialized workflow?

To build an AI agent skill, you must follow a structured process of planning, initializing, editing, and validating. This approach ensures modular design, clear documentation, and efficient resource management for specialized workflows.

What is the best way to structure AI skills for resource management?

The best way to structure AI skills is by organizing bundled resources into dedicated directories. Separating scripts, references, and assets ensures modularity and efficient resource management throughout the skill development lifecycle.

How do I write documentation for a new AI agent skill?

Writing documentation for an AI agent skill involves creating a clear SKILL.md file. This documentation should emphasize core principles like conciseness and progressive disclosure to guide the agent's behavior effectively.

Can I use existing scripts and assets when creating AI skills?

Yes, you can integrate existing scripts and assets when creating AI skills. Organizing these components into their respective directories allows you to build complex workflows and tool integrations without starting from scratch.

What are the core principles of effective skill development?

The core principles of effective skill development are conciseness, modular design, and progressive disclosure. Following these guidelines ensures that AI agents can process instructions efficiently without being overwhelmed by large context windows.