skill-creator

Guide creation of structured modular skills with SKILL.md templates.

2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/weisberg/agent_tools --skill skill-creator-weisberg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/weisberg/agent_tools/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/weisberg/agent_tools --skill skill-creator-weisberg

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides structured guidance for creating and updating modular, self-contained skills that extend Codex's capabilities, enabling tailored knowledge and workflows.

Core Features & Use Cases

  • Skill Design Guidance: Offers an organized approach for structuring SKILL.md and associated resources.
  • Resource Initialization: Provides templates and example files for scripts, references, and assets.
  • Workflow Support: Assists users in planning reusable components and best practices for skill development.
  • Use Case: Helps a developer create a new PDF processing skill by providing example scripts and reference documentation templates.

Quick Start

Initialize a new skill by running init_skill.py with your skill name and desired directory, then edit the generated SKILL.md to tailor the instructions for your specific task.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a modular skill for AI agents?

To create a modular skill for AI agents, use structured guidance to define your workflow, organize resources like scripts and references, and apply best practices to ensure efficient, self-contained skill development.

What's the best way to structure an AI agent skill?

The best way to structure an AI agent skill is to use a modular design approach, separating instructions in a core file while organizing associated scripts, references, and assets into dedicated directories for reusability.

Can I use templates to initialize a new skill?

Yes, you can use templates to initialize a new skill by running an initialization script with your desired name and directory, which generates the core instruction file and example resources for immediate customization.

Do I need prior automation knowledge to build a skill?

You do not need extensive automation knowledge to build a skill, as the process provides design guidance, example files, and best practices to guide you through planning reusable components and structuring your workflow.

When should I update an existing AI agent skill?

You should update an existing AI agent skill when you need to add new capabilities, refine its modular components, or align its structured instructions and resources with evolving best practices for better workflow efficiency.