Claude Skill
codejunkie99/agentic-stack
Agentic Stack 是一个便携式 AI 智能体框架,通过 .agent/ 文件夹统一管理记忆、技能和协议。在 Claude Code、Cursor、Windsurf、OpenCode 等工具间切换,知识不丢失。
概览
仓库信息
安装这个 Skill
git clone https://github.com/codejunkie99/agentic-stack.gitRegistry 信息
项目简介
Agentic Stack 是一个便携式 AI 智能体框架,将记忆、技能和协议集中存储在 .agent/ 文件夹中,可在 Claude Code、Cursor、Windsurf、OpenCode、OpenClaw、Hermes 或自定义 Python 环境之间无缝切换,且不丢失上下文与知识。
One brain, many harnesses. Portable .agent/ folder (memory + skills + protocols) that plugs into Claude Code, Cursor, Windsurf, OpenCode, OpenClaw, Hermes, or DIY Python — and keeps its knowledge when you switch.
要点
- 便携式 .agent/ 文件夹,包含记忆、技能和协议
- 兼容 Claude Code、Cursor、Windsurf、OpenCode、OpenClaw、Hermes 及自定义 Python 环境
- 切换不同智能体工具时知识依然保留
- 一个大脑,多种工具——跨平台统一的智能体逻辑
- 基于 Python 的开源框架,易于扩展
使用场景
- 开发者在 Claude Code 和 Cursor 之间切换,无需重新训练智能体
- 团队在不同 IDE 间共享标准化的智能体配置
- 构建自定义 Python 智能体,继承已有的技能和记忆
- 使用一致的行为原型化多工具智能体工作流
- 将智能体知识从 Windsurf 无缝迁移到 OpenCode
README 摘要
# agentic-stack **Keep one portable memory-and-skills layer across coding-agent harnesses, so switching tools doesn't reset how your agent works.** A portable `.agent/` folder (memory + skills + protocols) that plugs into Claude Code, Cursor, Windsurf, OpenCode, OpenClaw, GitHub Copilot CLI, Google Gemini CLI, Hermes, Pi Coding Agent, Codex, Antigravity, or a DIY Python loop — and keeps its knowledge when you switch. It also includes a local data layer so you can monitor the whole suite of agents from one place: harness activity, cron runs, active agents, token/cost estimates, KPI summaries, user-defined resource categories, and screenshot-ready daily dashboards. <p align="center"> <img src="docs/data-layer.svg" alt="agentic-stack data layer dashboard flow" width="880"/> </p> And it can turn approved, redacted runs into local flywheel artifacts: trace records, context cards, eval cases, training-ready JSONL, and readiness metrics without training a model or sending telemetry. <p align="center"> <img src="docs/demo.gif" alt="agentic-stack demo" width="880"/> </p> <p align="center"> <img src="docs/diagram.svg" alt="agentic-stack architecture" width="880"/> </p> ### New in v0.18.0 — external Brain memory integration Minor release. Adds an optional bridge to [`codejunkie99/brain`](https://github.com/codejunkie99/brain), the external git-backed long-term memory CLI/TUI/MCP server, without vendoring Brain's Rust workspace into agentic-stack. - **`agentic-stack brain ...`.** Check Brain status, onboard a project, search global memory, write durable notes, run Brain doctor/TUI, or print the MCP stdio command from the normal agentic-stack CLI. - **Project bridge.** Installed `.agent/` projects now include `.agent/tools/brain_bridge.py`, so host agents can c
话题
暂无话题