{"id":26271339,"url":"https://github.com/dikkadev/cursor-rules","last_synced_at":"2026-02-26T08:02:22.010Z","repository":{"id":281327011,"uuid":"944932308","full_name":"dikkadev/cursor-rules","owner":"dikkadev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-10T12:05:03.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T12:56:25.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dikkadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-08T09:07:01.000Z","updated_at":"2025-03-10T12:05:07.000Z","dependencies_parsed_at":"2025-03-08T10:37:36.981Z","dependency_job_id":null,"html_url":"https://github.com/dikkadev/cursor-rules","commit_stats":null,"previous_names":["dikkadev/cursor-rules"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dikkadev/cursor-rules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikkadev%2Fcursor-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikkadev%2Fcursor-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikkadev%2Fcursor-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikkadev%2Fcursor-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dikkadev","download_url":"https://codeload.github.com/dikkadev/cursor-rules/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dikkadev%2Fcursor-rules/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263061405,"owners_count":23407606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-14T06:19:51.546Z","updated_at":"2025-10-29T22:35:00.097Z","avatar_url":"https://github.com/dikkadev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cursor Rules Collection\n\nA collection of custom rules for [Cursor](https://cursor.sh/), the AI-powered code editor. These rules help customize AI behavior for specific programming languages and workflows.\n\n## What are Cursor Rules?\n\nCursor Rules are custom instructions for the AI assistant in Cursor, guiding its behavior when interpreting code, generating suggestions, and responding to queries. They can be:\n\n- **Global Rules**: Set in Cursor Settings under `General` \u003e `Rules for AI`\n- **Project-Specific Rules**: Defined in the `.cursor/rules` directory in your project\n\n## Rules in this Repository\n\nThis repository contains rules for:\n\n- **Go**: Best practices for Go development, including dependency management\n- **Python**: Guidelines for using `uv` for Python project management\n- **Common**: General purpose rules that aren't language-specific\n- **Meta Rules**: Rules for creating and improving Cursor rules themselves\n\n## How to Use These Rules\n\n1. **Global Usage**:\n   - Copy the content of any `.mdc` file\n   - Go to Cursor Settings \u003e General \u003e Rules for AI\n   - Paste the content into the text area\n\n2. **Project-Specific Usage (Recommended: Symlink)**:\n   - Instead of copying files, create symbolic links to the rule files in this repository\n   - This allows you to automatically get updates when the repository is updated\n   - Create the `.cursor/rules` directory in your project if it doesn't exist\n   - Symlink the desired `.mdc` files:\n     ```bash\n     # Example for Unix/Linux/macOS\n     ln -s /path/to/this/repo/go/go-mod-handling.mdc /path/to/your/project/.cursor/rules/\n     \n     # Example for Windows (requires admin privileges)\n     mklink /path/to/your/project/.cursor/rules/go-mod-handling.mdc /path/to/this/repo/go/go-mod-handling.mdc\n     ```\n\n3. **Alternative: Manual Copy**:\n   - Copy the content of any `.mdc` file\n   - Create a file in the `.cursor/rules` directory of your project\n   - Paste the content into this file\n   - You can use the command palette with `Cmd + Shift + P` \u003e `New Cursor Rule`\n\n## Contributing\n\nFeel free to contribute your own Cursor rules by submitting a pull request!\n\n## Resources\n\n- [Official Cursor Documentation on Rules for AI](https://docs.cursor.com/context/rules-for-ai)\n- [Cursor Directory](https://cursor.directory/) - Community-curated collection of Cursor rules\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdikkadev%2Fcursor-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdikkadev%2Fcursor-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdikkadev%2Fcursor-rules/lists"}