🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 69 |
| ⭐ GitHub Stars | 35 |
| 🗓️ 最近推送 | 2026-08-02 |
| 🌱 项目创建 | 2026-01-08 |
| 💻 语言 / License | TypeScript · 未标注 |
| 🐛 开放Issue | 2 |
📝 工具简介
面向AI的Agent Skills合集。
📖 怎么用
先克隆仓库:`cd ~ && git clone https://github.com/bout3fiddy/agents.git .agents`,然后 `cd ~/.agents`。同步技能和指令跑 `./bin/sync.sh`。如果仓库不在 `/.agents`,要设置环境变量 `export AGENTS_DIR="/absolute/path/to/agents"`。验证技能用 `uvx --from skills-ref agentskills validate skills/<name>`,或者用 TypeScript 版 `bun run skills-evals/validate/index.ts validate skills/<name>`。
📋 迷你测评
同样是面向AI的Agent Skills合集,功能描述比较笼统。亮点是作为通用型资源,适用面广。但缺乏细节,建议先看目录再决定是否引入。
📄 README 要点
这是一个共享的 Agent 技能和工作流模板仓库,专门给 Claude 和 Codex 这类工具用的。它管理着技能文件、领域工作流和全局指令,技能放在 skills 目录下,工作流按需加载不会占上下文。有个同步脚本能把仓库内容硬同步到 .agents 目录,同步前还会自动做元数据验证。适合团队统一管理 AI 助手的技能和规则,保证大家用一套标准。
查看英文原文
Agents Workflow Template Canonical source for shared agent skills and global instructions used by Claude/Codex style setups. Repo specific operating notes live in AGENTS.md . What this repo manages Skills under skills/ / ( SKILL.md plus optional references/ ) Domain workflows under workflows/ (loaded on trigger, not always in context) Global instruction source at instructions/global.md Sync tooling in bin/ ( sync.sh ) Skills metadata validation in bin/build agents index.py Repository layout [安装/使用命令见下方] Quick start [安装/使用命令见下方] If this repo is not at /.agents , set: [安装/使用命令见下方] Sync behavior bin/sync.sh performs hard sync from this repo to: /.agents/skills/ /.agents/workflows/ /.agents/AGENTS.md (from instructions/global.md ) Sync runs build agents index.py metadata validation before copy. Metadata validation Run when you need to check skill metadata locally: python3 bin/build agents index.py (source validation) Creating or updating a skill 1. Create/update skills/ /SKILL.md . 2. Keep SKILL.md concise; place longer material in skills/ /references/ . 3. Validate: [安装/使用命令见下方] 4. Sync: [安装/使用命令见下方] Useful commands [安装/使用命令见下方] Devcontainer rollout note ./bin/sync.sh only syncs skills, workflows, and global instructions. It does not roll out devcontainer template changes. For devcontainer template rollout: 1. Update files under devcontainer/ in this repo 2. Run ./devcontainer/install.sh self install 3. In target repo: devc install . 4. Rebuild container: devc rebuild .
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除