agents-best-practices: A provider-neutral Agent Skill library for designing, auditing, and refactoring agentic harnesses compatible with Codex and Claude Code. It covers the full control plane of an agent runtime: typed tool design, permission checks, context management, memory, and observability. Targeted at developers building production-ready agent systems across any domain or AI provider.; agent-bridge: AgentBridge uses a two-process architecture with a foreground MCP client (bridge.ts) and a persistent background daemon (daemon.ts). It enables bidirectional communication between Claude Code and Codex via a control WebSocket and proxy, with automatic reconnection and message loop prevention.
Generate MVP agent harness blueprints for any business domain (CRM, ops, finance, healthcare)
Connect Claude Code and Codex in a single workflow for collaborative development