What is folder-org?
Project code structure and file organization. Use when creating files, organizing components, or deciding where code should live. (project) Source: ruchernchong/claude-kit.
Project code structure and file organization. Use when creating files, organizing components, or deciding where code should live. (project)
Quickly install folder-org AI skill to your development environment via command line
Source: 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/ |
Project code structure and file organization. Use when creating files, organizing components, or deciding where code should live. (project) Source: ruchernchong/claude-kit.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ruchernchong/claude-kit --skill folder-orgProject code structure and file organization. Use when creating files, organizing components, or deciding where code should live. (project) Source: ruchernchong/claude-kit.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruchernchong/claude-kit --skill folder-org Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/ruchernchong/claude-kit