@harshitj183/ai-skills 2.2.7 → 2.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/README.md +29 -209
  2. package/SKILL.md +162 -160
  3. package/history/CONTEXT.md +15 -0
  4. package/index.js +8 -0
  5. package/package.json +38 -43
  6. package/registry/skill_bank.json +1038 -1167
  7. package/roles/backend_expert.md +23 -23
  8. package/roles/code_reviewer.md +28 -28
  9. package/roles/frontend_expert.md +30 -30
  10. package/roles/gpt5_core.md +34 -34
  11. package/roles/hinglish_native.md +30 -0
  12. package/roles/product_manager.md +24 -24
  13. package/roles/security_auditor.md +31 -22
  14. package/roles/subagent_orchestrator.md +26 -26
  15. package/roles/technical_writer.md +25 -25
  16. package/roles/ui_ux_designer.md +22 -22
  17. package/roles/wisdom_extractor.md +29 -29
  18. package/skills/ai_history_maintenance.md +46 -41
  19. package/skills/anthropic_documents.md +16 -16
  20. package/skills/antigravity_mastery.md +15 -15
  21. package/skills/azure_graph_integrator.md +12 -12
  22. package/skills/coderabbit_review.md +36 -0
  23. package/skills/composio_integrator.md +16 -16
  24. package/skills/github_automation.md +17 -17
  25. package/skills/hashicorp_terraform.md +16 -16
  26. package/skills/letta_agent_memory.md +15 -15
  27. package/skills/lifecycle/brainstorming.md +58 -24
  28. package/skills/lifecycle/review_protocol.md +36 -25
  29. package/skills/mcp_master.md +17 -17
  30. package/skills/memory_cycle.md +45 -0
  31. package/skills/openai_structured_outputs.md +12 -12
  32. package/skills/orchestration/external_skill_retrieval.md +46 -30
  33. package/skills/orchestration/parallel_agent_dispatcher.md +38 -32
  34. package/skills/orchestration/plan_architect.md +32 -22
  35. package/skills/orchestration/plan_executor.md +34 -20
  36. package/skills/playwright_testing.md +15 -15
  37. package/skills/progressive_disclosure.md +26 -26
  38. package/skills/prompt_reasoning_trees.md +12 -12
  39. package/skills/react_best_practices.md +16 -16
  40. package/skills/react_native_performance.md +16 -16
  41. package/skills/sanity_architecture.md +16 -16
  42. package/skills/stripe_integration.md +17 -17
  43. package/skills/supabase_architect.md +17 -17
  44. package/skills/systematic_debugging.md +34 -34
  45. package/skills/tdd_mastery.md +32 -32
  46. package/skills/vercel_cloudflare_deploy.md +17 -17
  47. package/skills/writing_skills.md +26 -26
  48. package/LICENSE +0 -21
  49. package/bin/cli.js +0 -345
