@cubis/foundry 0.3.82 → 0.3.83

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 (633) hide show
  1. package/README.md +25 -9
  2. package/dist/cli/core.js +631 -476
  3. package/dist/cli/core.js.map +1 -1
  4. package/package.json +1 -1
  5. package/src/cli/core.ts +714 -609
  6. package/workflows/skills/_schema/platform-notes/antigravity.md +8 -5
  7. package/workflows/skills/_schema/platform-notes/claude.md +7 -0
  8. package/workflows/skills/_schema/platform-notes/codex.md +9 -2
  9. package/workflows/skills/_schema/platform-notes/copilot.md +7 -3
  10. package/workflows/skills/_schema/platform-notes/gemini.md +8 -4
  11. package/workflows/workflows/agent-environment-setup/generated/route-manifest.json +339 -231
  12. package/workflows/workflows/agent-environment-setup/manifest.json +142 -250
  13. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/accessibility.toml +69 -4
  14. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-backend-specialist.toml +86 -0
  15. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-code-archaeologist.toml +67 -0
  16. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-database-architect.toml +79 -0
  17. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-debugger.toml +76 -0
  18. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-devops-engineer.toml +74 -0
  19. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-documentation-writer.toml +65 -0
  20. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-frontend-specialist.toml +76 -0
  21. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-game-developer.toml +52 -0
  22. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-mobile-developer.toml +76 -0
  23. package/workflows/workflows/agent-environment-setup/platforms/{codex/agents/orchestrator.md → antigravity/commands/agent-orchestrator.toml} +26 -23
  24. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-penetration-tester.toml +70 -0
  25. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-performance-optimizer.toml +69 -0
  26. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-product-manager.toml +56 -0
  27. package/workflows/workflows/agent-environment-setup/platforms/{codex/agents/project-planner.md → antigravity/commands/agent-project-planner.toml} +19 -16
  28. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-qa-automation-engineer.toml +63 -0
  29. package/workflows/workflows/agent-environment-setup/platforms/{codex/agents/researcher.md → antigravity/commands/agent-researcher.toml} +22 -29
  30. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-security-auditor.toml +73 -0
  31. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-seo-specialist.toml +52 -0
  32. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-sre-engineer.toml +74 -0
  33. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-test-engineer.toml +71 -0
  34. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-validator.toml +76 -0
  35. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/agent-vercel-expert.toml +59 -0
  36. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/architecture.toml +120 -5
  37. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/backend.toml +71 -4
  38. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/create.toml +68 -4
  39. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/database.toml +67 -4
  40. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/debug.toml +63 -4
  41. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/devops.toml +64 -4
  42. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/implement-track.toml +71 -4
  43. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/migrate.toml +70 -4
  44. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/mobile.toml +71 -4
  45. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/onboard.toml +65 -4
  46. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/orchestrate.toml +73 -4
  47. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/plan.toml +79 -4
  48. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/refactor.toml +67 -4
  49. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/release.toml +70 -4
  50. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/review.toml +66 -4
  51. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/security.toml +69 -4
  52. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/spec.toml +71 -4
  53. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/test.toml +66 -4
  54. package/workflows/workflows/agent-environment-setup/platforms/antigravity/commands/vercel.toml +67 -4
  55. package/workflows/workflows/agent-environment-setup/platforms/antigravity/rules/GEMINI.md +12 -14
  56. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/api-design/SKILL.md +8 -5
  57. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/architecture-doc/SKILL.md +8 -5
  58. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/ci-cd-pipeline/SKILL.md +8 -5
  59. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/code-review/SKILL.md +8 -5
  60. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/csharp-best-practices/SKILL.md +8 -5
  61. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/database-design/SKILL.md +8 -5
  62. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/deep-research/SKILL.md +8 -5
  63. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/django-drf/SKILL.md +8 -5
  64. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/docker-compose-dev/SKILL.md +8 -5
  65. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/drizzle-orm/SKILL.md +8 -5
  66. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/electron-qa/SKILL.md +8 -5
  67. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/expo-app/SKILL.md +8 -5
  68. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/express-nodejs/SKILL.md +8 -5
  69. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/fastapi/SKILL.md +8 -5
  70. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/frontend-design/SKILL.md +8 -5
  71. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/gin-golang/SKILL.md +8 -5
  72. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/git-workflow/SKILL.md +8 -5
  73. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/go-fiber/SKILL.md +8 -5
  74. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/golang-best-practices/SKILL.md +8 -5
  75. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/google-workspace/SKILL.md +8 -5
  76. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/huggingface-ml/SKILL.md +8 -5
  77. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/integration-testing/SKILL.md +8 -5
  78. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/java-best-practices/SKILL.md +8 -5
  79. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/javascript-best-practices/SKILL.md +8 -5
  80. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/kaizen-iteration/SKILL.md +8 -5
  81. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/kotlin-best-practices/SKILL.md +8 -5
  82. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/kubernetes-deploy/SKILL.md +8 -5
  83. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/laravel/SKILL.md +8 -5
  84. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/llm-eval/SKILL.md +8 -5
  85. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/mcp-server-builder/SKILL.md +8 -5
  86. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/microservices-design/SKILL.md +8 -5
  87. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/nestjs/SKILL.md +8 -5
  88. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/nextjs/SKILL.md +8 -5
  89. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/observability/SKILL.md +8 -5
  90. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/owasp-security-review/SKILL.md +8 -5
  91. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/pentest-skill/SKILL.md +8 -5
  92. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/performance-testing/SKILL.md +8 -5
  93. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/php-best-practices/SKILL.md +8 -5
  94. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/playwright-interactive/SKILL.md +8 -5
  95. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/playwright-persistent-browser/SKILL.md +8 -5
  96. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/prisma/SKILL.md +8 -5
  97. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/prompt-engineering/SKILL.md +8 -5
  98. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/python-best-practices/SKILL.md +8 -5
  99. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/rag-patterns/SKILL.md +8 -5
  100. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/react/SKILL.md +8 -5
  101. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/react-native/SKILL.md +8 -5
  102. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/react-native-callstack/SKILL.md +8 -5
  103. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/receiving-code-review/SKILL.md +8 -5
  104. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/remix/SKILL.md +8 -5
  105. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/requesting-code-review/SKILL.md +8 -5
  106. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/rust-best-practices/SKILL.md +8 -5
  107. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/sadd/SKILL.md +8 -5
  108. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/sanitize-pii/SKILL.md +8 -5
  109. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/secret-management/SKILL.md +8 -5
  110. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/skill-creator/SKILL.md +8 -5
  111. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/spec-driven-delivery/SKILL.md +8 -5
  112. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/spring-boot/SKILL.md +8 -5
  113. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/sqlalchemy/SKILL.md +8 -5
  114. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/stitch/SKILL.md +8 -5
  115. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/stripe-integration/SKILL.md +8 -5
  116. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/svelte-sveltekit/SKILL.md +8 -5
  117. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/swift-best-practices/SKILL.md +8 -5
  118. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/system-design/SKILL.md +8 -5
  119. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/systematic-debugging/SKILL.md +8 -5
  120. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/t3-stack/SKILL.md +8 -5
  121. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/tech-doc/SKILL.md +8 -5
  122. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/typescript-best-practices/SKILL.md +8 -5
  123. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/unit-testing/SKILL.md +8 -5
  124. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/vibesec/SKILL.md +8 -5
  125. package/workflows/workflows/agent-environment-setup/platforms/antigravity/skills/vuejs/SKILL.md +8 -5
  126. package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/accessibility.md → generated-skills/accessibility/SKILL.md} +16 -17
  127. package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/architecture.md → generated-skills/architecture/SKILL.md} +44 -25
  128. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/backend.md → claude/generated-skills/backend/SKILL.md} +16 -24
  129. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/create.md → claude/generated-skills/create/SKILL.md} +13 -6
  130. package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/database.md → generated-skills/database/SKILL.md} +16 -9
  131. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/debug.md → claude/generated-skills/debug/SKILL.md} +16 -9
  132. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/devops.md → claude/generated-skills/devops/SKILL.md} +20 -27
  133. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/implement-track.md → claude/generated-skills/implement-track/SKILL.md} +13 -6
  134. package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/migrate.md → generated-skills/migrate/SKILL.md} +16 -17
  135. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/mobile.md → claude/generated-skills/mobile/SKILL.md} +17 -10
  136. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/onboard.md → claude/generated-skills/onboard/SKILL.md} +14 -14
  137. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/orchestrate.md → claude/generated-skills/orchestrate/SKILL.md} +13 -6
  138. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/plan.md → claude/generated-skills/plan/SKILL.md} +12 -16
  139. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/refactor.md → claude/generated-skills/refactor/SKILL.md} +16 -9
  140. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/release.md → claude/generated-skills/release/SKILL.md} +18 -11
  141. package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/review.md → generated-skills/review/SKILL.md} +16 -9
  142. package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/security.md → generated-skills/security/SKILL.md} +16 -9
  143. package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/spec.md → generated-skills/spec/SKILL.md} +11 -14
  144. package/workflows/workflows/agent-environment-setup/platforms/claude/{workflows/test.md → generated-skills/test/SKILL.md} +16 -9
  145. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/vercel.md → claude/generated-skills/vercel/SKILL.md} +18 -20
  146. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/api-design/SKILL.md +7 -0
  147. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/architecture-doc/SKILL.md +7 -0
  148. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/ci-cd-pipeline/SKILL.md +7 -0
  149. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/code-review/SKILL.md +7 -0
  150. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/csharp-best-practices/SKILL.md +7 -0
  151. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/database-design/SKILL.md +7 -0
  152. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/deep-research/SKILL.md +7 -0
  153. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/django-drf/SKILL.md +7 -0
  154. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/docker-compose-dev/SKILL.md +7 -0
  155. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/drizzle-orm/SKILL.md +7 -0
  156. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/electron-qa/SKILL.md +7 -0
  157. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/expo-app/SKILL.md +7 -0
  158. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/express-nodejs/SKILL.md +7 -0
  159. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/fastapi/SKILL.md +7 -0
  160. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/frontend-design/SKILL.md +7 -0
  161. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/gin-golang/SKILL.md +7 -0
  162. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/git-workflow/SKILL.md +7 -0
  163. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/go-fiber/SKILL.md +7 -0
  164. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/golang-best-practices/SKILL.md +7 -0
  165. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/google-workspace/SKILL.md +7 -0
  166. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/huggingface-ml/SKILL.md +7 -0
  167. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/integration-testing/SKILL.md +7 -0
  168. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/java-best-practices/SKILL.md +7 -0
  169. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/javascript-best-practices/SKILL.md +7 -0
  170. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/kaizen-iteration/SKILL.md +7 -0
  171. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/kotlin-best-practices/SKILL.md +7 -0
  172. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/kubernetes-deploy/SKILL.md +7 -0
  173. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/laravel/SKILL.md +7 -0
  174. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/llm-eval/SKILL.md +7 -0
  175. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/mcp-server-builder/SKILL.md +7 -0
  176. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/microservices-design/SKILL.md +7 -0
  177. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/nestjs/SKILL.md +7 -0
  178. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/nextjs/SKILL.md +7 -0
  179. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/observability/SKILL.md +7 -0
  180. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/owasp-security-review/SKILL.md +7 -0
  181. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/pentest-skill/SKILL.md +7 -0
  182. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/performance-testing/SKILL.md +7 -0
  183. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/php-best-practices/SKILL.md +7 -0
  184. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/playwright-interactive/SKILL.md +7 -0
  185. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/playwright-persistent-browser/SKILL.md +7 -0
  186. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/prisma/SKILL.md +7 -0
  187. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/prompt-engineering/SKILL.md +7 -0
  188. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/python-best-practices/SKILL.md +7 -0
  189. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/rag-patterns/SKILL.md +7 -0
  190. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/react/SKILL.md +7 -0
  191. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/react-native/SKILL.md +7 -0
  192. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/react-native-callstack/SKILL.md +7 -0
  193. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/receiving-code-review/SKILL.md +7 -0
  194. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/remix/SKILL.md +7 -0
  195. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/requesting-code-review/SKILL.md +7 -0
  196. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/rust-best-practices/SKILL.md +7 -0
  197. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/sadd/SKILL.md +7 -0
  198. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/sanitize-pii/SKILL.md +7 -0
  199. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/secret-management/SKILL.md +7 -0
  200. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/skill-creator/SKILL.md +7 -0
  201. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/spec-driven-delivery/SKILL.md +7 -0
  202. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/spring-boot/SKILL.md +7 -0
  203. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/sqlalchemy/SKILL.md +7 -0
  204. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/stitch/SKILL.md +7 -0
  205. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/stripe-integration/SKILL.md +7 -0
  206. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/svelte-sveltekit/SKILL.md +7 -0
  207. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/swift-best-practices/SKILL.md +7 -0
  208. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/system-design/SKILL.md +7 -0
  209. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/systematic-debugging/SKILL.md +7 -0
  210. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/t3-stack/SKILL.md +7 -0
  211. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/tech-doc/SKILL.md +7 -0
  212. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/typescript-best-practices/SKILL.md +7 -0
  213. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/unit-testing/SKILL.md +7 -0
  214. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/vibesec/SKILL.md +7 -0
  215. package/workflows/workflows/agent-environment-setup/platforms/claude/skills/vuejs/SKILL.md +7 -0
  216. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/backend-specialist.md → codex/agents/backend-specialist.toml} +4 -16
  217. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/code-archaeologist.md → codex/agents/code-archaeologist.toml} +4 -31
  218. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/database-architect.md → codex/agents/database-architect.toml} +4 -16
  219. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/debugger.md → codex/agents/debugger.toml} +4 -17
  220. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/devops-engineer.md → codex/agents/devops-engineer.toml} +4 -16
  221. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/documentation-writer.md → codex/agents/documentation-writer.toml} +4 -14
  222. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/frontend-specialist.md → codex/agents/frontend-specialist.toml} +4 -34
  223. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/game-developer.md → codex/agents/game-developer.toml} +4 -11
  224. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/mobile-developer.md → codex/agents/mobile-developer.toml} +4 -16
  225. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/orchestrator.md → codex/agents/orchestrator.toml} +4 -18
  226. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/penetration-tester.md → codex/agents/penetration-tester.toml} +4 -32
  227. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/performance-optimizer.md → codex/agents/performance-optimizer.toml} +4 -14
  228. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/product-manager.md → codex/agents/product-manager.toml} +4 -26
  229. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/project-planner.md → codex/agents/project-planner.toml} +4 -18
  230. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/qa-automation-engineer.md → codex/agents/qa-automation-engineer.toml} +4 -26
  231. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/researcher.md → codex/agents/researcher.toml} +4 -28
  232. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/security-auditor.md → codex/agents/security-auditor.toml} +4 -42
  233. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/seo-specialist.md → codex/agents/seo-specialist.toml} +4 -11
  234. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/sre-engineer.md → codex/agents/sre-engineer.toml} +4 -35
  235. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/test-engineer.md → codex/agents/test-engineer.toml} +4 -30
  236. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/validator.md → codex/agents/validator.toml} +4 -22
  237. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/agents/vercel-expert.md → codex/agents/vercel-expert.toml} +4 -11
  238. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/accessibility.md → codex/generated-skills/accessibility/SKILL.md} +16 -17
  239. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/architecture.md → codex/generated-skills/architecture/SKILL.md} +44 -25
  240. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/backend.md → codex/generated-skills/backend/SKILL.md} +16 -24
  241. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/create.md → codex/generated-skills/create/SKILL.md} +13 -6
  242. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/database.md → codex/generated-skills/database/SKILL.md} +16 -9
  243. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/debug.md → codex/generated-skills/debug/SKILL.md} +16 -9
  244. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/devops.md → codex/generated-skills/devops/SKILL.md} +20 -27
  245. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/implement-track.md → codex/generated-skills/implement-track/SKILL.md} +13 -6
  246. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/migrate.md → codex/generated-skills/migrate/SKILL.md} +16 -17
  247. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/mobile.md → codex/generated-skills/mobile/SKILL.md} +17 -10
  248. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/onboard.md → codex/generated-skills/onboard/SKILL.md} +14 -14
  249. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/orchestrate.md → codex/generated-skills/orchestrate/SKILL.md} +13 -6
  250. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/plan.md → codex/generated-skills/plan/SKILL.md} +12 -16
  251. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/refactor.md → codex/generated-skills/refactor/SKILL.md} +16 -9
  252. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/release.md → codex/generated-skills/release/SKILL.md} +18 -11
  253. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/review.md → codex/generated-skills/review/SKILL.md} +16 -9
  254. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/security.md → codex/generated-skills/security/SKILL.md} +16 -9
  255. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/spec.md → codex/generated-skills/spec/SKILL.md} +11 -14
  256. package/workflows/workflows/agent-environment-setup/platforms/{copilot/workflows/test.md → codex/generated-skills/test/SKILL.md} +16 -9
  257. package/workflows/workflows/agent-environment-setup/platforms/{claude/workflows/vercel.md → codex/generated-skills/vercel/SKILL.md} +18 -20
  258. package/workflows/workflows/agent-environment-setup/platforms/codex/rules/AGENTS.md +19 -19
  259. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/api-design/SKILL.md +9 -2
  260. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/architecture-doc/SKILL.md +9 -2
  261. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/ci-cd-pipeline/SKILL.md +9 -2
  262. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/code-review/SKILL.md +9 -2
  263. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/csharp-best-practices/SKILL.md +9 -2
  264. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/database-design/SKILL.md +9 -2
  265. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/deep-research/SKILL.md +9 -2
  266. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/django-drf/SKILL.md +9 -2
  267. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/docker-compose-dev/SKILL.md +9 -2
  268. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/drizzle-orm/SKILL.md +9 -2
  269. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/electron-qa/SKILL.md +9 -2
  270. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/expo-app/SKILL.md +9 -2
  271. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/express-nodejs/SKILL.md +9 -2
  272. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/fastapi/SKILL.md +9 -2
  273. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/frontend-design/SKILL.md +9 -2
  274. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/gin-golang/SKILL.md +9 -2
  275. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/git-workflow/SKILL.md +9 -2
  276. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/go-fiber/SKILL.md +9 -2
  277. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/golang-best-practices/SKILL.md +9 -2
  278. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/google-workspace/SKILL.md +9 -2
  279. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/huggingface-ml/SKILL.md +9 -2
  280. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/integration-testing/SKILL.md +9 -2
  281. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/java-best-practices/SKILL.md +9 -2
  282. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/javascript-best-practices/SKILL.md +9 -2
  283. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/kaizen-iteration/SKILL.md +9 -2
  284. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/kotlin-best-practices/SKILL.md +9 -2
  285. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/kubernetes-deploy/SKILL.md +9 -2
  286. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/laravel/SKILL.md +9 -2
  287. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/llm-eval/SKILL.md +9 -2
  288. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/mcp-server-builder/SKILL.md +9 -2
  289. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/microservices-design/SKILL.md +9 -2
  290. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/nestjs/SKILL.md +9 -2
  291. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/nextjs/SKILL.md +9 -2
  292. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/observability/SKILL.md +9 -2
  293. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/owasp-security-review/SKILL.md +9 -2
  294. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/pentest-skill/SKILL.md +9 -2
  295. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/performance-testing/SKILL.md +9 -2
  296. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/php-best-practices/SKILL.md +9 -2
  297. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/playwright-interactive/SKILL.md +9 -2
  298. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/playwright-persistent-browser/SKILL.md +9 -2
  299. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/prisma/SKILL.md +9 -2
  300. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/prompt-engineering/SKILL.md +9 -2
  301. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/python-best-practices/SKILL.md +9 -2
  302. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/rag-patterns/SKILL.md +9 -2
  303. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/react/SKILL.md +9 -2
  304. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/react-native/SKILL.md +9 -2
  305. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/react-native-callstack/SKILL.md +9 -2
  306. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/receiving-code-review/SKILL.md +9 -2
  307. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/remix/SKILL.md +9 -2
  308. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/requesting-code-review/SKILL.md +9 -2
  309. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/rust-best-practices/SKILL.md +9 -2
  310. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/sadd/SKILL.md +9 -2
  311. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/sanitize-pii/SKILL.md +9 -2
  312. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/secret-management/SKILL.md +9 -2
  313. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/skill-creator/SKILL.md +9 -2
  314. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/spec-driven-delivery/SKILL.md +9 -2
  315. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/spring-boot/SKILL.md +9 -2
  316. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/sqlalchemy/SKILL.md +9 -2
  317. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/stitch/SKILL.md +9 -2
  318. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/stripe-integration/SKILL.md +9 -2
  319. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/svelte-sveltekit/SKILL.md +9 -2
  320. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/swift-best-practices/SKILL.md +9 -2
  321. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/system-design/SKILL.md +9 -2
  322. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/systematic-debugging/SKILL.md +9 -2
  323. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/t3-stack/SKILL.md +9 -2
  324. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/tech-doc/SKILL.md +9 -2
  325. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/typescript-best-practices/SKILL.md +9 -2
  326. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/unit-testing/SKILL.md +9 -2
  327. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/vibesec/SKILL.md +9 -2
  328. package/workflows/workflows/agent-environment-setup/platforms/codex/skills/vuejs/SKILL.md +9 -2
  329. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/accessibility.prompt.md +78 -0
  330. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/architecture.prompt.md +128 -0
  331. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/backend.prompt.md +80 -0
  332. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/create.prompt.md +77 -0
  333. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/database.prompt.md +76 -0
  334. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/debug.prompt.md +72 -0
  335. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/devops.prompt.md +73 -0
  336. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/workflows/implement-track.md → copilot/prompts/implement-track.prompt.md} +21 -12
  337. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/migrate.prompt.md +79 -0
  338. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/mobile.prompt.md +80 -0
  339. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/onboard.prompt.md +74 -0
  340. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/workflows/orchestrate.md → copilot/prompts/orchestrate.prompt.md} +21 -12
  341. package/workflows/workflows/agent-environment-setup/platforms/{antigravity/workflows/plan.md → copilot/prompts/plan.prompt.md} +21 -23
  342. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/refactor.prompt.md +76 -0
  343. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/release.prompt.md +79 -0
  344. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/review.prompt.md +75 -0
  345. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/security.prompt.md +78 -0
  346. package/workflows/workflows/agent-environment-setup/platforms/{codex/workflows/spec.md → copilot/prompts/spec.prompt.md} +21 -22
  347. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/test.prompt.md +75 -0
  348. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/vercel.prompt.md +76 -0
  349. package/workflows/workflows/agent-environment-setup/platforms/copilot/rules/copilot-instructions.md +0 -1
  350. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/api-design/SKILL.md +7 -3
  351. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/architecture-doc/SKILL.md +7 -3
  352. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/ci-cd-pipeline/SKILL.md +7 -3
  353. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/code-review/SKILL.md +7 -3
  354. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/csharp-best-practices/SKILL.md +7 -3
  355. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/database-design/SKILL.md +7 -3
  356. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/deep-research/SKILL.md +7 -3
  357. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/django-drf/SKILL.md +7 -3
  358. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/docker-compose-dev/SKILL.md +7 -3
  359. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/drizzle-orm/SKILL.md +7 -3
  360. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/electron-qa/SKILL.md +7 -3
  361. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/expo-app/SKILL.md +7 -3
  362. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/express-nodejs/SKILL.md +7 -3
  363. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/fastapi/SKILL.md +7 -3
  364. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/frontend-design/SKILL.md +7 -3
  365. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/gin-golang/SKILL.md +7 -3
  366. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/git-workflow/SKILL.md +7 -3
  367. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/go-fiber/SKILL.md +7 -3
  368. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/golang-best-practices/SKILL.md +7 -3
  369. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/google-workspace/SKILL.md +7 -3
  370. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/huggingface-ml/SKILL.md +7 -3
  371. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/integration-testing/SKILL.md +7 -3
  372. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/java-best-practices/SKILL.md +7 -3
  373. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/javascript-best-practices/SKILL.md +7 -3
  374. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/kaizen-iteration/SKILL.md +7 -3
  375. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/kotlin-best-practices/SKILL.md +7 -3
  376. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/kubernetes-deploy/SKILL.md +7 -3
  377. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/laravel/SKILL.md +7 -3
  378. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/llm-eval/SKILL.md +7 -3
  379. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/mcp-server-builder/SKILL.md +7 -3
  380. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/microservices-design/SKILL.md +7 -3
  381. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/nestjs/SKILL.md +7 -3
  382. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/nextjs/SKILL.md +7 -3
  383. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/observability/SKILL.md +7 -3
  384. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/owasp-security-review/SKILL.md +7 -3
  385. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/pentest-skill/SKILL.md +7 -3
  386. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/performance-testing/SKILL.md +7 -3
  387. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/php-best-practices/SKILL.md +7 -3
  388. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/playwright-interactive/SKILL.md +7 -3
  389. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/playwright-persistent-browser/SKILL.md +7 -3
  390. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/prisma/SKILL.md +7 -3
  391. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/prompt-engineering/SKILL.md +7 -3
  392. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/python-best-practices/SKILL.md +7 -3
  393. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rag-patterns/SKILL.md +7 -3
  394. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/react/SKILL.md +7 -3
  395. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/react-native/SKILL.md +7 -3
  396. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/react-native-callstack/SKILL.md +7 -3
  397. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/receiving-code-review/SKILL.md +7 -3
  398. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/remix/SKILL.md +7 -3
  399. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/requesting-code-review/SKILL.md +7 -3
  400. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rust-best-practices/SKILL.md +7 -3
  401. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/sadd/SKILL.md +7 -3
  402. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/sanitize-pii/SKILL.md +7 -3
  403. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/secret-management/SKILL.md +7 -3
  404. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/skill-creator/SKILL.md +7 -3
  405. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/spec-driven-delivery/SKILL.md +7 -3
  406. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/spring-boot/SKILL.md +7 -3
  407. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/sqlalchemy/SKILL.md +7 -3
  408. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/stitch/SKILL.md +7 -3
  409. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/stripe-integration/SKILL.md +7 -3
  410. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/svelte-sveltekit/SKILL.md +7 -3
  411. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/swift-best-practices/SKILL.md +7 -3
  412. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/system-design/SKILL.md +7 -3
  413. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/systematic-debugging/SKILL.md +7 -3
  414. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/t3-stack/SKILL.md +7 -3
  415. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/tech-doc/SKILL.md +7 -3
  416. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/typescript-best-practices/SKILL.md +7 -3
  417. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/unit-testing/SKILL.md +7 -3
  418. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vibesec/SKILL.md +7 -3
  419. package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/vuejs/SKILL.md +7 -3
  420. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/accessibility.toml +69 -4
  421. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-backend-specialist.toml +86 -0
  422. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-code-archaeologist.toml +67 -0
  423. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-database-architect.toml +79 -0
  424. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-debugger.toml +76 -0
  425. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-devops-engineer.toml +74 -0
  426. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-documentation-writer.toml +65 -0
  427. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-frontend-specialist.toml +76 -0
  428. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-game-developer.toml +52 -0
  429. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-mobile-developer.toml +76 -0
  430. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-orchestrator.toml +194 -0
  431. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-penetration-tester.toml +70 -0
  432. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-performance-optimizer.toml +69 -0
  433. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-product-manager.toml +56 -0
  434. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-project-planner.toml +72 -0
  435. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-qa-automation-engineer.toml +63 -0
  436. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-researcher.toml +73 -0
  437. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-security-auditor.toml +73 -0
  438. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-seo-specialist.toml +52 -0
  439. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-sre-engineer.toml +74 -0
  440. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-test-engineer.toml +71 -0
  441. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-validator.toml +76 -0
  442. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/agent-vercel-expert.toml +59 -0
  443. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/architecture.toml +120 -5
  444. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/backend.toml +71 -4
  445. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/create.toml +68 -4
  446. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/database.toml +67 -4
  447. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/debug.toml +63 -4
  448. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/devops.toml +64 -4
  449. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/implement-track.toml +71 -4
  450. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/migrate.toml +70 -4
  451. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/mobile.toml +71 -4
  452. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/onboard.toml +65 -4
  453. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/orchestrate.toml +73 -4
  454. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/plan.toml +79 -4
  455. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/refactor.toml +67 -4
  456. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/release.toml +70 -4
  457. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/review.toml +66 -4
  458. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/security.toml +69 -4
  459. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/spec.toml +71 -4
  460. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/test.toml +66 -4
  461. package/workflows/workflows/agent-environment-setup/platforms/gemini/commands/vercel.toml +67 -4
  462. package/workflows/workflows/agent-environment-setup/platforms/gemini/rules/GEMINI.md +17 -17
  463. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/api-design/SKILL.md +8 -4
  464. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/architecture-doc/SKILL.md +8 -4
  465. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/ci-cd-pipeline/SKILL.md +8 -4
  466. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/code-review/SKILL.md +8 -4
  467. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/csharp-best-practices/SKILL.md +8 -4
  468. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/database-design/SKILL.md +8 -4
  469. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/deep-research/SKILL.md +8 -4
  470. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/django-drf/SKILL.md +8 -4
  471. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/docker-compose-dev/SKILL.md +8 -4
  472. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/drizzle-orm/SKILL.md +8 -4
  473. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/electron-qa/SKILL.md +8 -4
  474. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/expo-app/SKILL.md +8 -4
  475. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/express-nodejs/SKILL.md +8 -4
  476. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/fastapi/SKILL.md +8 -4
  477. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/frontend-design/SKILL.md +8 -4
  478. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/gin-golang/SKILL.md +8 -4
  479. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/git-workflow/SKILL.md +8 -4
  480. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/go-fiber/SKILL.md +8 -4
  481. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/golang-best-practices/SKILL.md +8 -4
  482. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/google-workspace/SKILL.md +8 -4
  483. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/huggingface-ml/SKILL.md +8 -4
  484. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/integration-testing/SKILL.md +8 -4
  485. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/java-best-practices/SKILL.md +8 -4
  486. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/javascript-best-practices/SKILL.md +8 -4
  487. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/kaizen-iteration/SKILL.md +8 -4
  488. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/kotlin-best-practices/SKILL.md +8 -4
  489. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/kubernetes-deploy/SKILL.md +8 -4
  490. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/laravel/SKILL.md +8 -4
  491. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/llm-eval/SKILL.md +8 -4
  492. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/mcp-server-builder/SKILL.md +8 -4
  493. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/microservices-design/SKILL.md +8 -4
  494. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/nestjs/SKILL.md +8 -4
  495. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/nextjs/SKILL.md +8 -4
  496. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/observability/SKILL.md +8 -4
  497. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/owasp-security-review/SKILL.md +8 -4
  498. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/pentest-skill/SKILL.md +8 -4
  499. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/performance-testing/SKILL.md +8 -4
  500. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/php-best-practices/SKILL.md +8 -4
  501. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/playwright-interactive/SKILL.md +8 -4
  502. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/playwright-persistent-browser/SKILL.md +8 -4
  503. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/prisma/SKILL.md +8 -4
  504. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/prompt-engineering/SKILL.md +8 -4
  505. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/python-best-practices/SKILL.md +8 -4
  506. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/rag-patterns/SKILL.md +8 -4
  507. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/react/SKILL.md +8 -4
  508. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/react-native/SKILL.md +8 -4
  509. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/react-native-callstack/SKILL.md +8 -4
  510. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/receiving-code-review/SKILL.md +8 -4
  511. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/remix/SKILL.md +8 -4
  512. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/requesting-code-review/SKILL.md +8 -4
  513. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/rust-best-practices/SKILL.md +8 -4
  514. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/sadd/SKILL.md +8 -4
  515. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/sanitize-pii/SKILL.md +8 -4
  516. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/secret-management/SKILL.md +8 -4
  517. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/skill-creator/SKILL.md +8 -4
  518. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/spec-driven-delivery/SKILL.md +8 -4
  519. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/spring-boot/SKILL.md +8 -4
  520. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/sqlalchemy/SKILL.md +8 -4
  521. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/stitch/SKILL.md +8 -4
  522. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/stripe-integration/SKILL.md +8 -4
  523. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/svelte-sveltekit/SKILL.md +8 -4
  524. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/swift-best-practices/SKILL.md +8 -4
  525. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/system-design/SKILL.md +8 -4
  526. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/systematic-debugging/SKILL.md +8 -4
  527. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/t3-stack/SKILL.md +8 -4
  528. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/tech-doc/SKILL.md +8 -4
  529. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/typescript-best-practices/SKILL.md +8 -4
  530. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/unit-testing/SKILL.md +8 -4
  531. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/vibesec/SKILL.md +8 -4
  532. package/workflows/workflows/agent-environment-setup/platforms/gemini/skills/vuejs/SKILL.md +8 -4
  533. package/workflows/workflows/agent-environment-setup/shared/rules/STEERING.md +1 -1
  534. package/workflows/workflows/agent-environment-setup/shared/rules/overrides/antigravity.md +4 -5
  535. package/workflows/workflows/agent-environment-setup/shared/rules/overrides/codex.md +7 -6
  536. package/workflows/workflows/agent-environment-setup/shared/rules/overrides/copilot.md +1 -2
  537. package/workflows/workflows/agent-environment-setup/shared/rules/overrides/gemini.md +1 -3
  538. package/workflows/workflows/agent-environment-setup/shared/workflows/architecture.md +33 -11
  539. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/accessibility.md +0 -77
  540. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/architecture.md +0 -107
  541. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/backend.md +0 -86
  542. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/create.md +0 -68
  543. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/database.md +0 -67
  544. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/debug.md +0 -63
  545. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/devops.md +0 -78
  546. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/migrate.md +0 -78
  547. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/mobile.md +0 -71
  548. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/onboard.md +0 -72
  549. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/refactor.md +0 -67
  550. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/release.md +0 -70
  551. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/review.md +0 -66
  552. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/security.md +0 -69
  553. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/spec.md +0 -81
  554. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/test.md +0 -66
  555. package/workflows/workflows/agent-environment-setup/platforms/antigravity/workflows/vercel.md +0 -76
  556. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/backend-specialist.md +0 -81
  557. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/code-archaeologist.md +0 -77
  558. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/database-architect.md +0 -74
  559. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/debugger.md +0 -72
  560. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/devops-engineer.md +0 -69
  561. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/documentation-writer.md +0 -58
  562. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/frontend-specialist.md +0 -89
  563. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/game-developer.md +0 -42
  564. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/mobile-developer.md +0 -71
  565. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/penetration-tester.md +0 -81
  566. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/performance-optimizer.md +0 -62
  567. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/product-manager.md +0 -61
  568. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/qa-automation-engineer.md +0 -68
  569. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/security-auditor.md +0 -94
  570. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/seo-specialist.md +0 -42
  571. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/sre-engineer.md +0 -88
  572. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/test-engineer.md +0 -80
  573. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/validator.md +0 -77
  574. package/workflows/workflows/agent-environment-setup/platforms/codex/agents/vercel-expert.md +0 -49
  575. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/accessibility.md +0 -77
  576. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/architecture.md +0 -107
  577. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/backend.md +0 -86
  578. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/create.md +0 -68
  579. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/database.md +0 -67
  580. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/debug.md +0 -63
  581. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/devops.md +0 -78
  582. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/implement-track.md +0 -71
  583. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/migrate.md +0 -78
  584. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/mobile.md +0 -71
  585. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/onboard.md +0 -72
  586. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/orchestrate.md +0 -73
  587. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/plan.md +0 -90
  588. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/refactor.md +0 -67
  589. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/release.md +0 -70
  590. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/review.md +0 -66
  591. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/security.md +0 -69
  592. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/test.md +0 -66
  593. package/workflows/workflows/agent-environment-setup/platforms/codex/workflows/vercel.md +0 -76
  594. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-accessibility.prompt.md +0 -18
  595. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-architecture.prompt.md +0 -18
  596. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-backend.prompt.md +0 -18
  597. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-create.prompt.md +0 -18
  598. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-database.prompt.md +0 -18
  599. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-debug.prompt.md +0 -18
  600. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-devops.prompt.md +0 -18
  601. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-implement-track.prompt.md +0 -18
  602. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-migrate.prompt.md +0 -18
  603. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-mobile.prompt.md +0 -18
  604. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-onboard.prompt.md +0 -18
  605. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-orchestrate.prompt.md +0 -18
  606. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-plan.prompt.md +0 -18
  607. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-refactor.prompt.md +0 -18
  608. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-release.prompt.md +0 -18
  609. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-review.prompt.md +0 -18
  610. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-security.prompt.md +0 -18
  611. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-spec.prompt.md +0 -18
  612. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-test.prompt.md +0 -18
  613. package/workflows/workflows/agent-environment-setup/platforms/copilot/prompts/workflow-vercel.prompt.md +0 -18
  614. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/accessibility.md +0 -77
  615. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/architecture.md +0 -107
  616. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/backend.md +0 -86
  617. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/create.md +0 -68
  618. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/database.md +0 -67
  619. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/debug.md +0 -63
  620. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/devops.md +0 -78
  621. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/implement-track.md +0 -71
  622. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/migrate.md +0 -78
  623. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/mobile.md +0 -71
  624. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/onboard.md +0 -72
  625. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/orchestrate.md +0 -73
  626. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/plan.md +0 -90
  627. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/refactor.md +0 -67
  628. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/release.md +0 -70
  629. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/review.md +0 -66
  630. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/security.md +0 -69
  631. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/spec.md +0 -81
  632. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/test.md +0 -66
  633. package/workflows/workflows/agent-environment-setup/platforms/gemini/workflows/vercel.md +0 -76
