🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 64 |
| ⭐ GitHub Stars | 4,989(fork 3970) |
| 🗓️ 最近推送 | 2026-08-05 |
| 🌱 项目创建 | 2020-08-07 |
| 💻 语言 / License | TypeScript · MIT |
| 🐛 开放Issue | 2162 |
📝 工具简介
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 审查改动等。
查看英文原文
New Expensify Table of Contents Local Development Platform Specific Setup Testing on browsers in simulators and emulators Running The Tests Additional Reading Application Philosophy API Details Contributing to Expensify Expensify Code of Conduct Contributor License Agreement React StrictMode Left Hand Navigation(LHN) HybridApp additional info & troubleshooting Local development These instructions should get you set up ready to work on New Expensify 🙌 Getting Started 1. Install nvm then node & npm : brew install nvm && nvm install 2. Install watchman : brew install watchman 3. Install dependencies: npm install 4. Run the specific platform with the following command: npm run , e.g. npm run web You can use any IDE or code editing tool for developing on any platform. Use your favorite! Recommended node setup In order to have more consistent builds, we use a strict node and npm version as defined in the package.json engines field and .nvmrc file. npm install will fail if you do not use the version defined, so it is recommended to install node via nvm for easy node version management. Automatic node version switching can be installed for zsh or bash using nvm . Platform Specific Setup For detailed setup instructions for each platform, see the following guides: 🕸 Web Development : Web Setup Instructions 📱 iOS Development : iOS Setup Instructions 🤖 Android Development : Android Setup Instructions Optional AI assisted mobile testing: If you use Claude Code, the /agent device skill drives iOS and Android simulators or devices for interactive testing, debugging, and performance profiling. Requires npm install g agent device . General Troubleshooting 1. If you are having issues with Getting Started , please reference React Native's Documentation 2. If you are running into CORS errors like (in the browser dev console) [安装/使用命令见下方] You probably have a misconfigured .env file remove it ( rm .env ) and try again. Note: Expensify engineers that will be testing with the API in your l
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除