creating-skills

Guide users through creating, managing, and deploying AI skills per the agentskills.io standard.

Updated Nov 23, 2022
One-click install
npx skills add https://github.com/tjmgregory/.dotfiles --skill creating-skills-tjmgregory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-skills
Source: https://github.com/tjmgregory/.dotfiles/tree/main/agents/skills/creating-skills
Command: npx skills add https://github.com/tjmgregory/.dotfiles --skill creating-skills-tjmgregory

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides the knowledge and tools necessary to create, manage, and deploy new AI skills, extending the capabilities of AI agents.

Core Features & Use Cases

  • Skill Creation Workflow: Guides users through the 5-step process of developing a new skill.
  • Resource Management: Explains how to use scripts/, references/, and assets/ effectively.
  • Best Practices: Offers guidance on naming, descriptions, conciseness, and progressive disclosure.
  • Use Case: A developer needs to create a new skill to interact with a specific API. They would use this skill to understand the structure of SKILL.md, how to bundle necessary scripts, and how to write a clear description for discovery.

Quick Start

Use the creating-skills skill to learn how to create a new skill.

Frequently Asked Questions about creating-skills

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

FAQPage Schema
How do I create an AI skill using the agentskills.io standard?

Creating an AI skill involves a 5-step workflow covering SKILL.md frontmatter, body structure, and bundled resources. This process ensures your skill adheres to the agentskills.io standard for deployment.

What is the structure of a SKILL.md file for agent development?

A SKILL.md file consists of frontmatter containing metadata for discovery and a body detailing the skill's processing logic. It follows a progressive disclosure design pattern to expose details only when needed.

How do I bundle scripts and references when building AI skills?

When building AI skills, you bundle scripts, references, and assets into dedicated directories. This resource management approach ensures the agent can access necessary code and documentation during execution.

What are the best practices for writing AI skill descriptions?

Best practices for AI skill descriptions emphasize conciseness, clear naming, and progressive disclosure. Writing a precise description ensures your skill is properly discovered and invoked by AI agents.

Does workflow automation require SKILL.md for AI agent development?

Workflow automation with AI agents uses SKILL.md as the standard format to define capabilities. It provides the necessary structure and metadata for agents to understand and execute automated tasks.