glootie-ocAdvanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks
5
21
10 in 7 days
9.8
Multi-signal model
4 months ago
2026-04-16
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["glootie-oc@2.0.6"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["glootie-oc@2.0.6"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D glootie-ocopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
Installation
Global (recommended)
Windows and Unix:
git clone https://github.com/AnEntrypoint/glootie-oc ~/.config/opencode/plugin && cd ~/.config/opencode/plugin && bun install
Windows PowerShell:
git clone https://github.com/AnEntrypoint/glootie-oc "\$env:APPDATA\opencode\plugin" && cd "\$env:APPDATA\opencode\plugin" && bun install
Project-level
Windows and Unix:
git clone https://github.com/AnEntrypoint/glootie-oc .opencode/plugins && cd .opencode/plugins && bun install
Features
- MCP tools for code execution and search
- State machine agent policy (gm)
- Git enforcement on session idle
- AST analysis via thorns at session start
The plugin activates automatically on session start.