skill-creator

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

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/XiongJingzhi/agent-learn --skill skill-creator-xiongjingzhi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/XiongJingzhi/agent-learn/tree/main/app/bub/src/bub/skills/skill-creator
Command: npx skills add https://github.com/XiongJingzhi/agent-learn --skill skill-creator-xiongjingzhi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

Core Features & Use Cases

  • Skill Creation Guidance: Offers best practices, structure, and naming conventions for developing effective skills.
  • Resource Management: Details how to use scripts/, references/, and assets/ for modularity and efficiency.
  • Use Case: A developer needs to create a new skill to interact with a specific internal API. They use this skill to understand the required structure, documentation standards, and how to package necessary scripts and reference materials.

Quick Start

Use the skill-creator to learn how to initialize a new skill named 'my-new-skill' in the current directory.

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 for agent development?

Creating a new AI skill requires following specific structure and naming conventions to ensure modularity. This process guides you through defining the skill structure, managing resources like scripts and references, and documenting workflows for efficient agent development.

What is the best way to manage scripts and references when building modular AI skills?

Managing scripts and references for modular AI skills involves organizing them into dedicated directories like `scripts/`, `references/`, and `assets/`. This separation ensures modularity and efficiency, allowing the agent to handle specialized knowledge and resources cleanly.

How do I update an existing AI skill to improve its workflow automation and documentation?

Updating an existing AI skill involves refining its modularity, efficiency, and documentation. You can revise the skill structure, update resource management scripts, and enforce naming conventions to improve workflow automation and extend the agent's capabilities.

What validation steps are needed to ensure my AI skill works correctly before deployment?

Validating an AI skill requires checking its structure, naming conventions, and resource management. Ensuring scripts, references, and assets are correctly packaged and documented guarantees the specialized knowledge and workflows integrate properly with the agent.

Do I need to package internal API interaction scripts inside my new AI skill?

Yes, packaging internal API interaction scripts inside your AI skill is necessary for interacting with specific internal APIs. You use the `scripts/` directory to include these resources, ensuring the skill manages the workflow and references efficiently.