├── .cursor └── commands │ ├── accessibility-audit.md │ ├── add-documentation.md │ ├── add-error-handling.md │ ├── address-github-pr-comments.md │ ├── clarify-task.md │ ├── code-review.md │ ├── create-pr.md │ ├── database-migration.md │ ├── debug-issue.md │ ├── deslop.md │ ├── docker-logs.md │ ├── fix-compile-errors.md │ ├── fix-git-issues.md │ ├── generate-api-docs.md │ ├── generate-pr-description.md │ ├── git-commit.md │ ├── git-push.md │ ├── light-review-existing-diffs.md │ ├── lint-fix.md │ ├── lint-suite.md │ ├── onboard-new-developer.md │ ├── optimize-performance.md │ ├── overview.md │ ├── refactor-code.md │ ├── roadmap.md │ ├── run-all-tests-and-fix.md │ ├── security-audit.md │ ├── security-review.md │ ├── setup-new-feature.md │ ├── visualize.md │ └── write-unit-tests.md ├── .gitignore ├── LICENSE └── README.md /.cursor/commands/accessibility-audit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/accessibility-audit.md -------------------------------------------------------------------------------- /.cursor/commands/add-documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/add-documentation.md -------------------------------------------------------------------------------- /.cursor/commands/add-error-handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/add-error-handling.md -------------------------------------------------------------------------------- /.cursor/commands/address-github-pr-comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/address-github-pr-comments.md -------------------------------------------------------------------------------- /.cursor/commands/clarify-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/clarify-task.md -------------------------------------------------------------------------------- /.cursor/commands/code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/code-review.md -------------------------------------------------------------------------------- /.cursor/commands/create-pr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/create-pr.md -------------------------------------------------------------------------------- /.cursor/commands/database-migration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/database-migration.md -------------------------------------------------------------------------------- /.cursor/commands/debug-issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/debug-issue.md -------------------------------------------------------------------------------- /.cursor/commands/deslop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/deslop.md -------------------------------------------------------------------------------- /.cursor/commands/docker-logs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/docker-logs.md -------------------------------------------------------------------------------- /.cursor/commands/fix-compile-errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/fix-compile-errors.md -------------------------------------------------------------------------------- /.cursor/commands/fix-git-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/fix-git-issues.md -------------------------------------------------------------------------------- /.cursor/commands/generate-api-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/generate-api-docs.md -------------------------------------------------------------------------------- /.cursor/commands/generate-pr-description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/generate-pr-description.md -------------------------------------------------------------------------------- /.cursor/commands/git-commit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/git-commit.md -------------------------------------------------------------------------------- /.cursor/commands/git-push.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/git-push.md -------------------------------------------------------------------------------- /.cursor/commands/light-review-existing-diffs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/light-review-existing-diffs.md -------------------------------------------------------------------------------- /.cursor/commands/lint-fix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/lint-fix.md -------------------------------------------------------------------------------- /.cursor/commands/lint-suite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/lint-suite.md -------------------------------------------------------------------------------- /.cursor/commands/onboard-new-developer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/onboard-new-developer.md -------------------------------------------------------------------------------- /.cursor/commands/optimize-performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/optimize-performance.md -------------------------------------------------------------------------------- /.cursor/commands/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/overview.md -------------------------------------------------------------------------------- /.cursor/commands/refactor-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/refactor-code.md -------------------------------------------------------------------------------- /.cursor/commands/roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/roadmap.md -------------------------------------------------------------------------------- /.cursor/commands/run-all-tests-and-fix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/run-all-tests-and-fix.md -------------------------------------------------------------------------------- /.cursor/commands/security-audit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/security-audit.md -------------------------------------------------------------------------------- /.cursor/commands/security-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/security-review.md -------------------------------------------------------------------------------- /.cursor/commands/setup-new-feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/setup-new-feature.md -------------------------------------------------------------------------------- /.cursor/commands/visualize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/visualize.md -------------------------------------------------------------------------------- /.cursor/commands/write-unit-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.cursor/commands/write-unit-tests.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzafer/cursor-commands/HEAD/README.md --------------------------------------------------------------------------------