skill-creator

Guide creation, structuring, and validation of AI skills for agent integration.

18|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/JaimeParker/stable-jarvis --skill skill-creator-jaimeparker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/JaimeParker/stable-jarvis/tree/main/skills/skill-creator
Command: npx skills add https://github.com/JaimeParker/stable-jarvis --skill skill-creator-jaimeparker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (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 modular, efficient, and well-documented for agent integration.

Core Features & Use Cases

  • Skill Creation Guidance: Step-by-step instructions on understanding skill requirements, planning reusable components, and initializing new skills.
  • Resource Management: Explains the purpose and best practices for using scripts/, references/, and assets/ directories within a skill.
  • Validation Tools: Details on using 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, best practices for documentation, and how to package scripts and reference materials.

Quick Start

Use the skill-creator to learn how to build a new skill for the agent.

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 AI skills for agent integration?

To create AI skills for agent integration, follow step-by-step guidance to plan reusable components like scripts, references, and assets, then initialize the skill structure to ensure modularity and proper documentation.

What is the best way to manage scripts and reference assets when building agent capabilities?

The best way to manage scripts and reference assets is to organize them into dedicated directories within the skill, following established best practices to ensure resources are modular, efficient, and well-documented for agent use.

How do I validate a newly created AI skill before deployment?

You validate a newly created AI skill by running the quick_validate.py script, which checks the skill to ensure it meets all required structural and formatting requirements before agent integration.

Do I need specific directory structures to package specialized knowledge for AI agents?

Yes, you need specific directory structures. Planning reusable components like scripts, references, and assets directories is essential for packaging specialized knowledge and extending agent capabilities effectively.

When should I use dedicated directories for skill development instead of flat file structures?

You should use dedicated directories for skill development when building modular, efficient, and well-documented AI skills, as this structure ensures proper resource management and validation for agent integration.