AGENTS.md agentsB
AGENTS.md is agent-read markdown (agents) from ginuim/skill-base.
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
# Skill Base - AI Agent Guidelines ## Project Overview Skill Base 是一个轻量级 AI Agent Skill 管理平台,用于存储、版本管理和分发 AI Agent Skills。 ## Architecture ``` skill-base/ ├── bin/ # CLI 入口脚本 (npx skill-base) ├── cli/ # CLI 命令行工具 (skill-base-cli) ├── desktop-tauri/ # Desktop 客户端 (Tauri 2 — Vue UI + Node bridge) ├── src/ # 服务端源码 (Fastify) │ ├── middleware/ # 中间件 (auth, admin, error) │ ├── models/ # 数据模型 (skill, user, version) │ ├── routes/ # API 路由 │ └── utils/ # 工具函数 ├── web/ # Web 前端源码 (Vue 3 + TypeScript + Vite) ├── static/ # Web 构建产物(由 web/ 构建生成) ├── data/ # 数据存储 (SQLite + ZIP files) └── docs/ # API 文档 ``` ## Tech Stack - **Backend**: Node.js + Fastify - **Database**: SQLite (node-sqlite3-wasm) - **Frontend**: Vue 3 + TypeScript + Tailwind CSS (web/) - **Storage**: Local filesystem (ZIP archives) ## Key Concepts ### Skill 一个 Skill 是一个包含 `SKILL.md` 的文件夹,平台会自动解析: - **name**: frontmatter 的 `name`(未写时退化为第一个 `#` 标题) - **description**: 标题后的第一段文本 ### Collection Collection 是管理员维护的扁平推荐包(如“前端组必装”),通过 `collection_skills` 与 Skill 多对多关联;它负责推荐入口,不替代 tags,也不是文件夹树。 ### Version 版本号格式: `vYYYYMMDD.HHmmss`(时间戳版本) …
Read the whole file at its exact version.
How to install
mdr add ginuim/skill-base/AGENTS.md@git:20260919.aa405cbmdr add ginuim/skill-base/AGENTS.md@sha256:0a80c1956d4a45f6Pin 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_jsnfpiwkpvm3nr3c)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260919.aa405cb latest | 2026-09-19 | aa405cb | 9,985 B | B | view · diff |
| git:20260919.8926102 | 2026-09-19 | 8926102 | 9,707 B | B | view · diff |
| git:20260918.b6e82e3 | 2026-09-18 | b6e82e3 | 9,117 B | B | view · diff |
| git:20260918.98d9a5b | 2026-09-18 | 98d9a5b | 8,463 B | B | view · diff |
| git:20260918.b6cc484 | 2026-09-18 | b6cc484 | 8,002 B | B | view |
Audit of the latest version
- fail: No script tag (matched: <script)
- pass: Size between 200 bytes and 200 KB (9985 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
Source
ginuim/skill-base · 119 stars · license none · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_jsnfpiwkpvm3nr3c GET https://markdownregistry.com/api/v1/resolve?ref=ginuim/skill-base/AGENTS.md GET https://markdownregistry.com/api/v1/blob/0a80c1956d4a45f690bd8b5bd71784832ec71268b74d3305d689df8242cc4d05
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.
More from ginuim/skill-base
Every file in ginuim/skill-base