Org Create Agent

Scaffold Orgitecture agent definitions with validated IDs and Markdown output.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of new agent definitions for the Orgitecture framework, ensuring they conform to the required format and specifications.

Core Features & Use Cases

  • Agent Definition Scaffolding: Generates the necessary file structure and boilerplate content for a new agent.
  • ID Validation: Ensures agent IDs are valid and adhere to naming conventions.
  • Metadata Population: Guides the user to provide essential details like bestFor, frictionWith, alliesWith, and failureBias.
  • Use Case: When developing a new specialized agent, like a "Code Refactoring Specialist," use this Skill to quickly generate its definition file and ensure all required fields are populated correctly.

Quick Start

Use the org-create-agent skill to scaffold a new agent definition for a 'Database Optimizer'.

Frequently Asked Questions about Org Create Agent

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

FAQPage Schema
How do I scaffold a new agent definition for the Orgitecture framework?

To scaffold an agent definition for the Orgitecture framework, use a scaffolding tool to generate a structured Markdown file with required metadata. This ensures your new agent conforms to strict format specifications and naming conventions.

What metadata is required when creating an Orgitecture agent?

Creating an Orgitecture agent requires metadata fields like bestFor, frictionWith, alliesWith, and failureBias. A scaffolding tool prompts you for these essential details to define task suitability and inter-agent relationships during generation.

How do agent IDs work when generating an agent definition file?

Agent IDs are derived and validated during the scaffolding process to ensure they adhere to strict naming conventions. This validation happens before the structured Markdown definition file is generated for the Orgitecture framework.

Does the Orgitecture agent scaffolding process require validation after file creation?

Yes, validation via a CLI tool is required post-creation after scaffolding the agent definition. This ensures the generated Markdown file fully conforms to the Orgitecture framework's strict format specifications.

Can I generate a specialized agent like a Database Optimizer using this scaffolding approach?

Yes, you can generate specialized agents like a Database Optimizer or Code Refactoring Specialist. The scaffolding process guides you through providing specific metadata to define the agent's role and inter-agent relationships.

What is the format specification for an Orgitecture agent definition?

An Orgitecture agent definition is a structured Markdown file containing derived agent IDs and essential metadata. This format ensures proper task suitability, failure biases, and inter-agent relationships are consistently defined.