Goldziher

110 mods across 4 repositories, 357 stars between them.

basemind

97

Goldziher/basemind

Skill Claude CodeCodex

Navigate large or unfamiliar codebases via the basemind MCP server — outlines, symbol search, reference/caller lookups, commit history, blame, and diffs without reading source files. Reach for it whenever the user asks "where is X defined", "what calls Y", "what changed recently in Z", or whenever you're about to grep…

91 6d ago A 82 tokens original MIT

multi-agent-room

98

Goldziher/basemind

Skill Claude CodeCodex

Orchestrate a team of named subagents in shared threads. One orchestrator drives multiple peers with distinct identities; each subagent sees its own inbox and can cross-check findings by posting to a thread the peer is a member of.

91 6d ago A 51 tokens original MIT

basemind

99

Goldziher/basemind

MCP server Claude CodeCodexCursor +2

MCP server "basemind" as configured in Goldziher/basemind. Runs const fs=require("fs"),p=require("path"),o=require("os"),u=require("url"),c=p.join(process.env.BASEMIND_CODEX_HOME||process.env.CODEX_HOME||p.join(o.homedir(),".codex"),"plugins","cache"),s=fs.readdirSync(c,{withFileTypes:true}).flatMap(m=>{const…

91 6d ago A tokens not measured original MIT

backend-author

100

Goldziher/poly

Agent

Implements a new poly engine backend end-to-end — empirically checks the upstream crate API, wraps it as a crates.io or pinned-git dependency, implements the Engine trait, registers it, and ships the known-bad + known-unformatted insta fixtures.

10 2d ago A 55 tokens original MIT

rust-perf-engineer

101

Goldziher/poly

Agent

Reviews diffs touching poly's per-file runner / discovery / cache / engine paths for hot-path regressions — needless allocations/clones, missed borrows, parser-pool misuse, and non-rayon parallelism.

10 2d ago A 49 tokens original MIT

poly-check

102

Goldziher/poly

Command

Lint and check formatting with poly — apply no fixes; summarize findings and drift.

10 2d ago A 15 tokens original MIT

poly-fix

103

Goldziher/poly

Command

Apply poly lint --fix and fmt --fix, then re-check and report what changed and what remains.

10 2d ago A 20 tokens original MIT

poly-lint-and-format

104

Goldziher/poly

Skill Claude CodeCodex

Running poly lint / poly fmt — --fix, --format pretty|json|toon, --exclude, --config, exit codes, inline suppression, and the check → read-json → fix → re-check loop.

10 2d ago A 42 tokens original MIT

poly-mcp

105

Goldziher/poly

Skill Claude CodeCodex

The poly MCP server — the eleven tools and which are read-only vs mutating, the paths/exclude/config/format params, async Tasks for the whole-project phase, and the isError contract.

10 2d ago A 39 tokens original MIT

poly-orchestrator

106

Goldziher/poly

Skill Claude CodeCodex

Use poly as the single lint/format gate instead of invoking ruff/oxlint/rustfmt directly — one poly.toml, poly hooks install, poly migrate, CI via the Goldziher/poly setup Action.

10 2d ago A 43 tokens original MIT

poly-overview

107

Goldziher/poly

Skill Claude CodeCodex

What poly is — the native, tree-sitter, native-toolchain, quality, and built-in-rule-pack tiers, language coverage, and when to reach for it.

10 2d ago A 33 tokens original MIT

poly-tiers-and-scope

108

Goldziher/poly

Skill Claude CodeCodex

Five mechanisms decide what actually inspects a file (crates/poly-core/src/registry.rs).

10 2d ago A 61 tokens original MIT

poly

109

Goldziher/poly

Plugin Claude Code

Zero-dependency lint & format orchestrator over MCP — one pure-Rust binary wrapping ruff/oxc/taplo/rumdl and more as in-process backends, plus a tree-sitter generic tier for everything else. Exposes lint/format/cache tools with structured JSON output.

10 2d ago A tokens not measured original MIT

poly

110

Goldziher/poly

Plugin Claude Code

Zero-dependency lint & format orchestrator over MCP — one pure-Rust binary wrapping ruff/oxc/taplo/rumdl and more as in-process backends, plus a tree-sitter generic tier for everything else. Exposes lint/format/cache tools with structured JSON output.

10 2d ago A tokens not measured original MIT