skill-creator

Guide developers through creating and packaging structured AI skills.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/yuanshenjian-cn/yuanshenjian-cn --skill skill-creator-yuanshenjian-cn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/yuanshenjian-cn/yuanshenjian-cn/tree/main/.opencode/skills/skill-creator
Command: npx skills add https://github.com/yuanshenjian-cn/yuanshenjian-cn --skill skill-creator-yuanshenjian-cn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and framework for creating, structuring, and packaging new AI skills, ensuring they are efficient, modular, and easy to use.

Core Features & Use Cases

  • Skill Creation Guidance: Offers step-by-step instructions and best practices for developing AI skills.
  • Resource Management: Details how to effectively use scripts/, references/, and assets/ for modularity and context efficiency.
  • Progressive Disclosure: Explains how to structure skills for optimal context window usage.
  • Use Case: A developer needs to create a new skill to interact with a specific company API. They would use this Skill Creator to understand the best practices for organizing API documentation in references/, writing helper scripts in scripts/, and defining the skill's trigger conditions in SKILL.md.

Quick Start

Use the skill-creator to understand how to structure a 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 structure and organize an AI skill for efficient context management?

Organize an AI skill by placing helper code in `scripts/`, documentation in `references/`, and static files in `assets/`. This modular resource management ensures efficient context window usage and progressive disclosure during execution.

What is the best way to develop an AI agent skill that integrates with a specific API?

Develop an API-integrated AI skill by placing API documentation in `references/`, writing helper functions in `scripts/`, and defining trigger conditions in `SKILL.md`. This framework ensures efficient, modular tool integration.

How does progressive disclosure work when building prompt engineering skills?

Progressive disclosure in prompt engineering skills works by structuring resources modularly so the AI agent only loads necessary context from `scripts/` and `references/` when triggered, optimizing the available context window.

Can I use this skill creation methodology for packaging code organization tools?

Yes, you can use this methodology for packaging code organization tools because it provides a step-by-step creation process from understanding requirements to packaging the final modular skill with defined assets and scripts.

Why does my AI skill fail to trigger when loaded into the agent context?

An AI skill fails to trigger when its context management is poorly structured. You must properly define trigger conditions in `SKILL.md` and organize resources efficiently to ensure the agent recognizes and executes the skill.