🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 21.7K |
| ⭐ GitHub Stars | 200,144(fork 17278) |
| 🗓️ 最近推送 | 2026-07-31 |
| 🌱 项目创建 | 2026-02-03 |
| 💻 语言 / License | Shell · MIT |
| 🐛 开放Issue | 267 |
📝 工具简介
Prisma Skills合集,为AI编码代理提供数据库开发技能包。
📖 怎么用
三种装法任选:Claude Code 跑 `claude plugins install mattpocock-skills` 或 `/plugin install mattpocock-skills`,通用方式用 `npx skills@latest add mattpocock/skills`。装完直接用,这些技能设计得小巧、易改、可组合,适合真实工程场景,让 AI 按需调用即可,不用额外配置。
📋 迷你测评
面向AI代理的浏览器自动化CLI工具,支持命令行操控浏览器。亮点是CLI形式,适合脚本化和批量操作。轻量直接,但没提具体支持哪些浏览器或稳定性数据。
📄 README 要点
这是作者日常用的AI代理技能集,强调做真实工程而不是花架子编程。作者觉得GSD、BMAD这些方法虽然想帮忙,但反而剥夺了控制权,出问题难排查。这套技能设计得小巧、易改、可组合,任何模型都能用,基于几十年工程经验。安装有两种方式:Claude Code插件是托管只读包,自动更新;skills.sh是复制可编辑文件,自己改。适合想保持控制权、灵活调整工作流的开发者。
查看英文原文
Skills For Real Engineers My agent skills that I use every day to do real engineering not vibe coding. Developing real applications is hard. Approaches like GSD, BMAD, and Spec Kit try to help by owning the process. But while doing so, they take away your control and make bugs in the process hard to resolve. These skills are designed to be small, easy to adapt, and composable. They work with any model. They're based on decades of engineering experience. Hack around with them. Make them your own. Enjoy. If you want to keep up with changes to these skills, and any new ones I create, you can join 60,000 other devs on my newsletter: Sign Up To The Newsletter Installation (30 second setup) Two ways in, two philosophies. The Claude Code plugin installs the whole set as a managed, read only bundle that updates when I ship — you subscribe rather than fork. skills.sh copies editable skill files into your project, so you can hack on them and make them your own. Pick one — installing both leaves you with every skill twice. 1. Get the skills Claude Code [安装/使用命令见下方] Or, from inside a session: [安装/使用命令见下方] It's in Claude Code's official marketplace, so there's nothing to add first, and updates arrive automatically. Codex, and other agents [安装/使用命令见下方] Pick the skills you want, and which coding agents to install them on. The installer lets you choose which skills to take — make sure setup matt pocock skills is one of them. A native Codex plugin is on the roadmap — see .agents/adr/0002 ship as a claude code plugin.md . For tinkerers Use the same installer, on any agent — including Claude Code: [安装/使用命令见下方] It writes the skills into your repo as ordinary files you own and can edit. Nothing updates behind your back; pull my latest changes when you want them with npx skills update . 2. Run /setup matt pocock skills In your agent, run it once per repo. It will: Ask you which issue tracker you want to use (GitHub, Linear, or local files) Ask you what labels you apply to tickets when yo
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除