# learn-agent

开发桌面 agent Reina 过程中记下的笔记，讲 coding agent（Claude Code、Codex、opencode 这类工具）的内部实现机制。每篇讲一个机制，把 Reina 里的生产实现简化成零依赖、单文件、可直接运行的 Node 程序——所以这些做法不是照 API 文档推想的，是实际产品里验证过的。 仓库分三块：notes/ 是正篇笔记（s01–s23，每篇一个机制，配可运行 demo）；agent_analysis/ 是其他 agent（pi、Kimi

- Tier: Indexed (plain plugin)
- Category: Development
- Page: https://www.flowy.sh/listings/7-e1even-learn-agent
- Source: https://github.com/7-e1even/learn-agent
- Price: free and open source

## Summary
learn-agent is a Claude Code plugin with 2 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes code-review-checklist, git-commit-convention. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.

## Install (Claude Code)
```
npx -y skills add 7-e1even/learn-agent --agent claude-code
```

## Skills
- code-review-checklist
- git-commit-convention

## FAQ

### What is learn-agent?
开发桌面 agent Reina 过程中记下的笔记，讲 coding agent（Claude Code、Codex、opencode 这类工具）的内部实现机制。每篇讲一个机制，把 Reina 里的生产实现简化成零依赖、单文件、可直接运行的 Node 程序——所以这些做法不是照 API 文档推想的，是实际产品里验证过的。 仓库分三块：notes/ 是正篇笔记（s01–s23，每篇一个机制，配可运行 demo）；agent_analysis/ 是其他 agent（pi、Kimi

### How do I install learn-agent?
Run these in Claude Code: npx -y skills add 7-e1even/learn-agent --agent claude-code. Then prompt normally.

### Does learn-agent auto-invoke its skills?
Not yet. It is indexed on Flowy as a plain plugin. Request auto-invocation on its page and Flowy will route its skills for you as you prompt.

### Is learn-agent free?
Yes. Flowy is free and open source, with nothing gated. You can read every skill in full before you install.
