Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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).

UtilitiesIntermediate16824AI 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:
    • /forge engineering & architecture, /bazaar business & strategy, /oracle life crossroads, /hearth relationships & family, /clinic psychological resilience, /atelier creative breakthrough.
  • Resolves cross-domain questions with a "most fundamental room first" hierarchy (life → relationships → psychology → business → technical → creative) and suggests a complementary room.
  • Supports --room for explicit selection, --list for the room directory, and passes through --quick, --duo, --triad, --depth flags.
  • 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

  1. /agora Should we split our monolith into microservices? → routes to /forge with a stated reason, then runs the architecture panel.
  2. /agora Should I quit my job to start a company? → routes to /oracle first, flagging /bazaar as the follow-up for the commercial analysis.
  3. /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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Create the skills folder if needed: mkdir -p ~/.claude/skills
  3. Clone the repo: git clone https://github.com/geekjourneyx/agora.git ~/.claude/skills/agora
  4. If the repo contains sub-skill folders such as forge, oracle, hearth, bazaar, clinic, and atelier, copy each one into ~/.claude/skills/ so they register as individual skills.
  5. Restart Claude Code.
  6. Run /agora --list to confirm the room directory appears.
  7. Use /agora [your question] for auto-routing, or /agora --room forge [question] to choose a room yourself.