skill-creator

Creates Blueprint-style skill definitions for orchestrating LLM agents and their toolsets in a unified framework.

13|3|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/phrazzld/agent-skills --skill skill-creator-phrazzld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/phrazzld/agent-skills/tree/main/core/skill-creator
Command: npx skills add https://github.com/phrazzld/agent-skills --skill skill-creator-phrazzld

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide for creating and refining AI skills, ensuring they are efficient, well-structured, and maximize the AI's capabilities without unnecessary token consumption.

Core Features & Use Cases

  • Skill Creation Best Practices: Learn principles for concise, effective skill design.
  • Anatomy of a Skill: Understand the structure of SKILL.md and bundled resources (scripts/, references/, assets/).
  • Progressive Disclosure: Implement strategies for managing context efficiently.
  • Skill Creation Process: Follow a step-by-step guide from understanding requirements to packaging.
  • Use Case: When you need to build a new skill to automate a specific workflow or integrate a new tool, this guide will walk you through the entire process, from planning to packaging.

Quick Start

Use the skill-creator to learn how to build 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 create an AI skill to automate workflows?

To create an AI skill, follow a structured process covering requirements gathering, concise design principles, and packaging. This guide provides steps to build skills that automate workflows and integrate tools efficiently without unnecessary token consumption.

What is progressive disclosure in AI agent design?

Progressive disclosure in AI agent design is a strategy for managing context efficiently. It involves structuring bundled resources like scripts and references to maximize the AI's capabilities while minimizing unnecessary token consumption during skill execution.

How should I structure files in an AI skill bundle?

An AI skill bundle is structured around a `SKILL.md` file accompanied by bundled resources. You should organize supporting components into `scripts/`, `references/`, and `assets/` directories to ensure the agent can locate and process domain expertise correctly.

Can I use skill creation guides to integrate new tools with an AI agent?

Yes, you can use skill creation guides to integrate new tools with an AI agent. The process walks developers through planning and packaging specialized workflows, enabling the AI to extend its functionality with specific tool integrations and domain expertise.

What are the best practices for prompt engineering and skill design?

Best practices for prompt engineering and skill design emphasize concise, effective structuring. Developers should focus on progressive disclosure and strict skill anatomy to provide specialized domain expertise while avoiding unnecessary token consumption.

Why does my AI agent consume too many tokens when loading custom skills?

AI agents consume excessive tokens when custom skills lack concise design and progressive disclosure. Structuring your `SKILL.md` to load bundled resources efficiently ensures the agent maximizes capabilities without wasting context window space.