@@ -1,7 +1,7 @@
1
1
  {
2
- "$schema": "cubis-foundry-route-manifest-v1",
2
+ "$schema": "cubis-foundry-route-manifest-v2",
3
3
  "generatedAt": "1970-01-01T00:00:00.000Z",
4
- "contentHash": "899035d77675ed16",
4
+ "contentHash": "75374abae89a8fc1",
5
5
  "summary": {
6
6
  "totalRoutes": 42,
7
7
  "workflows": 20,
@@ -63,20 +63,24 @@
63
63
  ],
64
64
  "artifacts": {
65
65
  "codex": {
66
- "agentFile": "backend-specialist.md",
67
- "compatibilityAlias": "$agent-backend-specialist"
66
+ "target": "agent",
67
+ "agentFile": "backend-specialist.toml"
68
68
  },
69
69
  "copilot": {
70
+ "target": "agent",
70
71
  "agentFile": "backend-specialist.md"
71
72
  },
72
73
  "antigravity": {
73
- "agentFile": "backend-specialist.md"
74
+ "target": "command",
75
+ "commandFile": "agent-backend-specialist.toml"
74
76
  },
75
77
  "claude": {
78
+ "target": "agent",
76
79
  "agentFile": "backend-specialist.md"
77
80
  },
78
81
  "gemini": {
79
- "posture": "backend-specialist"
82
+ "target": "command",
83
+ "commandFile": "agent-backend-specialist.toml"
80
84
  }
81
85
  }
82
86
  },
