skill-creator

Guide creation, structuring, and packaging of AI Skills.

Updated Jan 20, 2023
One-click install
npx skills add https://github.com/doncan-orozco/papyro --skill skill-creator-doncan-orozco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/doncan-orozco/papyro/tree/main/.ai/skills/skill-creator
Command: npx skills add https://github.com/doncan-orozco/papyro --skill skill-creator-doncan-orozco

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 Anatomy: Understand the structure of a Skill (SKILL.md, scripts, references, assets).
  • Design Principles: Learn best practices for conciseness, progressive disclosure, and setting degrees of freedom.
  • Development Process: Follow a step-by-step guide from understanding the skill to iteration and packaging.
  • Use Case: You want to build a new Skill to help an AI agent manage cloud deployments. This Skill will guide you through defining its purpose, structuring its documentation, and including necessary scripts or reference materials.

Quick Start

Follow the steps 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 and package an AI skill for efficient context window usage?

To structure an AI skill, use modular components like SKILL.md, scripts, and references. This approach ensures efficient context window usage by applying progressive disclosure to manage resources effectively.

What are the core principles of AI skill creation and prompt engineering?

Core principles of AI skill creation include conciseness, progressive disclosure, and setting appropriate degrees of freedom. These guidelines help structure prompt engineering documentation to keep agent instructions clear and modular.

What is the step by step process for developing a new AI skill?

The AI skill development process involves six steps: planning, initialization, editing, packaging, and iteration. This structured workflow guides you from understanding the skill's purpose to finalizing the packaged documentation and scripts.

How do I include scripts and reference materials when building an AI agent skill?

You include scripts and reference materials by organizing them into modular components within the skill's directory structure. This ensures the AI agent can efficiently access necessary documentation and assets during execution.

Does building an AI skill require any specific developer guide or framework dependencies?

Building an AI skill does not require specific framework dependencies. The development process relies on a developer guide covering skill anatomy and design principles, allowing you to create modular packages without external libraries.

Why does my AI skill fail to load context efficiently during agent execution?

AI skills fail to load context efficiently when they lack conciseness and proper modular resource management. Applying progressive disclosure and setting strict degrees of freedom in the SKILL.md resolves these context window limitations.