skill-editor

Installation
SKILL.md

Skills Editor Skill

Description

This skill enables the agent to create and maintain "Agent Skills" - modular capabilities that extend the agent's functionality. It ensures that all skills follow the standardized directory structure and file format required by the deepagents environment.

When to Use

  • When the user asks to "create a skill" or "add a capability".
  • When the user wants to package a specific workflow (e.g., "teach the agent how to handle PDF invoices").
  • When modifying existing skills to add new resources or update instructions.

Skill Structure Rules

Every skill must reside in its own directory and contain a SKILL.md file.

1. Directory Structure

Create a new directory for the skill (e.g., pdf-processing/). Inside, the SKILL.md is mandatory. Other files are optional but recommended for complex tasks to keep the context window light (Progressive Disclosure).

Related skills
Installs
96
GitHub Stars
1
First Seen
Feb 15, 2026