@@ -114,20 +118,24 @@
114
118
  ],
115
119
  "artifacts": {
116
120
  "codex": {
117
- "agentFile": "code-archaeologist.md",
118
- "compatibilityAlias": "$agent-code-archaeologist"
121
+ "target": "agent",
122
+ "agentFile": "code-archaeologist.toml"
119
123
  },
120
124
  "copilot": {
125
+ "target": "agent",
121
126
  "agentFile": "code-archaeologist.md"
122
127
  },
123
128
  "antigravity": {
124
- "agentFile": "code-archaeologist.md"
129
+ "target": "command",
130
+ "commandFile": "agent-code-archaeologist.toml"
125
131
  },
126
132
  "claude": {
133
+ "target": "agent",
127
134
  "agentFile": "code-archaeologist.md"
128
135
  },
129
136
  "gemini": {
130
- "posture": "code-archaeologist"
137
+ "target": "command",
138
+ "commandFile": "agent-code-archaeologist.toml"
131
139
  }
132
140
  }
133
141
  },
@@ -164,20 +172,24 @@
164
172
  ],
165
173
  "artifacts": {
166
174
  "codex": {
167
- "agentFile": "database-architect.md",
168
- "compatibilityAlias": "$agent-database-architect"
175
+ "target": "agent",
176
+ "agentFile": "database-architect.toml"
169
177
  },
170
178
  "copilot": {
179
+ "target": "agent",
171
180
  "agentFile": "database-architect.md"
172
181
  },
173
182
  "antigravity": {
174
- "agentFile": "database-architect.md"
183
+ "target": "command",
184
+ "commandFile": "agent-database-architect.toml"
175
185
  },
176
186
  "claude": {
187
+ "target": "agent",
177
188
  "agentFile": "database-architect.md"
178
189
  },
179
190
  "gemini": {
180
- "posture": "database-architect"
191
+ "target": "command",
192
+ "commandFile": "agent-database-architect.toml"
181
193
  }
182
194
  }
