Coding
SaaS, open source and skills for coding work — with the limits of each written down.Before you pick
What decides it
Model choice barely matters now; how the tool gathers context and verifies its edits does. Test that on your oldest repo, not a new one.
What to avoid
Agent pull requests wait far longer for review and get merged far less often; the constraint becomes deciding what is safe to merge.
What is changing
Assistants are becoming fleets — parallel agents in isolated sandboxes opening several attempts at once. The instructions you write for them increasingly port across tools.
SaaS
Hosted products you sign up for.Leading
Established picks, at the top of today's aggregate.
- 1Claude CodeTerminal-first agentic coding on large repos; Reddit's top pick for hard repository work, with the deepest plugin/skills ecosystem.
- 2CursorThe gold-standard AI IDE — most broadly adopted for daily editor-led development among individual devs and small teams.
- 3GitHub CopilotSafest enterprise default with the broadest editor coverage and native GitHub workflow integration.
- 4OpenAI CodexThe strongest GPT-native agent (CLI + cloud), good for delegated tasks with auto-test loops.
- 5Windsurf (Devin Desktop)Clean agent-UX editor at a lower price point; rebranded under Devin/Cognition in mid-2026.
Emerging
Newer challengers, surfaced by two or more sources.
- 1Pull Panda
- 2RafterScans code for secrets, vulnerable dependencies and auth flaws, and installs into nine coding agents as hooks or MCP so they fix findings.
- 3Onuro AIAn IDE extension for JetBrains and VS Code whose agent searches the codebase, edits files and debugs its own mistakes, aimed mainly at JetBrains IDEs.
Open source
Repositories you run yourself.Leading
- 1OpenCodeThe most-starred open-source coding agent (~189k★): terminal-native, editor-agnostic, 75+ model providers — the leading OSS alternative to Claude Code.
- 2ClineThe most widely installed open-source coding agent (~65k★, 5M+ installs): an autonomous plan/act agent in VS Code with human-in-the-loop control.
- 3gooseBlock's open-source on-machine agent (~52k★): a general-purpose local coding agent that runs tasks end-to-end via any LLM and MCP extensions.
- 4AiderThe most mature, battle-tested terminal pair-programmer (~47k★, 4M+ installs): deep Git integration with auto-commits.
- 5ContinuePopular open-source autopilot (~35k★) for VS Code and JetBrains, letting teams build and share custom AI code assistants and rules.
Emerging
- 1google/agents-cliInstalls skills and a CLI so Claude Code, Codex or Antigravity can scaffold, evaluate and deploy ADK agents on Google Cloud.
- 20xranx/OpenContextA local context store with CLI, MCP server and desktop app, so Claude Code, Cursor, Codex and OpenCode share project knowledge across repos.
- 3marckohlbrugge/37signals-skillsUnofficial skills and topic guides teaching Claude Code, Cursor or Codex to write Rails in 37signals' patterns, drawn from Fizzy's public code.
Skills
Skills you drop into a coding agent.Leading
- 1SuperpowersThe recognized leader of the Claude Code skills ecosystem (~260k★): composable SKILL.md skills chaining brainstorming, planning, subagent-driven TDD and code review.
- 2Anthropic Skills (official)Anthropic's official SKILL.md skill library (~164k★) — production-grade skills like webapp testing, MCP-server building and document editing that any agent can load.
- 3awesome-claude-skillsThe most-starred curated directory of Agent Skills (~70k★): one place to discover and install community SKILL.md skills for coding and beyond.
- 4Vercel Agent SkillsVercel's official SKILL.md collection (~29k★): React/Next.js performance and composition best-practices plus project auditing and instant deploys.
- 5agentskills.io (open standard + registry)The open Agent Skills spec and directory (~23k★) — discover SKILL.md skills that work across Claude Code, Codex, Gemini CLI, Cursor and more.
Emerging
- 1DietrichGebert/ponytailRuleset that pushes coding agents down a ladder — reuse, stdlib, one-liner — before writing new code, plus over-engineering review and audit commands.
- 2addyosmani/agent-skillsTwenty-four lifecycle skills behind slash commands like /spec, /plan and /ship, which fan out to reviewer, security and performance passes before deploy.
- 3ayghri/i-have-adhdA single agent skill that forces Claude Code, Codex or Cursor to answer with the action first: numbered steps, no preamble, short lists.
- 4jnMetaCode/superpowers-zhA Chinese translation of the superpowers skill set plus six China-specific skills, covering Gitee/Coding workflows and commit conventions, for roughly twenty agents.
- 5code-yeongyu/oh-my-openagentAn agent harness for Codex CLI and OpenCode that splits work across eleven named sub-agents — planner, executor, researcher — with lifecycle hooks and session continuity.