·folder-org
</>

folder-org

Project code structure and file organization. Use when creating files, organizing components, or deciding where code should live. (project)

8Installs·0Trend·@ruchernchong

Installation

$npx skills add https://github.com/ruchernchong/claude-kit --skill folder-org

How to Install folder-org

Quickly install folder-org AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ruchernchong/claude-kit --skill folder-org
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ruchernchong/claude-kit.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruchernchong/claude-kit --skill folder-org
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from ruchernchong/claude-kit

Quick answers

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.

How do I install folder-org?

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

Where is the source repository?

https://github.com/ruchernchong/claude-kit

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25