@harshitj183/ai-skills 2.2.5 → 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 -157
  2. package/SKILL.md +162 -104
  3. package/history/CONTEXT.md +15 -0
  4. package/index.js +8 -0
  5. package/package.json +38 -56
  6. package/registry/skill_bank.json +1039 -0
  7. package/roles/backend_expert.md +23 -20
  8. package/roles/code_reviewer.md +28 -0
  9. package/roles/frontend_expert.md +30 -27
  10. package/roles/gpt5_core.md +34 -31
  11. package/roles/hinglish_native.md +30 -0
  12. package/roles/product_manager.md +24 -21
  13. package/roles/security_auditor.md +31 -19
  14. package/roles/subagent_orchestrator.md +26 -0
  15. package/roles/technical_writer.md +25 -22
  16. package/roles/ui_ux_designer.md +22 -19
  17. package/roles/wisdom_extractor.md +29 -26
  18. package/skills/ai_history_maintenance.md +46 -36
  19. package/skills/anthropic_documents.md +16 -13
  20. package/skills/antigravity_mastery.md +15 -12
  21. package/skills/azure_graph_integrator.md +12 -9
  22. package/skills/coderabbit_review.md +36 -0
  23. package/skills/composio_integrator.md +16 -13
  24. package/skills/github_automation.md +17 -14
  25. package/skills/hashicorp_terraform.md +16 -13
  26. package/skills/letta_agent_memory.md +15 -12
  27. package/skills/lifecycle/brainstorming.md +58 -0
  28. package/skills/lifecycle/review_protocol.md +36 -0
  29. package/skills/mcp_master.md +17 -14
  30. package/skills/memory_cycle.md +45 -0
  31. package/skills/openai_structured_outputs.md +12 -9
  32. package/skills/orchestration/external_skill_retrieval.md +46 -0
  33. package/skills/orchestration/parallel_agent_dispatcher.md +38 -0
  34. package/skills/orchestration/plan_architect.md +32 -0
  35. package/skills/orchestration/plan_executor.md +34 -0
  36. package/skills/playwright_testing.md +15 -12
  37. package/skills/progressive_disclosure.md +26 -0
  38. package/skills/prompt_reasoning_trees.md +12 -9
  39. package/skills/react_best_practices.md +16 -13
  40. package/skills/react_native_performance.md +16 -13
  41. package/skills/sanity_architecture.md +16 -13
  42. package/skills/stripe_integration.md +17 -14
  43. package/skills/supabase_architect.md +17 -14
  44. package/skills/systematic_debugging.md +34 -0
  45. package/skills/tdd_mastery.md +32 -0
  46. package/skills/vercel_cloudflare_deploy.md +17 -14
  47. package/skills/writing_skills.md +26 -0
  48. package/LICENSE +0 -21
  49. package/bin/cli.js +0 -294
@@ -0,0 +1,1039 @@
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
+ }
1039
+ }