183
195
  },
@@ -209,20 +221,24 @@
209
221
  ],
210
222
  "artifacts": {
211
223
  "codex": {
212
- "agentFile": "debugger.md",
213
- "compatibilityAlias": "$agent-debugger"
224
+ "target": "agent",
225
+ "agentFile": "debugger.toml"
214
226
  },
215
227
  "copilot": {
228
+ "target": "agent",
216
229
  "agentFile": "debugger.md"
217
230
  },
218
231
  "antigravity": {
219
- "agentFile": "debugger.md"
232
+ "target": "command",
233
+ "commandFile": "agent-debugger.toml"
220
234
  },
221
235
  "claude": {
236
+ "target": "agent",
222
237
  "agentFile": "debugger.md"
223
238
  },
224
239
  "gemini": {
225
- "posture": "debugger"
240
+ "target": "command",
241
+ "commandFile": "agent-debugger.toml"
226
242
  }
227
243
  }
228
244
  },
@@ -261,20 +277,24 @@
261
277
  ],
262
278
  "artifacts": {
263
279
  "codex": {
264
- "agentFile": "devops-engineer.md",
265
- "compatibilityAlias": "$agent-devops-engineer"
280
+ "target": "agent",
281
+ "agentFile": "devops-engineer.toml"
266
282
  },
267
283
  "copilot": {
284
+ "target": "agent",
268
285
  "agentFile": "devops-engineer.md"
269
286
  },
270
287
  "antigravity": {
271
- "agentFile": "devops-engineer.md"
288
+ "target": "command",
289
+ "commandFile": "agent-devops-engineer.toml"
272
290
  },
273
291
  "claude": {
292
+ "target": "agent",
274
293
  "agentFile": "devops-engineer.md"
275
294
  },
276
295
  "gemini": {
277
- "posture": "devops-engineer"
296
+ "target": "command",
297
+ "commandFile": "agent-devops-engineer.toml"
278
298
  }
279
299
  }
