Instructions file
Instructions for kkollsga/kglite, covering kglite — claude code conventions, build & test, architecture, the boundary principle (wrappers vs core) — summary and in-memory is the core product.
Instructions file
Instructions for kkollsga/kglite, covering kglite — claude code conventions, build & test, architecture, the boundary principle (wrappers vs core) — summary and in-memory is the core product.
Skill Claude CodeCodex
Capture work into the dev-docs backlog the right way — scope it, put the detail in a plans/ doc (reuse an existing one or create a new one), and add a lean backlink line to todos.md under the correct section. Handles both a single one-off item (/add-todo ) and a deeper body of analysis (research output, an audit, a…
Skill Claude CodeCodex
Tidy the gitignored dev-docs/ working folder — auto-purge time-boxed dirs, then run a todos.md-driven tidy (read only todos.md; reconcile misplaced plans/ files and stale/completed actions, reading a specific backlinked doc only when a check points at it), soft-deleting finished docs to dev-docs/bin/ and pruning their…
Skill Claude CodeCodex
Send a coordination/feedback note to another local project's inbox. Resolves a target repo by name anywhere under the Koding/ parent tree, composes a message file per the inbox schema, and drops it in that repo's inbox/unread/ (creating the folder if missing).
Skill Claude CodeCodex
Run a large feature or refactor as a gated, phased project. Starts with an investigation phase (Explore agents on the code-review MCP map scale and impacted paths) — NOT standard plan mode — then builds a custom gated phased plan, creates a branch + draft PR for CI tracking, and executes each phase autonomously (code…
Skill Claude CodeCodex
Process inbox/unread/ — read each message, lift durable info into a dev-docs/ detail file, add a lean backlink to dev-docs/todos.md, route actionable items to the right project's inbox, append a Status footer and move the message to inbox/read/, and auto-purge inbox/read/ entries older than 7 days.
Skill Claude CodeCodex
Cut a codingest release — goal-check against the phased-plan, bump the version across every manifest site first (workspace table AND the internal path-dependency pins), then ONE release build + test pass (incl. parity) that serves gate, record refresh, and binaries; conditional bench refresh; promote CHANGELOG…
Instructions file CodexOpenCode
AGENTS.md instructions for kkollsga/codingest, covering codingest — project instructions, working style, code analysis — graph-first via the code-review mcp, review findings — what counts as one (doctrine r15) and parity discipline (the hard goal — codingest-specific).
Instructions file
Claude Code instructions for kkollsga/codingest, covering codingest — project instructions, working style, code analysis — graph-first via the code-review mcp, review findings — what counts as one (doctrine r15) and parity discipline (the hard goal — codingest-specific).
Skill Claude CodeCodex
Use when reviewing a code change or answering structural questions about a codebase, including definitions, callers, dependencies, routes, affected tests, and history across git revisions. Builds a local Cypher-queryable code graph, uses it alongside the diff and literal search, and verifies every finding against…
MCP server Claude CodeCodexCursor +2
Build fast, queryable code graphs for AI agents, MCP code review, and local or GitHub repository analysis. Runs locally from the codingest Python package.