Visual, example-driven guide for using Claude Code: structured learning path, copy‑paste templates, and diagrams that show how to combine slash commands, hooks, subagents and MCP into production workflows.
Provides an IntelliJ IDEA plugin that embeds both Anthropic Claude Code and OpenAI Codex into the IDE — conversation-aware code assistance, @file context, session management, agent/skills commands, and provider switching for in-IDE AI coding workflows.
Embeds Claude Code into Obsidian so a Claude-based agent can read, edit, search, and run bash inside your vault. Features include inline edits with diff previews, image analysis, slash-commands, skills/plugins, MCP integrations, and plan-mode.
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.
Packages reusable agent capabilities as lightweight 'skills' (folders with a SKILL.md) that capture procedural knowledge and workflows; uses progressive disclosure so agents load minimal metadata at discovery and fetch full instructions and resources only when needed.
Displays live session status inside Claude Code — token-accurate context bar, usage, active tools, running agents, and todo progress in a compact statusline. Uses Claude Code's native statusline API and is configurable for terminal workflows.
Runs an autonomous agent loop that uses AI coding tools (Amp or Claude Code) to implement PRD user stories iteratively, persisting context via git history, progress.txt and prd.json; designed for small, CI-backed tasks.
Teams-first orchestration layer for Claude Code that runs, coordinates, and parallelizes multi-agent workflows from the CLI/tmux. Features team pipelines, skill extraction, provider adapters (Codex/Gemini), and realtime HUD for developer-focused automation.
Runs a background Letta agent that watches Claude Code sessions, reads the repo, preserves persistent memory, and injects whispered guidance before prompts — a plugin that adds cross-session context and optional tool access to Claude Code.
A production-ready performance and tooling system for AI agent harnesses (Claude Code, Codex, Cursor): reusable agents/skills, hooks, memory and security tooling, installer and CI integrations.
Provides an operator-grade system and reusable toolkit for building, running, and securing agentic workflows across multiple LLM harnesses — skills, hooks, memory, MCP integrations, and security scanning for production agent deployments.
Desktop-first agent client that composes LLM-driven agents into document-centric, multi-session workflows; it wires APIs, MCPs and local tools into shareable sessions, supports multiple LLM providers, and exposes a headless server + CLI for automation.