280
300
  },
@@ -304,20 +324,24 @@
304
324
  ],
305
325
  "artifacts": {
306
326
  "codex": {
307
- "agentFile": "documentation-writer.md",
308
- "compatibilityAlias": "$agent-documentation-writer"
327
+ "target": "agent",
328
+ "agentFile": "documentation-writer.toml"
309
329
  },
310
330
  "copilot": {
331
+ "target": "agent",
311
332
  "agentFile": "documentation-writer.md"
312
333
  },
313
334
  "antigravity": {
314
- "agentFile": "documentation-writer.md"
335
+ "target": "command",
336
+ "commandFile": "agent-documentation-writer.toml"
315
337
  },
316
338
  "claude": {
339
+ "target": "agent",
317
340
  "agentFile": "documentation-writer.md"
318
341
  },
319
342
  "gemini": {
320
- "posture": "documentation-writer"
343
+ "target": "command",
344
+ "commandFile": "agent-documentation-writer.toml"
321
345
  }
322
346
  }
323
347
  },
@@ -361,20 +385,24 @@
361
385
  ],
362
386
  "artifacts": {
363
387
  "codex": {
364
- "agentFile": "frontend-specialist.md",
365
- "compatibilityAlias": "$agent-frontend-specialist"
388
+ "target": "agent",
389
+ "agentFile": "frontend-specialist.toml"
366
390
  },
367
391
  "copilot": {
392
+ "target": "agent",
368
393
  "agentFile": "frontend-specialist.md"
369
394
  },
370
395
  "antigravity": {
371
- "agentFile": "frontend-specialist.md"
396
+ "target": "command",
397
+ "commandFile": "agent-frontend-specialist.toml"
372
398
  },
373
399
  "claude": {
400
+ "target": "agent",
374
401
  "agentFile": "frontend-specialist.md"
375
402
  },
376
403
  "gemini": {
377
- "posture": "frontend-specialist"
404
+ "target": "command",
405
+ "commandFile": "agent-frontend-specialist.toml"
378
406
  }
379
407
  }
380
408
  },
@@ -408,20 +436,24 @@
408
436
  ],
409
437
  "artifacts": {
410
438
  "codex": {
411
- "agentFile": "game-developer.md",
412
- "compatibilityAlias": "$agent-game-developer"
439
+ "target": "agent",
440
+ "agentFile": "game-developer.toml"
413
441
  },
414
442
  "copilot": {
443
+ "target": "agent",
415
444
  "agentFile": "game-developer.md"
416
445
  },
417
446
  "antigravity": {
418
- "agentFile": "game-developer.md"
447
+ "target": "command",
448
+ "commandFile": "agent-game-developer.toml"
419
449
  },
420
450
  "claude": {
451
+ "target": "agent",
421
452
  "agentFile": "game-developer.md"
422
453
  },
423
454
  "gemini": {
424
- "posture": "game-developer"
455
+ "target": "command",
456
+ "commandFile": "agent-game-developer.toml"
425
457
  }
426
458
  }
427
459
  },
@@ -459,20 +491,24 @@
459
491
  ],
460
492
  "artifacts": {
461
493
  "codex": {
462
- "agentFile": "mobile-developer.md",
463
- "compatibilityAlias": "$agent-mobile-developer"
494
+ "target": "agent",
495
+ "agentFile": "mobile-developer.toml"
464
496
  },
465
497
  "copilot": {
498
+ "target": "agent",
466
499
  "agentFile": "mobile-developer.md"
467
500
  },
468
501
  "antigravity": {
469
- "agentFile": "mobile-developer.md"
502
+ "target": "command",
503
+ "commandFile": "agent-mobile-developer.toml"
470
504
  },
471
505
  "claude": {
506
+ "target": "agent",
472
507
  "agentFile": "mobile-developer.md"
473
508
  },
474
509
  "gemini": {
475
- "posture": "mobile-developer"
510
+ "target": "command",
511
+ "commandFile": "agent-mobile-developer.toml"
476
512
  }
477
513
  }
478
514
  },
@@ -509,20 +545,24 @@
509
545
  ],
510
546
  "artifacts": {
511
547
  "codex": {
512
- "agentFile": "orchestrator.md",
513
- "compatibilityAlias": "$agent-orchestrator"
548
+ "target": "agent",
549
+ "agentFile": "orchestrator.toml"
514
550
  },
515
551
  "copilot": {
552
+ "target": "agent",
516
553
  "agentFile": "orchestrator.md"
517
554
  },
518
555
  "antigravity": {
519
- "agentFile": "orchestrator.md"
556
+ "target": "command",
557
+ "commandFile": "agent-orchestrator.toml"
520
558
  },
521
559
  "claude": {
560
+ "target": "agent",
522
561
  "agentFile": "orchestrator.md"
523
562
  },
524
563
  "gemini": {
525
- "posture": "orchestrator"
564
+ "target": "command",
565
+ "commandFile": "agent-orchestrator.toml"
526
566
  }
527
567
  }
528
568
  },
@@ -564,20 +604,24 @@
564
604
  ],
565
605
  "artifacts": {
566
606
  "codex": {
567
- "agentFile": "penetration-tester.md",
568
- "compatibilityAlias": "$agent-penetration-tester"
607
+ "target": "agent",
608
+ "agentFile": "penetration-tester.toml"
569
609
  },
570
610
  "copilot": {
611
+ "target": "agent",
571
612
  "agentFile": "penetration-tester.md"
572
613
  },
573
614
  "antigravity": {
574
- "agentFile": "penetration-tester.md"
615
+ "target": "command",
616
+ "commandFile": "agent-penetration-tester.toml"
575
617
  },
576
618
  "claude": {
619
+ "target": "agent",
577
620
  "agentFile": "penetration-tester.md"
578
621
  },
579
622
  "gemini": {
580
- "posture": "penetration-tester"
623
+ "target": "command",
624
+ "commandFile": "agent-penetration-tester.toml"
581
625
  }
582
626
  }
583
627
  },
@@ -612,20 +656,24 @@
612
656
  ],
613
657
  "artifacts": {
614
658
  "codex": {
615
- "agentFile": "performance-optimizer.md",
616
- "compatibilityAlias": "$agent-performance-optimizer"
659
+ "target": "agent",
660
+ "agentFile": "performance-optimizer.toml"
617
661
  },
618
662
  "copilot": {
663
+ "target": "agent",
619
664
  "agentFile": "performance-optimizer.md"
620
665
  },
621
666
  "antigravity": {
622
- "agentFile": "performance-optimizer.md"
667
+ "target": "command",
668
+ "commandFile": "agent-performance-optimizer.toml"
623
669
  },
624
670
  "claude": {
671
+ "target": "agent",
625
672
  "agentFile": "performance-optimizer.md"
626
673
  },
627
674
  "gemini": {
628
- "posture": "performance-optimizer"
675
+ "target": "command",
676
+ "commandFile": "agent-performance-optimizer.toml"
629
677
  }
630
678
  }
631
679
  },
@@ -662,20 +710,24 @@
662
710
  ],
663
711
  "artifacts": {
664
712
  "codex": {
665
- "agentFile": "product-manager.md",
666
- "compatibilityAlias": "$agent-product-manager"
713
+ "target": "agent",
714
+ "agentFile": "product-manager.toml"
667
715
  },
668
716
  "copilot": {
717
+ "target": "agent",
669
718
  "agentFile": "product-manager.md"
670
719
  },
671
720
  "antigravity": {
672
- "agentFile": "product-manager.md"
721
+ "target": "command",
722
+ "commandFile": "agent-product-manager.toml"
673
723
  },
674
724
  "claude": {
725
+ "target": "agent",
675
726
  "agentFile": "product-manager.md"
676
727
  },
677
728
  "gemini": {
678
- "posture": "product-manager"
729
+ "target": "command",
730
+ "commandFile": "agent-product-manager.toml"
679
731
  }
680
732
  }
681
733
  },
@@ -712,20 +764,24 @@
712
764
  ],
713
765
  "artifacts": {
714
766
  "codex": {
715
- "agentFile": "project-planner.md",
716
- "compatibilityAlias": "$agent-project-planner"
767
+ "target": "agent",
768
+ "agentFile": "project-planner.toml"
717
769
  },
718
770
  "copilot": {
771
+ "target": "agent",
719
772
  "agentFile": "project-planner.md"
720
773
  },
721
774
  "antigravity": {
722
- "agentFile": "project-planner.md"
775
+ "target": "command",
776
+ "commandFile": "agent-project-planner.toml"
723
777
  },
724
778
  "claude": {
779
+ "target": "agent",
725
780
  "agentFile": "project-planner.md"
726
781
  },
727
782
  "gemini": {
728
- "posture": "project-planner"
783
+ "target": "command",
784
+ "commandFile": "agent-project-planner.toml"
729
785
  }
730
786
  }
731
787
  },
@@ -766,20 +822,24 @@
766
822
  ],
767
823
  "artifacts": {
768
824
  "codex": {
769
- "agentFile": "qa-automation-engineer.md",
770
- "compatibilityAlias": "$agent-qa-automation-engineer"
825
+ "target": "agent",
826
+ "agentFile": "qa-automation-engineer.toml"
771
827
  },
772
828
  "copilot": {
829
+ "target": "agent",
773
830
  "agentFile": "qa-automation-engineer.md"
774
831
  },
775
832
  "antigravity": {
776
- "agentFile": "qa-automation-engineer.md"
833
+ "target": "command",
834
+ "commandFile": "agent-qa-automation-engineer.toml"
777
835
  },
778
836
  "claude": {
837
+ "target": "agent",
779
838
  "agentFile": "qa-automation-engineer.md"
780
839
  },
781
840
  "gemini": {
782
- "posture": "qa-automation-engineer"
841
+ "target": "command",
842
+ "commandFile": "agent-qa-automation-engineer.toml"
783
843
  }
784
844
  }
