Skip to content
oh-my-openkilo Star on GitHub
6 Autonomous Agents · Ready for OpenCode

A team of AI specialists for OpenCode

You describe the task, they do the work. 6 specialist agents, 47 how-to guides, and 3 house rules — free models, nothing to pay, no API key.

Install the packView GitHub
  • 6 agents
  • 47 skills
  • zero credentials
  • 19 MB
  • no build step
opencode — interactive session
$
Install the oh-my-openkilo config pack for OpenCode: clone https://github.com/PanPanFR/oh-my-openkilo into ~/.config/opencode/oh-my-openkilo, copy its agents/, skills/, rules/, commands/, plugins/ folders and AGENTS.md into ~/.config/opencode/, then run /configcheck and tell me what's missing.
builder→ Analyzing requirements and delegating tasks...active
designer→ Generating UI tokens & responsive layoutdone
tester→ Running automated test suite (14/14 passed)passed

3 steps, no terminal needed

  1. Step 1

    Install the pack

    Open OpenCode and paste this. The AI installs everything for you. It shows each command before running it, so nothing happens in the dark. Your existing settings, API keys, and extras are never touched.

    Install the oh-my-openkilo config pack for OpenCode: clone https://github.com/PanPanFR/oh-my-openkilo into `~/.config/opencode/oh-my-openkilo`, copy its `agents/`, `skills/`, `rules/`, `commands/`, `plugins/` folders and `AGENTS.md` into `~/.config/opencode/`, then run `/configcheck` and tell me what's missing.
  2. Step 2

    Install helper tools

    Still by prompting, install the two helper tools (a code map and a memory server), then start the memory server.

    Install the required dependencies for this pack: the graphify knowledge graph CLI and the agentmemory server + MCP, then start the memory server.
  3. Step 3

    Give it real work

    Restart OpenCode (or run /reload), then give it a real task. Future updates are just /update-pack inside OpenCode.

    Audit this repository's architecture and identify the biggest problems.

What is this?

OpenCode on its own is one general assistant. This pack turns it into a small team.

Technically it is just files: plain-text prompts plus a few tiny plugins. There is nothing to compile and no installer to run. 19 MB, no build step.

Meet the team

You only ever talk to two of them. The rest work behind the scenes.

47 guides, 5 groups

How-to guides the agents follow automatically. They load on their own when your task matches; you never open them.

All 47 with descriptions: docs/SKILLS.md

Manual Installation

Recommended: paste the Step 1 prompt directly into OpenCode. Or run these commands manually:

PowerShell

git clone https://github.com/PanPanFR/oh-my-openkilo.git "$env:USERPROFILE\.config\opencode\oh-my-openkilo"
Copy-Item -Recurse -Force "$env:USERPROFILE\.config\opencode\oh-my-openkilo\agents"   "$env:USERPROFILE\.config\opencode\agents"
Copy-Item -Recurse -Force "$env:USERPROFILE\.config\opencode\oh-my-openkilo\skills"   "$env:USERPROFILE\.config\opencode\skills"
Copy-Item -Recurse -Force "$env:USERPROFILE\.config\opencode\oh-my-openkilo\rules"    "$env:USERPROFILE\.config\opencode\rules"
Copy-Item -Recurse -Force "$env:USERPROFILE\.config\opencode\oh-my-openkilo\commands" "$env:USERPROFILE\.config\opencode\commands"
Copy-Item -Recurse -Force "$env:USERPROFILE\.config\opencode\oh-my-openkilo\plugins"  "$env:USERPROFILE\.config\opencode\plugins"
Copy-Item -Force "$env:USERPROFILE\.config\opencode\oh-my-openkilo\AGENTS.md"        "$env:USERPROFILE\.config\opencode\AGENTS.md"

Helper tools (both platforms)

# Code map (note double y: graphifyy)
uv tool install graphifyy
# Memory server + MCP
npm i -g @agentmemory/server
npm i -g @agentmemory/mcp
# Start memory server (leave running)
agentmemory serve

After install: restart OpenCode (or /reload), then run /configcheck. Full guide: Installation.

Why so small?

19 MB

The whole pack — mostly one helper binary. A comparable pack is 58.5 MB.

Text files, not a program

No build step, installs in seconds. If something breaks, it is a typo in a text file, not a failed build.

Updates with git pull

Or run /update-pack inside OpenCode — changed files are backed up automatically.

Commands you will actually use

Plain sentences work too ("update this pack", "what did we do about X last week").

CommandWhat it does
/update-packKeeps the pack fresh from GitHub. The one you will use, rarely.
/recall <query>Searches past work ("what did we decide about auth?").
/remember <note>Saves a note for later.
/configcheckVerifies the install after setup.

The rest (/caveman-* short-reply tools, /impeccable for UI review, /integrate for merging parallel work) are covered in docs/COMMANDS.md when you need them.

Documentation

Start with install, then jump to whatever you need.

Compatibility

Platform / ToolStatus
OpenCode (CLI)tested
Windowstested
macOSuntested by maintainer
Linuxuntested by maintainer
graphifyrequired (falls back to plain search if missing)
agentmemoryrequired (falls back to in-session memory only if missing)

The maintainer develops and tests on Windows only. Hit a Unix-specific bug? Please open an issue.