skill-creator

Guide creation and structuring of AI skills with SKILL.md and resource directories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and best practices for developing new AI skills or improving existing ones, ensuring they are efficient, effective, and well-structured.

Core Features & Use Cases

  • Skill Anatomy: Understand the required SKILL.md and optional scripts/, references/, and assets/ directories.
  • Design Principles: Learn about conciseness, progressive disclosure, and setting appropriate degrees of freedom.
  • Development Process: Follow a step-by-step guide from understanding the skill's purpose to packaging and iteration.
  • Use Case: A developer needs to create a new skill to interact with a specific API. They use this Skill to understand the structure, best practices for writing SKILL.md, and how to organize API documentation in the references/ directory.

Quick Start

Use the skill-creator to learn how to create a new skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is the best way to structure AI agent skills and workflows?

Core skill design principles include ensuring conciseness, applying progressive disclosure, and setting appropriate degrees of freedom to guide the AI agent's behavior efficiently.

How do I develop an AI skill from scratch step by step?

To develop an AI skill step by step, you understand its purpose, define the structure in SKILL.md, organize optional scripts and references directories, and iterate through packaging.

What components are required when creating AI skills?

Creating AI skills requires a SKILL.md file to define core logic, while optional components include scripts, references, and assets directories to organize bundled resources effectively.

How do I organize API documentation when building AI agent workflows?

You organize API documentation for AI agent workflows by placing it in the references directory, ensuring the AI can efficiently access and manage external API context.

Do I need prior coding experience to design AI workflows?

Designing AI workflows requires understanding code organization and documentation principles to effectively manage scripts and resources, though the Skill provides structural guidance.