Agentic Stack

Normal
GitHub Python Apache-2.0

Description

A portable .agent workspace that stores memory, skills, and protocols so coding agents like Claude Code, Cursor, and Windsurf can share durable knowledge.

Key Features

  • Portable .agent folder sharing memory and skills across 12+ coding agent harnesses
  • Local data layer unifying harness activity monitoring, cron runs, token/cost estimates, and KPI dashboards
  • Data flywheel converting approved runs into trace records, context cards, eval cases, and training-ready JSONL
  • Brain bridge integration with external git-backed long-term memory CLI/TUI/MCP server
  • Manifest-driven adapter system with cross-platform concurrent-write protection and safe upgrades
  • Visual canvas skill (tldraw) for live diagramming and whiteboard collaboration on localhost

Use Cases

💡 Seamlessly switch between coding agent tools without losing project memory
💡 Unified team monitoring of multi-agent activity, costs, and KPIs
💡 Convert agent execution traces into reusable eval datasets and training data
💡 Standardize cross-platform agent protocols in enterprise environments

Quick Start

brew tap codejunkie99/agentic-stack https://github.com/codejunkie99/agentic-stack && brew install agentic-stack && cd your-project && agentic-stack claude-code

Related Projects