skill-creator

Guide creation and structuring of AI skills with SKILL.md files.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/ozkayas/jlpt-bites-ecosystem --skill skill-creator-ozkayas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ozkayas/jlpt-bites-ecosystem/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/ozkayas/jlpt-bites-ecosystem --skill skill-creator-ozkayas

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and process for creating, structuring, and packaging effective AI skills, ensuring they are concise, modular, and efficient.

Core Features & Use Cases

  • Skill Creation Guidance: Learn the principles and anatomy of a well-designed skill.
  • Resource Management: Understand how to effectively use scripts/, references/, and assets/.
  • Progressive Disclosure: Implement strategies to manage context window efficiently.
  • Use Case: A developer needs to create a new skill to help an AI agent manage cloud deployments. They consult this skill for best practices on structuring the SKILL.md, organizing deployment scripts, and including cloud provider documentation in references.

Quick Start

Follow the step-by-step process outlined in this skill to create a new AI 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 an AI skill for efficient context management?

Structure an AI skill by emphasizing conciseness, modularity, and progressive disclosure patterns. This approach manages the context window efficiently by using bundled resources like scripts, references, and assets for specialized tasks.

What is progressive disclosure in AI agent development?

Progressive disclosure in AI agent development is a strategy to manage the context window efficiently. It involves structuring skills to load only necessary information when needed, keeping the core skill concise while utilizing bundled references for deeper knowledge.

How do I package AI skills with scripts and references?

Package AI skills by organizing deployment scripts in the scripts directory and including relevant documentation in references. This modular structure ensures the skill remains concise while providing specialized knowledge and functionality through bundled assets.

What's the best way to create a modular AI skill from scratch?

Create a modular AI skill by following a step-by-step process: plan the skill anatomy, initialize the structure, edit the core SKILL.md file, and package the final components. This ensures conciseness and efficient context management throughout development.

Do I need programming experience to build AI skills?

Building AI skills requires understanding prompt engineering and AI development principles, but does not demand heavy coding. The process focuses on structuring documentation, managing resources, and applying progressive disclosure patterns rather than writing complex code.

When should I use references instead of inline documentation in skill creation?

Use references instead of inline documentation during skill creation when the content is specialized or lengthy. This keeps the core SKILL.md concise, manages the context window efficiently, and allows the AI agent to access detailed knowledge only when needed.