» Tag
developer-tools
148 postsYour Claude Skill Is Invisible to Codex — Here's the Fix
Agent skills are locked to one tool by default. Here's how splitting contracts from implementations makes them portable across Claude, Codex, and MCP.
CodeGraph Turns Repos into Queryable Graphs to Predict Breakage
CodeGraph converts GitHub repos into a Neo4j knowledge graph, using GraphRAG and a blast-radius score to predict code change impact.
kotlin-lib-mcp: an MCP server exposing real sources of any Maven library to AI
kotlin-lib-mcp is an open-source MCP server letting AI assistants read real Maven library sources, API surface, and KDoc directly.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comcrates.io adds source code viewer and decouples accounts from GitHub
crates.io ships a source code viewer, GitHub-independent accounts via RFC, unmaintained-crate warnings, and a completed Svelte frontend migration.
Solving the Polyrepo Problem for AI Coding Agents
How git worktrees and task-scoped workspaces fix the single-repo limitation of AI coding agents working across polyrepo codebases, via the Orbit prototype.
Why Using AI to Catch Design-Code Drift Is the Wrong Fix
AI-generated UI code is drifting from design systems, and using another AI model to catch it brings non-deterministic, costly and unexplainable results—here's a deterministic alternative.
Context bankruptcy: why coding agents need strategic forgetting
Massive context windows don't make coding agents smarter; they can cause 'context bankruptcy'. Learn how AST-based pruning and dynamic ignore files restore agent reliability.
chat.nvim Gives Its Neovim AI Assistant a Sense of Time
chat.nvim adds scheduled tasks to its Neovim AI assistant, using libuv timers and an event-driven design to give AI a genuine sense of time.
Go Turns 16: Key Engineering Wins from 1.24 and 1.25
Go's 16th anniversary recap covers 1.24/1.25 testing, security, GC, and gopls improvements engineers should know about.
Progress Bar Is Not an API: Separating CLI UI from Events
Co-op Translator v0.20.0 separates its Rich CLI UI from a structured event stream, freeing integrations from parsing fragile console text.