A dependency-aware issue tracker for AI coding agents that stores tasks as a version-controlled graph in a Dolt database, so agents keep context across long-horizon work. Content-hash IDs prevent merge conflicts when multiple agents edit in parallel.
Capture file/component/HTML context from any React UI element with a keystroke so coding assistants get precise, paste-ready snippets. Works in development mode, offers plugin hooks and MCP integration, and targets faster/more accurate LLM-assisted coding workflows.
Turns documentation sites, GitHub repos, PDFs, videos and other sources into ready-to-use skill packs for Claude, Gemini, OpenAI and RAG frameworks like LangChain. Detects conflicts across sources, transcribes video, and exports to 21 formats.
Provides 223 production-ready agent skills and plugins plus 298 stdlib Python CLI tools to add domain expertise to coding agents. Includes cross-tool conversion (11 platforms supported), personas, orchestration patterns, and a skill security auditor.
Desktop app that runs many CLI coding agents — Claude Code, Codex, Cursor, Gemini — in parallel, each in its own git worktree and branch. A built-in diff viewer, terminal, and PR tracking let you dispatch and review 10+ agents at once.
A stateful agent harness, shipped as a CLI, whose agents keep memory, skills, and prompts across sessions instead of resetting each run. Context is git-versioned via MemFS, and agents can rewrite their own prompts and skills over time.
Installs Claude Code-format skills into agents without native support — Cursor, Windsurf, Aider, Codex — by writing the same <available_skills> XML into their AGENTS.md. Skills stay plain files, so no MCP server is needed.
Provides adaptive workflow steering rules for AI coding agents to guide development across Inception, Construction, and Operations phases. Includes opt-in extensions (security, testing), IDE/agent integrations (Cursor, Kiro, Amazon Q, Copilot, Claude), and human-in-the-loop approval points.
Shows per-provider usage meters, credit balances, and reset countdowns for AI coding providers directly in the macOS menu bar. Privacy-first design reuses existing sessions (OAuth, cookies, API keys) and includes a CLI, widgets, live status badges, and optional cost/spend charts across 50+ providers.
Provides an in‑IDE interface for IntelliJ IDEA to interact with Anthropic Claude Code and OpenAI Codex for AI-assisted coding. Supports dual-engine switching, file-aware context, session history, agent skills, MCP extensions, and security/permission controls.
A configuration layer for the OpenCode and Codex CLI coding agents. One install adds specialized sub-agents, lifecycle hooks, and bundled MCP servers — web search, docs lookup, code search — turning a bare agent into a harness for large codebases.
Drives AI coding agents through a five-phase loop — discuss, plan, execute, verify, ship — offloading heavy work to fresh-context subagents to fight context rot. The main session stays lean while parallel waves do the building.