Developer Tools
Research papers, repositories, and articles about developer tools
Showing 11 of 11 items
anomalyco/opencode
OpenCode is an open-source coding agent that edits and writes code for you, wired into modern tooling. Use it as a local, hackable alternative to proprietary AI dev environments.
obra/superpowers
Superpowers is a skills library and workflow for coding agents like Claude Code and OpenCode. It bakes in design, planning, testing, and review loops so agents behave like disciplined junior engineers.
anthropics/claude-code
Terminal-native coding agent that understands your repo, runs commands, and handles git via natural language. It’s a reference design for serious AI coding tools. If you’re building dev agents, study its workflows and safety checks before reinventing them.
thedotmack/claude-mem
A Claude Code plugin that logs your coding sessions, compresses them with Claude via the agent SDK, and feeds back relevant context into future sessions. In practice it acts like a persistent, AI-managed memory of your projects, making the assistant far more ‘aware’ of the codebase and past conversations. It’s a concrete, production-friendly take on the “long-term memory for coding agents” idea.
iOfficeAI/AionUi
AionUi is a local "cowork" interface for many coding agents like Gemini CLI, Claude Code, Opencode, and others. It unifies chat, tools, and project context in one desktop-style workspace.
ChromeDevTools/chrome-devtools-mcp
This project exposes Chrome DevTools as a tool that coding agents can call. It lets AI debuggers inspect the DOM, network, and performance directly, instead of guessing from page text.
puckeditor/puck
Puck is an open-source visual editor for React that now ships AI-assisted page generation. It lets teams build rich page builders on their own component libraries.
frankbria/ralph-claude-code
Ralph wraps Claude Code in an autonomous development loop that runs tasks, monitors progress, and decides when to stop. It’s a concrete testbed for hands-free agent workflows on real codebases.
agents.md
Defines AGENTS.md, a simple open format for describing coding agents: their tools, capabilities, and expectations. It’s trying to do for agents what README and OpenAPI did for repos and APIs—standardize how we document them. ([github.com](https://github.com/trending?since=daily))
davila7/claude-code-templates
A CLI and template pack that wires Claude Code into common project setups. It turns spinning up an AI-augmented repo into a one-command operation instead of hours of manual glue.
Hmbown/DeepSeek-TUI
Terminal-based coding agent UI for DeepSeek models. Wraps an agentic workflow in a fast text interface aimed at power users. If you prefer tmux to web UIs, this is an easy way to live with an AI coding buddy. ([github.com](https://github.com/trending?since=daily))