Home / ginuim / skill-base · AGENTS.md · GitHub

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

Latest version
mdr add ginuim/skill-base/AGENTS.md@git:20260919.aa405cb
Exact content
mdr add ginuim/skill-base/AGENTS.md@sha256:0a80c1956d4a45f6

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_jsnfpiwkpvm3nr3c.svg)](https://markdownregistry.com/a/art_jsnfpiwkpvm3nr3c)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.aa405cb latest2026-09-19 aa405cb 9,985 BB view · diff
git:20260919.89261022026-09-19 8926102 9,707 BB view · diff
git:20260918.b6e82e32026-09-18 b6e82e3 9,117 BB view · diff
git:20260918.98d9a5b2026-09-18 98d9a5b 8,463 BB view · diff
git:20260918.b6cc4842026-09-18 b6cc484 8,002 BB view

Audit of the latest version

B  13 of 14 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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

skill-base-cli skill
ginuim/skill-base · skills/skill-base-cli/SKILL.md · The official Skill Base CLI client. Use the `skb` (Skill Base CLI) command to search, install (single skill or…
git:20260917.a62582a · audit B · 119 stars
skill-base-web-deploy skill
ginuim/skill-base · skills/skill-base-web-deploy/SKILL.md · Skill Base server deployment guide. Covers starting the Skill Base server (npx skill-base), Docker configuration, port…
git:20260917.a62582a · audit A · 119 stars
DESIGN.md@website design
ginuim/skill-base · website/DESIGN.md · An inspired interpretation of Uber's design language — a transportation-and-delivery super-app brand whose web surface…
alpha · audit A · 119 stars

Every file in ginuim/skill-base

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

Browse by kind, by grade B, or by owner.