什麼是 folder-org?
專案程式碼結構和文件組織。在建立文件、組織組件或決定代碼應存放的位置時使用。 (專案) 來源:ruchernchong/claude-kit。
專案程式碼結構和文件組織。在建立文件、組織組件或決定代碼應存放的位置時使用。 (專案)
透過命令列快速安裝 folder-org AI 技能到你的開發環境
來源:ruchernchong/claude-kit。
Place code as close to where it's relevant as possible. Things that change together should be located together.
Group by domain - all related code in one place:
| Shared types | types/ or packages/types/ | | Utilities | lib/ or utils/ (split by domain) | | Config | config/ or root | | Unit tests | Colocate: foo.test.ts next to foo.ts | | E2E tests | e2e/ or tests/e2e/ | | Mocks/fixtures | mocks/ or test/mocks/ |
專案程式碼結構和文件組織。在建立文件、組織組件或決定代碼應存放的位置時使用。 (專案) 來源:ruchernchong/claude-kit。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/ruchernchong/claude-kit --skill folder-org專案程式碼結構和文件組織。在建立文件、組織組件或決定代碼應存放的位置時使用。 (專案) 來源:ruchernchong/claude-kit。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/ruchernchong/claude-kit --skill folder-org 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ruchernchong/claude-kit