skill-creator

Guide users through creating and refining AI skills with structured workflows and best practices.

Updated Feb 11, 2023
One-click install
npx skills add https://github.com/Ender-Wiggin2019/elo --skill skill-creator-ender-wiggin2019
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Ender-Wiggin2019/elo/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/Ender-Wiggin2019/elo --skill skill-creator-ender-wiggin2019

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and best practices for creating, structuring, and packaging new AI skills, ensuring they are effective, efficient, and well-documented.

Core Features & Use Cases

  • Skill Anatomy: Understand the structure of a skill (SKILL.md, scripts/, references/, assets/).
  • Best Practices: Learn principles like conciseness, progressive disclosure, and appropriate freedom levels.
  • Development Process: Follow a step-by-step guide from understanding requirements to iteration.
  • Use Case: A developer needs to create a new skill to interact with a specific company API. They use this Skill to understand how to structure the SKILL.md, organize API documentation in references/, and potentially include helper scripts.

Quick Start

Use the skill-creator to learn how to structure a new skill for AI agent capabilities.

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 effective agent interaction?

Structure an AI skill using a main SKILL.md file alongside scripts, references, and assets directories to ensure modular self-contained extensions for effective interaction.

What are the best practices for AI skill development?

AI skill development best practices include maintaining conciseness, applying progressive disclosure, and setting appropriate degrees of freedom to guide the agent accurately.

How do I integrate an external API into a custom AI workflow?

Integrate an external API by organizing its documentation in the references directory and including helper scripts within your skill package to automate the workflow.

What is progressive disclosure when building AI tools?

Progressive disclosure is a design principle that limits initial information overload by revealing complex tool integrations and specialized knowledge only when needed by the agent.

Do I need helper scripts to create a modular AI capability?

Helper scripts are optional but recommended for modular AI capabilities to handle complex tool integrations and workflow automation without cluttering the main documentation.