FylloCode
Description
FylloCode 是一个开源桌面应用,把 Claude Code、Codex 等本地 Coding Agent 接进项目工作流。派任务、审方案、追溯每一次改动,积累下来的规范和结论,换一个 Agent 也能继承。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
FylloCode
让 Agent 越来越懂你的项目
开源桌面应用,把 Claude Code、Codex 等本地 Coding Agent 接进项目工作流
派任务、审方案、追溯每一次改动,积累下来的规范和结论,换一个 Agent 也能继承
背景
每个 Agent 会话一结束,代码留下来了,决策却丢失了 ……
- 三天后不知道这行代码为什么改。 Agent 帮你动了 100+ 个文件,
git blame只告诉你谁提交的,不告诉你当时的决策背景。 - 两个月后没人知道方案的设计依据。 Agent 给出了一个架构方向,其他候选方案为什么被放弃,这些推理过程全消失在当时的聊天窗口里。
- 每个新会话都要从头建立上下文。 相同的问题,每个 Agent、每次对话都要重新解释一遍项目约束、历史决策和禁忌操作。
- 不同 Agent 给出的写法互相打架。 同一个项目里,换一个 Agent 或换一次会话,架构取向、命名习惯、测试方式就可能变一套,没有任何东西约束它们保持一致。
这几个问题的根源相同:**Agent 缺少一个持久的、结构化的项目治理层。** FylloCode 就是这个治理层。
核心机制
FylloCode 在你已有的代码库和研发工具链之上工作,不替代 IDE、CI/CD 或项目管理系统。它在这些系统上面加一层, 专门解决"如何持续用好 Agent,并把工作产生的上下文留下来"的问题。
研发系统(GitHub / 云效 / Jira ...)
↑ 回写任务结果
┌──────────────────────────────┐
│ FylloCode │ ← 治理层
│ fyllo-specs · fyllo-cortex │
│ fyllo-spawn │
└──────────────────────────────┘
↓ 约束 & 注入上下文
Coding Agent(任意)
↓
代码库
| 能力 | 说明 |
|---|---|
| 统一规范 | fyllo-specs MCP 服务器向所有 Agent 暴露按 Project 归属的规范,在 Workspace 内跨会话、跨 Agent 持续生效 |
| 决策留档 | 每个方案的依据和弃置理由以结构化数据持久化,不消失在会话记录里 |
| 全程可追溯 | Task → Chat → Proposal → Apply & Archive,每一步串成一条 lineage,变更从意图到执行都有记录 |
| 跨 Agent 委派 | 当前 Chat Agent 可通过 fyllo-spawn 把聚焦任务交给其他已安装的 ACP Agent,并查看同 |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11