785
845
  },
@@ -814,20 +874,24 @@
814
874
  ],
815
875
  "artifacts": {
816
876
  "codex": {
817
- "agentFile": "researcher.md",
818
- "compatibilityAlias": "$agent-researcher"
877
+ "target": "agent",
878
+ "agentFile": "researcher.toml"
819
879
  },
820
880
  "copilot": {
881
+ "target": "agent",
821
882
  "agentFile": "researcher.md"
822
883
  },
823
884
  "antigravity": {
824
- "agentFile": "researcher.md"
885
+ "target": "command",
886
+ "commandFile": "agent-researcher.toml"
825
887
  },
826
888
  "claude": {
889
+ "target": "agent",
827
890
  "agentFile": "researcher.md"
828
891
  },
829
892
  "gemini": {
830
- "posture": "researcher"
893
+ "target": "command",
894
+ "commandFile": "agent-researcher.toml"
831
895
  }
832
896
  }
833
897
  },
@@ -880,20 +944,24 @@
880
944
  ],
881
945
  "artifacts": {
882
946
  "codex": {
883
- "agentFile": "security-auditor.md",
884
- "compatibilityAlias": "$agent-security-auditor"
947
+ "target": "agent",
948
+ "agentFile": "security-auditor.toml"
885
949
  },
886
950
  "copilot": {
951
+ "target": "agent",
887
952
  "agentFile": "security-auditor.md"
888
953
  },
889
954
  "antigravity": {
890
- "agentFile": "security-auditor.md"
955
+ "target": "command",
956
+ "commandFile": "agent-security-auditor.toml"
891
957
  },
892
958
  "claude": {
959
+ "target": "agent",
893
960
  "agentFile": "security-auditor.md"
894
961
  },
895
962
  "gemini": {
896
- "posture": "security-auditor"
963
+ "target": "command",
964
+ "commandFile": "agent-security-auditor.toml"
897
965
  }
898
966
  }
899
967
  },
@@ -924,20 +992,24 @@
924
992
  ],
925
993
  "artifacts": {
926
994
  "codex": {
927
- "agentFile": "seo-specialist.md",
928
- "compatibilityAlias": "$agent-seo-specialist"
995
+ "target": "agent",
996
+ "agentFile": "seo-specialist.toml"
929
997
  },
930
998
  "copilot": {
999
+ "target": "agent",
931
1000
  "agentFile": "seo-specialist.md"
932
1001
  },
933
1002
  "antigravity": {
934
- "agentFile": "seo-specialist.md"
1003
+ "target": "command",
1004
+ "commandFile": "agent-seo-specialist.toml"
935
1005
  },
936
1006
  "claude": {
1007
+ "target": "agent",
937
1008
  "agentFile": "seo-specialist.md"
938
1009
  },
939
1010
  "gemini": {
940
- "posture": "seo-specialist"
1011
+ "target": "command",
1012
+ "commandFile": "agent-seo-specialist.toml"
941
1013
  }
942
1014
  }
943
1015
  },
@@ -980,20 +1052,24 @@
980
1052
  ],
981
1053
  "artifacts": {
982
1054
  "codex": {
983
- "agentFile": "sre-engineer.md",
984
- "compatibilityAlias": "$agent-sre-engineer"
1055
+ "target": "agent",
1056
+ "agentFile": "sre-engineer.toml"
985
1057
  },
986
1058
  "copilot": {
1059
+ "target": "agent",
987
1060
  "agentFile": "sre-engineer.md"
988
1061
  },
989
1062
  "antigravity": {
990
- "agentFile": "sre-engineer.md"
1063
+ "target": "command",
1064
+ "commandFile": "agent-sre-engineer.toml"
991
1065
  },
992
1066
  "claude": {
1067
+ "target": "agent",
993
1068
  "agentFile": "sre-engineer.md"
994
1069
  },
995
1070
  "gemini": {
996
- "posture": "sre-engineer"
1071
+ "target": "command",
1072
+ "commandFile": "agent-sre-engineer.toml"
997
1073
  }
998
1074
  }
999
1075
  },
@@ -1036,20 +1112,24 @@
1036
1112
  ],
1037
1113
  "artifacts": {
1038
1114
  "codex": {
1039
- "agentFile": "test-engineer.md",
1040
- "compatibilityAlias": "$agent-test-engineer"
1115
+ "target": "agent",
1116
+ "agentFile": "test-engineer.toml"
1041
1117
  },
1042
1118
  "copilot": {
1119
+ "target": "agent",
1043
1120
  "agentFile": "test-engineer.md"
1044
1121
  },
1045
1122
  "antigravity": {
1046
- "agentFile": "test-engineer.md"
1123
+ "target": "command",
1124
+ "commandFile": "agent-test-engineer.toml"
1047
1125
  },
1048
1126
  "claude": {
1127
+ "target": "agent",
1049
1128
  "agentFile": "test-engineer.md"
1050
1129
  },
1051
1130
  "gemini": {
1052
- "posture": "test-engineer"
1131
+ "target": "command",
1132
+ "commandFile": "agent-test-engineer.toml"
1053
1133
  }
1054
1134
  }
1055
1135
  },
@@ -1086,20 +1166,24 @@
1086
1166
  ],
1087
1167
  "artifacts": {
1088
1168
  "codex": {
1089
- "agentFile": "validator.md",
1090
- "compatibilityAlias": "$agent-validator"
1169
+ "target": "agent",
1170
+ "agentFile": "validator.toml"
1091
1171
  },
1092
1172
  "copilot": {
1173
+ "target": "agent",
1093
1174
  "agentFile": "validator.md"
1094
1175
  },
1095
1176
  "antigravity": {
1096
- "agentFile": "validator.md"
1177
+ "target": "command",
1178
+ "commandFile": "agent-validator.toml"
1097
1179
  },
1098
1180
  "claude": {
1181
+ "target": "agent",
1099
1182
  "agentFile": "validator.md"
1100
1183
  },
1101
1184
  "gemini": {
1102
- "posture": "validator"
1185
+ "target": "command",
1186
+ "commandFile": "agent-validator.toml"
1103
1187
  }
1104
1188
  }
1105
1189
  },
@@ -1135,20 +1219,24 @@
1135
1219
  ],
1136
1220
  "artifacts": {
1137
1221
  "codex": {
1138
- "agentFile": "vercel-expert.md",
1139
- "compatibilityAlias": "$agent-vercel-expert"
1222
+ "target": "agent",
1223
+ "agentFile": "vercel-expert.toml"
1140
1224
  },
1141
1225
  "copilot": {
1226
+ "target": "agent",
1142
1227
  "agentFile": "vercel-expert.md"
1143
1228
  },
1144
1229
  "antigravity": {
1145
- "agentFile": "vercel-expert.md"
1230
+ "target": "command",
1231
+ "commandFile": "agent-vercel-expert.toml"
1146
1232
  },
1147
1233
  "claude": {
1234
+ "target": "agent",
1148
1235
  "agentFile": "vercel-expert.md"
1149
1236
  },
1150
1237
  "gemini": {
1151
- "posture": "vercel-expert"
1238
+ "target": "command",
1239
+ "commandFile": "agent-vercel-expert.toml"
1152
1240
  }
1153
1241
  }
1154
1242
  },
@@ -1186,22 +1274,23 @@
1186
1274
  ],
1187
1275
  "artifacts": {
1188
1276
  "codex": {
1189
- "workflowFile": "accessibility.md",
1190
- "compatibilityAlias": "$workflow-accessibility"
1277
+ "target": "skill",
1278
+ "skillDir": "accessibility"
1191
1279
  },
1192
1280
  "copilot": {
1193
- "workflowFile": "accessibility.md",
1194
- "promptFile": "workflow-accessibility.prompt.md"
1281
+ "target": "prompt",
1282
+ "promptFile": "accessibility.prompt.md"
1195
1283
  },
1196
1284
  "antigravity": {
1197
- "workflowFile": "accessibility.md",
1285
+ "target": "command",
1198
1286
  "commandFile": "accessibility.toml"
1199
1287
  },
1200
1288
  "claude": {
1201
- "workflowFile": "accessibility.md"
1289
+ "target": "skill",
1290
+ "skillDir": "accessibility"
1202
1291
  },
1203
1292
  "gemini": {
1204
- "workflowFile": "accessibility.md",
1293
+ "target": "command",
1205
1294
  "commandFile": "accessibility.toml"
1206
1295
  }
1207
1296
  }
@@ -1211,7 +1300,7 @@
1211
1300
  "id": "architecture",
1212
1301
  "command": "/architecture",
1213
1302
  "displayName": "architecture",
1214
- "description": "Refresh the core project foundation docs in docs/foundation/PRODUCT.md, docs/foundation/ARCHITECTURE.md, docs/foundation/TECH.md, and ADR scaffolds with explicit structure, product context, testing, and flow guidance.",
1303
+ "description": "Refresh the core project foundation docs in docs/foundation/MEMORY.md, docs/foundation/PRODUCT.md, docs/foundation/ARCHITECTURE.md, docs/foundation/TECH.md, docs/foundation/memory/*.md, and ADR scaffolds with explicit structure, product context, testing, and flow guidance.",
1215
1304
  "triggers": [
1216
1305
  "architecture",
1217
1306
  "design system",
@@ -1244,22 +1333,23 @@
1244
1333
  ],
1245
1334
  "artifacts": {
1246
1335
  "codex": {
1247
- "workflowFile": "architecture.md",
1248
- "compatibilityAlias": "$workflow-architecture"
1336
+ "target": "skill",
1337
+ "skillDir": "architecture"
1249
1338
  },
1250
1339
  "copilot": {
1251
- "workflowFile": "architecture.md",
1252
- "promptFile": "workflow-architecture.prompt.md"
1340
+ "target": "prompt",
1341
+ "promptFile": "architecture.prompt.md"
1253
1342
  },
1254
1343
  "antigravity": {
1255
- "workflowFile": "architecture.md",
1344
+ "target": "command",
1256
1345
  "commandFile": "architecture.toml"
1257
1346
  },
1258
1347
  "claude": {
1259
- "workflowFile": "architecture.md"
1348
+ "target": "skill",
1349
+ "skillDir": "architecture"
1260
1350
  },
1261
1351
  "gemini": {
1262
- "workflowFile": "architecture.md",
1352
+ "target": "command",
1263
1353
  "commandFile": "architecture.toml"
1264
1354
  }
1265
1355
  }
@@ -1313,22 +1403,23 @@
1313
1403
  ],
1314
1404
  "artifacts": {
1315
1405
  "codex": {
1316
- "workflowFile": "backend.md",
1317
- "compatibilityAlias": "$workflow-backend"
1406
+ "target": "skill",
1407
+ "skillDir": "backend"
1318
1408
  },
1319
1409
  "copilot": {
1320
- "workflowFile": "backend.md",
1321
- "promptFile": "workflow-backend.prompt.md"
1410
+ "target": "prompt",
1411
+ "promptFile": "backend.prompt.md"
1322
1412
  },
1323
1413
  "antigravity": {
1324
- "workflowFile": "backend.md",
1414
+ "target": "command",
1325
1415
  "commandFile": "backend.toml"
1326
1416
  },
1327
1417
  "claude": {
1328
- "workflowFile": "backend.md"
1418
+ "target": "skill",
1419
+ "skillDir": "backend"
1329
1420
  },
1330
1421
  "gemini": {
1331
- "workflowFile": "backend.md",
1422
+ "target": "command",
1332
1423
  "commandFile": "backend.toml"
1333
1424
  }
1334
1425
  }
@@ -1385,22 +1476,23 @@
1385
1476
  ],
1386
1477
  "artifacts": {
1387
1478
  "codex": {
1388
- "workflowFile": "create.md",
1389
- "compatibilityAlias": "$workflow-create"
1479
+ "target": "skill",
1480
+ "skillDir": "create"
1390
1481
  },
1391
1482
  "copilot": {
1392
- "workflowFile": "create.md",
1393
- "promptFile": "workflow-create.prompt.md"
1483
+ "target": "prompt",
1484
+ "promptFile": "create.prompt.md"
1394
1485
  },
1395
1486
  "antigravity": {
1396
- "workflowFile": "create.md",
1487
+ "target": "command",
1397
1488
  "commandFile": "create.toml"
1398
1489
  },
1399
1490
  "claude": {
1400
- "workflowFile": "create.md"
1491
+ "target": "skill",
1492
+ "skillDir": "create"
1401
1493
  },
1402
1494
  "gemini": {
1403
- "workflowFile": "create.md",
1495
+ "target": "command",
1404
1496
  "commandFile": "create.toml"
1405
1497
  }
1406
1498
  }
@@ -1435,22 +1527,23 @@
1435
1527
  ],
1436
1528
  "artifacts": {
1437
1529
  "codex": {
1438
- "workflowFile": "database.md",
1439
- "compatibilityAlias": "$workflow-database"
1530
+ "target": "skill",
1531
+ "skillDir": "database"
1440
1532
  },
1441
1533
  "copilot": {
1442
- "workflowFile": "database.md",
1443
- "promptFile": "workflow-database.prompt.md"
1534
+ "target": "prompt",
1535
+ "promptFile": "database.prompt.md"
1444
1536
  },
1445
1537
  "antigravity": {
1446
- "workflowFile": "database.md",
1538
+ "target": "command",
1447
1539
  "commandFile": "database.toml"
1448
1540
  },
1449
1541
  "claude": {
1450
- "workflowFile": "database.md"
1542
+ "target": "skill",
1543
+ "skillDir": "database"
1451
1544
  },
1452
1545
  "gemini": {
1453
- "workflowFile": "database.md",
1546
+ "target": "command",
1454
1547
  "commandFile": "database.toml"
1455
1548
  }
1456
1549
  }
@@ -1494,22 +1587,23 @@
1494
1587
  ],
1495
1588
  "artifacts": {
1496
1589
  "codex": {
1497
- "workflowFile": "debug.md",
1498
- "compatibilityAlias": "$workflow-debug"
1590
+ "target": "skill",
1591
+ "skillDir": "debug"
1499
1592
  },
1500
1593
  "copilot": {
1501
- "workflowFile": "debug.md",
1502
- "promptFile": "workflow-debug.prompt.md"
1594
+ "target": "prompt",
1595
+ "promptFile": "debug.prompt.md"
1503
1596
  },
1504
1597
  "antigravity": {
1505
- "workflowFile": "debug.md",
1598
+ "target": "command",
1506
1599
  "commandFile": "debug.toml"
1507
1600
  },
1508
1601
  "claude": {
1509
- "workflowFile": "debug.md"
1602
+ "target": "skill",
1603
+ "skillDir": "debug"
1510
1604
  },
1511
1605
  "gemini": {
1512
- "workflowFile": "debug.md",
1606
+ "target": "command",
1513
1607
  "commandFile": "debug.toml"
1514
1608
  }
1515
1609
  }
@@ -1555,22 +1649,23 @@
1555
1649
  ],
1556
1650
  "artifacts": {
1557
1651
  "codex": {
1558
- "workflowFile": "devops.md",
1559
- "compatibilityAlias": "$workflow-devops"
1652
+ "target": "skill",
1653
+ "skillDir": "devops"
1560
1654
  },
1561
1655
  "copilot": {
1562
- "workflowFile": "devops.md",
1563
- "promptFile": "workflow-devops.prompt.md"
1656
+ "target": "prompt",
1657
+ "promptFile": "devops.prompt.md"
1564
1658
  },
1565
1659
  "antigravity": {
1566
- "workflowFile": "devops.md",
1660
+ "target": "command",
1567
1661
  "commandFile": "devops.toml"
1568
1662
  },
1569
1663
  "claude": {
1570
- "workflowFile": "devops.md"
1664
+ "target": "skill",
1665
+ "skillDir": "devops"
1571
1666
  },
1572
1667
  "gemini": {
1573
- "workflowFile": "devops.md",
1668
+ "target": "command",
1574
1669
  "commandFile": "devops.toml"
1575
1670
  }
1576
1671
  }
@@ -1607,22 +1702,23 @@
1607
1702
  ],
1608
1703
  "artifacts": {
1609
1704
  "codex": {
1610
- "workflowFile": "implement-track.md",
1611
- "compatibilityAlias": "$workflow-implement-track"
1705
+ "target": "skill",
1706
+ "skillDir": "implement-track"
1612
1707
  },
1613
1708
  "copilot": {
1614
- "workflowFile": "implement-track.md",
1615
- "promptFile": "workflow-implement-track.prompt.md"
1709
+ "target": "prompt",
1710
+ "promptFile": "implement-track.prompt.md"
1616
1711
  },
1617
1712
  "antigravity": {
1618
- "workflowFile": "implement-track.md",
1713
+ "target": "command",
1619
1714
  "commandFile": "implement-track.toml"
1620
1715
  },
1621
1716
  "claude": {
1622
- "workflowFile": "implement-track.md"
1717
+ "target": "skill",
1718
+ "skillDir": "implement-track"
1623
1719
  },
1624
1720
  "gemini": {
1625
- "workflowFile": "implement-track.md",
1721
+ "target": "command",
1626
1722
  "commandFile": "implement-track.toml"
1627
1723
  }
1628
1724
  }
@@ -1661,22 +1757,23 @@
1661
1757
  ],
1662
1758
  "artifacts": {
1663
1759
  "codex": {
1664
- "workflowFile": "migrate.md",
1665
- "compatibilityAlias": "$workflow-migrate"
1760
+ "target": "skill",
1761
+ "skillDir": "migrate"
1666
1762
  },
1667
1763
  "copilot": {
1668
- "workflowFile": "migrate.md",
1669
- "promptFile": "workflow-migrate.prompt.md"
1764
+ "target": "prompt",
1765
+ "promptFile": "migrate.prompt.md"
1670
1766
  },
1671
1767
  "antigravity": {
1672
- "workflowFile": "migrate.md",
1768
+ "target": "command",
1673
1769
  "commandFile": "migrate.toml"
1674
1770
  },
1675
1771
  "claude": {
1676
- "workflowFile": "migrate.md"
1772
+ "target": "skill",
1773
+ "skillDir": "migrate"
1677
1774
  },
1678
1775
  "gemini": {
1679
- "workflowFile": "migrate.md",
1776
+ "target": "command",
1680
1777
  "commandFile": "migrate.toml"
1681
1778
  }
1682
1779
  }
@@ -1712,22 +1809,23 @@
1712
1809
  ],
1713
1810
  "artifacts": {
1714
1811
  "codex": {
1715
- "workflowFile": "mobile.md",
1716
- "compatibilityAlias": "$workflow-mobile"
1812
+ "target": "skill",
1813
+ "skillDir": "mobile"
1717
1814
  },
1718
1815
  "copilot": {
1719
- "workflowFile": "mobile.md",
1720
- "promptFile": "workflow-mobile.prompt.md"
1816
+ "target": "prompt",
1817
+ "promptFile": "mobile.prompt.md"
1721
1818
  },
1722
1819
  "antigravity": {
1723
- "workflowFile": "mobile.md",
1820
+ "target": "command",
1724
1821
  "commandFile": "mobile.toml"
1725
1822
  },
1726
1823
  "claude": {
1727
- "workflowFile": "mobile.md"
1824
+ "target": "skill",
1825
+ "skillDir": "mobile"
1728
1826
  },
1729
1827
  "gemini": {
1730
- "workflowFile": "mobile.md",
1828
+ "target": "command",
1731
1829
  "commandFile": "mobile.toml"
1732
1830
  }
1733
1831
  }
@@ -1764,22 +1862,23 @@
1764
1862
  ],
1765
1863
  "artifacts": {
1766
1864
  "codex": {
1767
- "workflowFile": "onboard.md",
1768
- "compatibilityAlias": "$workflow-onboard"
1865
+ "target": "skill",
1866
+ "skillDir": "onboard"
1769
1867
  },
1770
1868
  "copilot": {
1771
- "workflowFile": "onboard.md",
1772
- "promptFile": "workflow-onboard.prompt.md"
1869
+ "target": "prompt",
1870
+ "promptFile": "onboard.prompt.md"
1773
1871
  },
1774
1872
  "antigravity": {
1775
- "workflowFile": "onboard.md",
1873
+ "target": "command",
1776
1874
  "commandFile": "onboard.toml"
1777
1875
  },
1778
1876
  "claude": {
1779
- "workflowFile": "onboard.md"
1877
+ "target": "skill",
1878
+ "skillDir": "onboard"
1780
1879
  },
1781
1880
  "gemini": {
1782
- "workflowFile": "onboard.md",
1881
+ "target": "command",
1783
1882
  "commandFile": "onboard.toml"
1784
1883
  }
1785
1884
  }
