naming-conventions
Project-wide naming standards for files, folders, and exports. - Use **lowercase kebab-case** for all feature and domain folders
Install / Use
npx skills add darshilkadiwala/toolsInstalls into whichever agent you are using.
Cursor Rules
Cursor IDE rules (v2)
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubNaming Conventions
Project-wide naming standards for files, folders, and exports.
Folders
- Use lowercase kebab-case for all feature and domain folders
- Good:
interest-rate/,emi/,loan/ - Bad:
InterestRate/,EMI/
- Good:
Files
React components
- Use PascalCase for component files:
LoanForm.tsx,EMISchedule.tsx
Hooks
- Use camelCase with
useprefix:useMobile.ts,useFormField.ts,useLoans.ts - Bad:
use-mobile.ts,use-form-field.ts
Utilities, schemas, and lib modules
- Use kebab-case or camelCase consistently within a folder
- Prefer kebab-case for multi-word non-component files:
loan-form-schema.ts,db-operations.ts
UI primitives (shadcn)
- Follow shadcn defaults: kebab-case files in
components/ui/(dropdown-menu.tsx)
Exports
- Component exports: PascalCase (
export function LoanForm) - Hook exports: camelCase with
useprefix (export function useLoans) - Utility exports: camelCase (
export function formatCurrency)
Imports
- Always use the
@/path alias forsrc/imports - Avoid relative imports that traverse more than one level when an alias is available
Branches
refactor/<scope>— structural or internal improvementsfeat/<scope>— new featuresfix/<scope>— bug fixeschore/<scope>— tooling and housekeepingtest/<scope>— test additions
Related Skills
career-ops
72.4kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.6kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Security Score
Audited on Invalid Date
