Open Org
The World's First Fully Autonomous Organization - Building 1-Person Unicorns
š Quick Start
# Step 1 ā Add the open-org marketplace to Claude Code
/plugin marketplace add aviskaar/open-org
# Step 2 ā Browse available skills in the Discover tab
/plugin
# Step 3 ā Install only the skills you need
/plugin install lead-researcher@open-org
/plugin install ciso@open-org
/plugin install cmo-marketing@open-org
Make sure to enable Auto Update to get new skills updated in claude code.
š Vision
OpenOrg generalizes AI skills for enterprise automation, enabling fully autonomous organizations run by one person ā scaling to unicorn status while prioritizing human good. By open-sourcing the skill layer, we give every builder the same leverage that once required entire departments.
š ļø Core Features
- š¤ Multi-AI model support ā Skills work across Claude, GPT, Gemini, and any model that accepts a system prompt.
- š¢ Org-wide automation ā Pre-built hierarchies cover Research, Engineering, GTM, Marketing, and Operations end-to-end.
- š Composable skill stacks ā Orchestrator skills chain specialist skills, mirroring real team structures.
- š¦ Open-source extensibility ā Fork any skill, publish your own, and share across the community.
- ā” Agentic teams support ā Coordinate multi-agent pipelines using the Agent Teams model for parallel, autonomous execution.
š Table of Contents
Skills are portable packages of instructions, scripts, and resources that an AI agent loads dynamically to achieve deep, domain-specific expertise. Each skill follows the Agent Skills Specification, making them composable, version-controlled, and shareable.
š What are Skills?
A skill lives in its own directory with a SKILL.md file at the root. This structure allows agents to understand both the high-level intent and the low-level execution details required for specialized tasks.
my-skill/
āāā SKILL.md # Required: instructions + metadata frontmatter
āāā scripts/ # Optional: executable helpers
āāā references/ # Optional: additional docs loaded on-demand
āāā assets/ # Optional: static resources, templates, data
š Available Skills
Research Skills
Orchestration for AI/ML research ā from ideation and literature review to publication-ready papers.
Orchestration Hierarchy
graph TD
CS[computer-scientist] --> PS[principal-scientist]
PS --> LR[lead-researcher]
PS --> AB[auto-benchmark]
LR --> AE[ai-engineer]
LR --> HG[hypothesis-generation]
LR --> LS[literature-synthesis]
LR --> ED[experiment-design]
LR --> CR[code-replication]
LR --> RW[research-writing]
LR --> IPG[ieee-paper-generator]
LR --> AR[autoresearch]
AE --> AWB[auto-website-builder]