skill-creator

Guide users through creating and refining agent skills with structured directories.

50|4|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Hmbown/rlmagents --skill skill-creator-hmbown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Hmbown/rlmagents/tree/main/libs/rlmagents/deepagents_cli/built_in_skills/skill-creator
Command: npx skills add https://github.com/Hmbown/rlmagents --skill skill-creator-hmbown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and tools for creating, structuring, and validating new skills, enabling users to extend agent capabilities with specialized knowledge and workflows.

Core Features & Use Cases

  • Skill Creation Guidance: Learn best practices for designing effective skills, including structuring SKILL.md and organizing bundled resources.
  • Resource Management: Understand when to use scripts/, references/, and assets/ for modular skill development.
  • Use Case: A user wants to create a new skill to manage company-specific API documentation. They can use this skill to learn the recommended structure, how to write the SKILL.md file, and where to place the API reference documents.

Quick Start

Use the skill creator to learn how to build a new skill for managing internal documentation.

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 agent skill for managing API documentation?

To structure an agent skill for managing API documentation, organize modular resources into `scripts/`, `references/`, and `assets/` directories, and define core instructions in the `SKILL.md` file. This approach ensures specialized knowledge and workflows are properly bundled for agent capabilities.

What is the best way to design modular agent skills?

The best way to design modular agent skills is to separate procedural knowledge, domain expertise, and tool integration patterns into dedicated directories like `scripts/`, `references/`, and `assets/`. This modular skill design facilitates easier validation and refinement of specialized agent capabilities.

How do I create and validate new agent capabilities?

To create and validate new agent capabilities, follow procedural guidance for writing the `SKILL.md` file and organizing bundled resources. This process includes validating the skill structure against best practices to ensure the agent can effectively utilize the provided workflows.

When should I use scripts versus references in skill creation?

In skill creation, use the `scripts/` directory for executable tool integration patterns, and the `references/` directory for static domain expertise and documentation. Proper resource management ensures the agent correctly distinguishes between actionable logic and contextual knowledge.

Can I integrate workflow automation into a new agent skill?

Yes, you can integrate workflow automation into a new agent skill by placing executable automation logic into the `scripts/` directory. This allows the agent to execute specialized workflows and tool integration patterns defined during the skill creation process.

Do I need prior agent development experience to build skills?

Prior agent development experience is not strictly required to build skills, as the skill creator provides comprehensive guidance on best practices for skill structure, resource organization, and validation. However, understanding basic workflow automation and documentation concepts helps.