AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from lcy362/flint.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# AGENTS.md — 开发指引
> 面向在本仓库工作的 AI 编码助手与人类贡献者。目标:在不破坏核心不变量(见 §5)的前提下,快速、正确地改动代码。
> 产品需求见 `docs/PRD.md`,技术架构见 `docs/TECH.md`,用户使用见 `README.md`。
---
## 1. 项目是什么
Flint(`local-skills-hub`)是一个**本地优先**的个人 AI Skills 资产管理器:以文件系统为唯一事实源,集中管理 skill、打标签、去重,并按预设 / 标签把 skill 分发(软链或复制)到各 AI Agent 目录与项目目录。
一句话模型:
```
config.json ──(生成式:预设一次性应用 / 手动添加)──▶ 物理目录(软链 / 复制)
▲ │
└────────────── 诊断 diffSync 对账(以目录为准)◀────────┘
```
## 2. 技术栈与命令
- 后端:Node.js ≥ 20 + TypeScript + Express(`server/`),YAML 解析 `yaml`。
- 前端:React 18 + TypeScript + Vite(`client/`)。
- 依赖管理:npm workspaces(根 `package.json`)。
```bash
npm install # 安装全部 workspace 依赖
npm run dev # 并行起前后端(server: tsx watch / client: vite)
npm run dev:server # 仅后端
npm run dev:client # 仅前端
npm run build # server tsc + client vite build
npm start # 以构建产物启动后端
./start.sh # 一键启动(环境/依赖/端口检查 → 打开浏览器)
npm test # 单元测试(vitest,server workspace)
npm run test:watch -w server # 单测 watch 模式
npm run smoke -w server # 端到端 smoke(临时目录,不碰本机真实目录)
node bin/flint.mjs --no-open # 按 npm 包的方式启一次(等价 npx flint-skills-hub)
```
…Read the whole file at its exact version.
How to install
mdr add lcy362/flint/AGENTS.md@git:20260923.9396b7cmdr add lcy362/flint/AGENTS.md@sha256:be9f16ad2d11fce6Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_tpzfdspx7kac6ecy)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260923.9396b7c latest | 2026-09-23 | 9396b7c | 8,258 B | A | view · diff |
| git:20260922.41b2101 | 2026-09-22 | 41b2101 | 8,281 B | A | view · diff |
| git:20260917.406dd45 | 2026-09-17 | 406dd45 | 8,078 B | A | view · diff |
| git:20260915.af025c5 | 2026-09-15 | af025c5 | 8,093 B | A | view · diff |
| git:20260915.39f8942 | 2026-09-15 | 39f8942 | 7,752 B | A | view · diff |
| git:20260914.fc14fbf | 2026-09-14 | fc14fbf | 6,847 B | A | view · diff |
| git:20260914.36c269f | 2026-09-14 | 36c269f | 6,852 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (8258 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
lcy362/flint · 28 stars · license MIT · pushed 2026-09-23 · branch master
API
GET https://markdownregistry.com/api/v1/artifacts/art_tpzfdspx7kac6ecy GET https://markdownregistry.com/api/v1/resolve?ref=lcy362/flint/AGENTS.md GET https://markdownregistry.com/api/v1/blob/be9f16ad2d11fce67e7220d5a600d7c863d73eebcbfe524591e9f43e298fe122
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.