Skip to content

its-How/aha-orch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aha-orch

Capability orchestration framework skill package for AI agents.

What is aha-orch

aha-orch is a runtime-neutral framework that defines how an AI agent detects available capability surfaces, converges them into an execution route, executes with transparency, and re-orchestrates when a capability gap appears.

It is a decision contract, not an SOP. Agents apply the framework across native runtime capability, enhancement layers, skills, MCP surfaces, commands, and subagent/worktree collaboration patterns.

Four Skill Packages

Skill Purpose Runtime
aha-orch-xx Runtime-agnostic complete skill Any
aha-codex-omx Codex CLI + oh-my-codex (OMX) optimized Codex with oh-my-codex
aha-opencode-omo OpenCode + oh-my-openagent (OMO) optimized OpenCode with oh-my-openagent
aha-claudecode-omc Claude Code + oh-my-claudecode (OMC) optimized Claude Code with oh-my-claudecode

Each skill package contains the shared framework document (references/capability-orchestration.md) plus runtime-specific implementation guidance.

Installation

Option 1: skills.sh

# Install all 4 skills
npx skills add its-how/aha-orch

# Or install a specific skill
npx skills add its-how/aha-orch --skill aha-codex-omx
npx skills add its-how/aha-orch --skill aha-opencode-omo
npx skills add its-how/aha-orch --skill aha-orch-xx
npx skills add its-how/aha-orch --skill aha-claudecode-omc

Option 2: ClawHub

clawhub install aha-codex-omx
clawhub install aha-opencode-omo
clawhub install aha-orch-xx
clawhub install aha-claudecode-omc

Option 3: Manual copy

Copy the desired skill directory into your runtime's skills path:

  • Codex: copy aha-codex-omx/ to ~/.codex/skills/ or .agents/skills/
  • OpenCode: copy aha-opencode-omo/ to ~/.config/opencode/skills/ or .agents/skills/
  • Claude Code: copy aha-claudecode-omc/ to ~/.claude/skills/ or .agents/skills/
  • Other runtimes: copy aha-orch-xx/ to the appropriate skills path for your runtime

Framework Document

See references/capability-orchestration.md in any skill directory for the full framework.

License

MIT-0. See LICENSE.

About

Capability orchestration skills for AI agents: runtime-agnostic + Codex/OMX + OpenCode/OMO variants. Works with Claude Code, Cursor, OpenCode, Codex.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors