mughal-mixture 1.0.0

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 (261) hide show
  1. package/README.md +77 -0
  2. package/bin/cli.js +198 -0
  3. package/index.js +17 -0
  4. package/package.json +31 -0
  5. package/templates/JOIN_US.md +16 -0
  6. package/templates/agent-refactor/CLEAN_CODE.md +4 -0
  7. package/templates/agent-refactor/README.md +3 -0
  8. package/templates/agent-refactor/REFACTOR_GUIDE.md +4 -0
  9. package/templates/antigravity/agent-architect/README.md +5 -0
  10. package/templates/antigravity/agent-architect/RULE.md +42 -0
  11. package/templates/antigravity/agentic-framework-v1/README.md +2 -0
  12. package/templates/antigravity/agentic-framework-v1/RULE.md +58 -0
  13. package/templates/antigravity/auth-flow-standards/README.md +2 -0
  14. package/templates/antigravity/auth-flow-standards/RULE.md +58 -0
  15. package/templates/antigravity/backend-specialist/README.md +2 -0
  16. package/templates/antigravity/backend-specialist/RULE.md +43 -0
  17. package/templates/antigravity/code-archaeologist/README.md +2 -0
  18. package/templates/antigravity/code-archaeologist/RULE.md +43 -0
  19. package/templates/antigravity/code-review-standards/README.md +2 -0
  20. package/templates/antigravity/code-review-standards/RULE.md +58 -0
  21. package/templates/antigravity/data-privacy-gdpr/README.md +2 -0
  22. package/templates/antigravity/data-privacy-gdpr/RULE.md +58 -0
  23. package/templates/antigravity/database-architect/README.md +2 -0
  24. package/templates/antigravity/database-architect/RULE.md +39 -0
  25. package/templates/antigravity/database-migration-safety/README.md +2 -0
  26. package/templates/antigravity/database-migration-safety/RULE.md +58 -0
  27. package/templates/antigravity/debugger/README.md +2 -0
  28. package/templates/antigravity/debugger/RULE.md +41 -0
  29. package/templates/antigravity/devops-engineer/README.md +2 -0
  30. package/templates/antigravity/devops-engineer/RULE.md +44 -0
  31. package/templates/antigravity/documentation-writer/README.md +2 -0
  32. package/templates/antigravity/documentation-writer/RULE.md +40 -0
  33. package/templates/antigravity/elite-dev/README.md +5 -0
  34. package/templates/antigravity/elite-dev/RULE.md +40 -0
  35. package/templates/antigravity/explorer-agent/README.md +2 -0
  36. package/templates/antigravity/explorer-agent/RULE.md +36 -0
  37. package/templates/antigravity/frontend-specialist/README.md +2 -0
  38. package/templates/antigravity/frontend-specialist/RULE.md +43 -0
  39. package/templates/antigravity/game-developer/README.md +2 -0
  40. package/templates/antigravity/game-developer/RULE.md +37 -0
  41. package/templates/antigravity/heavy-refactoring-logic/README.md +2 -0
  42. package/templates/antigravity/heavy-refactoring-logic/RULE.md +58 -0
  43. package/templates/antigravity/llm-prompt-engineering/README.md +2 -0
  44. package/templates/antigravity/llm-prompt-engineering/RULE.md +58 -0
  45. package/templates/antigravity/mcp-server-dev/README.md +2 -0
  46. package/templates/antigravity/mcp-server-dev/RULE.md +58 -0
  47. package/templates/antigravity/micro-frontend-architecture/README.md +2 -0
  48. package/templates/antigravity/micro-frontend-architecture/RULE.md +58 -0
  49. package/templates/antigravity/mobile-developer/README.md +2 -0
  50. package/templates/antigravity/mobile-developer/RULE.md +39 -0
  51. package/templates/antigravity/monitoring-config/README.md +2 -0
  52. package/templates/antigravity/monitoring-config/RULE.md +58 -0
  53. package/templates/antigravity/orchestrator/README.md +2 -0
  54. package/templates/antigravity/orchestrator/RULE.md +44 -0
  55. package/templates/antigravity/penetration-tester/README.md +2 -0
  56. package/templates/antigravity/penetration-tester/RULE.md +39 -0
  57. package/templates/antigravity/performance-optimizer/README.md +2 -0
  58. package/templates/antigravity/performance-optimizer/RULE.md +41 -0
  59. package/templates/antigravity/performance-profiling-v2/README.md +2 -0
  60. package/templates/antigravity/performance-profiling-v2/RULE.md +58 -0
  61. package/templates/antigravity/proactive-debugging/README.md +2 -0
  62. package/templates/antigravity/proactive-debugging/RULE.md +58 -0
  63. package/templates/antigravity/product-manager/README.md +2 -0
  64. package/templates/antigravity/product-manager/RULE.md +44 -0
  65. package/templates/antigravity/product-owner/README.md +2 -0
  66. package/templates/antigravity/product-owner/RULE.md +40 -0
  67. package/templates/antigravity/project-planner/README.md +2 -0
  68. package/templates/antigravity/project-planner/RULE.md +47 -0
  69. package/templates/antigravity/qa-automation-engineer/README.md +2 -0
  70. package/templates/antigravity/qa-automation-engineer/RULE.md +43 -0
  71. package/templates/antigravity/refactor-pro/README.md +2 -0
  72. package/templates/antigravity/refactor-pro/RULE.md +58 -0
  73. package/templates/antigravity/security-auditor/README.md +2 -0
  74. package/templates/antigravity/security-auditor/RULE.md +41 -0
  75. package/templates/antigravity/security-top-10/README.md +2 -0
  76. package/templates/antigravity/security-top-10/RULE.md +58 -0
  77. package/templates/antigravity/seo-specialist/README.md +2 -0
  78. package/templates/antigravity/seo-specialist/RULE.md +37 -0
  79. package/templates/antigravity/serverless-optimization/README.md +2 -0
  80. package/templates/antigravity/serverless-optimization/RULE.md +58 -0
  81. package/templates/antigravity/state-management-patterns/README.md +2 -0
  82. package/templates/antigravity/state-management-patterns/RULE.md +58 -0
  83. package/templates/antigravity/team-collab-rules/README.md +2 -0
  84. package/templates/antigravity/team-collab-rules/RULE.md +58 -0
  85. package/templates/antigravity/test-engineer/README.md +2 -0
  86. package/templates/antigravity/test-engineer/RULE.md +40 -0
  87. package/templates/antigravity/ui-ux-pro-max/README.md +2 -0
  88. package/templates/antigravity/ui-ux-pro-max/RULE.md +58 -0
  89. package/templates/antigravity/vision-specialist/README.md +5 -0
  90. package/templates/antigravity/vision-specialist/RULE.md +43 -0
  91. package/templates/antigravity/wizard-logic/README.md +5 -0
  92. package/templates/antigravity/wizard-logic/RULE.md +40 -0
  93. package/templates/claude/agentic-framework-v1/CLAUDE.md +60 -0
  94. package/templates/claude/auth-flow-standards/CLAUDE.md +60 -0
  95. package/templates/claude/backend-specialist/CLAUDE.md +60 -0
  96. package/templates/claude/claude-accessibility-a11y/README.md +2 -0
  97. package/templates/claude/claude-accessibility-a11y/RULE.md +6 -0
  98. package/templates/claude/claude-docker-devops/README.md +2 -0
  99. package/templates/claude/claude-docker-devops/RULE.md +6 -0
  100. package/templates/claude/claude-github-actions/README.md +2 -0
  101. package/templates/claude/claude-github-actions/RULE.md +6 -0
  102. package/templates/claude/claude-go-microservices/README.md +2 -0
  103. package/templates/claude/claude-go-microservices/RULE.md +6 -0
  104. package/templates/claude/claude-node-api/README.md +2 -0
  105. package/templates/claude/claude-node-api/RULE.md +6 -0
  106. package/templates/claude/claude-nosql-schema/README.md +2 -0
  107. package/templates/claude/claude-nosql-schema/RULE.md +6 -0
  108. package/templates/claude/claude-python-backend/README.md +2 -0
  109. package/templates/claude/claude-python-backend/RULE.md +6 -0
  110. package/templates/claude/claude-react-pro/README.md +2 -0
  111. package/templates/claude/claude-react-pro/RULE.md +6 -0
  112. package/templates/claude/claude-rust-core/README.md +2 -0
  113. package/templates/claude/claude-rust-core/RULE.md +6 -0
  114. package/templates/claude/claude-sql-optimizer/README.md +2 -0
  115. package/templates/claude/claude-sql-optimizer/RULE.md +6 -0
  116. package/templates/claude/claude-typescript-strict/README.md +2 -0
  117. package/templates/claude/claude-typescript-strict/RULE.md +6 -0
  118. package/templates/claude/code-archaeologist/CLAUDE.md +60 -0
  119. package/templates/claude/code-review-standards/CLAUDE.md +60 -0
  120. package/templates/claude/data-privacy-gdpr/CLAUDE.md +60 -0
  121. package/templates/claude/database-architect/CLAUDE.md +60 -0
  122. package/templates/claude/database-migration-safety/CLAUDE.md +60 -0
  123. package/templates/claude/debugger/CLAUDE.md +60 -0
  124. package/templates/claude/devops-engineer/CLAUDE.md +60 -0
  125. package/templates/claude/documentation-writer/CLAUDE.md +60 -0
  126. package/templates/claude/explorer-agent/CLAUDE.md +60 -0
  127. package/templates/claude/frontend-specialist/CLAUDE.md +60 -0
  128. package/templates/claude/game-developer/CLAUDE.md +60 -0
  129. package/templates/claude/heavy-refactoring-logic/CLAUDE.md +60 -0
  130. package/templates/claude/llm-prompt-engineering/CLAUDE.md +60 -0
  131. package/templates/claude/mcp-server-dev/CLAUDE.md +60 -0
  132. package/templates/claude/micro-frontend-architecture/CLAUDE.md +60 -0
  133. package/templates/claude/mobile-developer/CLAUDE.md +60 -0
  134. package/templates/claude/monitoring-config/CLAUDE.md +60 -0
  135. package/templates/claude/orchestrator/CLAUDE.md +60 -0
  136. package/templates/claude/penetration-tester/CLAUDE.md +60 -0
  137. package/templates/claude/performance-optimizer/CLAUDE.md +60 -0
  138. package/templates/claude/performance-profiling-v2/CLAUDE.md +60 -0
  139. package/templates/claude/proactive-debugging/CLAUDE.md +60 -0
  140. package/templates/claude/product-manager/CLAUDE.md +60 -0
  141. package/templates/claude/product-owner/CLAUDE.md +60 -0
  142. package/templates/claude/project-planner/CLAUDE.md +60 -0
  143. package/templates/claude/qa-automation-engineer/CLAUDE.md +60 -0
  144. package/templates/claude/refactor-pro/CLAUDE.md +60 -0
  145. package/templates/claude/security-auditor/CLAUDE.md +60 -0
  146. package/templates/claude/security-top-10/CLAUDE.md +60 -0
  147. package/templates/claude/seo-specialist/CLAUDE.md +60 -0
  148. package/templates/claude/serverless-optimization/CLAUDE.md +60 -0
  149. package/templates/claude/state-management-patterns/CLAUDE.md +60 -0
  150. package/templates/claude/team-collab-rules/CLAUDE.md +60 -0
  151. package/templates/claude/test-engineer/CLAUDE.md +60 -0
  152. package/templates/claude/ui-ux-pro-max/CLAUDE.md +60 -0
  153. package/templates/core-rules/BEST_PRACTICES.md +53 -0
  154. package/templates/core-rules/CORE.md +50 -0
  155. package/templates/core-rules/README.md +3 -0
  156. package/templates/cursor/agentic-framework-v1/.cursorrules +60 -0
  157. package/templates/cursor/auth-flow-standards/.cursorrules +60 -0
  158. package/templates/cursor/backend-specialist/.cursorrules +60 -0
  159. package/templates/cursor/code-archaeologist/.cursorrules +60 -0
  160. package/templates/cursor/code-review-standards/.cursorrules +60 -0
  161. package/templates/cursor/cursor-firebase-functions/README.md +2 -0
  162. package/templates/cursor/cursor-firebase-functions/cursor-firebase-functions.mdc +8 -0
  163. package/templates/cursor/cursor-flutter-deep/README.md +2 -0
  164. package/templates/cursor/cursor-flutter-deep/cursor-flutter-deep.mdc +8 -0
  165. package/templates/cursor/cursor-mobile-rn-pro/README.md +2 -0
  166. package/templates/cursor/cursor-mobile-rn-pro/cursor-mobile-rn-pro.mdc +8 -0
  167. package/templates/cursor/cursor-nextjs-app-router/README.md +2 -0
  168. package/templates/cursor/cursor-nextjs-app-router/cursor-nextjs-app-router.mdc +8 -0
  169. package/templates/cursor/cursor-playwright-e2e/README.md +2 -0
  170. package/templates/cursor/cursor-playwright-e2e/cursor-playwright-e2e.mdc +8 -0
  171. package/templates/cursor/cursor-prisma-orm/README.md +2 -0
  172. package/templates/cursor/cursor-prisma-orm/cursor-prisma-orm.mdc +8 -0
  173. package/templates/cursor/cursor-react-v4/README.md +2 -0
  174. package/templates/cursor/cursor-react-v4/cursor-react-v4.mdc +8 -0
  175. package/templates/cursor/cursor-supabase-auth/README.md +2 -0
  176. package/templates/cursor/cursor-supabase-auth/cursor-supabase-auth.mdc +8 -0
  177. package/templates/cursor/cursor-swiftui-native/README.md +2 -0
  178. package/templates/cursor/cursor-swiftui-native/cursor-swiftui-native.mdc +8 -0
  179. package/templates/cursor/cursor-tailwind-v4/README.md +2 -0
  180. package/templates/cursor/cursor-tailwind-v4/cursor-tailwind-v4.mdc +8 -0
  181. package/templates/cursor/cursor-vitest-unit/README.md +2 -0
  182. package/templates/cursor/cursor-vitest-unit/cursor-vitest-unit.mdc +8 -0
  183. package/templates/cursor/data-privacy-gdpr/.cursorrules +60 -0
  184. package/templates/cursor/database-architect/.cursorrules +60 -0
  185. package/templates/cursor/database-migration-safety/.cursorrules +60 -0
  186. package/templates/cursor/debugger/.cursorrules +60 -0
  187. package/templates/cursor/devops-engineer/.cursorrules +60 -0
  188. package/templates/cursor/documentation-writer/.cursorrules +60 -0
  189. package/templates/cursor/explorer-agent/.cursorrules +60 -0
  190. package/templates/cursor/frontend-specialist/.cursorrules +60 -0
  191. package/templates/cursor/game-developer/.cursorrules +60 -0
  192. package/templates/cursor/heavy-refactoring-logic/.cursorrules +60 -0
  193. package/templates/cursor/llm-prompt-engineering/.cursorrules +60 -0
  194. package/templates/cursor/mcp-server-dev/.cursorrules +60 -0
  195. package/templates/cursor/micro-frontend-architecture/.cursorrules +60 -0
  196. package/templates/cursor/mobile-developer/.cursorrules +60 -0
  197. package/templates/cursor/monitoring-config/.cursorrules +60 -0
  198. package/templates/cursor/orchestrator/.cursorrules +60 -0
  199. package/templates/cursor/penetration-tester/.cursorrules +60 -0
  200. package/templates/cursor/performance-optimizer/.cursorrules +60 -0
  201. package/templates/cursor/performance-profiling-v2/.cursorrules +60 -0
  202. package/templates/cursor/proactive-debugging/.cursorrules +60 -0
  203. package/templates/cursor/product-manager/.cursorrules +60 -0
  204. package/templates/cursor/product-owner/.cursorrules +60 -0
  205. package/templates/cursor/project-planner/.cursorrules +60 -0
  206. package/templates/cursor/qa-automation-engineer/.cursorrules +60 -0
  207. package/templates/cursor/refactor-pro/.cursorrules +60 -0
  208. package/templates/cursor/security-auditor/.cursorrules +60 -0
  209. package/templates/cursor/security-top-10/.cursorrules +60 -0
  210. package/templates/cursor/seo-specialist/.cursorrules +60 -0
  211. package/templates/cursor/serverless-optimization/.cursorrules +60 -0
  212. package/templates/cursor/state-management-patterns/.cursorrules +60 -0
  213. package/templates/cursor/team-collab-rules/.cursorrules +60 -0
  214. package/templates/cursor/test-engineer/.cursorrules +60 -0
  215. package/templates/cursor/ui-ux-pro-max/.cursorrules +60 -0
  216. package/templates/documentation-gen/API_SPEC.md +4 -0
  217. package/templates/documentation-gen/DOCS_TEMPLATE.md +4 -0
  218. package/templates/documentation-gen/README.md +3 -0
  219. package/templates/fun/adventure-master/README.md +5 -0
  220. package/templates/fun/adventure-master/RULE.md +40 -0
  221. package/templates/fun/roast-master/README.md +5 -0
  222. package/templates/fun/roast-master/RULE.md +42 -0
  223. package/templates/fun/world-sim/README.md +5 -0
  224. package/templates/fun/world-sim/RULE.md +40 -0
  225. package/templates/rules_db.csv +68 -0
  226. package/templates/selector.py +37 -0
  227. package/templates/universal/api-best-practices/README.md +2 -0
  228. package/templates/universal/api-best-practices/RULE.md +33 -0
  229. package/templates/universal/architecture-v1/README.md +2 -0
  230. package/templates/universal/architecture-v1/RULE.md +33 -0
  231. package/templates/universal/clean-code-strict/README.md +2 -0
  232. package/templates/universal/clean-code-strict/RULE.md +33 -0
  233. package/templates/universal/documentation-standard/README.md +2 -0
  234. package/templates/universal/documentation-standard/RULE.md +33 -0
  235. package/templates/universal/error-handling-robust/README.md +2 -0
  236. package/templates/universal/error-handling-robust/RULE.md +33 -0
  237. package/templates/universal/git-workflow-pro/README.md +2 -0
  238. package/templates/universal/git-workflow-pro/RULE.md +33 -0
  239. package/templates/universal/logging-standard/README.md +2 -0
  240. package/templates/universal/logging-standard/RULE.md +33 -0
  241. package/templates/universal/logic-flow/README.md +2 -0
  242. package/templates/universal/logic-flow/RULE.md +33 -0
  243. package/templates/universal/performance-audit/README.md +2 -0
  244. package/templates/universal/performance-audit/RULE.md +33 -0
  245. package/templates/universal/security-audit/README.md +2 -0
  246. package/templates/universal/security-audit/RULE.md +33 -0
  247. package/templates/universal/seo-expert/README.md +2 -0
  248. package/templates/universal/seo-expert/RULE.md +33 -0
  249. package/templates/universal/test-generator/README.md +2 -0
  250. package/templates/universal/test-generator/RULE.md +33 -0
  251. package/templates/workflows/brainstorm.md +47 -0
  252. package/templates/workflows/create.md +47 -0
  253. package/templates/workflows/debug.md +47 -0
  254. package/templates/workflows/deploy.md +47 -0
  255. package/templates/workflows/enhance.md +47 -0
  256. package/templates/workflows/orchestrate.md +47 -0
  257. package/templates/workflows/plan.md +47 -0
  258. package/templates/workflows/preview.md +47 -0
  259. package/templates/workflows/status.md +47 -0
  260. package/templates/workflows/test.md +47 -0
  261. package/templates/workflows/ui-ux-pro-max.md +47 -0
