skill-creator

Guide creation and structuring of AI skills with validation scripts.

2|1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/sahiixx/agency-agents --skill skill-creator-sahiixx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/sahiixx/agency-agents/tree/main/deepagents/libs/cli/examples/skills/skill-creator
Command: npx skills add https://github.com/sahiixx/agency-agents --skill skill-creator-sahiixx

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 tools for creating, structuring, and validating new AI skills, ensuring they are effective, modular, and well-documented.

Core Features & Use Cases

  • Skill Creation Guidance: Step-by-step instructions on understanding skill requirements, planning reusable content, and initializing new skills.
  • Resource Management: Explains the purpose and best practices for using scripts/, references/, and assets/ directories.
  • Validation Tools: Details how to use quick_validate.py to ensure skills meet structural and formatting requirements.
  • Use Case: A developer needs to create a new skill to interact with a specific company API. They use this Skill to understand the required structure, how to write the SKILL.md, and how to bundle necessary API documentation in references/.

Quick Start

Use the skill-creator to learn how to build a new skill for managing company policies.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and structure a new AI skill?

To create and structure an AI skill, follow step-by-step guidance to plan reusable content like scripts, references, and assets, ensuring the skill is modular and well-documented.

What is the best way to write SKILL.md content for agent development?

The best way to write SKILL.md content is to follow specific best practices that detail the anatomy of the skill, ensuring well-defined and extendable AI agent capabilities.

How do I validate AI skills before deployment?

You validate AI skills by running the provided quick_validate.py script to ensure they meet structural and formatting requirements before integration into agent workflows.

When do I need to use scripts, references, and assets directories?

You need to use scripts, references, and assets directories when planning reusable components, such as bundling specific API documentation in references during skill creation.

Can I build modular skills to interact with a company API?

Yes, you can build modular skills to interact with a company API by understanding the required structure, writing the SKILL.md, and bundling necessary API documentation in the references directory.