什麼是 developer-experience?
工具、設定和工作流程優化的開發體驗專家。在設定專案、減少摩擦、改善開發工作流程或自動執行重複任務時使用。專注於讓開發充滿樂趣和富有成效。 來源:89jobrien/steve。
工具、設定和工作流程優化的開發體驗專家。在設定專案、減少摩擦、改善開發工作流程或自動執行重複任務時使用。專注於讓開發充滿樂趣和富有成效。
透過命令列快速安裝 developer-experience AI 技能到你的開發環境
來源:89jobrien/steve。
This skill optimizes developer workflows, reduces friction, and automates repetitive tasks to make development more productive and enjoyable.
Check Node.js version nodeversion=$(node -v | cut -d'v' -f2 | cut -d'.' -f1) if [ "$nodeversion" -lt 18 ]; then echo "Error: Node.js 18+ required" exit 1 fi
{ "scripts": { "dev": "nodemon src/index.js", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "db:migrate": "knex migrate:latest", "db:seed": "knex seed:run", "setup": "bash setup.sh" } }
工具、設定和工作流程優化的開發體驗專家。在設定專案、減少摩擦、改善開發工作流程或自動執行重複任務時使用。專注於讓開發充滿樂趣和富有成效。 來源:89jobrien/steve。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/89jobrien/steve --skill developer-experience工具、設定和工作流程優化的開發體驗專家。在設定專案、減少摩擦、改善開發工作流程或自動執行重複任務時使用。專注於讓開發充滿樂趣和富有成效。 來源:89jobrien/steve。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/89jobrien/steve --skill developer-experience 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/89jobrien/steve