@@ -0,0 +1,68 @@
1
+ id,category,trigger_keywords,prompt_content
2
+ 1,"specialist","backend, specialist","Rule: Always act as the Antigravity backend specialist. --- name: backend-specialist description: Expert backend architect for Node.js, Python, and modern serverless/edge systems. Use for API development, server-side logic, database integration, and security. Triggers on backend, server, api, endpoint, database, auth. tools: Read, Grep, Glob, Bash, Edit, Write model: inherit..."
3
+ 2,"specialist","code, archaeologist","Rule: Always act as the Antigravity code archaeologist. --- name: code-archaeologist description: Expert in legacy code, refactoring, and understanding undocumented systems. Use for reading messy code, reverse engineering, and modernization planning. Triggers on legacy, refactor, spaghetti code, analyze repo, explain codebase. tools: Read, Grep, Glob, Edit, Write model: inherit..."
4
+ 3,"specialist","database, architect","Rule: Always act as the Antigravity database architect. --- name: database-architect description: Expert database architect for schema design, query optimization, migrations, and modern serverless databases. Use for database operations, schema changes, indexing, and data modeling. Triggers on database, sql, schema, migration, query, postgres, index, table. tools: Read, Grep, Glob, Bash, Edit, Write model: inherit..."
5
+ 4,"specialist","debugger","Rule: Always act as the Antigravity debugger. --- name: debugger description: Expert in systematic debugging, root cause analysis, and crash investigation. Use for complex bugs, production issues, performance problems, and error analysis. Triggers on bug, error, crash, not working, broken, investigate, fix. skills: clean-code, systematic-debugging ---..."
6
+ 5,"specialist","devops, engineer","Rule: Always act as the Antigravity devops engineer. --- name: devops-engineer description: Expert in deployment, server management, CI/CD, and production operations. CRITICAL - Use for deployment, server access, rollback, and production changes. HIGH RISK operations. Triggers on deploy, production, server, pm2, ssh, release, rollback, ci/cd. tools: Read, Grep, Glob, Bash, Edit, Write model: inherit..."
7
+ 6,"specialist","documentation, writer","Rule: Always act as the Antigravity documentation writer. --- name: documentation-writer description: Expert in technical documentation. Use ONLY when user explicitly requests documentation (README, API docs, changelog). DO NOT auto-invoke during normal development. tools: Read, Grep, Glob, Bash, Edit, Write model: inherit..."
8
+ 7,"specialist","explorer, agent","Rule: Always act as the Antigravity explorer agent. --- name: explorer-agent description: Advanced codebase discovery, deep architectural analysis, and proactive research agent. The eyes and ears of the framework. Use for initial audits, refactoring plans, and deep investigative tasks. tools: Read, Grep, Glob, Bash, ViewCodeItem, FindByName model: inherit..."
9
+ 8,"specialist","frontend, specialist","Rule: Always act as the Antigravity frontend specialist. --- name: frontend-specialist description: Senior Frontend Architect who builds maintainable React/Next.js systems with performance-first mindset. Use when working on UI components, styling, state management, responsive design, or frontend architecture. Triggers on keywords like component, react, vue, ui, ux, css, tailwind, responsive. tools: Read, Grep, Glob, Bash, Edit, Write model: inherit..."
10
+ 9,"specialist","game, developer","Rule: Always act as the Antigravity game developer. --- name: game-developer description: Game development across all platforms (PC, Web, Mobile, VR/AR). Use when building games with Unity, Godot, Unreal, Phaser, Three.js, or any game engine. Covers game mechanics, multiplayer, optimization, 2D/3D graphics, and game design patterns. tools: Read, Write, Edit, Bash, Grep, Glob model: inherit..."
11
+ 10,"specialist","mobile, developer","Rule: Always act as the Antigravity mobile developer. --- name: mobile-developer description: Expert in React Native and Flutter mobile development. Use for cross-platform mobile apps, native features, and mobile-specific patterns. Triggers on mobile, react native, flutter, ios, android, app store, expo. tools: Read, Grep, Glob, Bash, Edit, Write model: inherit..."
12
+ 11,"specialist","orchestrator","Rule: Always act as the Antigravity orchestrator. --- name: orchestrator description: Multi-agent coordination and task orchestration. Use when a task requires multiple perspectives, parallel analysis, or coordinated execution across different domains. Invoke this agent for complex tasks that benefit from security, backend, frontend, testing, and DevOps expertise combined. tools: Read, Grep, Glob, Bash, Write, Edit, Agent model: inherit..."
13
+ 12,"specialist","penetration, tester","Rule: Always act as the Antigravity penetration tester. --- name: penetration-tester description: Expert in offensive security, penetration testing, red team operations, and vulnerability exploitation. Use for security assessments, attack simulations, and finding exploitable vulnerabilities. Triggers on pentest, exploit, attack, hack, breach, pwn, redteam, offensive. tools: Read, Grep, Glob, Bash, Edit, Write model: inherit..."
14
+ 13,"specialist","performance, optimizer","Rule: Always act as the Antigravity performance optimizer. --- name: performance-optimizer description: Expert in performance optimization, profiling, Core Web Vitals, and bundle optimization. Use for improving speed, reducing bundle size, and optimizing runtime performance. Triggers on performance, optimize, speed, slow, memory, cpu, benchmark, lighthouse. tools: Read, Grep, Glob, Bash, Edit, Write model: inherit..."
15
+ 14,"specialist","product, manager","Rule: Always act as the Antigravity product manager. --- name: product-manager description: Expert in product requirements, user stories, and acceptance criteria. Use for defining features, clarifying ambiguity, and prioritizing work. Triggers on requirements, user story, acceptance criteria, product specs. tools: Read, Grep, Glob, Bash model: inherit..."
16
+ 15,"specialist","product, owner","Rule: Always act as the Antigravity product owner. --- name: product-owner description: Strategic facilitator bridging business needs and technical execution. Expert in requirements elicitation, roadmap management, and backlog prioritization. Triggers on requirements, user story, backlog, MVP, PRD, stakeholder. tools: Read, Grep, Glob, Bash model: inherit..."
17
+ 16,"specialist","project, planner","Rule: Always act as the Antigravity project planner. --- name: project-planner description: Smart project planning agent. Breaks down user requests into tasks, plans file structure, determines which agent does what, creates dependency graph. Use when starting new projects or planning major features. tools: Read, Grep, Glob, Bash model: inherit..."
18
+ 17,"specialist","qa, automation, engineer","Rule: Always act as the Antigravity qa automation engineer. --- name: qa-automation-engineer description: Specialist in test automation infrastructure and E2E testing. Focuses on Playwright, Cypress, CI pipelines, and breaking the system. Triggers on e2e, automated test, pipeline, playwright, cypress, regression. tools: Read, Grep, Glob, Bash, Edit, Write model: inherit..."
19
+ 18,"specialist","security, auditor","Rule: Always act as the Antigravity security auditor. --- name: security-auditor description: Elite cybersecurity expert. Think like an attacker, defend like an expert. OWASP 2025, supply chain security, zero trust architecture. Triggers on security, vulnerability, owasp, xss, injection, auth, encrypt, supply chain, pentest. tools: Read, Grep, Glob, Bash, Edit, Write model: inherit..."
20
+ 19,"specialist","seo, specialist","Rule: Always act as the Antigravity seo specialist. --- name: seo-specialist description: SEO and GEO (Generative Engine Optimization) expert. Handles SEO audits, Core Web Vitals, E-E-A-T optimization, AI search visibility. Use for SEO improvements, content optimization, or AI citation strategies. tools: Read, Grep, Glob, Bash, Write model: inherit..."
21
+ 20,"specialist","test, engineer","Rule: Always act as the Antigravity test engineer. --- name: test-engineer description: Expert in testing, TDD, and test automation. Use for writing tests, improving coverage, debugging test failures. Triggers on test, spec, coverage, jest, pytest, playwright, e2e, unit test. tools: Read, Grep, Glob, Bash, Edit, Write model: inherit..."
22
+ 21,"react-pro","useMemo, useCallback, render","Rule: Always optimize lists with windowing and memoize expensive computations. (Variant 0)"
23
+ 22,"python-backend","fastapi, pydantic, async","Rule: Use Pydantic v2 for all schemas and async/await for I/O bound tasks. (Variant 1)"
24
+ 23,"security-audit","jwt, password, auth","Rule: Never store secrets in code. Use environment variables and bcrypt for hashing. (Variant 2)"
25
+ 24,"documentation-standard","readme, docs, api","Rule: Maintain a clear ARCHITECTURE.md and document all public endpoints. (Variant 3)"
26
+ 25,"logic-flow","plan, orchestrate, logic","Rule: Start every complex task by creating a plan.md file. (Variant 4)"
27
+ 26,"performance-pro","cache, optimize, speed","Rule: Use LRU caching for repeated database queries. (Variant 5)"
28
+ 27,"typescript-strict","interface, type, generics","Rule: Enable strict mode and avoid using ""any"" at all costs. (Variant 6)"
29
+ 28,"ui-ux-luxury","design, css, animation","Rule: Use premium gradients and subtle micro-animations for high-end feel. (Variant 7)"
30
+ 29,"react-pro","useMemo, useCallback, render","Rule: Always optimize lists with windowing and memoize expensive computations. (Variant 8)"
31
+ 30,"python-backend","fastapi, pydantic, async","Rule: Use Pydantic v2 for all schemas and async/await for I/O bound tasks. (Variant 9)"
32
+ 31,"security-audit","jwt, password, auth","Rule: Never store secrets in code. Use environment variables and bcrypt for hashing. (Variant 10)"
33
+ 32,"documentation-standard","readme, docs, api","Rule: Maintain a clear ARCHITECTURE.md and document all public endpoints. (Variant 11)"
34
+ 33,"logic-flow","plan, orchestrate, logic","Rule: Start every complex task by creating a plan.md file. (Variant 12)"
35
+ 34,"performance-pro","cache, optimize, speed","Rule: Use LRU caching for repeated database queries. (Variant 13)"
36
+ 35,"typescript-strict","interface, type, generics","Rule: Enable strict mode and avoid using ""any"" at all costs. (Variant 14)"
37
+ 36,"ui-ux-luxury","design, css, animation","Rule: Use premium gradients and subtle micro-animations for high-end feel. (Variant 15)"
38
+ 37,"react-pro","useMemo, useCallback, render","Rule: Always optimize lists with windowing and memoize expensive computations. (Variant 16)"
39
+ 38,"python-backend","fastapi, pydantic, async","Rule: Use Pydantic v2 for all schemas and async/await for I/O bound tasks. (Variant 17)"
40
+ 39,"security-audit","jwt, password, auth","Rule: Never store secrets in code. Use environment variables and bcrypt for hashing. (Variant 18)"
41
+ 40,"documentation-standard","readme, docs, api","Rule: Maintain a clear ARCHITECTURE.md and document all public endpoints. (Variant 19)"
42
+ 41,"logic-flow","plan, orchestrate, logic","Rule: Start every complex task by creating a plan.md file. (Variant 20)"
43
+ 42,"performance-pro","cache, optimize, speed","Rule: Use LRU caching for repeated database queries. (Variant 21)"
44
+ 43,"typescript-strict","interface, type, generics","Rule: Enable strict mode and avoid using ""any"" at all costs. (Variant 22)"
45
+ 44,"ui-ux-luxury","design, css, animation","Rule: Use premium gradients and subtle micro-animations for high-end feel. (Variant 23)"
46
+ 45,"react-pro","useMemo, useCallback, render","Rule: Always optimize lists with windowing and memoize expensive computations. (Variant 24)"
47
+ 46,"python-backend","fastapi, pydantic, async","Rule: Use Pydantic v2 for all schemas and async/await for I/O bound tasks. (Variant 25)"
48
+ 47,"security-audit","jwt, password, auth","Rule: Never store secrets in code. Use environment variables and bcrypt for hashing. (Variant 26)"
49
+ 48,"documentation-standard","readme, docs, api","Rule: Maintain a clear ARCHITECTURE.md and document all public endpoints. (Variant 27)"
50
+ 49,"logic-flow","plan, orchestrate, logic","Rule: Start every complex task by creating a plan.md file. (Variant 28)"
51
+ 50,"performance-pro","cache, optimize, speed","Rule: Use LRU caching for repeated database queries. (Variant 29)"
52
+ 51,"typescript-strict","interface, type, generics","Rule: Enable strict mode and avoid using ""any"" at all costs. (Variant 30)"
53
+ 52,"ui-ux-luxury","design, css, animation","Rule: Use premium gradients and subtle micro-animations for high-end feel. (Variant 31)"
54
+ 53,"react-pro","useMemo, useCallback, render","Rule: Always optimize lists with windowing and memoize expensive computations. (Variant 32)"
55
+ 54,"python-backend","fastapi, pydantic, async","Rule: Use Pydantic v2 for all schemas and async/await for I/O bound tasks. (Variant 33)"
56
+ 55,"security-audit","jwt, password, auth","Rule: Never store secrets in code. Use environment variables and bcrypt for hashing. (Variant 34)"
57
+ 56,"documentation-standard","readme, docs, api","Rule: Maintain a clear ARCHITECTURE.md and document all public endpoints. (Variant 35)"
58
+ 57,"logic-flow","plan, orchestrate, logic","Rule: Start every complex task by creating a plan.md file. (Variant 36)"
59
+ 58,"performance-pro","cache, optimize, speed","Rule: Use LRU caching for repeated database queries. (Variant 37)"
60
+ 59,"typescript-strict","interface, type, generics","Rule: Enable strict mode and avoid using ""any"" at all costs. (Variant 38)"
61
+ 60,"ui-ux-luxury","design, css, animation","Rule: Use premium gradients and subtle micro-animations for high-end feel. (Variant 39)"
62
+ 61,"elite","architecture, master, elite","[ELITE-DEV :: JANUS-CODEX PROTOCOL] Elite multi-agent brainstorming system for high-stakes architecture."
63
+ 62,"wizard","logic, step-by-step, approval","[WIZARD-LOGIC :: JANUS-ARCHITECT PROTOCOL] High-precision, step-by-step approval-based development flow."
64
+ 63,"fun","adventure, game, rpg","[ADVENTURE-MASTER :: JANUS-IMMERSIVE PROTOCOL] Elite text-based adventure engine with health, lore, and visual generation."
65
+ 64,"fun","world, sim, city","[WORLD-SIM :: JANUS-SIMULATION PROTOCOL] Omniscient world-building and resource management simulation."
66
+ 65,"specialist","vision, screenshot, ui","[VISION-SPECIALIST :: JANUS-VISION PROTOCOL] Elite UI/UX replication agent. Transforms screenshots into perfect code."
67
+ 66,"fun","roast, 10x, critique","[ROAST-MASTER :: JANUS-INFERNO PROTOCOL] Snarky 10x engineer code critic that roasts inefficiencies."
68
+ 67,"specialist","agent, gpt, architect","[AGENT-ARCHITECT :: JANUS-CREATOR PROTOCOL] High-level creator for designing custom AI agents and instructions."
@@ -0,0 +1,37 @@
1
+ import csv
2
+ import json
3
+ import sys
4
+ import os
5
+
6
+ def search_rules(query, csv_path):
7
+ results = []
8
+ if not os.path.exists(csv_path):
9
+ return results
10
+
11
+ query = query.lower()
12
+ with open(csv_path, mode='r', encoding='utf-8') as f:
13
+ reader = csv.DictReader(f)
14
+ for row in reader:
15
+ keywords = row.get('trigger_keywords', '').lower()
16
+ content = row.get('prompt_content', '').lower()
17
+ category = row.get('category', '').lower()
18
+
19
+ if any(k in query for k in keywords.split(', ')) or query in content or query in category:
20
+ results.append({
21
+ 'id': row['id'],
22
+ 'category': row['category'],
23
+ 'keywords': row['trigger_keywords'],
24
+ 'content': row['prompt_content']
25
+ })
26
+ return results
27
+
28
+ if __name__ == "__main__":
29
+ if len(sys.argv) < 3:
30
+ print(json.dumps([]))
31
+ sys.exit(0)
32
+
33
+ query_str = sys.argv[1]
34
+ db_path = sys.argv[2]
35
+
36
+ matches = search_rules(query_str, db_path)
37
+ print(json.dumps(matches[:10])) # Return top 10 matches
@@ -0,0 +1,2 @@
1
+ # api-best-practices
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity API BEST PRACTICES Skill Module
2
+
3
+ > **"Domain Optimization for API BEST PRACTICES. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for API BEST PRACTICES within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every API BEST PRACTICES implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All API BEST PRACTICES tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,2 @@
1
+ # architecture-v1
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity ARCHITECTURE V1 Skill Module
2
+
3
+ > **"Domain Optimization for ARCHITECTURE V1. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for ARCHITECTURE V1 within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every ARCHITECTURE V1 implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All ARCHITECTURE V1 tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,2 @@
1
+ # clean-code-strict
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity CLEAN CODE STRICT Skill Module
2
+
3
+ > **"Domain Optimization for CLEAN CODE STRICT. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for CLEAN CODE STRICT within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every CLEAN CODE STRICT implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All CLEAN CODE STRICT tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,2 @@
1
+ # documentation-standard
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity DOCUMENTATION STANDARD Skill Module
2
+
3
+ > **"Domain Optimization for DOCUMENTATION STANDARD. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for DOCUMENTATION STANDARD within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every DOCUMENTATION STANDARD implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All DOCUMENTATION STANDARD tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,2 @@
1
+ # error-handling-robust
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity ERROR HANDLING ROBUST Skill Module
2
+
3
+ > **"Domain Optimization for ERROR HANDLING ROBUST. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for ERROR HANDLING ROBUST within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every ERROR HANDLING ROBUST implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All ERROR HANDLING ROBUST tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,2 @@
1
+ # git-workflow-pro
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity GIT WORKFLOW PRO Skill Module
2
+
3
+ > **"Domain Optimization for GIT WORKFLOW PRO. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for GIT WORKFLOW PRO within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every GIT WORKFLOW PRO implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All GIT WORKFLOW PRO tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,2 @@
1
+ # logging-standard
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity LOGGING STANDARD Skill Module
2
+
3
+ > **"Domain Optimization for LOGGING STANDARD. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for LOGGING STANDARD within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every LOGGING STANDARD implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All LOGGING STANDARD tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,2 @@
1
+ # logic-flow
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity LOGIC FLOW Skill Module
2
+
3
+ > **"Domain Optimization for LOGIC FLOW. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for LOGIC FLOW within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every LOGIC FLOW implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All LOGIC FLOW tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,2 @@
1
+ # performance-audit
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity PERFORMANCE AUDIT Skill Module
2
+
3
+ > **"Domain Optimization for PERFORMANCE AUDIT. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for PERFORMANCE AUDIT within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every PERFORMANCE AUDIT implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All PERFORMANCE AUDIT tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,2 @@
1
+ # security-audit
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity SECURITY AUDIT Skill Module
2
+
3
+ > **"Domain Optimization for SECURITY AUDIT. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for SECURITY AUDIT within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every SECURITY AUDIT implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All SECURITY AUDIT tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,2 @@
1
+ # seo-expert
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity SEO EXPERT Skill Module
2
+
3
+ > **"Domain Optimization for SEO EXPERT. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for SEO EXPERT within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every SEO EXPERT implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All SEO EXPERT tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,2 @@
1
+ # test-generator
2
+ How to use these universal rules.
@@ -0,0 +1,33 @@
1
+ # 🧩 Antigravity TEST GENERATOR Skill Module
2
+
3
+ > **"Domain Optimization for TEST GENERATOR. Efficiency through standards."**
4
+
5
+ This module provides the core knowledge and technical patterns for TEST GENERATOR within the Antigravity ecosystem.
6
+
7
+ ---
8
+
9
+ ## 🧪 DOMAIN STANDARDS
10
+
11
+ ### 1. Architectural Integrity
12
+ - Every TEST GENERATOR implementation must follow the patterns defined in `CORE.md`.
13
+ - Maintain a clear separation of concerns at all times.
14
+
15
+ ### 2. High-Tier Performance
16
+ - Measure before you optimize.
17
+ - Use native platform optimizations (e.g., hardware acceleration for UI, indexing for DB).
18
+
19
+ ### 3. Verification Protocol
20
+ - All TEST GENERATOR tasks must be validated via the `checklist.py` master script.
21
+ - Ensure 100% type coverage for this domain.
22
+
23
+ ---
24
+
25
+ ## 🛠️ IMPLEMENTATION PATTERNS
26
+
27
+ - **Standard A**: Precise, modular construction.
28
+ - **Standard B**: Context-aware error handling.
29
+ - **Standard C**: Security-first data flow.
30
+
31
+
32
+
33
+ **By | Janus & Tesavek⚡️👾.**
@@ -0,0 +1,47 @@
1
+ ---
2
+ description: High-tier Antigravity /brainstorm workflow. Advanced agentic execution for BRAINSTORM.
3
+ ---
4
+
5
+ # 🚀 Antigravity /brainstorm Protocol
6
+
7
+ > **"Architectural execution in /brainstorm mode. Precision-driven results."**
8
+
9
+ This slash command triggers the specialized Antigravity protocol for **BRAINSTORM**. Follow this procedure to ensure high-tier outcomes.
10
+
11
+ ---
12
+
13
+ ## 🚦 PHASE 1: PRE-FLIGHT (DISCOVERY)
14
+
15
+ 1. **Invoke Specialist**: Load the relevant Antigravity specialist (e.g., `project-planner` for `/plan`, `debugger` for `/debug`).
16
+ 2. **Context Scan**: Re-read the last 5 conversation turns and `ARCHITECTURE.md`.
17
+ 3. **Socratic Gate**: Ask 3 critical questions regarding the BRAINSTORM scope.
18
+
19
+ ---
20
+
21
+ ## 🏗️ PHASE 2: EXECUTION (STRATEGIC)
22
+
23
+ - **Standard A**: Map all affected dependencies before making changes.
24
+ - **Standard B**: Use OS-appropriate commands (PowerShell for Windows).
25
+ - **Standard C**: Apply the Antigravity `clean-code` axioms from `CORE.md`.
26
+
27
+ ---
28
+
29
+ ## ✅ PHASE 3: VERIFICATION (DEFINITION OF DONE)
30
+
31
+ - [ ] All functions have 100% type coverage.
32
+ - [ ] No regression detected in Core Web Vitals (if UI).
33
+ - [ ] `checklist.py` returns 0 errors.
34
+ - [ ] Documentation updated in `README.md`.
35
+
36
+ ---
37
+
38
+ ## ⚡ USAGE EXAMPLES
39
+
40
+ ```bash
41
+ /brainstorm [target module or description]
42
+ /brainstorm --force --verbose [specific constraints]
43
+ ```
44
+
45
+
46
+
47
+ **By | Janus & Tesavek⚡️👾.**