Provides a Plan→Work→Review→Release harness for Claude Code agent workflows that enforces spec-driven tasks, TDD-backed implementation, independent review, and packaged evidence for PRs/releases. Exposes plugin/CLI commands and a Go-native guardrail engine to keep agent-driven code delivery reproducible and auditable.
Exposes models available in Kiro IDE/CLI (e.g., Claude and other provider models) as local OpenAI- and Anthropic-compatible proxy endpoints so tools and SDKs can use them. Key features: multi-account failover, streaming, tool-calling, VPN/proxy support, and Docker/Python deployments.
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.
Coordinates multiple AI coding agents and persists work state in git-backed hooks; provides convoy-based work tracking, an AI coordinator (Mayor), agent lifecycle/watchdog tooling, and a merge/refinery workflow for reliable multi-agent code work.
CLI (chub) that lets coding agents search, fetch, and annotate curated, versioned API docs and agent skills — agents read inspectable, language-specific docs instead of noisy web search. Features: incremental fetch, local annotations, feedback-to-maintainers.
Provides a visual plan-and-code review UI that lets humans annotate, approve, or send structured feedback to coding agents and PR diffs. Integrates with Claude Code, OpenCode, Copilot CLI, Pi and Codex; supports encrypted short-link sharing and self-hosting.
Provides an agent-native personalized tutoring platform that combines persistent TutorBots, RAG-powered knowledge bases, and a CLI-first workflow. Designed for extensible agent skills, multi-channel deployment, and long-term learner memory.
Collection of self-contained Codex skills that automate recurring engineering tasks (many Apple-platform focused): release-note generation, iOS debugging, SwiftUI audits, multi-agent review and bug-hunt workflows. Best when integrated into Codex-driven developer tooling.
Terminal-native AI coding agent that performs hash-anchored file edits, LSP-powered code intelligence, an IPython kernel, and orchestrated subagents—designed for in-terminal development workflows with reproducible, fine-grained code changes.
Provides a set of Agent Skills that let LLM agents read, edit, and manipulate Obsidian files (Markdown, Bases, JSON Canvas) and interact with Obsidian via the CLI. Implements the Agent Skills spec for use with Claude Code, Codex CLI, and OpenCode, enabling automated note workflows and RAG over an Obsidian vault.
Implements a Manus-style, file-backed planning workflow for AI agents using a three-file Markdown pattern (task_plan.md, findings.md, progress.md) to persist plans, findings and session logs—reducing context drift and enabling session recovery. Adds IDE/CLI hooks to re-read plans and verify completion.