🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 62 |
| ⭐ GitHub Stars | 0 |
| 🗓️ 最近推送 | 2026-07-21 |
| 🌱 项目创建 | 2026-05-15 |
| 💻 语言 / License | Rust · MIT |
| 🐛 开放Issue | 0 |
📝 工具简介
agent性能优化系统,强化技能与安全,适用于Claude Code、Codex等开发环境。
📖 怎么用
先装技能,跑 `npx skills add klausborges/workflow-skills --skill '*' -a claude-code codex -y` 全装,或者只装某个,比如 `--skill plan-work`。装完问 agent “解释一下 workflow skills 怎么用”,如果没反应就明说“用 plan-work 技能”。想自己开发就 `mise run install` 装依赖,全局装用 `mise run install:global`。
📋 迷你测评
面向开发环境的agent性能优化系统,兼容Claude Code、Codex。亮点是同时强化技能与安全,不是单一功能插件。适合想给编码Agent做系统化升级的开发者。
📄 README 要点
这是一套个人 agent 工作流技能,用于代码库解释、诊断、规划、实现、简化、交接、审查、架构改进和小型规划原型。它不是框架,也不是仪式生成器,而是一组作者一直想要的"轨道"。灵感来自 Matt Pocock 的技能和 superpowers,设计成能与 Vercel Labs 的技能配合使用。如果规划或审查语言不同,可以 fork 修改。有用的部分应该像工具店的工具,而不是家规。安装后,可以问 agent "解释一下工作流技能怎么用",如果 agent 没反应,就明确说"用 explain workflow 给我展示这个工作流怎么运作"。然后可以尝试具体提示词,比如用 plan work 规划功能、用 implement work 实现、用 write handoff 准备交接、解释代码路径、诊断失败的测试、用 review work 审查改动等。
查看英文原文
workflow skills personal agent workflow skills for codebase explanation, diagnosis, planning, implementation, simplification, handoff, review, architecture improvement, and small planning prototypes. not a framework, not a ceremony generator, mostly a set of rails i kept wanting back. inspired by matt pocock's skills, superpowers, and built to work with vercel labs skills. fork it if your planning/review language is different. the useful parts should feel like shop tools, not house rules. after install ask explain how the workflow skills work . if the agent does not pick it up, be explicit: use explain workflow to show me how this workflow works . then try a concrete prompt: use plan work to plan this feature use implement work to implement this handoff explain how this code path works diagnose this failing test use review work to review this change use write handoff to prepare a handoff use improve architecture to find deepening opportunities use simplify work to simplify this module without changing behavior skills skill purpose explain workflow explain how to invoke the workflow without starting work by default. explain codebase map code areas, modules, callers, flows, tests, and terms without editing. diagnose issue find evidence backed causes; apply fixes only when explicitly authorized. use workflow route work to the smallest fitting workflow. plan work shape uncertain or substantial work, with an optional saved Plan. implement work implement bounded work from Plans or other inputs with evidence and fresh review. write handoff write concise fresh context handoffs with lifecycle separate from storage. review work read only review of Plans, changes, continuation rounds, or other scoped artifacts. improve architecture discover evidence backed architecture improvements without forcing a refactor workflow. simplify work simplify a bounded area while preserving intended behavior. plan prototype answer one planning question with a minimal throwaway visual or logic pr
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除