@@ -1,1168 +1,1039 @@
1
- {
2
- "version": "2.2.7",
3
- "name": "Global AI Skill Registry (Maximized 100+ Edition)",
4
- "power_sources": [
5
- {
6
- "name": "PatrickJS Awesome CursorRules",
7
- "url": "https://github.com/PatrickJS/awesome-cursorrules/tree/main/rules",
8
- "description": "The gold standard for community-curated .cursorrules."
9
- },
10
- {
11
- "name": "Sanjeed5 MDC Collection",
12
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/tree/main/rules-mdc",
13
- "description": "870+ specialized .mdc rules for every library imaginable."
14
- },
15
- {
16
- "name": "Cline Master Rules",
17
- "url": "https://github.com/cline/cline-rules",
18
- "description": "Rules optimized for autonomous cline-like agents."
19
- }
20
- ],
21
- "registries": [
22
- {
23
- "name": "Python - FastAPI Scalable API",
24
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/python-fastapi-scalable-api-cursorrules-prompt-fil/.cursorrules",
25
- "category": "Backend"
26
- },
27
- {
28
- "name": "Python - Django Best Practices",
29
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/python-django-best-practices/.cursorrules",
30
- "category": "Backend"
31
- },
32
- {
33
- "name": "Python - Flask Microservices",
34
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/python-flask-micro/.cursorrules",
35
- "category": "Backend"
36
- },
37
- {
38
- "name": "Python - Pydantic V2 Guide",
39
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/pydantic.mdc",
40
- "category": "Data"
41
- },
42
- {
43
- "name": "JavaScript - React 19 Next.js 15",
44
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/react-nextjs-15-tailwind-cursorrules-prompt-file/.cursorrules",
45
- "category": "Frontend"
46
- },
47
- {
48
- "name": "JavaScript - Vue 3 Composition API",
49
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/vue-3-composition-api/.cursorrules",
50
- "category": "Frontend"
51
- },
52
- {
53
- "name": "JavaScript - SvelteKit Portfolio",
54
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/svelte-kit-best-practices/.cursorrules",
55
- "category": "Frontend"
56
- },
57
- {
58
- "name": "TypeScript - NestJS Architecture",
59
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/typescript-nestjs-best-practices-cursorrules-promp/.cursorrules",
60
- "category": "Fullstack"
61
- },
62
- {
63
- "name": "TypeScript - Zod Validation Patterns",
64
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/zod.mdc",
65
- "category": "Engineering"
66
- },
67
- {
68
- "name": "TypeScript - Redux Toolkit Optimization",
69
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/typescript-redux-toolkit/.cursorrules",
70
- "category": "State"
71
- },
72
- {
73
- "name": "Rust - Actix-web Performance",
74
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/actix-web.mdc",
75
- "category": "Systems"
76
- },
77
- {
78
- "name": "Rust - Tokio Concurrency",
79
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/tokio.mdc",
80
- "category": "Systems"
81
- },
82
- {
83
- "name": "Go - Standard Library Mastery",
84
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/go-std-lib/.cursorrules",
85
- "category": "Backend"
86
- },
87
- {
88
- "name": "Go - Gin Framework Gorm",
89
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/go-gin-gorm/.cursorrules",
90
- "category": "Backend"
91
- },
92
- {
93
- "name": "Terraform - AWS Infrastructure",
94
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/terraform-aws-best-practices/.cursorrules",
95
- "category": "DevOps"
96
- },
97
- {
98
- "name": "Kubernetes - Helm Chart Optimization",
99
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/kubernetes-helm-best-practices/.cursorrules",
100
- "category": "Cloud"
101
- },
102
- {
103
- "name": "Docker - Multi-stage Build Guide",
104
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/docker-best-practices/.cursorrules",
105
- "category": "DevOps"
106
- },
107
- {
108
- "name": "AWS - Lambda Serverless (Node/Python)",
109
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/aws-lambda.mdc",
110
- "category": "Cloud"
111
- },
112
- {
113
- "name": "AWS - ECS Fargate Deployment",
114
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/aws-ecs.mdc",
115
- "category": "Cloud"
116
- },
117
- {
118
- "name": "AWS - S3 Security & Policies",
119
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/aws-s3.mdc",
120
- "category": "Cloud"
121
- },
122
- {
123
- "name": "GCP - Firebase Functions & Firestore",
124
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/firebase-functions-firestore/.cursorrules",
125
- "category": "Cloud"
126
- },
127
- {
128
- "name": "Azure - Static Web Apps & Functions",
129
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/azure-static-web-apps/.cursorrules",
130
- "category": "Cloud"
131
- },
132
- {
133
- "name": "Postgres - Supabase Schema Design",
134
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/supabase-postgresql-best-practices/.cursorrules",
135
- "category": "Database"
136
- },
137
- {
138
- "name": "MongoDB - Mongoose Aggregation",
139
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/mongodb.mdc",
140
- "category": "Database"
141
- },
142
- {
143
- "name": "Redis - Caching & Pub/Sub",
144
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/redis.mdc",
145
- "category": "Database"
146
- },
147
- {
148
- "name": "Tailwind CSS - Responsive UI Guide",
149
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/tailwind-css-best-practices/.cursorrules",
150
- "category": "Styling"
151
- },
152
- {
153
- "name": "Shadcn UI - Component Architecture",
154
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/shadcn-ui.mdc",
155
- "category": "UI"
156
- },
157
- {
158
- "name": "Playwright - E2E Testing Suite",
159
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/playwright-testing-best-practices/.cursorrules",
160
- "category": "Testing"
161
- },
162
- {
163
- "name": "Jest - Unit Testing Coverage",
164
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/jest.mdc",
165
- "category": "Testing"
166
- },
167
- {
168
- "name": "Cypress - Frontend Integration",
169
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/cypress.mdc",
170
- "category": "Testing"
171
- },
172
- {
173
- "name": "GitHub Actions - CI/CD Pipelines",
174
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/github-actions-ci-cd/.cursorrules",
175
- "category": "Automation"
176
- },
177
- {
178
- "name": "Vercel - Platform Edge Deploy",
179
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/vercel.mdc",
180
- "category": "Cloud"
181
- },
182
- {
183
- "name": "Cloudflare - Workers & KV",
184
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/cloudflare.mdc",
185
- "category": "Edge"
186
- },
187
- {
188
- "name": "OpenAI - Structured Output Mastery",
189
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/openai-structured-outputs/.cursorrules",
190
- "category": "AI"
191
- },
192
- {
193
- "name": "Anthropic - Claude Computer Use",
194
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/anthropic-claude-computer-use/.cursorrules",
195
- "category": "AI"
196
- },
197
- {
198
- "name": "LangChain - Agentic RAG Workflows",
199
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/langchain.mdc",
200
- "category": "AI"
201
- },
202
- {
203
- "name": "CrewAI - Multi-agent Orchestration",
204
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/crewai.mdc",
205
- "category": "AI"
206
- },
207
- {
208
- "name": "Ruby on Rails - Hotwire Turbo",
209
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/ruby-on-rails-hotwire/.cursorrules",
210
- "category": "Backend"
211
- },
212
- {
213
- "name": "Swift - SwiftUI Architecture",
214
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/swift-swiftui-best-practices/.cursorrules",
215
- "category": "Mobile"
216
- },
217
- {
218
- "name": "Kotlin - Android Jetpack Compose",
219
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/kotlin-android-jetpack-compose/.cursorrules",
220
- "category": "Mobile"
221
- },
222
- {
223
- "name": "Flutter - BLoC State Management",
224
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/flutter-bloc-state-management/.cursorrules",
225
- "category": "Mobile"
226
- },
227
- {
228
- "name": "Expo - React Native Performance",
229
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/react-native-expo-cursorrules-prompt-file/.cursorrules",
230
- "category": "Mobile"
231
- },
232
- {
233
- "name": "SQL - Optimization & Indexing",
234
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/sql.mdc",
235
- "category": "Database"
236
- },
237
- {
238
- "name": "Prisma - Type-safe ORM Patterns",
239
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/prisma.mdc",
240
- "category": "Data"
241
- },
242
- {
243
- "name": "Elasticsearch - Search Optimization",
244
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/elasticsearch.mdc",
245
- "category": "Data"
246
- },
247
- {
248
- "name": "GraphQL - Apollo Server Best Practices",
249
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/graphql.mdc",
250
- "category": "API"
251
- },
252
- {
253
- "name": "tRPC - End-to-end Type Safety",
254
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/trpc.mdc",
255
- "category": "API"
256
- },
257
- {
258
- "name": "Security - OWASP Top 10 Mitigation",
259
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/security-best-practices/.cursorrules",
260
- "category": "Security"
261
- },
262
- {
263
- "name": "Security - JWT & OAuth2 Flow",
264
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/auth.mdc",
265
- "category": "Security"
266
- },
267
- {
268
- "name": "Web3 - Solidity Smart Contracts",
269
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/solidity-smart-contracts/.cursorrules",
270
- "category": "Blockchain"
271
- },
272
- {
273
- "name": "Web3 - Ethers.js & Wagmi",
274
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/web3-frontend-best-practices/.cursorrules",
275
- "category": "Blockchain"
276
- },
277
- {
278
- "name": "Testing - Vitest Fast Unit Testing",
279
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/vitest.mdc",
280
- "category": "Testing"
281
- },
282
- {
283
- "name": "D3.js - Data Visualization Guide",
284
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/d3.mdc",
285
- "category": "Frontend"
286
- },
287
- {
288
- "name": "Three.js - 3D Web Rendering",
289
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/threejs.mdc",
290
- "category": "Frontend"
291
- },
292
- {
293
- "name": "Electron - Native Desktop Apps",
294
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/electron.mdc",
295
- "category": "Desktop"
296
- },
297
- {
298
- "name": "Tauri - Lightweight Rust Apps",
299
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/tauri.mdc",
300
- "category": "Desktop"
301
- },
302
- {
303
- "name": "Strapi - Headless CMS Best Practices",
304
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/strapi.mdc",
305
- "category": "CMS"
306
- },
307
- {
308
- "name": "Sanity - Content Lake Schema",
309
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/sanity.mdc",
310
- "category": "CMS"
311
- },
312
- {
313
- "name": "Bun - High Performance Runtime",
314
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/bun.mdc",
315
- "category": "Runtime"
316
- },
317
- {
318
- "name": "Deno - Secure Modern Runtime",
319
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/deno.mdc",
320
- "category": "Runtime"
321
- },
322
- {
323
- "name": "Elixir - Phoenix LiveView",
324
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/elixir-phoenix-best-practices/.cursorrules",
325
- "category": "Fullstack"
326
- },
327
- {
328
- "name": "Haskell - Functional Patterns",
329
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/haskell.mdc",
330
- "category": "Functional"
331
- },
332
- {
333
- "name": "Unity - C# Game Development",
334
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/unity.mdc",
335
- "category": "GameDev"
336
- },
337
- {
338
- "name": "Unreal Engine - C++ & Blueprints",
339
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/unreal-engine.mdc",
340
- "category": "GameDev"
341
- },
342
- {
343
- "name": "LLM - Fine-Tuning Principles",
344
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/llm-finetuning.mdc",
345
- "category": "AI"
346
- },
347
- {
348
- "name": "MLOps - Pipeline Automation",
349
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/mlops.mdc",
350
- "category": "DataScience"
351
- },
352
- {
353
- "name": "Pandas - Data Analysis Workflows",
354
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/pandas.mdc",
355
- "category": "DataScience"
356
- },
357
- {
358
- "name": "PyTorch - Neural Network Design",
359
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/pytorch.mdc",
360
- "category": "AI"
361
- },
362
- {
363
- "name": "TensorFlow - Keras Best Practices",
364
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/tensorflow.mdc",
365
- "category": "AI"
366
- },
367
- {
368
- "name": "Scikit-learn - Classical ML",
369
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/scikit-learn.mdc",
370
- "category": "AI"
371
- },
372
- {
373
- "name": "Ansible - Configuration Management",
374
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/ansible.mdc",
375
- "category": "DevOps"
376
- },
377
- {
378
- "name": "Prometheus - Monitoring & Metrics",
379
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/prometheus.mdc",
380
- "category": "Infrastructure"
381
- },
382
- {
383
- "name": "Grafana - Dashboard Design",
384
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/grafana.mdc",
385
- "category": "Infrastructure"
386
- },
387
- {
388
- "name": "NGINX - Proxy Optimization",
389
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/nginx.mdc",
390
- "category": "Webserver"
391
- },
392
- {
393
- "name": "Apache - Server Configuration",
394
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/apache.mdc",
395
- "category": "Webserver"
396
- },
397
- {
398
- "name": "Kafka - Event Driven Architecture",
399
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/kafka.mdc",
400
- "category": "SystemDesign"
401
- },
402
- {
403
- "name": "RabbitMQ - Message Queuing",
404
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/rabbitmq.mdc",
405
- "category": "SystemDesign"
406
- },
407
- {
408
- "name": "Microservices - Orchestration Patterns",
409
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/microservices.mdc",
410
- "category": "SystemDesign"
411
- },
412
- {
413
- "name": "Clean Architecture - Dependency Injection",
414
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/clean-architecture.mdc",
415
- "category": "SoftwareEngineering"
416
- },
417
- {
418
- "name": "Domain Driven Design - Tactical Patterns",
419
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/ddd.mdc",
420
- "category": "SoftwareEngineering"
421
- },
422
- {
423
- "name": "Functional Programming - Monads & Pure functions",
424
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/functional-programming.mdc",
425
- "category": "SoftwareEngineering"
426
- },
427
- {
428
- "name": "Oauth2 - PKCE Implementation",
429
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/oauth2.mdc",
430
- "category": "Security"
431
- },
432
- {
433
- "name": "Penetration Testing - Tooling Guide",
434
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/pentesting.mdc",
435
- "category": "Security"
436
- },
437
- {
438
- "name": "Solana - Anchor Framework",
439
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/solana.mdc",
440
- "category": "Blockchain"
441
- },
442
- {
443
- "name": "Ether.js - Smart Contract interaction",
444
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/ethers.mdc",
445
- "category": "Blockchain"
446
- },
447
- {
448
- "name": "Salesforce - Apex Best Practices",
449
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/salesforce.mdc",
450
- "category": "Enterprise"
451
- },
452
- {
453
- "name": "SAP - ABAP Development",
454
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/sap.mdc",
455
- "category": "Enterprise"
456
- },
457
- {
458
- "name": "Odoo - Module Development",
459
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/odoo.mdc",
460
- "category": "Enterprise"
461
- },
462
- {
463
- "name": "Chromium - Browser Extension API",
464
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/browser-extensions.mdc",
465
- "category": "Plugins"
466
- },
467
- {
468
- "name": "VS Code Extension - API Mastery",
469
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/vscode-extensions.mdc",
470
- "category": "Plugins"
471
- },
472
- {
473
- "name": "Figma - Plugin Development",
474
- "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/figma-plugins.mdc",
475
- "category": "Plugins"
476
- },
477
- {
478
- "name": "Vibe Coding - High Speed Dev",
479
- "url": "https://github.com/analyticalrohit/awesome-vibe-coding-guide",
480
- "category": "Workflow"
481
- },
482
- {
483
- "name": "Cursor - Internal Tooling & MCP",
484
- "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/cursor-internal-tools/.cursorrules",
485
- "category": "IDE"
486
- },
487
- {
488
- "name": "Windsurf - Cascade Reasoning",
489
- "url": "https://github.com/detailobsessed/awesome-windsurf",
490
- "category": "IDE"
491
- },
492
- {
493
- "name": "Superpowers - Advanced Orchestration",
494
- "url": "https://github.com/obra/superpowers",
495
- "category": "Agentic"
496
- },
497
- {
498
- "name": "Devin AI - Task Execution Rules",
499
- "url": "https://github.com/grapeot/devin.cursorrules",
500
- "category": "Agentic"
501
- },
502
- {
503
- "name": "Open Hands - Autonomous Coding",
504
- "url": "https://github.com/All-Hands-AI/OpenHands",
505
- "category": "Agentic"
506
- },
507
- {
508
- "name": "AutoGPT - Goal Directed Search",
509
- "url": "https://github.com/Significant-Gravitas/AutoGPT",
510
- "category": "Agentic"
511
- },
512
- {
513
- "name": "kyrolabs/awesome-agents",
514
- "url": "https://github.com/kyrolabs/awesome-agents",
515
- "category": "Agentic"
516
- },
517
- {
518
- "name": "crewAIInc/crewAI",
519
- "url": "https://github.com/crewAIInc/crewAI",
520
- "category": "Orchestration"
521
- },
522
- {
523
- "name": "microsoft/autogen",
524
- "url": "https://github.com/microsoft/autogen",
525
- "category": "Framework"
526
- },
527
- {
528
- "name": "langchain-ai/langchain",
529
- "url": "https://github.com/langchain-ai/langchain",
530
- "category": "Framework"
531
- },
532
- {
533
- "name": "langflow-ai/langflow",
534
- "url": "https://github.com/langflow-ai/langflow",
535
- "category": "Framework"
536
- },
537
- {
538
- "name": "n8n-io/n8n",
539
- "url": "https://github.com/n8n-io/n8n",
540
- "category": "Automation"
541
- },
542
- {
543
- "name": "dify-ai/dify",
544
- "url": "https://github.com/dify-ai/dify",
545
- "category": "Framework"
546
- },
547
- {
548
- "name": "openai/swarm",
549
- "url": "https://github.com/openai/swarm",
550
- "category": "Orchestration"
551
- },
552
- {
553
- "name": "geekan/MetaGPT",
554
- "url": "https://github.com/geekan/MetaGPT",
555
- "category": "Coding"
556
- },
557
- {
558
- "name": "OpenDevin/OpenHands",
559
- "url": "https://github.com/All-Hands-AI/OpenHands",
560
- "category": "Coding"
561
- },
562
- {
563
- "name": "paul-gauthier/aider",
564
- "url": "https://github.com/paul-gauthier/aider",
565
- "category": "Coding"
566
- },
567
- {
568
- "name": "VoltAgent/awesome-agent-skills",
569
- "url": "https://github.com/VoltAgent/awesome-agent-skills",
570
- "category": "Skills"
571
- },
572
- {
573
- "name": "heilcheng/awesome-agent-skills",
574
- "url": "https://github.com/heilcheng/awesome-agent-skills",
575
- "category": "Skills"
576
- },
577
- {
578
- "name": "skillmatic-ai/awesome-agent-skills",
579
- "url": "https://github.com/skillmatic-ai/awesome-agent-skills",
580
- "category": "Skills"
581
- },
582
- {
583
- "name": "kodustech/awesome-agent-skills",
584
- "url": "https://github.com/kodustech/awesome-agent-skills",
585
- "category": "Skills"
586
- },
587
- {
588
- "name": "gmh5225/awesome-skills",
589
- "url": "https://github.com/gmh5225/awesome-skills",
590
- "category": "Skills"
591
- },
592
- {
593
- "name": "ashishpatel26/500-AI-Agents-Projects",
594
- "url": "https://github.com/ashishpatel26/500-AI-Agents-Projects",
595
- "category": "Agentic"
596
- },
597
- {
598
- "name": "pathway-com/pathway",
599
- "url": "https://github.com/pathwaycom/pathway",
600
- "category": "Data"
601
- },
602
- {
603
- "name": "ollama/ollama",
604
- "url": "https://github.com/ollama/ollama",
605
- "category": "Framework"
606
- },
607
- {
608
- "name": "deepseek-ai/DeepSeek-V3",
609
- "url": "https://github.com/deepseek-ai/DeepSeek-V3",
610
- "category": "Framework"
611
- },
612
- {
613
- "name": "stanfordnlp/dspy",
614
- "url": "https://github.com/stanfordnlp/dspy",
615
- "category": "Framework"
616
- },
617
- {
618
- "name": "pipecat-ai/pipecat",
619
- "url": "https://github.com/pipecat-ai/pipecat",
620
- "category": "Voice"
621
- },
622
- {
623
- "name": "e2b-dev/e2b",
624
- "url": "https://github.com/e2b-dev/e2b",
625
- "category": "Coding"
626
- },
627
- {
628
- "name": "stanford-oval/storm",
629
- "url": "https://github.com/stanford-oval/storm",
630
- "category": "Research"
631
- },
632
- {
633
- "name": "ag2ai/ag2",
634
- "url": "https://github.com/ag2ai/ag2",
635
- "category": "Framework"
636
- },
637
- {
638
- "name": "MervinPraison/PraisonAI",
639
- "url": "https://github.com/MervinPraison/PraisonAI",
640
- "category": "Framework"
641
- },
642
- {
643
- "name": "Significant-Gravitas/AutoGPT",
644
- "url": "https://github.com/Significant-Gravitas/AutoGPT",
645
- "category": "Agentic"
646
- },
647
- {
648
- "name": "smol-ai/developer",
649
- "url": "https://github.com/smol-ai/developer",
650
- "category": "Coding"
651
- },
652
- {
653
- "name": "Mintplex-Labs/anything-llm",
654
- "url": "https://github.com/Mintplex-Labs/anything-llm",
655
- "category": "Framework"
656
- },
657
- {
658
- "name": "chatchat-space/Langchain-Chatchat",
659
- "url": "https://github.com/chatchat-space/Langchain-Chatchat",
660
- "category": "Framework"
661
- },
662
- {
663
- "name": "mem0ai/mem0",
664
- "url": "https://github.com/mem0ai/mem0",
665
- "category": "Memory"
666
- },
667
- {
668
- "name": "microsoft/semantic-kernel",
669
- "url": "https://github.com/microsoft/semantic-kernel",
670
- "category": "Framework"
671
- },
672
- {
673
- "name": "google-gemini/gemini-cli",
674
- "url": "https://github.com/google-gemini/gemini-cli",
675
- "category": "Coding"
676
- },
677
- {
678
- "name": "joaomdmoura/crewai-examples",
679
- "url": "https://github.com/joaomdmoura/crewAI-examples",
680
- "category": "Agentic"
681
- },
682
- {
683
- "name": "microsoft/agent-framework",
684
- "url": "https://github.com/microsoft/agent-framework",
685
- "category": "Framework"
686
- },
687
- {
688
- "name": "2nd-brain/pkm",
689
- "url": "https://github.com/2nd-brain",
690
- "category": "Productivity"
691
- },
692
- {
693
- "name": "2slides-skills/presentation",
694
- "url": "https://github.com/2slides",
695
- "category": "Productivity"
696
- },
697
- {
698
- "name": "aade-api-monitor/greek-tax",
699
- "url": "https://github.com/aade-monitor",
700
- "category": "Data"
701
- },
702
- {
703
- "name": "academic-research/openalexapi",
704
- "url": "https://github.com/openalexapi",
705
- "category": "Research"
706
- },
707
- {
708
- "name": "anthropic/algorithmic-art",
709
- "url": "https://github.com/anthropics/skills",
710
- "category": "Frontend"
711
- },
712
- {
713
- "name": "anthropic/canvas-design",
714
- "url": "https://github.com/anthropics/skills",
715
- "category": "Frontend"
716
- },
717
- {
718
- "name": "anthropic/docx",
719
- "url": "https://github.com/anthropics/skills/tree/main/docx",
720
- "category": "Coding"
721
- },
722
- {
723
- "name": "anthropic/frontend-design",
724
- "url": "https://github.com/anthropics/skills",
725
- "category": "Frontend"
726
- },
727
- {
728
- "name": "anthropic/mcp-builder",
729
- "url": "https://github.com/anthropics/skills",
730
- "category": "AI"
731
- },
732
- {
733
- "name": "anthropic/pdf",
734
- "url": "https://github.com/anthropics/skills/tree/main/pdf",
735
- "category": "Coding"
736
- },
737
- {
738
- "name": "anthropic/pptx",
739
- "url": "https://github.com/anthropics/skills/tree/main/pptx",
740
- "category": "Coding"
741
- },
742
- {
743
- "name": "anthropic/product-self-knowledge",
744
- "url": "https://github.com/anthropics/skills",
745
- "category": "AI"
746
- },
747
- {
748
- "name": "anthropic/xlsx",
749
- "url": "https://github.com/anthropics/skills/tree/main/xlsx",
750
- "category": "Data"
751
- },
752
- {
753
- "name": "binance/crypto-market-rank",
754
- "url": "https://github.com/binance",
755
- "category": "Blockchain"
756
- },
757
- {
758
- "name": "binance/meme-rush",
759
- "url": "https://github.com/binance",
760
- "category": "Blockchain"
761
- },
762
- {
763
- "name": "binance/query-token-audit",
764
- "url": "https://github.com/binance",
765
- "category": "Security"
766
- },
767
- {
768
- "name": "binance/spot",
769
- "url": "https://github.com/binance",
770
- "category": "Blockchain"
771
- },
772
- {
773
- "name": "binance/trading-signal",
774
- "url": "https://github.com/binance",
775
- "category": "Blockchain"
776
- },
777
- {
778
- "name": "biz-reporter/analytics",
779
- "url": "https://github.com/biz-reporter",
780
- "category": "Data"
781
- },
782
- {
783
- "name": "bookkeeper/pre-accounting",
784
- "url": "https://github.com/bookkeeper",
785
- "category": "Productivity"
786
- },
787
- {
788
- "name": "business-plan/solopreneur",
789
- "url": "https://github.com/solopreneur-skills",
790
- "category": "Productivity"
791
- },
792
- {
793
- "name": "bvg-route/berlin-transit",
794
- "url": "https://github.com/bvg-route",
795
- "category": "Data"
796
- },
797
- {
798
- "name": "camino-real-estate/evaluator",
799
- "url": "https://github.com/camino",
800
- "category": "Data"
801
- },
802
- {
803
- "name": "camino-route/optimizer",
804
- "url": "https://github.com/camino",
805
- "category": "Data"
806
- },
807
- {
808
- "name": "cloudflare/agents-sdk",
809
- "url": "https://github.com/cloudflare",
810
- "category": "AI"
811
- },
812
- {
813
- "name": "cloudflare/building-ai-agent-on-cloudflare",
814
- "url": "https://github.com/cloudflare",
815
- "category": "AI"
816
- },
817
- {
818
- "name": "cloudflare/building-mcp-server-on-cloudflare",
819
- "url": "https://github.com/cloudflare",
820
- "category": "AI"
821
- },
822
- {
823
- "name": "cloudflare/commands",
824
- "url": "https://github.com/cloudflare",
825
- "category": "DevOps"
826
- },
827
- {
828
- "name": "cloudflare/durable-objects",
829
- "url": "https://github.com/cloudflare",
830
- "category": "Cloud"
831
- },
832
- {
833
- "name": "cloudflare/web-perf",
834
- "url": "https://github.com/cloudflare",
835
- "category": "Frontend"
836
- },
837
- {
838
- "name": "cloudflare/wrangler",
839
- "url": "https://github.com/cloudflare",
840
- "category": "DevOps"
841
- },
842
- {
843
- "name": "ethos-link/rails-conventions",
844
- "url": "https://github.com/ethos-link",
845
- "category": "Coding"
846
- },
847
- {
848
- "name": "expo/eas-build",
849
- "url": "https://github.com/expo",
850
- "category": "Mobile"
851
- },
852
- {
853
- "name": "expo/expo-router",
854
- "url": "https://github.com/expo",
855
- "category": "Mobile"
856
- },
857
- {
858
- "name": "getsentry/agents-md",
859
- "url": "https://github.com/getsentry",
860
- "category": "DevOps"
861
- },
862
- {
863
- "name": "getsentry/claude-settings-audit",
864
- "url": "https://github.com/getsentry",
865
- "category": "Security"
866
- },
867
- {
868
- "name": "gmh5225/aws-skills",
869
- "url": "https://github.com/gmh5225",
870
- "category": "Cloud"
871
- },
872
- {
873
- "name": "gmh5225/founder-skills",
874
- "url": "https://github.com/gmh5225",
875
- "category": "Productivity"
876
- },
877
- {
878
- "name": "gmh5225/langchain-skills",
879
- "url": "https://github.com/gmh5225",
880
- "category": "AI"
881
- },
882
- {
883
- "name": "gmh5225/mongodb-skills",
884
- "url": "https://github.com/gmh5225",
885
- "category": "Data"
886
- },
887
- {
888
- "name": "gmh5225/owasp-security",
889
- "url": "https://github.com/gmh5225",
890
- "category": "Security"
891
- },
892
- {
893
- "name": "gmh5225/pm-skills",
894
- "url": "https://github.com/gmh5225",
895
- "category": "Productivity"
896
- },
897
- {
898
- "name": "gmh5225/smart-contract-openzeppelin",
899
- "url": "https://github.com/gmh5225",
900
- "category": "Blockchain"
901
- },
902
- {
903
- "name": "google-labs-code/design-md",
904
- "url": "https://github.com/google-labs-code/design-md",
905
- "category": "Frontend"
906
- },
907
- {
908
- "name": "google-labs-code/enhance-prompt",
909
- "url": "https://github.com/google-labs-code",
910
- "category": "AI"
911
- },
912
- {
913
- "name": "google-labs-code/react-components",
914
- "url": "https://github.com/google-labs-code",
915
- "category": "Frontend"
916
- },
917
- {
918
- "name": "google-labs-code/remotion",
919
- "url": "https://github.com/google-labs-code",
920
- "category": "Frontend"
921
- },
922
- {
923
- "name": "google-labs-code/shadcn-ui",
924
- "url": "https://github.com/google-labs-code",
925
- "category": "Frontend"
926
- },
927
- {
928
- "name": "google-labs-code/stitch-loop",
929
- "url": "https://github.com/google-labs-code",
930
- "category": "Frontend"
931
- },
932
- {
933
- "name": "googleworkspace/gws-drive",
934
- "url": "https://github.com/googleworkspace",
935
- "category": "Productivity"
936
- },
937
- {
938
- "name": "googleworkspace/gws-gmail",
939
- "url": "https://github.com/googleworkspace",
940
- "category": "Productivity"
941
- },
942
- {
943
- "name": "googleworkspace/gws-shared",
944
- "url": "https://github.com/googleworkspace",
945
- "category": "Productivity"
946
- },
947
- {
948
- "name": "googleworkspace/gws-sheets",
949
- "url": "https://github.com/googleworkspace",
950
- "category": "Data"
951
- },
952
- {
953
- "name": "huggingface/datasets-skill",
954
- "url": "https://github.com/huggingface",
955
- "category": "Data"
956
- },
957
- {
958
- "name": "huggingface/spaces-deploy",
959
- "url": "https://github.com/huggingface",
960
- "category": "AI"
961
- },
962
- {
963
- "name": "huggingface/transformers-skill",
964
- "url": "https://github.com/huggingface",
965
- "category": "AI"
966
- },
967
- {
968
- "name": "huifer/Claude-Ally-Health",
969
- "url": "https://github.com/huifer",
970
- "category": "Health"
971
- },
972
- {
973
- "name": "jeffersonwarrior/claudisms",
974
- "url": "https://github.com/jeffersonwarrior",
975
- "category": "Productivity"
976
- },
977
- {
978
- "name": "K-Dense-AI/claude-scientific-skills",
979
- "url": "https://github.com/K-Dense-AI",
980
- "category": "Research"
981
- },
982
- {
983
- "name": "Kevin7Qi/codex-collab",
984
- "url": "https://github.com/Kevin7Qi",
985
- "category": "AI"
986
- },
987
- {
988
- "name": "mcollina/nodejs-skills",
989
- "url": "https://github.com/mcollina",
990
- "category": "Coding"
991
- },
992
- {
993
- "name": "microsoft/azure-ai-agents-persistent-dotnet",
994
- "url": "https://github.com/microsoft",
995
- "category": "AI"
996
- },
997
- {
998
- "name": "microsoft/azure-ai-document-intelligence-dotnet",
999
- "url": "https://github.com/microsoft",
1000
- "category": "Data"
1001
- },
1002
- {
1003
- "name": "microsoft/azure-ai-openai-dotnet",
1004
- "url": "https://github.com/microsoft",
1005
- "category": "AI"
1006
- },
1007
- {
1008
- "name": "microsoft/azure-eventhub-dotnet",
1009
- "url": "https://github.com/microsoft",
1010
- "category": "Data"
1011
- },
1012
- {
1013
- "name": "microsoft/azure-identity-dotnet",
1014
- "url": "https://github.com/microsoft",
1015
- "category": "Security"
1016
- },
1017
- {
1018
- "name": "microsoft/azure-maps-search-dotnet",
1019
- "url": "https://github.com/microsoft",
1020
- "category": "Data"
1021
- },
1022
- {
1023
- "name": "mukul975/cybersecurity-skills",
1024
- "url": "https://github.com/mukul975",
1025
- "category": "Security"
1026
- },
1027
- {
1028
- "name": "muratcankoylan/context-degradation",
1029
- "url": "https://github.com/muratcankoylan",
1030
- "category": "AI"
1031
- },
1032
- {
1033
- "name": "muratcankoylan/context-fundamentals",
1034
- "url": "https://github.com/muratcankoylan",
1035
- "category": "AI"
1036
- },
1037
- {
1038
- "name": "NeoLabHQ/prompt-engineering",
1039
- "url": "https://github.com/NeoLabHQ",
1040
- "category": "AI"
1041
- },
1042
- {
1043
- "name": "netlify/netlify-edge-functions",
1044
- "url": "https://github.com/netlify",
1045
- "category": "Cloud"
1046
- },
1047
- {
1048
- "name": "netlify/netlify-functions",
1049
- "url": "https://github.com/netlify",
1050
- "category": "Cloud"
1051
- },
1052
- {
1053
- "name": "NoizAI/tts-skills",
1054
- "url": "https://github.com/NoizAI",
1055
- "category": "AI"
1056
- },
1057
- {
1058
- "name": "obra/defense-in-depth",
1059
- "url": "https://github.com/obra",
1060
- "category": "Security"
1061
- },
1062
- {
1063
- "name": "Orchestra-Research/AI-research-skills",
1064
- "url": "https://github.com/Orchestra-Research",
1065
- "category": "Research"
1066
- },
1067
- {
1068
- "name": "raintree-technology/apple-hig-skills",
1069
- "url": "https://github.com/raintree-technology",
1070
- "category": "Mobile"
1071
- },
1072
- {
1073
- "name": "sanjay3290/imagen",
1074
- "url": "https://github.com/sanjay3290",
1075
- "category": "AI"
1076
- },
1077
- {
1078
- "name": "SHADOWPR0/security-bluebook",
1079
- "url": "https://github.com/SHADOWPR0",
1080
- "category": "Security"
1081
- },
1082
- {
1083
- "name": "ShunsukeHayashi/agent-skill-bus",
1084
- "url": "https://github.com/ShunsukeHayashi",
1085
- "category": "AI"
1086
- },
1087
- {
1088
- "name": "Skill_Seekers/skill-converter",
1089
- "url": "https://github.com/yusufkaraaslan",
1090
- "category": "AI"
1091
- },
1092
- {
1093
- "name": "stripe/stripe-api",
1094
- "url": "https://github.com/stripe",
1095
- "category": "Data"
1096
- },
1097
- {
1098
- "name": "stripe/stripe-billing",
1099
- "url": "https://github.com/stripe",
1100
- "category": "Data"
1101
- },
1102
- {
1103
- "name": "stripe/stripe-checkout",
1104
- "url": "https://github.com/stripe",
1105
- "category": "Frontend"
1106
- },
1107
- {
1108
- "name": "supabase/auth",
1109
- "url": "https://github.com/supabase",
1110
- "category": "Security"
1111
- },
1112
- {
1113
- "name": "supabase/database",
1114
- "url": "https://github.com/supabase",
1115
- "category": "Data"
1116
- },
1117
- {
1118
- "name": "supabase/edge-functions",
1119
- "url": "https://github.com/supabase",
1120
- "category": "Cloud"
1121
- },
1122
- {
1123
- "name": "trailofbits/defense-in-depth",
1124
- "url": "https://github.com/trailofbits",
1125
- "category": "Security"
1126
- },
1127
- {
1128
- "name": "trailofbits/security-review",
1129
- "url": "https://github.com/trailofbits",
1130
- "category": "Security"
1131
- },
1132
- {
1133
- "name": "trailofbits/smart-contract-audit",
1134
- "url": "https://github.com/trailofbits",
1135
- "category": "Blockchain"
1136
- },
1137
- {
1138
- "name": "travisvn/multi-agent-startup",
1139
- "url": "https://github.com/travisvn",
1140
- "category": "AI"
1141
- },
1142
- {
1143
- "name": "travisvn/security-static-analysis",
1144
- "url": "https://github.com/travisvn",
1145
- "category": "Security"
1146
- },
1147
- {
1148
- "name": "vercel-labs/react-native-skills",
1149
- "url": "https://github.com/vercel-labs",
1150
- "category": "Mobile"
1151
- },
1152
- {
1153
- "name": "vercel/next-js-skills",
1154
- "url": "https://vercel.com/docs/agent-resources/skills",
1155
- "category": "Frontend"
1156
- },
1157
- {
1158
- "name": "vercel/vercel-deploy",
1159
- "url": "https://vercel.com/docs/agent-resources/skills",
1160
- "category": "DevOps"
1161
- },
1162
- {
1163
- "name": "wrsmith108/varlock",
1164
- "url": "https://github.com/wrsmith108",
1165
- "category": "Security"
1166
- }
1167
- ]
1
+ {
2
+ "version": "2.2.8",
3
+ "name": "Smart AI Skills Library (Global Registry)",
4
+ "trust_policies": {
5
+ "require_hash": true,
6
+ "audit_on_fetch": "mandatory",
7
+ "whitelist_domains": [
8
+ "github.com",
9
+ "vercel.com",
10
+ "anthropic.com",
11
+ "google.com"
12
+ ]
13
+ },
14
+ "power_sources": [
15
+ {
16
+ "name": "PatrickJS Awesome CursorRules",
17
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/tree/main/rules",
18
+ "description": "The gold standard for community-curated .cursorrules.",
19
+ "verified_hash": "sha256-f242857ab48190f42f3c9f072690556140c1c0362d4f6ddbabb1094144f00dd5"
20
+ },
21
+ {
22
+ "name": "Sanjeed5 MDC Collection",
23
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/tree/main/rules-mdc",
24
+ "description": "870+ specialized .mdc rules for every library imaginable.",
25
+ "verified_hash": "sha256-ba62bb4346bf680d18348532336de34e8a42b7e721cf2f0b682056674cf8879a"
26
+ },
27
+ {
28
+ "name": "Cline Master Rules",
29
+ "url": "https://github.com/cline/cline-rules",
30
+ "description": "Rules optimized for autonomous cline-like agents."
31
+ }
32
+ ],
33
+ "registries_optimized": {
34
+ "Backend": [
35
+ {
36
+ "name": "Python - FastAPI Scalable API",
37
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/python-fastapi-scalable-api-cursorrules-prompt-fil/.cursorrules"
38
+ },
39
+ {
40
+ "name": "Python - Django Best Practices",
41
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/python-django-best-practices/.cursorrules"
42
+ },
43
+ {
44
+ "name": "Python - Flask Microservices",
45
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/python-flask-micro/.cursorrules"
46
+ },
47
+ {
48
+ "name": "Go - Standard Library Mastery",
49
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/go-std-lib/.cursorrules"
50
+ },
51
+ {
52
+ "name": "Go - Gin Framework Gorm",
53
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/go-gin-gorm/.cursorrules"
54
+ },
55
+ {
56
+ "name": "Ruby on Rails - Hotwire Turbo",
57
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/ruby-on-rails-hotwire/.cursorrules"
58
+ }
59
+ ],
60
+ "Data": [
61
+ {
62
+ "name": "Python - Pydantic V2 Guide",
63
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/pydantic.mdc"
64
+ },
65
+ {
66
+ "name": "Prisma - Type-safe ORM Patterns",
67
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/prisma.mdc"
68
+ },
69
+ {
70
+ "name": "Elasticsearch - Search Optimization",
71
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/elasticsearch.mdc"
72
+ },
73
+ {
74
+ "name": "pathway-com/pathway",
75
+ "url": "https://github.com/pathwaycom/pathway"
76
+ },
77
+ {
78
+ "name": "aade-api-monitor/greek-tax",
79
+ "url": "https://github.com/aade-monitor"
80
+ },
81
+ {
82
+ "name": "anthropic/xlsx",
83
+ "url": "https://github.com/anthropics/skills/tree/main/xlsx"
84
+ },
85
+ {
86
+ "name": "biz-reporter/analytics",
87
+ "url": "https://github.com/biz-reporter"
88
+ },
89
+ {
90
+ "name": "bvg-route/berlin-transit",
91
+ "url": "https://github.com/bvg-route"
92
+ },
93
+ {
94
+ "name": "camino-real-estate/evaluator",
95
+ "url": "https://github.com/camino"
96
+ },
97
+ {
98
+ "name": "camino-route/optimizer",
99
+ "url": "https://github.com/camino"
100
+ },
101
+ {
102
+ "name": "gmh5225/mongodb-skills",
103
+ "url": "https://github.com/gmh5225"
104
+ },
105
+ {
106
+ "name": "googleworkspace/gws-sheets",
107
+ "url": "https://github.com/googleworkspace"
108
+ },
109
+ {
110
+ "name": "huggingface/datasets-skill",
111
+ "url": "https://github.com/huggingface"
112
+ },
113
+ {
114
+ "name": "microsoft/azure-ai-document-intelligence-dotnet",
115
+ "url": "https://github.com/microsoft"
116
+ },
117
+ {
118
+ "name": "microsoft/azure-eventhub-dotnet",
119
+ "url": "https://github.com/microsoft"
120
+ },
121
+ {
122
+ "name": "microsoft/azure-maps-search-dotnet",
123
+ "url": "https://github.com/microsoft"
124
+ },
125
+ {
126
+ "name": "stripe/stripe-api",
127
+ "url": "https://github.com/stripe"
128
+ },
129
+ {
130
+ "name": "stripe/stripe-billing",
131
+ "url": "https://github.com/stripe"
132
+ },
133
+ {
134
+ "name": "supabase/database",
135
+ "url": "https://github.com/supabase"
136
+ }
137
+ ],
138
+ "Frontend": [
139
+ {
140
+ "name": "JavaScript - React 19 Next.js 15",
141
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/react-nextjs-15-tailwind-cursorrules-prompt-file/.cursorrules"
142
+ },
143
+ {
144
+ "name": "JavaScript - Vue 3 Composition API",
145
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/vue-3-composition-api/.cursorrules"
146
+ },
147
+ {
148
+ "name": "JavaScript - SvelteKit Portfolio",
149
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/svelte-kit-best-practices/.cursorrules"
150
+ },
151
+ {
152
+ "name": "D3.js - Data Visualization Guide",
153
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/d3.mdc"
154
+ },
155
+ {
156
+ "name": "Three.js - 3D Web Rendering",
157
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/threejs.mdc"
158
+ },
159
+ {
160
+ "name": "anthropic/algorithmic-art",
161
+ "url": "https://github.com/anthropics/skills"
162
+ },
163
+ {
164
+ "name": "anthropic/canvas-design",
165
+ "url": "https://github.com/anthropics/skills"
166
+ },
167
+ {
168
+ "name": "anthropic/frontend-design",
169
+ "url": "https://github.com/anthropics/skills"
170
+ },
171
+ {
172
+ "name": "cloudflare/web-perf",
173
+ "url": "https://github.com/cloudflare"
174
+ },
175
+ {
176
+ "name": "google-labs-code/design-md",
177
+ "url": "https://github.com/google-labs-code/design-md"
178
+ },
179
+ {
180
+ "name": "google-labs-code/react-components",
181
+ "url": "https://github.com/google-labs-code"
182
+ },
183
+ {
184
+ "name": "google-labs-code/remotion",
185
+ "url": "https://github.com/google-labs-code"
186
+ },
187
+ {
188
+ "name": "google-labs-code/shadcn-ui",
189
+ "url": "https://github.com/google-labs-code"
190
+ },
191
+ {
192
+ "name": "google-labs-code/stitch-loop",
193
+ "url": "https://github.com/google-labs-code"
194
+ },
195
+ {
196
+ "name": "stripe/stripe-checkout",
197
+ "url": "https://github.com/stripe"
198
+ },
199
+ {
200
+ "name": "vercel/next-js-skills",
201
+ "url": "https://vercel.com/docs/agent-resources/skills"
202
+ }
203
+ ],
204
+ "Fullstack": [
205
+ {
206
+ "name": "TypeScript - NestJS Architecture",
207
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/typescript-nestjs-best-practices-cursorrules-promp/.cursorrules"
208
+ },
209
+ {
210
+ "name": "Elixir - Phoenix LiveView",
211
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/elixir-phoenix-best-practices/.cursorrules"
212
+ }
213
+ ],
214
+ "Engineering": [
215
+ {
216
+ "name": "TypeScript - Zod Validation Patterns",
217
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/zod.mdc"
218
+ }
219
+ ],
220
+ "State": [
221
+ {
222
+ "name": "TypeScript - Redux Toolkit Optimization",
223
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/typescript-redux-toolkit/.cursorrules"
224
+ }
225
+ ],
226
+ "Systems": [
227
+ {
228
+ "name": "Rust - Actix-web Performance",
229
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/actix-web.mdc"
230
+ },
231
+ {
232
+ "name": "Rust - Tokio Concurrency",
233
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/tokio.mdc"
234
+ }
235
+ ],
236
+ "DevOps": [
237
+ {
238
+ "name": "Terraform - AWS Infrastructure",
239
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/terraform-aws-best-practices/.cursorrules"
240
+ },
241
+ {
242
+ "name": "Docker - Multi-stage Build Guide",
243
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/docker-best-practices/.cursorrules"
244
+ },
245
+ {
246
+ "name": "Ansible - Configuration Management",
247
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/ansible.mdc"
248
+ },
249
+ {
250
+ "name": "cloudflare/commands",
251
+ "url": "https://github.com/cloudflare"
252
+ },
253
+ {
254
+ "name": "cloudflare/wrangler",
255
+ "url": "https://github.com/cloudflare"
256
+ },
257
+ {
258
+ "name": "getsentry/agents-md",
259
+ "url": "https://github.com/getsentry"
260
+ },
261
+ {
262
+ "name": "vercel/vercel-deploy",
263
+ "url": "https://vercel.com/docs/agent-resources/skills"
264
+ }
265
+ ],
266
+ "Cloud": [
267
+ {
268
+ "name": "Kubernetes - Helm Chart Optimization",
269
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/kubernetes-helm-best-practices/.cursorrules"
270
+ },
271
+ {
272
+ "name": "AWS - Lambda Serverless (Node/Python)",
273
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/aws-lambda.mdc"
274
+ },
275
+ {
276
+ "name": "AWS - ECS Fargate Deployment",
277
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/aws-ecs.mdc"
278
+ },
279
+ {
280
+ "name": "AWS - S3 Security & Policies",
281
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/aws-s3.mdc"
282
+ },
283
+ {
284
+ "name": "GCP - Firebase Functions & Firestore",
285
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/firebase-functions-firestore/.cursorrules"
286
+ },
287
+ {
288
+ "name": "Azure - Static Web Apps & Functions",
289
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/azure-static-web-apps/.cursorrules"
290
+ },
291
+ {
292
+ "name": "Vercel - Platform Edge Deploy",
293
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/vercel.mdc"
294
+ },
295
+ {
296
+ "name": "cloudflare/durable-objects",
297
+ "url": "https://github.com/cloudflare"
298
+ },
299
+ {
300
+ "name": "gmh5225/aws-skills",
301
+ "url": "https://github.com/gmh5225"
302
+ },
303
+ {
304
+ "name": "netlify/netlify-edge-functions",
305
+ "url": "https://github.com/netlify"
306
+ },
307
+ {
308
+ "name": "netlify/netlify-functions",
309
+ "url": "https://github.com/netlify"
310
+ },
311
+ {
312
+ "name": "supabase/edge-functions",
313
+ "url": "https://github.com/supabase"
314
+ }
315
+ ],
316
+ "Database": [
317
+ {
318
+ "name": "Postgres - Supabase Schema Design",
319
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/supabase-postgresql-best-practices/.cursorrules"
320
+ },
321
+ {
322
+ "name": "MongoDB - Mongoose Aggregation",
323
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/mongodb.mdc"
324
+ },
325
+ {
326
+ "name": "Redis - Caching & Pub/Sub",
327
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/redis.mdc"
328
+ },
329
+ {
330
+ "name": "SQL - Optimization & Indexing",
331
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/sql.mdc"
332
+ }
333
+ ],
334
+ "Styling": [
335
+ {
336
+ "name": "Tailwind CSS - Responsive UI Guide",
337
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/tailwind-css-best-practices/.cursorrules"
338
+ }
339
+ ],
340
+ "UI": [
341
+ {
342
+ "name": "Shadcn UI - Component Architecture",
343
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/shadcn-ui.mdc"
344
+ }
345
+ ],
346
+ "Testing": [
347
+ {
348
+ "name": "Playwright - E2E Testing Suite",
349
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/playwright-testing-best-practices/.cursorrules"
350
+ },
351
+ {
352
+ "name": "Jest - Unit Testing Coverage",
353
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/jest.mdc"
354
+ },
355
+ {
356
+ "name": "Cypress - Frontend Integration",
357
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/cypress.mdc"
358
+ },
359
+ {
360
+ "name": "Testing - Vitest Fast Unit Testing",
361
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/vitest.mdc"
362
+ }
363
+ ],
364
+ "Automation": [
365
+ {
366
+ "name": "GitHub Actions - CI/CD Pipelines",
367
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/github-actions-ci-cd/.cursorrules"
368
+ },
369
+ {
370
+ "name": "n8n-io/n8n",
371
+ "url": "https://github.com/n8n-io/n8n"
372
+ }
373
+ ],
374
+ "Edge": [
375
+ {
376
+ "name": "Cloudflare - Workers & KV",
377
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/cloudflare.mdc"
378
+ }
379
+ ],
380
+ "AI": [
381
+ {
382
+ "name": "OpenAI - Structured Output Mastery",
383
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/openai-structured-outputs/.cursorrules"
384
+ },
385
+ {
386
+ "name": "Anthropic - Claude Computer Use",
387
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/anthropic-claude-computer-use/.cursorrules"
388
+ },
389
+ {
390
+ "name": "LangChain - Agentic RAG Workflows",
391
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/langchain.mdc"
392
+ },
393
+ {
394
+ "name": "CrewAI - Multi-agent Orchestration",
395
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/crewai.mdc"
396
+ },
397
+ {
398
+ "name": "LLM - Fine-Tuning Principles",
399
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/llm-finetuning.mdc"
400
+ },
401
+ {
402
+ "name": "PyTorch - Neural Network Design",
403
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/pytorch.mdc"
404
+ },
405
+ {
406
+ "name": "TensorFlow - Keras Best Practices",
407
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/tensorflow.mdc"
408
+ },
409
+ {
410
+ "name": "Scikit-learn - Classical ML",
411
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/scikit-learn.mdc"
412
+ },
413
+ {
414
+ "name": "anthropic/mcp-builder",
415
+ "url": "https://github.com/anthropics/skills"
416
+ },
417
+ {
418
+ "name": "anthropic/product-self-knowledge",
419
+ "url": "https://github.com/anthropics/skills"
420
+ },
421
+ {
422
+ "name": "cloudflare/agents-sdk",
423
+ "url": "https://github.com/cloudflare"
424
+ },
425
+ {
426
+ "name": "cloudflare/building-ai-agent-on-cloudflare",
427
+ "url": "https://github.com/cloudflare"
428
+ },
429
+ {
430
+ "name": "cloudflare/building-mcp-server-on-cloudflare",
431
+ "url": "https://github.com/cloudflare"
432
+ },
433
+ {
434
+ "name": "gmh5225/langchain-skills",
435
+ "url": "https://github.com/gmh5225"
436
+ },
437
+ {
438
+ "name": "google-labs-code/enhance-prompt",
439
+ "url": "https://github.com/google-labs-code"
440
+ },
441
+ {
442
+ "name": "huggingface/spaces-deploy",
443
+ "url": "https://github.com/huggingface"
444
+ },
445
+ {
446
+ "name": "huggingface/transformers-skill",
447
+ "url": "https://github.com/huggingface"
448
+ },
449
+ {
450
+ "name": "Kevin7Qi/codex-collab",
451
+ "url": "https://github.com/Kevin7Qi"
452
+ },
453
+ {
454
+ "name": "microsoft/azure-ai-agents-persistent-dotnet",
455
+ "url": "https://github.com/microsoft"
456
+ },
457
+ {
458
+ "name": "microsoft/azure-ai-openai-dotnet",
459
+ "url": "https://github.com/microsoft"
460
+ },
461
+ {
462
+ "name": "muratcankoylan/context-degradation",
463
+ "url": "https://github.com/muratcankoylan"
464
+ },
465
+ {
466
+ "name": "muratcankoylan/context-fundamentals",
467
+ "url": "https://github.com/muratcankoylan"
468
+ },
469
+ {
470
+ "name": "NeoLabHQ/prompt-engineering",
471
+ "url": "https://github.com/NeoLabHQ"
472
+ },
473
+ {
474
+ "name": "NoizAI/tts-skills",
475
+ "url": "https://github.com/NoizAI"
476
+ },
477
+ {
478
+ "name": "sanjay3290/imagen",
479
+ "url": "https://github.com/sanjay3290"
480
+ },
481
+ {
482
+ "name": "ShunsukeHayashi/agent-skill-bus",
483
+ "url": "https://github.com/ShunsukeHayashi"
484
+ },
485
+ {
486
+ "name": "Skill_Seekers/skill-converter",
487
+ "url": "https://github.com/yusufkaraaslan"
488
+ },
489
+ {
490
+ "name": "travisvn/multi-agent-startup",
491
+ "url": "https://github.com/travisvn"
492
+ }
493
+ ],
494
+ "Mobile": [
495
+ {
496
+ "name": "Swift - SwiftUI Architecture",
497
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/swift-swiftui-best-practices/.cursorrules"
498
+ },
499
+ {
500
+ "name": "Kotlin - Android Jetpack Compose",
501
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/kotlin-android-jetpack-compose/.cursorrules"
502
+ },
503
+ {
504
+ "name": "Flutter - BLoC State Management",
505
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/flutter-bloc-state-management/.cursorrules"
506
+ },
507
+ {
508
+ "name": "Expo - React Native Performance",
509
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/react-native-expo-cursorrules-prompt-file/.cursorrules"
510
+ },
511
+ {
512
+ "name": "expo/eas-build",
513
+ "url": "https://github.com/expo"
514
+ },
515
+ {
516
+ "name": "expo/expo-router",
517
+ "url": "https://github.com/expo"
518
+ },
519
+ {
520
+ "name": "raintree-technology/apple-hig-skills",
521
+ "url": "https://github.com/raintree-technology"
522
+ },
523
+ {
524
+ "name": "vercel-labs/react-native-skills",
525
+ "url": "https://github.com/vercel-labs"
526
+ }
527
+ ],
528
+ "API": [
529
+ {
530
+ "name": "GraphQL - Apollo Server Best Practices",
531
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/graphql.mdc"
532
+ },
533
+ {
534
+ "name": "tRPC - End-to-end Type Safety",
535
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/trpc.mdc"
536
+ }
537
+ ],
538
+ "Security": [
539
+ {
540
+ "name": "Security - OWASP Top 10 Mitigation",
541
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/security-best-practices/.cursorrules"
542
+ },
543
+ {
544
+ "name": "Security - JWT & OAuth2 Flow",
545
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/auth.mdc"
546
+ },
547
+ {
548
+ "name": "Oauth2 - PKCE Implementation",
549
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/oauth2.mdc"
550
+ },
551
+ {
552
+ "name": "Penetration Testing - Tooling Guide",
553
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/pentesting.mdc"
554
+ },
555
+ {
556
+ "name": "binance/query-token-audit",
557
+ "url": "https://github.com/binance"
558
+ },
559
+ {
560
+ "name": "getsentry/claude-settings-audit",
561
+ "url": "https://github.com/getsentry"
562
+ },
563
+ {
564
+ "name": "gmh5225/owasp-security",
565
+ "url": "https://github.com/gmh5225"
566
+ },
567
+ {
568
+ "name": "microsoft/azure-identity-dotnet",
569
+ "url": "https://github.com/microsoft"
570
+ },
571
+ {
572
+ "name": "mukul975/cybersecurity-skills",
573
+ "url": "https://github.com/mukul975"
574
+ },
575
+ {
576
+ "name": "obra/defense-in-depth",
577
+ "url": "https://github.com/obra"
578
+ },
579
+ {
580
+ "name": "SHADOWPR0/security-bluebook",
581
+ "url": "https://github.com/SHADOWPR0"
582
+ },
583
+ {
584
+ "name": "supabase/auth",
585
+ "url": "https://github.com/supabase"
586
+ },
587
+ {
588
+ "name": "trailofbits/defense-in-depth",
589
+ "url": "https://github.com/trailofbits"
590
+ },
591
+ {
592
+ "name": "trailofbits/security-review",
593
+ "url": "https://github.com/trailofbits"
594
+ },
595
+ {
596
+ "name": "travisvn/security-static-analysis",
597
+ "url": "https://github.com/travisvn"
598
+ },
599
+ {
600
+ "name": "wrsmith108/varlock",
601
+ "url": "https://github.com/wrsmith108"
602
+ }
603
+ ],
604
+ "Blockchain": [
605
+ {
606
+ "name": "Web3 - Solidity Smart Contracts",
607
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/solidity-smart-contracts/.cursorrules"
608
+ },
609
+ {
610
+ "name": "Web3 - Ethers.js & Wagmi",
611
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/web3-frontend-best-practices/.cursorrules"
612
+ },
613
+ {
614
+ "name": "Solana - Anchor Framework",
615
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/solana.mdc"
616
+ },
617
+ {
618
+ "name": "Ether.js - Smart Contract interaction",
619
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/ethers.mdc"
620
+ },
621
+ {
622
+ "name": "binance/crypto-market-rank",
623
+ "url": "https://github.com/binance"
624
+ },
625
+ {
626
+ "name": "binance/meme-rush",
627
+ "url": "https://github.com/binance"
628
+ },
629
+ {
630
+ "name": "binance/spot",
631
+ "url": "https://github.com/binance"
632
+ },
633
+ {
634
+ "name": "binance/trading-signal",
635
+ "url": "https://github.com/binance"
636
+ },
637
+ {
638
+ "name": "gmh5225/smart-contract-openzeppelin",
639
+ "url": "https://github.com/gmh5225"
640
+ },
641
+ {
642
+ "name": "trailofbits/smart-contract-audit",
643
+ "url": "https://github.com/trailofbits"
644
+ }
645
+ ],
646
+ "Desktop": [
647
+ {
648
+ "name": "Electron - Native Desktop Apps",
649
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/electron.mdc"
650
+ },
651
+ {
652
+ "name": "Tauri - Lightweight Rust Apps",
653
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/tauri.mdc"
654
+ }
655
+ ],
656
+ "CMS": [
657
+ {
658
+ "name": "Strapi - Headless CMS Best Practices",
659
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/strapi.mdc"
660
+ },
661
+ {
662
+ "name": "Sanity - Content Lake Schema",
663
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/sanity.mdc"
664
+ }
665
+ ],
666
+ "Runtime": [
667
+ {
668
+ "name": "Bun - High Performance Runtime",
669
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/bun.mdc"
670
+ },
671
+ {
672
+ "name": "Deno - Secure Modern Runtime",
673
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/deno.mdc"
674
+ }
675
+ ],
676
+ "Functional": [
677
+ {
678
+ "name": "Haskell - Functional Patterns",
679
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/haskell.mdc"
680
+ }
681
+ ],
682
+ "GameDev": [
683
+ {
684
+ "name": "Unity - C# Game Development",
685
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/unity.mdc"
686
+ },
687
+ {
688
+ "name": "Unreal Engine - C++ & Blueprints",
689
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/unreal-engine.mdc"
690
+ }
691
+ ],
692
+ "DataScience": [
693
+ {
694
+ "name": "MLOps - Pipeline Automation",
695
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/mlops.mdc"
696
+ },
697
+ {
698
+ "name": "Pandas - Data Analysis Workflows",
699
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/pandas.mdc"
700
+ }
701
+ ],
702
+ "Infrastructure": [
703
+ {
704
+ "name": "Prometheus - Monitoring & Metrics",
705
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/prometheus.mdc"
706
+ },
707
+ {
708
+ "name": "Grafana - Dashboard Design",
709
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/grafana.mdc"
710
+ }
711
+ ],
712
+ "Webserver": [
713
+ {
714
+ "name": "NGINX - Proxy Optimization",
715
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/nginx.mdc"
716
+ },
717
+ {
718
+ "name": "Apache - Server Configuration",
719
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/apache.mdc"
720
+ }
721
+ ],
722
+ "SystemDesign": [
723
+ {
724
+ "name": "Kafka - Event Driven Architecture",
725
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/kafka.mdc"
726
+ },
727
+ {
728
+ "name": "RabbitMQ - Message Queuing",
729
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/rabbitmq.mdc"
730
+ },
731
+ {
732
+ "name": "Microservices - Orchestration Patterns",
733
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/microservices.mdc"
734
+ }
735
+ ],
736
+ "SoftwareEngineering": [
737
+ {
738
+ "name": "Clean Architecture - Dependency Injection",
739
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/clean-architecture.mdc"
740
+ },
741
+ {
742
+ "name": "Domain Driven Design - Tactical Patterns",
743
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/ddd.mdc"
744
+ },
745
+ {
746
+ "name": "Functional Programming - Monads & Pure functions",
747
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/functional-programming.mdc"
748
+ }
749
+ ],
750
+ "Enterprise": [
751
+ {
752
+ "name": "Salesforce - Apex Best Practices",
753
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/salesforce.mdc"
754
+ },
755
+ {
756
+ "name": "SAP - ABAP Development",
757
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/sap.mdc"
758
+ },
759
+ {
760
+ "name": "Odoo - Module Development",
761
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/odoo.mdc"
762
+ }
763
+ ],
764
+ "Plugins": [
765
+ {
766
+ "name": "Chromium - Browser Extension API",
767
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/browser-extensions.mdc"
768
+ },
769
+ {
770
+ "name": "VS Code Extension - API Mastery",
771
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/vscode-extensions.mdc"
772
+ },
773
+ {
774
+ "name": "Figma - Plugin Development",
775
+ "url": "https://github.com/sanjeed5/awesome-cursor-rules-mdc/blob/main/rules-mdc/figma-plugins.mdc"
776
+ }
777
+ ],
778
+ "Workflow": [
779
+ {
780
+ "name": "Vibe Coding - High Speed Dev",
781
+ "url": "https://github.com/analyticalrohit/awesome-vibe-coding-guide"
782
+ }
783
+ ],
784
+ "IDE": [
785
+ {
786
+ "name": "Cursor - Internal Tooling & MCP",
787
+ "url": "https://github.com/PatrickJS/awesome-cursorrules/blob/main/rules/cursor-internal-tools/.cursorrules"
788
+ },
789
+ {
790
+ "name": "Windsurf - Cascade Reasoning",
791
+ "url": "https://github.com/detailobsessed/awesome-windsurf"
792
+ }
793
+ ],
794
+ "Agentic": [
795
+ {
796
+ "name": "Superpowers - Advanced Orchestration",
797
+ "url": "https://github.com/obra/superpowers"
798
+ },
799
+ {
800
+ "name": "Devin AI - Task Execution Rules",
801
+ "url": "https://github.com/grapeot/devin.cursorrules"
802
+ },
803
+ {
804
+ "name": "Open Hands - Autonomous Coding",
805
+ "url": "https://github.com/All-Hands-AI/OpenHands"
806
+ },
807
+ {
808
+ "name": "AutoGPT - Goal Directed Search",
809
+ "url": "https://github.com/Significant-Gravitas/AutoGPT"
810
+ },
811
+ {
812
+ "name": "kyrolabs/awesome-agents",
813
+ "url": "https://github.com/kyrolabs/awesome-agents"
814
+ },
815
+ {
816
+ "name": "ashishpatel26/500-AI-Agents-Projects",
817
+ "url": "https://github.com/ashishpatel26/500-AI-Agents-Projects"
818
+ },
819
+ {
820
+ "name": "Significant-Gravitas/AutoGPT",
821
+ "url": "https://github.com/Significant-Gravitas/AutoGPT"
822
+ },
823
+ {
824
+ "name": "joaomdmoura/crewai-examples",
825
+ "url": "https://github.com/joaomdmoura/crewAI-examples"
826
+ }
827
+ ],
828
+ "Orchestration": [
829
+ {
830
+ "name": "crewAIInc/crewAI",
831
+ "url": "https://github.com/crewAIInc/crewAI"
832
+ },
833
+ {
834
+ "name": "openai/swarm",
835
+ "url": "https://github.com/openai/swarm"
836
+ }
837
+ ],
838
+ "Framework": [
839
+ {
840
+ "name": "microsoft/autogen",
841
+ "url": "https://github.com/microsoft/autogen"
842
+ },
843
+ {
844
+ "name": "langchain-ai/langchain",
845
+ "url": "https://github.com/langchain-ai/langchain"
846
+ },
847
+ {
848
+ "name": "langflow-ai/langflow",
849
+ "url": "https://github.com/langflow-ai/langflow"
850
+ },
851
+ {
852
+ "name": "dify-ai/dify",
853
+ "url": "https://github.com/dify-ai/dify"
854
+ },
855
+ {
856
+ "name": "ollama/ollama",
857
+ "url": "https://github.com/ollama/ollama"
858
+ },
859
+ {
860
+ "name": "deepseek-ai/DeepSeek-V3",
861
+ "url": "https://github.com/deepseek-ai/DeepSeek-V3"
862
+ },
863
+ {
864
+ "name": "stanfordnlp/dspy",
865
+ "url": "https://github.com/stanfordnlp/dspy"
866
+ },
867
+ {
868
+ "name": "ag2ai/ag2",
869
+ "url": "https://github.com/ag2ai/ag2"
870
+ },
871
+ {
872
+ "name": "MervinPraison/PraisonAI",
873
+ "url": "https://github.com/MervinPraison/PraisonAI"
874
+ },
875
+ {
876
+ "name": "Mintplex-Labs/anything-llm",
877
+ "url": "https://github.com/Mintplex-Labs/anything-llm"
878
+ },
879
+ {
880
+ "name": "chatchat-space/Langchain-Chatchat",
881
+ "url": "https://github.com/chatchat-space/Langchain-Chatchat"
882
+ },
883
+ {
884
+ "name": "microsoft/semantic-kernel",
885
+ "url": "https://github.com/microsoft/semantic-kernel"
886
+ },
887
+ {
888
+ "name": "microsoft/agent-framework",
889
+ "url": "https://github.com/microsoft/agent-framework"
890
+ }
891
+ ],
892
+ "Coding": [
893
+ {
894
+ "name": "geekan/MetaGPT",
895
+ "url": "https://github.com/geekan/MetaGPT"
896
+ },
897
+ {
898
+ "name": "OpenDevin/OpenHands",
899
+ "url": "https://github.com/All-Hands-AI/OpenHands"
900
+ },
901
+ {
902
+ "name": "paul-gauthier/aider",
903
+ "url": "https://github.com/paul-gauthier/aider"
904
+ },
905
+ {
906
+ "name": "e2b-dev/e2b",
907
+ "url": "https://github.com/e2b-dev/e2b"
908
+ },
909
+ {
910
+ "name": "smol-ai/developer",
911
+ "url": "https://github.com/smol-ai/developer"
912
+ },
913
+ {
914
+ "name": "google-gemini/gemini-cli",
915
+ "url": "https://github.com/google-gemini/gemini-cli"
916
+ },
917
+ {
918
+ "name": "anthropic/docx",
919
+ "url": "https://github.com/anthropics/skills/tree/main/docx"
920
+ },
921
+ {
922
+ "name": "anthropic/pdf",
923
+ "url": "https://github.com/anthropics/skills/tree/main/pdf"
924
+ },
925
+ {
926
+ "name": "anthropic/pptx",
927
+ "url": "https://github.com/anthropics/skills/tree/main/pptx"
928
+ },
929
+ {
930
+ "name": "ethos-link/rails-conventions",
931
+ "url": "https://github.com/ethos-link"
932
+ },
933
+ {
934
+ "name": "mcollina/nodejs-skills",
935
+ "url": "https://github.com/mcollina"
936
+ }
937
+ ],
938
+ "Skills": [
939
+ {
940
+ "name": "VoltAgent/awesome-agent-skills",
941
+ "url": "https://github.com/VoltAgent/awesome-agent-skills"
942
+ },
943
+ {
944
+ "name": "heilcheng/awesome-agent-skills",
945
+ "url": "https://github.com/heilcheng/awesome-agent-skills"
946
+ },
947
+ {
948
+ "name": "skillmatic-ai/awesome-agent-skills",
949
+ "url": "https://github.com/skillmatic-ai/awesome-agent-skills"
950
+ },
951
+ {
952
+ "name": "kodustech/awesome-agent-skills",
953
+ "url": "https://github.com/kodustech/awesome-agent-skills"
954
+ },
955
+ {
956
+ "name": "gmh5225/awesome-skills",
957
+ "url": "https://github.com/gmh5225/awesome-skills"
958
+ }
959
+ ],
960
+ "Voice": [
961
+ {
962
+ "name": "pipecat-ai/pipecat",
963
+ "url": "https://github.com/pipecat-ai/pipecat"
964
+ }
965
+ ],
966
+ "Research": [
967
+ {
968
+ "name": "stanford-oval/storm",
969
+ "url": "https://github.com/stanford-oval/storm"
970
+ },
971
+ {
972
+ "name": "academic-research/openalexapi",
973
+ "url": "https://github.com/openalexapi"
974
+ },
975
+ {
976
+ "name": "K-Dense-AI/claude-scientific-skills",
977
+ "url": "https://github.com/K-Dense-AI"
978
+ },
979
+ {
980
+ "name": "Orchestra-Research/AI-research-skills",
981
+ "url": "https://github.com/Orchestra-Research"
982
+ }
983
+ ],
984
+ "Memory": [
985
+ {
986
+ "name": "mem0ai/mem0",
987
+ "url": "https://github.com/mem0ai/mem0"
988
+ }
989
+ ],
990
+ "Productivity": [
991
+ {
992
+ "name": "2nd-brain/pkm",
993
+ "url": "https://github.com/2nd-brain"
994
+ },
995
+ {
996
+ "name": "2slides-skills/presentation",
997
+ "url": "https://github.com/2slides"
998
+ },
999
+ {
1000
+ "name": "bookkeeper/pre-accounting",
1001
+ "url": "https://github.com/bookkeeper"
1002
+ },
1003
+ {
1004
+ "name": "business-plan/solopreneur",
1005
+ "url": "https://github.com/solopreneur-skills"
1006
+ },
1007
+ {
1008
+ "name": "gmh5225/founder-skills",
1009
+ "url": "https://github.com/gmh5225"
1010
+ },
1011
+ {
1012
+ "name": "gmh5225/pm-skills",
1013
+ "url": "https://github.com/gmh5225"
1014
+ },
1015
+ {
1016
+ "name": "googleworkspace/gws-drive",
1017
+ "url": "https://github.com/googleworkspace"
1018
+ },
1019
+ {
1020
+ "name": "googleworkspace/gws-gmail",
1021
+ "url": "https://github.com/googleworkspace"
1022
+ },
1023
+ {
1024
+ "name": "googleworkspace/gws-shared",
1025
+ "url": "https://github.com/googleworkspace"
1026
+ },
1027
+ {
1028
+ "name": "jeffersonwarrior/claudisms",
1029
+ "url": "https://github.com/jeffersonwarrior"
1030
+ }
1031
+ ],
1032
+ "Health": [
1033
+ {
1034
+ "name": "huifer/Claude-Ally-Health",
1035
+ "url": "https://github.com/huifer"
1036
+ }
1037
+ ]
1038
+ }
1168
1039
  }