Agora — Intelligent Deliberation Router
A single entry point that analyzes your question and routes it to the right one of six specialist deliberation rooms (engineering, business, life, relationships, psychology, creativity).
UtilitiesIntermediate★ 168⑂ 24AI score 9/10Last updated: Apr 9, 2026
What it does
- Scores your question against weighted signal keywords (code, market, quitting a job, family, anxiety, writer's block, etc.).
- Picks the best of six rooms and always prints a routing declaration with its reasoning before executing:
/forgeengineering & architecture,/bazaarbusiness & strategy,/oraclelife crossroads,/hearthrelationships & family,/clinicpsychological resilience,/ateliercreative breakthrough.
- Resolves cross-domain questions with a "most fundamental room first" hierarchy (life → relationships → psychology → business → technical → creative) and suggests a complementary room.
- Supports
--roomfor explicit selection,--listfor the room directory, and passes through--quick,--duo,--triad,--depthflags. - Declares blind spots up front: medical, personal finance, curriculum design, religious doctrine.
Who it's for
- Anyone juggling several multi-perspective advisory skills who wants one door instead of six.
- Solo founders and developers whose questions mix technical calls with life calls.
- Team leads who want to frame a problem correctly before deep discussion.
Example uses
/agora Should we split our monolith into microservices?→ routes to/forgewith a stated reason, then runs the architecture panel./agora Should I quit my job to start a company?→ routes to/oraclefirst, flagging/bazaaras the follow-up for the commercial analysis./agora --list→ prints the six-room table plus every available option flag.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/geekjourneyx/agora/HEAD/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the SKILL.m folder from the GitHub repo geekjourneyx/agora into my ~/.claude/skills/agora/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/geekjourneyx/agora.git ~/.claude/skills/agora⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Create the skills folder if needed:
mkdir -p ~/.claude/skills - Clone the repo:
git clone https://github.com/geekjourneyx/agora.git ~/.claude/skills/agora - If the repo contains sub-skill folders such as
forge,oracle,hearth,bazaar,clinic, andatelier, copy each one into~/.claude/skills/so they register as individual skills. - Restart Claude Code.
- Run
/agora --listto confirm the room directory appears. - Use
/agora [your question]for auto-routing, or/agora --room forge [question]to choose a room yourself.
View source on GitHub ↗License: MIT