@@ -1822,22 +1921,23 @@
1822
1921
  ],
1823
1922
  "artifacts": {
1824
1923
  "codex": {
1825
- "workflowFile": "orchestrate.md",
1826
- "compatibilityAlias": "$workflow-orchestrate"
1924
+ "target": "skill",
1925
+ "skillDir": "orchestrate"
1827
1926
  },
1828
1927
  "copilot": {
1829
- "workflowFile": "orchestrate.md",
1830
- "promptFile": "workflow-orchestrate.prompt.md"
1928
+ "target": "prompt",
1929
+ "promptFile": "orchestrate.prompt.md"
1831
1930
  },
1832
1931
  "antigravity": {
1833
- "workflowFile": "orchestrate.md",
1932
+ "target": "command",
1834
1933
  "commandFile": "orchestrate.toml"
1835
1934
  },
1836
1935
  "claude": {
1837
- "workflowFile": "orchestrate.md"
1936
+ "target": "skill",
1937
+ "skillDir": "orchestrate"
1838
1938
  },
1839
1939
  "gemini": {
1840
- "workflowFile": "orchestrate.md",
1940
+ "target": "command",
1841
1941
  "commandFile": "orchestrate.toml"
1842
1942
  }
1843
1943
  }
@@ -1880,22 +1980,23 @@
1880
1980
  ],
1881
1981
  "artifacts": {
1882
1982
  "codex": {
1883
- "workflowFile": "plan.md",
1884
- "compatibilityAlias": "$workflow-plan"
1983
+ "target": "skill",
1984
+ "skillDir": "plan"
1885
1985
  },
1886
1986
  "copilot": {
1887
- "workflowFile": "plan.md",
1888
- "promptFile": "workflow-plan.prompt.md"
1987
+ "target": "prompt",
1988
+ "promptFile": "plan.prompt.md"
1889
1989
  },
1890
1990
  "antigravity": {
1891
- "workflowFile": "plan.md",
1991
+ "target": "command",
1892
1992
  "commandFile": "plan.toml"
1893
1993
  },
1894
1994
  "claude": {
1895
- "workflowFile": "plan.md"
1995
+ "target": "skill",
1996
+ "skillDir": "plan"
1896
1997
  },
1897
1998
  "gemini": {
1898
- "workflowFile": "plan.md",
1999
+ "target": "command",
1899
2000
  "commandFile": "plan.toml"
1900
2001
  }
1901
2002
  }
@@ -1934,22 +2035,23 @@
1934
2035
  ],
1935
2036
  "artifacts": {
1936
2037
  "codex": {
1937
- "workflowFile": "refactor.md",
1938
- "compatibilityAlias": "$workflow-refactor"
2038
+ "target": "skill",
2039
+ "skillDir": "refactor"
1939
2040
  },
1940
2041
  "copilot": {
1941
- "workflowFile": "refactor.md",
1942
- "promptFile": "workflow-refactor.prompt.md"
2042
+ "target": "prompt",
2043
+ "promptFile": "refactor.prompt.md"
1943
2044
  },
1944
2045
  "antigravity": {
1945
- "workflowFile": "refactor.md",
2046
+ "target": "command",
1946
2047
  "commandFile": "refactor.toml"
1947
2048
  },
1948
2049
  "claude": {
1949
- "workflowFile": "refactor.md"
2050
+ "target": "skill",
2051
+ "skillDir": "refactor"
1950
2052
  },
1951
2053
  "gemini": {
1952
- "workflowFile": "refactor.md",
2054
+ "target": "command",
1953
2055
  "commandFile": "refactor.toml"
1954
2056
  }
1955
2057
  }
@@ -1987,22 +2089,23 @@
1987
2089
  ],
1988
2090
  "artifacts": {
1989
2091
  "codex": {
1990
- "workflowFile": "release.md",
1991
- "compatibilityAlias": "$workflow-release"
2092
+ "target": "skill",
2093
+ "skillDir": "release"
1992
2094
  },
1993
2095
  "copilot": {
1994
- "workflowFile": "release.md",
1995
- "promptFile": "workflow-release.prompt.md"
2096
+ "target": "prompt",
2097
+ "promptFile": "release.prompt.md"
1996
2098
  },
1997
2099
  "antigravity": {
1998
- "workflowFile": "release.md",
2100
+ "target": "command",
1999
2101
  "commandFile": "release.toml"
2000
2102
  },
2001
2103
  "claude": {
2002
- "workflowFile": "release.md"
2104
+ "target": "skill",
2105
+ "skillDir": "release"
2003
2106
  },
2004
2107
  "gemini": {
2005
- "workflowFile": "release.md",
2108
+ "target": "command",
2006
2109
  "commandFile": "release.toml"
2007
2110
  }
2008
2111
  }
@@ -2043,22 +2146,23 @@
2043
2146
  ],
2044
2147
  "artifacts": {
2045
2148
  "codex": {
2046
- "workflowFile": "review.md",
2047
- "compatibilityAlias": "$workflow-review"
2149
+ "target": "skill",
2150
+ "skillDir": "review"
2048
2151
  },
2049
2152
  "copilot": {
2050
- "workflowFile": "review.md",
2051
- "promptFile": "workflow-review.prompt.md"
2153
+ "target": "prompt",
2154
+ "promptFile": "review.prompt.md"
2052
2155
  },
2053
2156
  "antigravity": {
2054
- "workflowFile": "review.md",
2157
+ "target": "command",
2055
2158
  "commandFile": "review.toml"
2056
2159
  },
2057
2160
  "claude": {
2058
- "workflowFile": "review.md"
2161
+ "target": "skill",
2162
+ "skillDir": "review"
2059
2163
  },
2060
2164
  "gemini": {
2061
- "workflowFile": "review.md",
2165
+ "target": "command",
2062
2166
  "commandFile": "review.toml"
2063
2167
  }
2064
2168
  }
@@ -2098,22 +2202,23 @@
2098
2202
  ],
2099
2203
  "artifacts": {
2100
2204
  "codex": {
2101
- "workflowFile": "security.md",
2102
- "compatibilityAlias": "$workflow-security"
2205
+ "target": "skill",
2206
+ "skillDir": "security"
2103
2207
  },
2104
2208
  "copilot": {
2105
- "workflowFile": "security.md",
2106
- "promptFile": "workflow-security.prompt.md"
2209
+ "target": "prompt",
2210
+ "promptFile": "security.prompt.md"
2107
2211
  },
2108
2212
  "antigravity": {
2109
- "workflowFile": "security.md",
2213
+ "target": "command",
2110
2214
  "commandFile": "security.toml"
2111
2215
  },
2112
2216
  "claude": {
2113
- "workflowFile": "security.md"
2217
+ "target": "skill",
2218
+ "skillDir": "security"
2114
2219
  },
2115
2220
  "gemini": {
2116
- "workflowFile": "security.md",
2221
+ "target": "command",
2117
2222
  "commandFile": "security.toml"
2118
2223
  }
2119
2224
  }
@@ -2154,22 +2259,23 @@
2154
2259
  ],
2155
2260
  "artifacts": {
2156
2261
  "codex": {
2157
- "workflowFile": "spec.md",
2158
- "compatibilityAlias": "$workflow-spec"
2262
+ "target": "skill",
2263
+ "skillDir": "spec"
2159
2264
  },
2160
2265
  "copilot": {
2161
- "workflowFile": "spec.md",
2162
- "promptFile": "workflow-spec.prompt.md"
2266
+ "target": "prompt",
2267
+ "promptFile": "spec.prompt.md"
2163
2268
  },
2164
2269
  "antigravity": {
2165
- "workflowFile": "spec.md",
2270
+ "target": "command",
2166
2271
  "commandFile": "spec.toml"
2167
2272
  },
2168
2273
  "claude": {
2169
- "workflowFile": "spec.md"
2274
+ "target": "skill",
2275
+ "skillDir": "spec"
2170
2276
  },
2171
2277
  "gemini": {
2172
- "workflowFile": "spec.md",
2278
+ "target": "command",
2173
2279
  "commandFile": "spec.toml"
2174
2280
  }
2175
2281
  }
@@ -2211,22 +2317,23 @@
2211
2317
  ],
2212
2318
  "artifacts": {
2213
2319
  "codex": {
2214
- "workflowFile": "test.md",
2215
- "compatibilityAlias": "$workflow-test"
2320
+ "target": "skill",
2321
+ "skillDir": "test"
2216
2322
  },
2217
2323
  "copilot": {
2218
- "workflowFile": "test.md",
2219
- "promptFile": "workflow-test.prompt.md"
2324
+ "target": "prompt",
2325
+ "promptFile": "test.prompt.md"
2220
2326
  },
2221
2327
  "antigravity": {
2222
- "workflowFile": "test.md",
2328
+ "target": "command",
2223
2329
  "commandFile": "test.toml"
2224
2330
  },
2225
2331
  "claude": {
2226
- "workflowFile": "test.md"
2332
+ "target": "skill",
2333
+ "skillDir": "test"
2227
2334
  },
2228
2335
  "gemini": {
2229
- "workflowFile": "test.md",
2336
+ "target": "command",
2230
2337
  "commandFile": "test.toml"
2231
2338
  }
2232
2339
  }
@@ -2264,22 +2371,23 @@
2264
2371
  ],
2265
2372
  "artifacts": {
2266
2373
  "codex": {
2267
- "workflowFile": "vercel.md",
2268
- "compatibilityAlias": "$workflow-vercel"
2374
+ "target": "skill",
2375
+ "skillDir": "vercel"
2269
2376
  },
2270
2377
  "copilot": {
2271
- "workflowFile": "vercel.md",
2272
- "promptFile": "workflow-vercel.prompt.md"
2378
+ "target": "prompt",
2379
+ "promptFile": "vercel.prompt.md"
2273
2380
  },
2274
2381
  "antigravity": {
2275
- "workflowFile": "vercel.md",
2382
+ "target": "command",
2276
2383
  "commandFile": "vercel.toml"
2277
2384
  },
2278
2385
  "claude": {
2279
- "workflowFile": "vercel.md"
2386
+ "target": "skill",
2387
+ "skillDir": "vercel"
2280
2388
  },
2281
2389
  "gemini": {
2282
- "workflowFile": "vercel.md",
2390
+ "target": "command",
2283
2391
  "commandFile": "vercel.toml"
2284
2392
  }
2285
2393
  }