Cursor rule
Organize imports with external packages first, internal modules second, relative imports last, with blank lines between groups.
Cursor rule
Organize imports with external packages first, internal modules second, relative imports last, with blank lines between groups.
Cursor rule
JavaScript/TypeScript indentation standards - always use 2 spaces, never tabs.
Cursor rule
Naming conventions for variables, functions, classes, types, and constants.
Cursor rule
Guidelines for organizing React components - component size limits, hook extraction, and test colocation.
Cursor rule
Comprehensive testing practices including unit tests, integration tests, naming conventions, mocking, test data, and coverage requirements.
Cursor rule
ALWAYS read this guide when running inline typescript. This should be used when the user says "use inline typescript" or "run inline typescript".
Cursor rule
Use this rule when I ask you to use TODOs for a task.
Cursor rule
Zod v4 Coding Guidelines. ALWAYS read this when using Zod.
Cursor rule
How to add a GitHub Actions runner for jahands/ repositories.
Skill Claude CodeCodex
Git commit guidelines for incremental commits. Read this when user asks you to auto commit as you go.
Skill Claude CodeCodex
Guide for running inline Python scripts with uv. This should be used when the user says "use inline python".
Skill Claude CodeCodex
Guide for running inline TypeScript scripts with Bun. This should be used when the user says "use inline typescript".
Skill Claude CodeCodex
Zod v4 coding guidelines and migration reference. ALWAYS read this when using Zod validation library.