Create custom agents wizard

Generate custom agent definition files from scan results coverage gaps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DheerG/orgitecture --skill create-custom-agents-wizard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create custom agents wizard
Source: https://github.com/DheerG/orgitecture/tree/main/.claude/skills/org-create-wizard
Command: npx skills add https://github.com/DheerG/orgitecture --skill create-custom-agents-wizard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of custom agents tailored to fill specific gaps identified in your project's codebase, streamlining agent development.

Core Features & Use Cases

  • Gap Analysis: Reads scan results to identify uncovered needs in your project.
  • Agent Prototyping: Suggests agent names, capabilities (bestFor), and team dynamics (frictionWith, alliesWith).
  • Guided Creation: Walks you through shaping and confirming agent definitions before file generation.
  • Use Case: After running /org-scan and identifying a need for a "Performance Optimizer" agent, you can use this wizard to quickly define its role, interactions, and failure modes, generating the necessary agents/performance-optimizer.md file.

Quick Start

Use the org-create-wizard skill to create agents for the gaps identified in the latest scan results.

Frequently Asked Questions about Create custom agents wizard

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

FAQPage Schema
How do I create custom agents for my codebase after identifying coverage gaps?

To create custom agents, this wizard reads structured scan results to identify codebase coverage gaps, suggests agent names and capabilities, and generates definition files in the `agents/` directory after user confirmation.

What is the process for defining agent team interactions like allies and friction?

Defining agent team interactions involves the wizard prototyping team dynamics such as `alliesWith` and `frictionWith` based on identified gaps, guiding you through a confirmation process before generating the final agent files.

How do I start agent development using a custom agents wizard?

Start agent development by providing structured input from recent codebase scan results; the wizard then suggests specialized agent roles, capabilities, and failure modes for you to review and confirm before file generation.

Do I need codebase scan results before generating custom agent definition files?

Yes, you need codebase scan results. The wizard requires structured input from scan results to identify uncovered needs and accurately suggest agent names, capabilities, and team interactions for your project.

Can I review and modify suggested agent capabilities before the files are generated?

Yes, you can review and modify suggestions. The wizard walks you through shaping and confirming agent definitions, including capabilities and failure modes, before it actually generates the files in the `agents/` directory.

What are the limitations of using a wizard for custom agent development?

A limitation is that the wizard requires structured scan results and adheres to a strict template for file generation, meaning it cannot generate custom agents dynamically outside of the identified codebase coverage gaps.