mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
c61d794509
Sourced the most interesting and diverse rules from cursor.directory and bundled them into Cursor plugin format with proper manifests. Each plugin persists the original author in both the plugin.json author field and the description text. Plugins added: - frontend-developer (Mohammadali Karimi) - React/Next.js/TypeScript/Tailwind - nextjs-react-typescript (Pontus Abrahamsson) - Next.js App Router - sveltekit-development (MMBytes) - Svelte 5 and SvelteKit - fastapi-python (Caio Barbieri) - FastAPI Python APIs - django-python (Caio Barbieri) - Django web apps - rails-ruby (Theo Vararu) - Ruby on Rails/Hotwire - elixir-phoenix (Ilyich Vismara) - Elixir/Phoenix/LiveView - laravel-tallstack (Ismael Fi) - Laravel TALL Stack - go-api-development (Marvin Kaunda) - Go stdlib APIs - rust-async (Sheng-Yan, Zhang) - Rust async/tokio - swiftui-ios (Josh Pigford) - SwiftUI/iOS - flutter-dart (Sercan Yusuf) - Flutter/Dart - playwright-testing (Douglas Urrea Ocampo) - Playwright E2E - unity-gamedev (Pontus Abrahamsson) - Unity C# gamedev - deep-learning-python (Yu Changqian) - PyTorch/Transformers - terraform-iac (Abdeldjalil Sichaib) - Terraform IaC - solidity-web3 (Alfredo Bonilla) - Solidity smart contracts Co-authored-by: n2parko <n2parko@users.noreply.github.com>
go-api-development
Go API development with standard library (1.22+) rules by Marvin Kaunda (cursor.directory)
Installation
agent install go-api-development
What's Included
Rules
| Rule | Description | Applies To |
|---|---|---|
go_api_development |
Go API development using the standard library net/http package and ServeMux | **/*.go, **/go.mod |
Source
This plugin is sourced from cursor.directory.
- Original Author: Marvin Kaunda
- Tags: go, golang, api, net/http, stdlib
- Category: backend
License
MIT