skill-creator

Guide creation and revision of AI agent skills with structured SKILL.md formatting and resource organization.

8|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/kensaurus/cursor-kenji --skill skill-creator-kensaurus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/kensaurus/cursor-kenji/tree/main/skills/skill-creator
Command: npx skills add https://github.com/kensaurus/cursor-kenji --skill skill-creator-kensaurus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear, structured guide for creating, updating, or improving AI agent skills, including how to format SKILL.md, organize resources, and align with best practices.

Core Features & Use Cases

  • Structured SKILL.md guidance with required frontmatter (name and description) and a concise body.
  • Clear anatomy of a Skill directory, including optional resources (scripts, references, assets) for extendable workflows.
  • Practical examples and steps for planning, implementing, and testing skills in real projects.

Quick Start

Describe the desired skill and organize it into a directory with SKILL.md and optional resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an AI skill and structure its SKILL.md file?

To create an AI skill, you organize a directory with a SKILL.md file containing required frontmatter (name and description) and a concise body, alongside optional bundled resources like scripts, references, or assets.

What is the required frontmatter for a SKILL.md file?

The required frontmatter for a SKILL.md file includes the name and description fields, which ensure the AI agent can properly identify and load the skill's core functionality.

How do I organize bundled resources like scripts and references within an AI skill directory?

You organize bundled resources by placing scripts, references, and assets into the skill directory and linking them properly within the SKILL.md body, ensuring consistent alignment with best practices for extendable workflows.

What's the best way to plan and test a new AI skill workflow?

The best way to plan and test an AI skill involves following a structured process: define the desired skill, implement the directory structure with SKILL.md, and apply practical testing steps to ensure consistent behavior.

Can I update an existing AI agent skill without breaking its resource links?

Yes, you can update an existing AI agent skill by revising the SKILL.md format and reorganizing bundled resources, ensuring that scripts, references, and assets remain correctly linked and loaded.

When do I need to bundle references versus scripts in an AI skill directory?

You need to bundle references versus scripts when planning extendable workflows that require external data lookups or dynamic execution, organizing them as optional resources within the skill directory.