@raishin/vanguard-frontier-agentic 3.7.0 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (478) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.claude-plugin/plugin.json +23 -2
  3. package/.cursor-plugin/plugin.json +23 -2
  4. package/.github/plugin/marketplace.json +1 -1
  5. package/README.md +84 -54
  6. package/agents/AGENTS.md +16 -3
  7. package/agents/frontend/browser-compatibility-agent/metadata.json +1 -2
  8. package/agents/terraform/terraform-engine-compatibility-agent/AGENT.md +92 -0
  9. package/agents/terraform/terraform-engine-compatibility-agent/harnesses/claude-code.agent.md +75 -0
  10. package/agents/terraform/terraform-engine-compatibility-agent/harnesses/codex.toml +44 -0
  11. package/agents/terraform/terraform-engine-compatibility-agent/harnesses/copilot.agent.md +81 -0
  12. package/agents/terraform/terraform-engine-compatibility-agent/harnesses/cursor.agent.md +76 -0
  13. package/agents/terraform/terraform-engine-compatibility-agent/harnesses/gemini.agent.md +75 -0
  14. package/agents/terraform/terraform-engine-compatibility-agent/harnesses/kiro-cli.agent.json +5 -0
  15. package/agents/terraform/terraform-engine-compatibility-agent/harnesses/kiro-ide.agent.md +75 -0
  16. package/agents/terraform/terraform-engine-compatibility-agent/metadata.json +58 -0
  17. package/agents/terraform/terraform-estate-reconciliation-agent/AGENT.md +91 -0
  18. package/agents/terraform/terraform-estate-reconciliation-agent/harnesses/claude-code.agent.md +74 -0
  19. package/agents/terraform/terraform-estate-reconciliation-agent/harnesses/codex.toml +44 -0
  20. package/agents/terraform/terraform-estate-reconciliation-agent/harnesses/copilot.agent.md +80 -0
  21. package/agents/terraform/terraform-estate-reconciliation-agent/harnesses/cursor.agent.md +75 -0
  22. package/agents/terraform/terraform-estate-reconciliation-agent/harnesses/gemini.agent.md +74 -0
  23. package/agents/terraform/terraform-estate-reconciliation-agent/harnesses/kiro-cli.agent.json +5 -0
  24. package/agents/terraform/terraform-estate-reconciliation-agent/harnesses/kiro-ide.agent.md +74 -0
  25. package/agents/terraform/terraform-estate-reconciliation-agent/metadata.json +57 -0
  26. package/agents/terraform/terraform-execution-governance-agent/AGENT.md +94 -0
  27. package/agents/terraform/terraform-execution-governance-agent/harnesses/claude-code.agent.md +77 -0
  28. package/agents/terraform/terraform-execution-governance-agent/harnesses/codex.toml +45 -0
  29. package/agents/terraform/terraform-execution-governance-agent/harnesses/copilot.agent.md +83 -0
  30. package/agents/terraform/terraform-execution-governance-agent/harnesses/cursor.agent.md +78 -0
  31. package/agents/terraform/terraform-execution-governance-agent/harnesses/gemini.agent.md +77 -0
  32. package/agents/terraform/terraform-execution-governance-agent/harnesses/kiro-cli.agent.json +5 -0
  33. package/agents/terraform/terraform-execution-governance-agent/harnesses/kiro-ide.agent.md +77 -0
  34. package/agents/terraform/terraform-execution-governance-agent/metadata.json +57 -0
  35. package/agents/terraform/terraform-maestro-agent/AGENT.md +26 -20
  36. package/agents/terraform/terraform-maestro-agent/README.md +72 -0
  37. package/agents/terraform/terraform-maestro-agent/harnesses/claude-code.agent.md +27 -21
  38. package/agents/terraform/terraform-maestro-agent/harnesses/codex.toml +36 -6
  39. package/agents/terraform/terraform-maestro-agent/harnesses/copilot.agent.md +27 -28
  40. package/agents/terraform/terraform-maestro-agent/harnesses/cursor.agent.md +27 -22
  41. package/agents/terraform/terraform-maestro-agent/harnesses/gemini.agent.md +27 -22
  42. package/agents/terraform/terraform-maestro-agent/harnesses/kiro-cli.agent.json +3 -3
  43. package/agents/terraform/terraform-maestro-agent/harnesses/kiro-ide.agent.md +27 -21
  44. package/agents/terraform/terraform-maestro-agent/metadata.json +20 -11
  45. package/agents/terraform/terraform-plan-blast-radius-agent/AGENT.md +93 -0
  46. package/agents/terraform/terraform-plan-blast-radius-agent/harnesses/claude-code.agent.md +76 -0
  47. package/agents/terraform/terraform-plan-blast-radius-agent/harnesses/codex.toml +44 -0
  48. package/agents/terraform/terraform-plan-blast-radius-agent/harnesses/copilot.agent.md +82 -0
  49. package/agents/terraform/terraform-plan-blast-radius-agent/harnesses/cursor.agent.md +77 -0
  50. package/agents/terraform/terraform-plan-blast-radius-agent/harnesses/gemini.agent.md +76 -0
  51. package/agents/terraform/terraform-plan-blast-radius-agent/harnesses/kiro-cli.agent.json +5 -0
  52. package/agents/terraform/terraform-plan-blast-radius-agent/harnesses/kiro-ide.agent.md +76 -0
  53. package/agents/terraform/terraform-plan-blast-radius-agent/metadata.json +56 -0
  54. package/agents/terraform/terraform-policy-evidence-agent/AGENT.md +92 -0
  55. package/agents/terraform/terraform-policy-evidence-agent/harnesses/claude-code.agent.md +75 -0
  56. package/agents/terraform/terraform-policy-evidence-agent/harnesses/codex.toml +44 -0
  57. package/agents/terraform/terraform-policy-evidence-agent/harnesses/copilot.agent.md +81 -0
  58. package/agents/terraform/terraform-policy-evidence-agent/harnesses/cursor.agent.md +76 -0
  59. package/agents/terraform/terraform-policy-evidence-agent/harnesses/gemini.agent.md +75 -0
  60. package/agents/terraform/terraform-policy-evidence-agent/harnesses/kiro-cli.agent.json +5 -0
  61. package/agents/terraform/terraform-policy-evidence-agent/harnesses/kiro-ide.agent.md +75 -0
  62. package/agents/terraform/terraform-policy-evidence-agent/metadata.json +59 -0
  63. package/agents/terraform/terraform-reviewer/AGENT.md +78 -17
  64. package/agents/terraform/terraform-reviewer/harnesses/claude-code.agent.md +62 -18
  65. package/agents/terraform/terraform-reviewer/harnesses/codex.toml +27 -14
  66. package/agents/terraform/terraform-reviewer/harnesses/copilot.agent.md +62 -25
  67. package/agents/terraform/terraform-reviewer/harnesses/cursor.agent.md +62 -19
  68. package/agents/terraform/terraform-reviewer/harnesses/gemini.agent.md +62 -19
  69. package/agents/terraform/terraform-reviewer/harnesses/kiro-cli.agent.json +3 -3
  70. package/agents/terraform/terraform-reviewer/harnesses/kiro-ide.agent.md +62 -18
  71. package/agents/terraform/terraform-reviewer/metadata.json +32 -13
  72. package/agents/terraform/terraform-state-reliability-agent/AGENT.md +92 -0
  73. package/agents/terraform/terraform-state-reliability-agent/harnesses/claude-code.agent.md +75 -0
  74. package/agents/terraform/terraform-state-reliability-agent/harnesses/codex.toml +45 -0
  75. package/agents/terraform/terraform-state-reliability-agent/harnesses/copilot.agent.md +81 -0
  76. package/agents/terraform/terraform-state-reliability-agent/harnesses/cursor.agent.md +76 -0
  77. package/agents/terraform/terraform-state-reliability-agent/harnesses/gemini.agent.md +75 -0
  78. package/agents/terraform/terraform-state-reliability-agent/harnesses/kiro-cli.agent.json +5 -0
  79. package/agents/terraform/terraform-state-reliability-agent/harnesses/kiro-ide.agent.md +75 -0
  80. package/agents/terraform/terraform-state-reliability-agent/metadata.json +60 -0
  81. package/agents/terraform/terraform-supply-chain-integrity-agent/AGENT.md +91 -0
  82. package/agents/terraform/terraform-supply-chain-integrity-agent/harnesses/claude-code.agent.md +74 -0
  83. package/agents/terraform/terraform-supply-chain-integrity-agent/harnesses/codex.toml +45 -0
  84. package/agents/terraform/terraform-supply-chain-integrity-agent/harnesses/copilot.agent.md +80 -0
  85. package/agents/terraform/terraform-supply-chain-integrity-agent/harnesses/cursor.agent.md +75 -0
  86. package/agents/terraform/terraform-supply-chain-integrity-agent/harnesses/gemini.agent.md +74 -0
  87. package/agents/terraform/terraform-supply-chain-integrity-agent/harnesses/kiro-cli.agent.json +5 -0
  88. package/agents/terraform/terraform-supply-chain-integrity-agent/harnesses/kiro-ide.agent.md +74 -0
  89. package/agents/terraform/terraform-supply-chain-integrity-agent/metadata.json +57 -0
  90. package/agents/typescript/typescript-async-contract-reliability-agent/AGENT.md +84 -0
  91. package/agents/typescript/typescript-async-contract-reliability-agent/harnesses/claude-code.agent.md +67 -0
  92. package/agents/typescript/typescript-async-contract-reliability-agent/harnesses/codex.toml +39 -0
  93. package/agents/typescript/typescript-async-contract-reliability-agent/harnesses/copilot.agent.md +73 -0
  94. package/agents/typescript/typescript-async-contract-reliability-agent/harnesses/cursor.agent.md +67 -0
  95. package/agents/typescript/typescript-async-contract-reliability-agent/harnesses/gemini.agent.md +67 -0
  96. package/agents/typescript/typescript-async-contract-reliability-agent/harnesses/kiro-cli.agent.json +5 -0
  97. package/agents/typescript/typescript-async-contract-reliability-agent/harnesses/kiro-ide.agent.md +67 -0
  98. package/agents/typescript/typescript-async-contract-reliability-agent/metadata.json +51 -0
  99. package/agents/typescript/typescript-build-graph-performance-agent/AGENT.md +80 -0
  100. package/agents/typescript/typescript-build-graph-performance-agent/harnesses/claude-code.agent.md +63 -0
  101. package/agents/typescript/typescript-build-graph-performance-agent/harnesses/codex.toml +39 -0
  102. package/agents/typescript/typescript-build-graph-performance-agent/harnesses/copilot.agent.md +69 -0
  103. package/agents/typescript/typescript-build-graph-performance-agent/harnesses/cursor.agent.md +63 -0
  104. package/agents/typescript/typescript-build-graph-performance-agent/harnesses/gemini.agent.md +63 -0
  105. package/agents/typescript/typescript-build-graph-performance-agent/harnesses/kiro-cli.agent.json +5 -0
  106. package/agents/typescript/typescript-build-graph-performance-agent/harnesses/kiro-ide.agent.md +63 -0
  107. package/agents/typescript/typescript-build-graph-performance-agent/metadata.json +51 -0
  108. package/agents/typescript/typescript-business-critical-automation-governance-agent/AGENT.md +87 -0
  109. package/agents/typescript/typescript-business-critical-automation-governance-agent/harnesses/claude-code.agent.md +70 -0
  110. package/agents/typescript/typescript-business-critical-automation-governance-agent/harnesses/codex.toml +39 -0
  111. package/agents/typescript/typescript-business-critical-automation-governance-agent/harnesses/copilot.agent.md +76 -0
  112. package/agents/typescript/typescript-business-critical-automation-governance-agent/harnesses/cursor.agent.md +70 -0
  113. package/agents/typescript/typescript-business-critical-automation-governance-agent/harnesses/gemini.agent.md +70 -0
  114. package/agents/typescript/typescript-business-critical-automation-governance-agent/harnesses/kiro-cli.agent.json +5 -0
  115. package/agents/typescript/typescript-business-critical-automation-governance-agent/harnesses/kiro-ide.agent.md +70 -0
  116. package/agents/typescript/typescript-business-critical-automation-governance-agent/metadata.json +51 -0
  117. package/agents/typescript/typescript-engineering-economics-agent/AGENT.md +83 -0
  118. package/agents/typescript/typescript-engineering-economics-agent/harnesses/claude-code.agent.md +66 -0
  119. package/agents/typescript/typescript-engineering-economics-agent/harnesses/codex.toml +39 -0
  120. package/agents/typescript/typescript-engineering-economics-agent/harnesses/copilot.agent.md +72 -0
  121. package/agents/typescript/typescript-engineering-economics-agent/harnesses/cursor.agent.md +66 -0
  122. package/agents/typescript/typescript-engineering-economics-agent/harnesses/gemini.agent.md +66 -0
  123. package/agents/typescript/typescript-engineering-economics-agent/harnesses/kiro-cli.agent.json +5 -0
  124. package/agents/typescript/typescript-engineering-economics-agent/harnesses/kiro-ide.agent.md +66 -0
  125. package/agents/typescript/typescript-engineering-economics-agent/metadata.json +51 -0
  126. package/agents/typescript/typescript-estate-modernization-governor-agent/AGENT.md +81 -0
  127. package/agents/typescript/typescript-estate-modernization-governor-agent/harnesses/claude-code.agent.md +64 -0
  128. package/agents/typescript/typescript-estate-modernization-governor-agent/harnesses/codex.toml +39 -0
  129. package/agents/typescript/typescript-estate-modernization-governor-agent/harnesses/copilot.agent.md +70 -0
  130. package/agents/typescript/typescript-estate-modernization-governor-agent/harnesses/cursor.agent.md +64 -0
  131. package/agents/typescript/typescript-estate-modernization-governor-agent/harnesses/gemini.agent.md +64 -0
  132. package/agents/typescript/typescript-estate-modernization-governor-agent/harnesses/kiro-cli.agent.json +5 -0
  133. package/agents/typescript/typescript-estate-modernization-governor-agent/harnesses/kiro-ide.agent.md +64 -0
  134. package/agents/typescript/typescript-estate-modernization-governor-agent/metadata.json +51 -0
  135. package/agents/typescript/typescript-maestro-agent/AGENT.md +58 -0
  136. package/agents/typescript/typescript-maestro-agent/README.md +65 -0
  137. package/agents/typescript/typescript-maestro-agent/harnesses/claude-code.agent.md +41 -0
  138. package/agents/typescript/typescript-maestro-agent/harnesses/codex.toml +38 -0
  139. package/agents/typescript/typescript-maestro-agent/harnesses/copilot.agent.md +47 -0
  140. package/agents/typescript/typescript-maestro-agent/harnesses/cursor.agent.md +41 -0
  141. package/agents/typescript/typescript-maestro-agent/harnesses/gemini.agent.md +41 -0
  142. package/agents/typescript/typescript-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  143. package/agents/typescript/typescript-maestro-agent/harnesses/kiro-ide.agent.md +41 -0
  144. package/agents/typescript/typescript-maestro-agent/metadata.json +40 -0
  145. package/agents/typescript/typescript-mcp-tool-contract-agent/AGENT.md +86 -0
  146. package/agents/typescript/typescript-mcp-tool-contract-agent/harnesses/claude-code.agent.md +69 -0
  147. package/agents/typescript/typescript-mcp-tool-contract-agent/harnesses/codex.toml +39 -0
  148. package/agents/typescript/typescript-mcp-tool-contract-agent/harnesses/copilot.agent.md +75 -0
  149. package/agents/typescript/typescript-mcp-tool-contract-agent/harnesses/cursor.agent.md +69 -0
  150. package/agents/typescript/typescript-mcp-tool-contract-agent/harnesses/gemini.agent.md +69 -0
  151. package/agents/typescript/typescript-mcp-tool-contract-agent/harnesses/kiro-cli.agent.json +5 -0
  152. package/agents/typescript/typescript-mcp-tool-contract-agent/harnesses/kiro-ide.agent.md +69 -0
  153. package/agents/typescript/typescript-mcp-tool-contract-agent/metadata.json +51 -0
  154. package/agents/typescript/typescript-module-resolution-and-emit-agent/AGENT.md +82 -0
  155. package/agents/typescript/typescript-module-resolution-and-emit-agent/harnesses/claude-code.agent.md +65 -0
  156. package/agents/typescript/typescript-module-resolution-and-emit-agent/harnesses/codex.toml +39 -0
  157. package/agents/typescript/typescript-module-resolution-and-emit-agent/harnesses/copilot.agent.md +71 -0
  158. package/agents/typescript/typescript-module-resolution-and-emit-agent/harnesses/cursor.agent.md +65 -0
  159. package/agents/typescript/typescript-module-resolution-and-emit-agent/harnesses/gemini.agent.md +65 -0
  160. package/agents/typescript/typescript-module-resolution-and-emit-agent/harnesses/kiro-cli.agent.json +5 -0
  161. package/agents/typescript/typescript-module-resolution-and-emit-agent/harnesses/kiro-ide.agent.md +65 -0
  162. package/agents/typescript/typescript-module-resolution-and-emit-agent/metadata.json +54 -0
  163. package/agents/typescript/typescript-node-execution-compatibility-agent/AGENT.md +83 -0
  164. package/agents/typescript/typescript-node-execution-compatibility-agent/harnesses/claude-code.agent.md +66 -0
  165. package/agents/typescript/typescript-node-execution-compatibility-agent/harnesses/codex.toml +40 -0
  166. package/agents/typescript/typescript-node-execution-compatibility-agent/harnesses/copilot.agent.md +72 -0
  167. package/agents/typescript/typescript-node-execution-compatibility-agent/harnesses/cursor.agent.md +66 -0
  168. package/agents/typescript/typescript-node-execution-compatibility-agent/harnesses/gemini.agent.md +66 -0
  169. package/agents/typescript/typescript-node-execution-compatibility-agent/harnesses/kiro-cli.agent.json +5 -0
  170. package/agents/typescript/typescript-node-execution-compatibility-agent/harnesses/kiro-ide.agent.md +66 -0
  171. package/agents/typescript/typescript-node-execution-compatibility-agent/metadata.json +51 -0
  172. package/agents/typescript/typescript-package-publication-integrity-agent/AGENT.md +82 -0
  173. package/agents/typescript/typescript-package-publication-integrity-agent/harnesses/claude-code.agent.md +65 -0
  174. package/agents/typescript/typescript-package-publication-integrity-agent/harnesses/codex.toml +39 -0
  175. package/agents/typescript/typescript-package-publication-integrity-agent/harnesses/copilot.agent.md +71 -0
  176. package/agents/typescript/typescript-package-publication-integrity-agent/harnesses/cursor.agent.md +65 -0
  177. package/agents/typescript/typescript-package-publication-integrity-agent/harnesses/gemini.agent.md +65 -0
  178. package/agents/typescript/typescript-package-publication-integrity-agent/harnesses/kiro-cli.agent.json +5 -0
  179. package/agents/typescript/typescript-package-publication-integrity-agent/harnesses/kiro-ide.agent.md +65 -0
  180. package/agents/typescript/typescript-package-publication-integrity-agent/metadata.json +51 -0
  181. package/agents/typescript/typescript-public-api-and-declaration-governance-agent/AGENT.md +82 -0
  182. package/agents/typescript/typescript-public-api-and-declaration-governance-agent/harnesses/claude-code.agent.md +65 -0
  183. package/agents/typescript/typescript-public-api-and-declaration-governance-agent/harnesses/codex.toml +39 -0
  184. package/agents/typescript/typescript-public-api-and-declaration-governance-agent/harnesses/copilot.agent.md +71 -0
  185. package/agents/typescript/typescript-public-api-and-declaration-governance-agent/harnesses/cursor.agent.md +65 -0
  186. package/agents/typescript/typescript-public-api-and-declaration-governance-agent/harnesses/gemini.agent.md +65 -0
  187. package/agents/typescript/typescript-public-api-and-declaration-governance-agent/harnesses/kiro-cli.agent.json +5 -0
  188. package/agents/typescript/typescript-public-api-and-declaration-governance-agent/harnesses/kiro-ide.agent.md +65 -0
  189. package/agents/typescript/typescript-public-api-and-declaration-governance-agent/metadata.json +52 -0
  190. package/agents/typescript/typescript-runtime-boundary-contract-agent/AGENT.md +83 -0
  191. package/agents/typescript/typescript-runtime-boundary-contract-agent/harnesses/claude-code.agent.md +66 -0
  192. package/agents/typescript/typescript-runtime-boundary-contract-agent/harnesses/codex.toml +39 -0
  193. package/agents/typescript/typescript-runtime-boundary-contract-agent/harnesses/copilot.agent.md +72 -0
  194. package/agents/typescript/typescript-runtime-boundary-contract-agent/harnesses/cursor.agent.md +66 -0
  195. package/agents/typescript/typescript-runtime-boundary-contract-agent/harnesses/gemini.agent.md +66 -0
  196. package/agents/typescript/typescript-runtime-boundary-contract-agent/harnesses/kiro-cli.agent.json +5 -0
  197. package/agents/typescript/typescript-runtime-boundary-contract-agent/harnesses/kiro-ide.agent.md +66 -0
  198. package/agents/typescript/typescript-runtime-boundary-contract-agent/metadata.json +51 -0
  199. package/agents/typescript/typescript-static-enforcement-policy-agent/AGENT.md +82 -0
  200. package/agents/typescript/typescript-static-enforcement-policy-agent/harnesses/claude-code.agent.md +65 -0
  201. package/agents/typescript/typescript-static-enforcement-policy-agent/harnesses/codex.toml +39 -0
  202. package/agents/typescript/typescript-static-enforcement-policy-agent/harnesses/copilot.agent.md +71 -0
  203. package/agents/typescript/typescript-static-enforcement-policy-agent/harnesses/cursor.agent.md +65 -0
  204. package/agents/typescript/typescript-static-enforcement-policy-agent/harnesses/gemini.agent.md +65 -0
  205. package/agents/typescript/typescript-static-enforcement-policy-agent/harnesses/kiro-cli.agent.json +5 -0
  206. package/agents/typescript/typescript-static-enforcement-policy-agent/harnesses/kiro-ide.agent.md +65 -0
  207. package/agents/typescript/typescript-static-enforcement-policy-agent/metadata.json +51 -0
  208. package/agents/typescript/typescript-type-soundness-agent/AGENT.md +85 -0
  209. package/agents/typescript/typescript-type-soundness-agent/harnesses/claude-code.agent.md +68 -0
  210. package/agents/typescript/typescript-type-soundness-agent/harnesses/codex.toml +39 -0
  211. package/agents/typescript/typescript-type-soundness-agent/harnesses/copilot.agent.md +74 -0
  212. package/agents/typescript/typescript-type-soundness-agent/harnesses/cursor.agent.md +68 -0
  213. package/agents/typescript/typescript-type-soundness-agent/harnesses/gemini.agent.md +68 -0
  214. package/agents/typescript/typescript-type-soundness-agent/harnesses/kiro-cli.agent.json +5 -0
  215. package/agents/typescript/typescript-type-soundness-agent/harnesses/kiro-ide.agent.md +68 -0
  216. package/agents/typescript/typescript-type-soundness-agent/metadata.json +51 -0
  217. package/catalog/AGENTS.md +1 -0
  218. package/catalog/agents.json +658 -20
  219. package/catalog/asset-integrity.json +1496 -121
  220. package/catalog/index.json +3 -2
  221. package/catalog/install-roles.json +117 -8
  222. package/catalog/model-assignments.json +698 -5
  223. package/catalog/skill-manifest.json +872 -11
  224. package/catalog/skills.json +630 -11
  225. package/catalog/workflows.json +50 -0
  226. package/package.json +7 -5
  227. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  228. package/powers/README.md +4 -3
  229. package/powers/vanguard-terraform/POWER.md +1 -1
  230. package/powers/vanguard-typescript/POWER.md +43 -0
  231. package/scripts/gen_kotlin_agents.py +1 -1
  232. package/scripts/gen_netsuite_agents.py +1 -1
  233. package/scripts/gen_python_agents.py +1 -1
  234. package/scripts/gen_python_live_agents.py +1 -1
  235. package/scripts/gen_terraform_agents.py +689 -0
  236. package/scripts/gen_typescript_agents.py +568 -0
  237. package/scripts/generate-docs-data.mjs +13 -0
  238. package/scripts/generate-kiro-powers.mjs +18 -0
  239. package/scripts/generate-readme-counts.mjs +90 -1
  240. package/scripts/generate-workflow-catalog.mjs +308 -0
  241. package/scripts/terraform_data/agents/00-terraform-maestro-agent.json +132 -0
  242. package/scripts/terraform_data/agents/01-terraform-reviewer.json +195 -0
  243. package/scripts/terraform_data/agents/02-terraform-plan-blast-radius-agent.json +226 -0
  244. package/scripts/terraform_data/agents/03-terraform-state-reliability-agent.json +254 -0
  245. package/scripts/terraform_data/agents/04-terraform-estate-reconciliation-agent.json +225 -0
  246. package/scripts/terraform_data/agents/05-terraform-supply-chain-integrity-agent.json +220 -0
  247. package/scripts/terraform_data/agents/06-terraform-engine-compatibility-agent.json +236 -0
  248. package/scripts/terraform_data/agents/07-terraform-policy-evidence-agent.json +226 -0
  249. package/scripts/terraform_data/agents/08-terraform-execution-governance-agent.json +203 -0
  250. package/scripts/terraform_data/skills/terraform-verification-strategy.json +117 -0
  251. package/scripts/typescript_data/agents/00-typescript-maestro-agent.json +110 -0
  252. package/scripts/typescript_data/agents/01-typescript-type-soundness-agent.json +131 -0
  253. package/scripts/typescript_data/agents/02-typescript-runtime-boundary-contract-agent.json +137 -0
  254. package/scripts/typescript_data/agents/03-typescript-module-resolution-and-emit-agent.json +131 -0
  255. package/scripts/typescript_data/agents/04-typescript-node-execution-compatibility-agent.json +130 -0
  256. package/scripts/typescript_data/agents/05-typescript-public-api-and-declaration-governance-agent.json +139 -0
  257. package/scripts/typescript_data/agents/06-typescript-build-graph-performance-agent.json +132 -0
  258. package/scripts/typescript_data/agents/07-typescript-static-enforcement-policy-agent.json +120 -0
  259. package/scripts/typescript_data/agents/08-typescript-async-contract-reliability-agent.json +131 -0
  260. package/scripts/typescript_data/agents/09-typescript-package-publication-integrity-agent.json +130 -0
  261. package/scripts/typescript_data/agents/10-typescript-estate-modernization-governor-agent.json +128 -0
  262. package/scripts/typescript_data/agents/11-typescript-mcp-tool-contract-agent.json +135 -0
  263. package/scripts/typescript_data/agents/12-typescript-business-critical-automation-governance-agent.json +136 -0
  264. package/scripts/typescript_data/agents/13-typescript-engineering-economics-agent.json +129 -0
  265. package/scripts/update-catalog-new-agents.py +56 -2
  266. package/skills/terraform/terraform-engine-compatibility/SKILL.md +72 -0
  267. package/skills/terraform/terraform-engine-compatibility/metadata.json +30 -0
  268. package/skills/terraform/terraform-engine-compatibility/references/engine-divergence-register.md +17 -0
  269. package/skills/terraform/terraform-engine-compatibility/references/official-sources.md +19 -0
  270. package/skills/terraform/terraform-engine-compatibility/references/safety-checklist.md +29 -0
  271. package/skills/terraform/terraform-engine-compatibility/references/upgrade-risk-and-ordering.md +12 -0
  272. package/skills/terraform/terraform-engine-compatibility/references/workflow-and-output.md +26 -0
  273. package/skills/terraform/terraform-estate-reconciliation/SKILL.md +73 -0
  274. package/skills/terraform/terraform-estate-reconciliation/metadata.json +28 -0
  275. package/skills/terraform/terraform-estate-reconciliation/references/brownfield-import.md +11 -0
  276. package/skills/terraform/terraform-estate-reconciliation/references/drift-classification.md +11 -0
  277. package/skills/terraform/terraform-estate-reconciliation/references/official-sources.md +17 -0
  278. package/skills/terraform/terraform-estate-reconciliation/references/refactor-and-release.md +11 -0
  279. package/skills/terraform/terraform-estate-reconciliation/references/safety-checklist.md +30 -0
  280. package/skills/terraform/terraform-estate-reconciliation/references/workflow-and-output.md +25 -0
  281. package/skills/terraform/terraform-execution-governance/SKILL.md +74 -0
  282. package/skills/terraform/terraform-execution-governance/metadata.json +28 -0
  283. package/skills/terraform/terraform-execution-governance/references/official-sources.md +17 -0
  284. package/skills/terraform/terraform-execution-governance/references/plan-artifact-and-approval.md +12 -0
  285. package/skills/terraform/terraform-execution-governance/references/runner-identity-and-privilege.md +11 -0
  286. package/skills/terraform/terraform-execution-governance/references/safety-checklist.md +30 -0
  287. package/skills/terraform/terraform-execution-governance/references/workflow-and-output.md +26 -0
  288. package/skills/terraform/terraform-maestro/SKILL.md +45 -104
  289. package/skills/terraform/terraform-maestro/metadata.json +8 -13
  290. package/skills/terraform/terraform-maestro/references/official-sources.md +9 -54
  291. package/skills/terraform/terraform-maestro/references/routing-thresholds.md +13 -0
  292. package/skills/terraform/terraform-maestro/references/safety-checklist.md +19 -46
  293. package/skills/terraform/terraform-maestro/references/workflow-and-output.md +15 -101
  294. package/skills/terraform/terraform-module-contract/SKILL.md +70 -0
  295. package/skills/terraform/terraform-module-contract/metadata.json +27 -0
  296. package/skills/terraform/terraform-module-contract/references/breaking-change-classification.md +10 -0
  297. package/skills/terraform/terraform-module-contract/references/input-and-output-contracts.md +11 -0
  298. package/skills/terraform/terraform-module-contract/references/official-sources.md +16 -0
  299. package/skills/terraform/terraform-module-contract/references/platform-fragmentation.md +10 -0
  300. package/skills/terraform/terraform-module-contract/references/safety-checklist.md +27 -0
  301. package/skills/terraform/terraform-module-contract/references/workflow-and-output.md +24 -0
  302. package/skills/terraform/terraform-plan-blast-radius/SKILL.md +73 -0
  303. package/skills/terraform/terraform-plan-blast-radius/metadata.json +28 -0
  304. package/skills/terraform/terraform-plan-blast-radius/references/official-sources.md +17 -0
  305. package/skills/terraform/terraform-plan-blast-radius/references/ordering-and-destroy-guards.md +11 -0
  306. package/skills/terraform/terraform-plan-blast-radius/references/plan-to-apply-integrity.md +11 -0
  307. package/skills/terraform/terraform-plan-blast-radius/references/replacement-attribution.md +11 -0
  308. package/skills/terraform/terraform-plan-blast-radius/references/safety-checklist.md +29 -0
  309. package/skills/terraform/terraform-plan-blast-radius/references/workflow-and-output.md +26 -0
  310. package/skills/terraform/terraform-policy-evidence/SKILL.md +72 -0
  311. package/skills/terraform/terraform-policy-evidence/metadata.json +29 -0
  312. package/skills/terraform/terraform-policy-evidence/references/control-mapping-and-enforcement.md +14 -0
  313. package/skills/terraform/terraform-policy-evidence/references/exceptions-and-evidence.md +12 -0
  314. package/skills/terraform/terraform-policy-evidence/references/official-sources.md +18 -0
  315. package/skills/terraform/terraform-policy-evidence/references/safety-checklist.md +30 -0
  316. package/skills/terraform/terraform-policy-evidence/references/workflow-and-output.md +25 -0
  317. package/skills/terraform/terraform-state-reliability/SKILL.md +74 -0
  318. package/skills/terraform/terraform-state-reliability/metadata.json +31 -0
  319. package/skills/terraform/terraform-state-reliability/references/backend-and-locking.md +11 -0
  320. package/skills/terraform/terraform-state-reliability/references/official-sources.md +20 -0
  321. package/skills/terraform/terraform-state-reliability/references/recovery-and-surgery.md +11 -0
  322. package/skills/terraform/terraform-state-reliability/references/safety-checklist.md +30 -0
  323. package/skills/terraform/terraform-state-reliability/references/state-confidentiality.md +12 -0
  324. package/skills/terraform/terraform-state-reliability/references/workflow-and-output.md +25 -0
  325. package/skills/terraform/terraform-supply-chain-integrity/SKILL.md +74 -0
  326. package/skills/terraform/terraform-supply-chain-integrity/metadata.json +29 -0
  327. package/skills/terraform/terraform-supply-chain-integrity/references/installation-paths-and-overrides.md +11 -0
  328. package/skills/terraform/terraform-supply-chain-integrity/references/lock-file-and-verification.md +11 -0
  329. package/skills/terraform/terraform-supply-chain-integrity/references/official-sources.md +18 -0
  330. package/skills/terraform/terraform-supply-chain-integrity/references/safety-checklist.md +30 -0
  331. package/skills/terraform/terraform-supply-chain-integrity/references/source-addresses-and-registries.md +11 -0
  332. package/skills/terraform/terraform-supply-chain-integrity/references/workflow-and-output.md +25 -0
  333. package/skills/terraform/terraform-verification-strategy/SKILL.md +61 -0
  334. package/skills/terraform/terraform-verification-strategy/metadata.json +27 -0
  335. package/skills/terraform/terraform-verification-strategy/references/official-sources.md +16 -0
  336. package/skills/terraform/terraform-verification-strategy/references/proportionate-verification.md +11 -0
  337. package/skills/terraform/terraform-verification-strategy/references/what-each-check-proves.md +13 -0
  338. package/skills/typescript/typescript-async-contract-reliability/SKILL.md +60 -0
  339. package/skills/typescript/typescript-async-contract-reliability/metadata.json +26 -0
  340. package/skills/typescript/typescript-async-contract-reliability/references/backpressure-and-bounds.md +7 -0
  341. package/skills/typescript/typescript-async-contract-reliability/references/promise-and-cancellation-audit.md +13 -0
  342. package/skills/typescript/typescript-build-graph-performance/SKILL.md +60 -0
  343. package/skills/typescript/typescript-build-graph-performance/metadata.json +26 -0
  344. package/skills/typescript/typescript-build-graph-performance/references/program-graph-diagnosis.md +13 -0
  345. package/skills/typescript/typescript-build-graph-performance/references/trace-evidence-protocol.md +13 -0
  346. package/skills/typescript/typescript-business-critical-automation-governance/SKILL.md +62 -0
  347. package/skills/typescript/typescript-business-critical-automation-governance/metadata.json +26 -0
  348. package/skills/typescript/typescript-business-critical-automation-governance/references/blast-radius-and-dry-run.md +8 -0
  349. package/skills/typescript/typescript-business-critical-automation-governance/references/evidence-and-rollback.md +9 -0
  350. package/skills/typescript/typescript-business-critical-automation-governance/references/safety-checklist.md +26 -0
  351. package/skills/typescript/typescript-business-critical-automation-governance/references/workflow-and-output.md +22 -0
  352. package/skills/typescript/typescript-engineering-economics/SKILL.md +61 -0
  353. package/skills/typescript/typescript-engineering-economics/metadata.json +26 -0
  354. package/skills/typescript/typescript-engineering-economics/references/cost-model-formulas.md +10 -0
  355. package/skills/typescript/typescript-engineering-economics/references/measurement-intake-and-refusal.md +11 -0
  356. package/skills/typescript/typescript-engineering-economics/references/workflow-and-output.md +21 -0
  357. package/skills/typescript/typescript-estate-modernization-governor/SKILL.md +62 -0
  358. package/skills/typescript/typescript-estate-modernization-governor/metadata.json +26 -0
  359. package/skills/typescript/typescript-estate-modernization-governor/references/official-sources.md +13 -0
  360. package/skills/typescript/typescript-estate-modernization-governor/references/staged-strictness-adoption.md +9 -0
  361. package/skills/typescript/typescript-estate-modernization-governor/references/upgrade-risk-inventory.md +9 -0
  362. package/skills/typescript/typescript-estate-modernization-governor/references/workflow-and-output.md +21 -0
  363. package/skills/typescript/typescript-maestro/SKILL.md +58 -0
  364. package/skills/typescript/typescript-maestro/metadata.json +26 -0
  365. package/skills/typescript/typescript-maestro/references/routing-taxonomy.md +30 -0
  366. package/skills/typescript/typescript-mcp-tool-contract/SKILL.md +62 -0
  367. package/skills/typescript/typescript-mcp-tool-contract/metadata.json +26 -0
  368. package/skills/typescript/typescript-mcp-tool-contract/references/official-sources.md +13 -0
  369. package/skills/typescript/typescript-mcp-tool-contract/references/protocol-version-and-errors.md +10 -0
  370. package/skills/typescript/typescript-mcp-tool-contract/references/tool-schema-contract-audit.md +9 -0
  371. package/skills/typescript/typescript-mcp-tool-contract/references/workflow-and-output.md +21 -0
  372. package/skills/typescript/typescript-module-resolution-and-emit/SKILL.md +62 -0
  373. package/skills/typescript/typescript-module-resolution-and-emit/metadata.json +28 -0
  374. package/skills/typescript/typescript-module-resolution-and-emit/references/dual-package-consumer-matrix.md +9 -0
  375. package/skills/typescript/typescript-module-resolution-and-emit/references/official-sources.md +15 -0
  376. package/skills/typescript/typescript-module-resolution-and-emit/references/resolution-mode-matrix.md +10 -0
  377. package/skills/typescript/typescript-module-resolution-and-emit/references/workflow-and-output.md +21 -0
  378. package/skills/typescript/typescript-node-execution-compatibility/SKILL.md +63 -0
  379. package/skills/typescript/typescript-node-execution-compatibility/metadata.json +27 -0
  380. package/skills/typescript/typescript-node-execution-compatibility/references/node-version-gating.md +8 -0
  381. package/skills/typescript/typescript-node-execution-compatibility/references/official-sources.md +14 -0
  382. package/skills/typescript/typescript-node-execution-compatibility/references/type-stripping-limits.md +11 -0
  383. package/skills/typescript/typescript-node-execution-compatibility/references/workflow-and-output.md +21 -0
  384. package/skills/typescript/typescript-package-publication-integrity/SKILL.md +62 -0
  385. package/skills/typescript/typescript-package-publication-integrity/metadata.json +26 -0
  386. package/skills/typescript/typescript-package-publication-integrity/references/official-sources.md +13 -0
  387. package/skills/typescript/typescript-package-publication-integrity/references/publication-identity-and-provenance.md +10 -0
  388. package/skills/typescript/typescript-package-publication-integrity/references/tarball-and-types-surface.md +8 -0
  389. package/skills/typescript/typescript-package-publication-integrity/references/workflow-and-output.md +21 -0
  390. package/skills/typescript/typescript-public-api-and-declaration-governance/SKILL.md +61 -0
  391. package/skills/typescript/typescript-public-api-and-declaration-governance/metadata.json +26 -0
  392. package/skills/typescript/typescript-public-api-and-declaration-governance/references/api-surface-and-semver.md +15 -0
  393. package/skills/typescript/typescript-public-api-and-declaration-governance/references/declaration-emit-and-rollup.md +12 -0
  394. package/skills/typescript/typescript-public-api-and-declaration-governance/references/type-contract-test-matrix.md +12 -0
  395. package/skills/typescript/typescript-runtime-boundary-contract/SKILL.md +63 -0
  396. package/skills/typescript/typescript-runtime-boundary-contract/metadata.json +26 -0
  397. package/skills/typescript/typescript-runtime-boundary-contract/references/boundary-inventory.md +10 -0
  398. package/skills/typescript/typescript-runtime-boundary-contract/references/official-sources.md +13 -0
  399. package/skills/typescript/typescript-runtime-boundary-contract/references/safety-checklist.md +24 -0
  400. package/skills/typescript/typescript-runtime-boundary-contract/references/schema-selection-and-drift.md +10 -0
  401. package/skills/typescript/typescript-runtime-boundary-contract/references/workflow-and-output.md +21 -0
  402. package/skills/typescript/typescript-static-enforcement-policy/SKILL.md +59 -0
  403. package/skills/typescript/typescript-static-enforcement-policy/metadata.json +26 -0
  404. package/skills/typescript/typescript-static-enforcement-policy/references/enforcement-matrix.md +13 -0
  405. package/skills/typescript/typescript-static-enforcement-policy/references/typed-lint-cost-model.md +11 -0
  406. package/skills/typescript/typescript-type-soundness/SKILL.md +61 -0
  407. package/skills/typescript/typescript-type-soundness/metadata.json +26 -0
  408. package/skills/typescript/typescript-type-soundness/references/assertion-escape-audit.md +10 -0
  409. package/skills/typescript/typescript-type-soundness/references/soundness-failure-catalog.md +11 -0
  410. package/skills/typescript/typescript-type-soundness/references/workflow-and-output.md +21 -0
  411. package/tests/_generate_maestro_routing_fixtures.py +109 -2
  412. package/tests/fixtures/microsoft-maestro-routing/taxonomy.json +0 -2
  413. package/tests/fixtures/terraform-maestro-routing/expected/001-happy-engine-compatibility.json +6 -0
  414. package/tests/fixtures/terraform-maestro-routing/expected/002-happy-estate-reconciliation.json +6 -0
  415. package/tests/fixtures/terraform-maestro-routing/expected/003-happy-execution-governance.json +6 -0
  416. package/tests/fixtures/terraform-maestro-routing/expected/004-happy-plan-blast-radius.json +6 -0
  417. package/tests/fixtures/terraform-maestro-routing/expected/005-happy-policy-evidence.json +6 -0
  418. package/tests/fixtures/terraform-maestro-routing/expected/007-happy-state-reliability.json +6 -0
  419. package/tests/fixtures/terraform-maestro-routing/expected/008-happy-supply-chain-integrity.json +6 -0
  420. package/tests/fixtures/terraform-maestro-routing/expected/009-happy-destroy-plan-review.json +6 -0
  421. package/tests/fixtures/terraform-maestro-routing/expected/010-adv-verb-not-a-signal.json +6 -0
  422. package/tests/fixtures/terraform-maestro-routing/expected/adv-execution-intent-gate.json +4 -0
  423. package/tests/fixtures/terraform-maestro-routing/expected/adv-instruction-injection.json +1 -1
  424. package/tests/fixtures/terraform-maestro-routing/expected/adv-persona-replacement.json +1 -1
  425. package/tests/fixtures/terraform-maestro-routing/expected/adv-secrets-bait.json +3 -2
  426. package/tests/fixtures/terraform-maestro-routing/inputs/001-happy-engine-compatibility.json +7 -0
  427. package/tests/fixtures/terraform-maestro-routing/inputs/002-happy-estate-reconciliation.json +7 -0
  428. package/tests/fixtures/terraform-maestro-routing/inputs/003-happy-execution-governance.json +7 -0
  429. package/tests/fixtures/terraform-maestro-routing/inputs/004-happy-plan-blast-radius.json +7 -0
  430. package/tests/fixtures/terraform-maestro-routing/inputs/005-happy-policy-evidence.json +7 -0
  431. package/tests/fixtures/terraform-maestro-routing/inputs/006-happy-reviewer.json +7 -0
  432. package/tests/fixtures/terraform-maestro-routing/inputs/007-happy-state-reliability.json +7 -0
  433. package/tests/fixtures/terraform-maestro-routing/inputs/008-happy-supply-chain-integrity.json +7 -0
  434. package/tests/fixtures/terraform-maestro-routing/inputs/009-happy-destroy-plan-review.json +5 -0
  435. package/tests/fixtures/terraform-maestro-routing/inputs/010-adv-verb-not-a-signal.json +5 -0
  436. package/tests/fixtures/terraform-maestro-routing/inputs/adv-execution-intent-gate.json +5 -0
  437. package/tests/fixtures/terraform-maestro-routing/inputs/adv-instruction-injection.json +1 -1
  438. package/tests/fixtures/terraform-maestro-routing/inputs/adv-persona-replacement.json +1 -1
  439. package/tests/fixtures/terraform-maestro-routing/inputs/adv-secrets-bait.json +1 -1
  440. package/tests/fixtures/terraform-maestro-routing/taxonomy.json +137 -79
  441. package/tests/fixtures/typescript-maestro-routing/expected/001-happy-async-contract-reliability.json +6 -0
  442. package/tests/fixtures/typescript-maestro-routing/expected/002-happy-build-graph-performance.json +6 -0
  443. package/tests/fixtures/typescript-maestro-routing/expected/003-happy-business-critical-automation-governance.json +6 -0
  444. package/tests/fixtures/typescript-maestro-routing/expected/004-happy-engineering-economics.json +6 -0
  445. package/tests/fixtures/typescript-maestro-routing/expected/005-happy-estate-modernization-governor.json +6 -0
  446. package/tests/fixtures/typescript-maestro-routing/expected/006-happy-mcp-tool-contract.json +6 -0
  447. package/tests/fixtures/typescript-maestro-routing/expected/007-happy-module-resolution-and-emit.json +6 -0
  448. package/tests/fixtures/typescript-maestro-routing/expected/008-happy-node-execution-compatibility.json +6 -0
  449. package/tests/fixtures/typescript-maestro-routing/expected/009-happy-package-publication-integrity.json +6 -0
  450. package/tests/fixtures/typescript-maestro-routing/expected/010-happy-public-api-and-declaration-governance.json +6 -0
  451. package/tests/fixtures/typescript-maestro-routing/expected/011-happy-runtime-boundary-contract.json +6 -0
  452. package/tests/fixtures/typescript-maestro-routing/expected/012-happy-static-enforcement-policy.json +6 -0
  453. package/tests/fixtures/typescript-maestro-routing/expected/013-happy-type-soundness.json +6 -0
  454. package/tests/fixtures/typescript-maestro-routing/expected/adv-ambiguous.json +4 -0
  455. package/tests/fixtures/typescript-maestro-routing/expected/adv-instruction-injection.json +6 -0
  456. package/tests/fixtures/typescript-maestro-routing/expected/adv-persona-replacement.json +6 -0
  457. package/tests/fixtures/typescript-maestro-routing/expected/adv-secrets-bait.json +6 -0
  458. package/tests/fixtures/typescript-maestro-routing/inputs/001-happy-async-contract-reliability.json +7 -0
  459. package/tests/fixtures/typescript-maestro-routing/inputs/002-happy-build-graph-performance.json +7 -0
  460. package/tests/fixtures/typescript-maestro-routing/inputs/003-happy-business-critical-automation-governance.json +7 -0
  461. package/tests/fixtures/typescript-maestro-routing/inputs/004-happy-engineering-economics.json +7 -0
  462. package/tests/fixtures/typescript-maestro-routing/inputs/005-happy-estate-modernization-governor.json +7 -0
  463. package/tests/fixtures/typescript-maestro-routing/inputs/006-happy-mcp-tool-contract.json +7 -0
  464. package/tests/fixtures/typescript-maestro-routing/inputs/007-happy-module-resolution-and-emit.json +7 -0
  465. package/tests/fixtures/typescript-maestro-routing/inputs/008-happy-node-execution-compatibility.json +7 -0
  466. package/tests/fixtures/typescript-maestro-routing/inputs/009-happy-package-publication-integrity.json +7 -0
  467. package/tests/fixtures/typescript-maestro-routing/inputs/010-happy-public-api-and-declaration-governance.json +7 -0
  468. package/tests/fixtures/typescript-maestro-routing/inputs/011-happy-runtime-boundary-contract.json +7 -0
  469. package/tests/fixtures/typescript-maestro-routing/inputs/012-happy-static-enforcement-policy.json +7 -0
  470. package/tests/fixtures/typescript-maestro-routing/inputs/013-happy-type-soundness.json +7 -0
  471. package/tests/fixtures/typescript-maestro-routing/inputs/adv-ambiguous.json +7 -0
  472. package/tests/fixtures/typescript-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  473. package/tests/fixtures/typescript-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  474. package/tests/fixtures/typescript-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  475. package/tests/fixtures/typescript-maestro-routing/taxonomy.json +251 -0
  476. package/tests/validate-maestro-routing.py +15 -0
  477. package/tests/fixtures/terraform-maestro-routing/inputs/001-happy-reviewer.json +0 -7
  478. /package/tests/fixtures/terraform-maestro-routing/expected/{001-happy-reviewer.json → 006-happy-reviewer.json} +0 -0
@@ -19454,8 +19454,8 @@
19454
19454
  "version": "0.1.0"
19455
19455
  },
19456
19456
  {
19457
- "id": "terraform-maestro",
19458
- "name": "Terraform Maestro",
19457
+ "id": "terraform-engine-compatibility",
19458
+ "name": "terraform-engine-compatibility",
19459
19459
  "type": "skill",
19460
19460
  "provider": "terraform",
19461
19461
  "harnesses": [
@@ -19466,23 +19466,275 @@
19466
19466
  "kiro",
19467
19467
  "other"
19468
19468
  ],
19469
- "summary": "Route Terraform and IaC tasks to the right specialist from the cross-cloud IaC catalog. Classifies by domain (review, aws-iac, azure-iac, oci-iac, live-guard), dispatches single or parallel (max 4), and enforces live-guard gate for live apply, destroy, or stack mutations.",
19470
- "source_type": "adapted",
19469
+ "summary": "Decide whether a version or engine change is safe to adopt, in what order, and with what rollback: Terraform core and provider major upgrades, deprecation exposure, and the Terraform-versus-OpenTofu engine decision treated as an evidence problem rather than an ideological one. Reads version constraints, lock files, deprecation notices, and release documentation only.",
19470
+ "source_type": "original",
19471
19471
  "official_docs": [
19472
- "https://developer.hashicorp.com/terraform/docs",
19473
- "https://developer.hashicorp.com/terraform/language",
19472
+ "https://developer.hashicorp.com/terraform/language/upgrade-guides",
19473
+ "https://developer.hashicorp.com/terraform/language/v1-compatibility-promises",
19474
+ "https://developer.hashicorp.com/terraform/language/files/dependency-lock",
19475
+ "https://opentofu.org/docs/intro/migration/",
19476
+ "https://opentofu.org/docs/intro/",
19477
+ "https://opentofu.org/docs/intro/migration/multiple-configurations",
19478
+ "https://developer.hashicorp.com/terraform/plugin/terraform-plugin-protocol"
19479
+ ],
19480
+ "security_notes": "Static review only — reads version constraints, `.terraform.lock.hcl`, provider deprecation notices, changelog and upgrade-guide excerpts, and configuration; never runs `init`, `init -upgrade`, `plan`, or `apply`, and never contacts a registry. Never requests or accepts credentials, tokens, or licence keys. Version-specific behaviour is asserted only from the relevant engine's own upgrade guidance for the exact version pair in question; a claim about a version whose guidance was not read is labelled unknown rather than inferred from an adjacent version.",
19481
+ "last_verified": "2026-08-17",
19482
+ "path": "skills/terraform/terraform-engine-compatibility",
19483
+ "version": "0.1.0",
19484
+ "author": "github: VincentChuWaiChow"
19485
+ },
19486
+ {
19487
+ "id": "terraform-estate-reconciliation",
19488
+ "name": "terraform-estate-reconciliation",
19489
+ "type": "skill",
19490
+ "provider": "terraform",
19491
+ "harnesses": [
19492
+ "codex",
19493
+ "claude-code",
19494
+ "cursor",
19495
+ "gemini",
19496
+ "kiro",
19497
+ "other"
19498
+ ],
19499
+ "summary": "Make the record match reality without destroying anything: classify drift and decide whether to adopt, revert, or accept it; bring unmanaged brownfield infrastructure under management via import blocks; and carry resource address changes with `moved` and `removed` blocks so a refactor is not read as a destroy. Reads plans, source, and sanitized inventories only.",
19500
+ "source_type": "original",
19501
+ "official_docs": [
19502
+ "https://developer.hashicorp.com/terraform/language/import",
19503
+ "https://developer.hashicorp.com/terraform/language/moved",
19474
19504
  "https://developer.hashicorp.com/terraform/cli/commands/plan",
19505
+ "https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle",
19506
+ "https://opentofu.org/docs/language/import/"
19507
+ ],
19508
+ "security_notes": "Advisory and read-only — reads plans (preferably `-refresh-only` and `-json`), Terraform/OpenTofu source, import blocks, and sanitized resource inventories; never runs `import`, `plan`, `apply`, `state mv`, or `state rm`, and never contacts a cloud API to enumerate resources. Never requests or accepts cloud credentials, tokens, unredacted state, account/subscription/tenant identifiers, or customer data. Resource inventories must arrive with identifiers redacted where they encode account or tenant structure. A claim about what exists in the live estate that is not visible in the supplied artifacts is labelled assumption, never confirmed.",
19509
+ "last_verified": "2026-08-17",
19510
+ "path": "skills/terraform/terraform-estate-reconciliation",
19511
+ "version": "0.1.0",
19512
+ "author": "github: VincentChuWaiChow"
19513
+ },
19514
+ {
19515
+ "id": "terraform-execution-governance",
19516
+ "name": "terraform-execution-governance",
19517
+ "type": "skill",
19518
+ "provider": "terraform",
19519
+ "harnesses": [
19520
+ "codex",
19521
+ "claude-code",
19522
+ "cursor",
19523
+ "gemini",
19524
+ "kiro",
19525
+ "other"
19526
+ ],
19527
+ "summary": "Decide whether the path that executes a Terraform or OpenTofu change is trustworthy: which identity the runner assumes and how widely it is scoped, whether the reviewed plan is the plan that applies, how plan artifacts move between stages, and whether approval is a real gate or a formality. Reads pipeline definitions and runner configuration only.",
19528
+ "source_type": "original",
19529
+ "official_docs": [
19475
19530
  "https://developer.hashicorp.com/terraform/cli/commands/apply",
19476
- "https://registry.terraform.io/providers/hashicorp/aws/latest/docs",
19477
- "https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs",
19478
- "https://registry.terraform.io/providers/oracle/oci/latest/docs"
19531
+ "https://developer.hashicorp.com/terraform/cli/commands/plan",
19532
+ "https://developer.hashicorp.com/terraform/cloud-docs/workspaces/dynamic-provider-credentials",
19533
+ "https://developer.hashicorp.com/terraform/cloud-docs/run/remote-operations",
19534
+ "https://developer.hashicorp.com/terraform/cli/config/config-file"
19479
19535
  ],
19480
- "security_notes": "Live-guard gate is non-negotiable: never auto-dispatch live apply, destroy, or stack mutation agents without explicit human confirmation, blast-radius assessment, and rollback path. Terraform destroy is irreversible without state backup.",
19481
- "last_verified": "2026-04-30",
19536
+ "security_notes": "Static review only — reads pipeline definitions, runner and workspace configuration, and sanitized role or trust-policy documents; never triggers a pipeline, runs `plan` or `apply`, or contacts a CI system, and never modifies a workflow. Never requests or accepts credentials, provider tokens, OIDC client secrets, private keys, unredacted state, saved plan binaries, or account/subscription/tenant identifiers — trust policies and role documents must arrive with identifiers redacted. A claim about what a runner is actually permitted to do that is not visible in the supplied configuration is labelled assumption, never confirmed.",
19537
+ "last_verified": "2026-08-17",
19538
+ "path": "skills/terraform/terraform-execution-governance",
19539
+ "version": "0.1.0",
19540
+ "author": "github: VincentChuWaiChow"
19541
+ },
19542
+ {
19543
+ "id": "terraform-maestro",
19544
+ "name": "terraform-maestro",
19545
+ "type": "skill",
19546
+ "provider": "terraform",
19547
+ "harnesses": [
19548
+ "codex",
19549
+ "claude-code",
19550
+ "cursor",
19551
+ "gemini",
19552
+ "kiro",
19553
+ "other"
19554
+ ],
19555
+ "summary": "Classify a Terraform or OpenTofu task and route it to the narrowest advisory specialist on the IaC board, dispatching up to four in parallel only when the change genuinely spans that many domains. Never answers an IaC question itself, never executes a live operation, and never auto-dispatches a live-guard agent.",
19556
+ "source_type": "original",
19557
+ "official_docs": [
19558
+ "https://developer.hashicorp.com/terraform/cli/commands/plan",
19559
+ "https://opentofu.org/docs/cli/commands/"
19560
+ ],
19561
+ "security_notes": "Routing only. Never requests or relays cloud credentials, provider tokens, private keys, unredacted state, or account/subscription/tenant identifiers. Never executes apply, destroy, import, state mutation, or force-unlock, and never auto-dispatches a live-guard agent — every live path stops for written human confirmation with blast radius and rollback stated first.",
19562
+ "last_verified": "2026-08-17",
19482
19563
  "path": "skills/terraform/terraform-maestro",
19483
19564
  "author": "github: VincentChuWaiChow",
19484
19565
  "version": "0.1.0"
19485
19566
  },
19567
+ {
19568
+ "id": "terraform-module-contract",
19569
+ "name": "terraform-module-contract",
19570
+ "type": "skill",
19571
+ "provider": "terraform",
19572
+ "harnesses": [
19573
+ "codex",
19574
+ "claude-code",
19575
+ "cursor",
19576
+ "gemini",
19577
+ "kiro",
19578
+ "other"
19579
+ ],
19580
+ "summary": "Review a Terraform or OpenTofu module as a reusable contract rather than as code: input surface and validation, output stability, versioning and breaking changes, composition boundaries, and whether a proposed one-off module should exist at all when a platform module already covers it. Reads source and sanitized variable files only.",
19581
+ "source_type": "original",
19582
+ "official_docs": [
19583
+ "https://developer.hashicorp.com/terraform/language/modules/develop",
19584
+ "https://developer.hashicorp.com/terraform/language/values/variables",
19585
+ "https://developer.hashicorp.com/terraform/language/checks",
19586
+ "https://opentofu.org/docs/language/functions/"
19587
+ ],
19588
+ "security_notes": "Static review only — reads Terraform/OpenTofu source, module READMEs, and sanitized variable files; never runs `init`, `plan`, `apply`, or any state operation, never contacts a registry or live system, and never requests secrets, credentials, tokens, or customer data. A claim about the engine version, provider versions, or how a module behaves at apply time that is not visible in the supplied artifacts is labelled assumption, never confirmed.",
19589
+ "last_verified": "2026-08-17",
19590
+ "path": "skills/terraform/terraform-module-contract",
19591
+ "version": "0.1.0",
19592
+ "author": "github: VincentChuWaiChow"
19593
+ },
19594
+ {
19595
+ "id": "terraform-plan-blast-radius",
19596
+ "name": "terraform-plan-blast-radius",
19597
+ "type": "skill",
19598
+ "provider": "terraform",
19599
+ "harnesses": [
19600
+ "codex",
19601
+ "claude-code",
19602
+ "cursor",
19603
+ "gemini",
19604
+ "kiro",
19605
+ "other"
19606
+ ],
19607
+ "summary": "Read a Terraform or OpenTofu plan and answer why the engine decided to replace or destroy anything, what the ordering means for availability, and whether the plan under review is the plan that will actually be applied. Engine-level plan mechanics across every cloud; reads plan output, source, and sanitized variable files only.",
19608
+ "source_type": "original",
19609
+ "official_docs": [
19610
+ "https://developer.hashicorp.com/terraform/cli/commands/plan",
19611
+ "https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle",
19612
+ "https://developer.hashicorp.com/terraform/language/resources/syntax",
19613
+ "https://developer.hashicorp.com/terraform/cli/commands/apply",
19614
+ "https://opentofu.org/docs/cli/commands/"
19615
+ ],
19616
+ "security_notes": "Static review only — reads plan output (preferably `-json`), Terraform/OpenTofu source, and sanitized variable files; never runs `plan`, `apply`, `destroy`, or any state operation and never contacts a live system. Saved plan files record sensitive values in cleartext, so this agent asks for redacted plan JSON and refuses raw plan binaries. Never requests or accepts cloud credentials, tokens, unredacted state, or account identifiers. A claim about what exists in the live account that is not visible in the supplied plan is labelled assumption, never confirmed.",
19617
+ "last_verified": "2026-08-17",
19618
+ "path": "skills/terraform/terraform-plan-blast-radius",
19619
+ "version": "0.1.0",
19620
+ "author": "github: VincentChuWaiChow"
19621
+ },
19622
+ {
19623
+ "id": "terraform-policy-evidence",
19624
+ "name": "terraform-policy-evidence",
19625
+ "type": "skill",
19626
+ "provider": "terraform",
19627
+ "harnesses": [
19628
+ "codex",
19629
+ "claude-code",
19630
+ "cursor",
19631
+ "gemini",
19632
+ "kiro",
19633
+ "other"
19634
+ ],
19635
+ "summary": "Turn a Terraform or OpenTofu change into an auditable control decision: which control the change touches, whether the policy that enforces it evaluates the plan or only the source, whether an exception is scoped and expiring, and what evidence artifact an auditor could actually read. Reads plans, policy code, and control mappings only.",
19636
+ "source_type": "original",
19637
+ "official_docs": [
19638
+ "https://developer.hashicorp.com/terraform/cloud-docs/policy-enforcement",
19639
+ "https://developer.hashicorp.com/terraform/cloud-docs/policy-enforcement/opa",
19640
+ "https://developer.hashicorp.com/terraform/cloud-docs/policy-enforcement/sentinel",
19641
+ "https://developer.hashicorp.com/terraform/language/checks",
19642
+ "https://developer.hashicorp.com/terraform/cli/commands/plan",
19643
+ "https://developer.hashicorp.com/terraform/cloud-docs/policy-enforcement/manage-policy-sets"
19644
+ ],
19645
+ "security_notes": "Advisory and read-only — reads plan output (preferably redacted `-json`), policy source, control mappings, and exception records; never runs policy engines, `plan`, or `apply`, never grants or records an exception itself, and never contacts a live system. Never requests or accepts credentials, tokens, unredacted state, audit-system write access, account/subscription/tenant identifiers, or customer data. Produces evidence for a human control owner to sign; it never signs, approves, or attests on their behalf, and a compliance conclusion not supported by a supplied artifact is labelled assumption, never confirmed.",
19646
+ "last_verified": "2026-08-17",
19647
+ "path": "skills/terraform/terraform-policy-evidence",
19648
+ "version": "0.1.0",
19649
+ "author": "github: VincentChuWaiChow"
19650
+ },
19651
+ {
19652
+ "id": "terraform-state-reliability",
19653
+ "name": "terraform-state-reliability",
19654
+ "type": "skill",
19655
+ "provider": "terraform",
19656
+ "harnesses": [
19657
+ "codex",
19658
+ "claude-code",
19659
+ "cursor",
19660
+ "gemini",
19661
+ "kiro",
19662
+ "other"
19663
+ ],
19664
+ "summary": "Own the state file as a production asset: backend and locking configuration, backup and recovery posture, whether a proposed state surgery is justified and reversible, engine-specific state encryption, and the secrets that state records in the clear. Reads backend blocks, state metadata, and sanitized artifacts only — never mutates state.",
19665
+ "source_type": "original",
19666
+ "official_docs": [
19667
+ "https://developer.hashicorp.com/terraform/language/state",
19668
+ "https://developer.hashicorp.com/terraform/language/state/locking",
19669
+ "https://developer.hashicorp.com/terraform/language/backend/s3",
19670
+ "https://developer.hashicorp.com/terraform/cli/commands/state",
19671
+ "https://developer.hashicorp.com/terraform/cli/commands/force-unlock",
19672
+ "https://developer.hashicorp.com/terraform/language/state/sensitive-data",
19673
+ "https://opentofu.org/docs/language/state/encryption/",
19674
+ "https://developer.hashicorp.com/terraform/language/state/remote-state-data"
19675
+ ],
19676
+ "security_notes": "Advisory and read-only — reads `backend` and `cloud` blocks, state metadata, lock configuration, and sanitized artifacts; never runs `state mv`, `state rm`, `state push`, `import`, `taint`, or `force-unlock`, and never contacts a live backend. State records values in the clear even when the configuration marks them sensitive, so this agent never requests a raw state file: it asks for the backend block and `terraform state list` output instead. Never requests or accepts cloud credentials, tokens, encryption keys or passphrases, account identifiers, or customer data. A claim about the live backend, lock table, or bucket configuration not visible in the supplied artifacts is labelled assumption, never confirmed.",
19677
+ "last_verified": "2026-08-17",
19678
+ "path": "skills/terraform/terraform-state-reliability",
19679
+ "version": "0.1.0",
19680
+ "author": "github: VincentChuWaiChow"
19681
+ },
19682
+ {
19683
+ "id": "terraform-supply-chain-integrity",
19684
+ "name": "terraform-supply-chain-integrity",
19685
+ "type": "skill",
19686
+ "provider": "terraform",
19687
+ "harnesses": [
19688
+ "codex",
19689
+ "claude-code",
19690
+ "cursor",
19691
+ "gemini",
19692
+ "kiro",
19693
+ "other"
19694
+ ],
19695
+ "summary": "Decide whether a Terraform or OpenTofu dependency may be trusted and whether the trust is actually enforced: provider source addresses and registry namespaces, `.terraform.lock.hcl` hash coverage across platforms, mirrors and network-restricted installation, and module source provenance. Reads dependency declarations, lock files, and CLI configuration only.",
19696
+ "source_type": "original",
19697
+ "official_docs": [
19698
+ "https://developer.hashicorp.com/terraform/language/files/dependency-lock",
19699
+ "https://developer.hashicorp.com/terraform/cli/commands/providers/lock",
19700
+ "https://developer.hashicorp.com/terraform/language/providers/requirements",
19701
+ "https://developer.hashicorp.com/terraform/cli/config/config-file",
19702
+ "https://developer.hashicorp.com/terraform/internals/provider-registry-protocol",
19703
+ "https://opentofu.org/docs/language/providers/requirements/"
19704
+ ],
19705
+ "security_notes": "Static review only — reads `required_providers` blocks, module `source` addresses, `.terraform.lock.hcl`, and CLI configuration files; never runs `init`, `providers lock`, or any command that contacts a registry or mirror, and never downloads a provider. Never requests or accepts registry tokens, signing keys, credentials, or private registry URLs containing embedded secrets. A claim about what a registry currently serves, or about a checksum not present in the supplied lock file, is labelled assumption, never confirmed.",
19706
+ "last_verified": "2026-08-17",
19707
+ "path": "skills/terraform/terraform-supply-chain-integrity",
19708
+ "version": "0.1.0",
19709
+ "author": "github: VincentChuWaiChow"
19710
+ },
19711
+ {
19712
+ "id": "terraform-verification-strategy",
19713
+ "name": "terraform-verification-strategy",
19714
+ "type": "skill",
19715
+ "provider": "terraform",
19716
+ "harnesses": [
19717
+ "codex",
19718
+ "claude-code",
19719
+ "cursor",
19720
+ "gemini",
19721
+ "kiro",
19722
+ "other"
19723
+ ],
19724
+ "summary": "Choose and sequence verification for a Terraform or OpenTofu change: what `validate`, a plan, `terraform test` with `command = plan`, mock providers, and a real-infrastructure test run each actually prove, and which of them is proportionate to the change's blast radius. Reusable procedure with no independent decision right — the owning agent issues the verdict.",
19725
+ "source_type": "original",
19726
+ "official_docs": [
19727
+ "https://developer.hashicorp.com/terraform/language/tests",
19728
+ "https://developer.hashicorp.com/terraform/cli/commands/plan",
19729
+ "https://developer.hashicorp.com/terraform/language/checks",
19730
+ "https://opentofu.org/docs/cli/commands/"
19731
+ ],
19732
+ "security_notes": "Procedure only — reads test files, module source, and plan output; never runs `validate`, `plan`, `test`, or `apply`, and never provisions infrastructure. Apply-mode tests create real infrastructure and are therefore recommended only against an isolated non-production account with its own credentials, never against an account holding production resources. Never requests or accepts credentials, tokens, unredacted state, or customer data.",
19733
+ "last_verified": "2026-08-17",
19734
+ "path": "skills/terraform/terraform-verification-strategy",
19735
+ "version": "0.1.0",
19736
+ "author": "github: VincentChuWaiChow"
19737
+ },
19486
19738
  {
19487
19739
  "id": "test-coverage-quality-review",
19488
19740
  "name": "Test Coverage Quality Review",
@@ -19637,6 +19889,84 @@
19637
19889
  "version": "0.1.0",
19638
19890
  "author": "github: VincentChuWaiChow"
19639
19891
  },
19892
+ {
19893
+ "id": "typescript-async-contract-reliability",
19894
+ "name": "typescript-async-contract-reliability",
19895
+ "type": "skill",
19896
+ "provider": "typescript",
19897
+ "harnesses": [
19898
+ "codex",
19899
+ "claude-code",
19900
+ "cursor",
19901
+ "gemini",
19902
+ "kiro",
19903
+ "other"
19904
+ ],
19905
+ "summary": "Static review of server-side TypeScript async reliability: floating and ignored promises, AbortSignal cancellation plumbing, unhandled-rejection posture and process-exit behavior, stream/async-iterable backpressure, concurrency bounds, cleanup, and typed error channels. Reads source and Node/lint configuration only.",
19906
+ "source_type": "original",
19907
+ "official_docs": [
19908
+ "https://typescript-eslint.io/packages/parser/",
19909
+ "https://nodejs.org/api/process.html",
19910
+ "https://nodejs.org/api/stream.html"
19911
+ ],
19912
+ "security_notes": "Static review only — reads TypeScript/JavaScript source, the declared Node version, and lint configuration; never runs, builds, deploys, or publishes the code, never contacts a live process or system, and never requests secrets, credentials, or customer data. A process-exit-behavior verdict made without a confirmed Node version is labelled inference, not confirmed.",
19913
+ "last_verified": "2026-08-13",
19914
+ "path": "skills/typescript/typescript-async-contract-reliability",
19915
+ "version": "0.1.0",
19916
+ "author": "github: VincentChuWaiChow"
19917
+ },
19918
+ {
19919
+ "id": "typescript-build-graph-performance",
19920
+ "name": "typescript-build-graph-performance",
19921
+ "type": "skill",
19922
+ "provider": "typescript",
19923
+ "harnesses": [
19924
+ "codex",
19925
+ "claude-code",
19926
+ "cursor",
19927
+ "gemini",
19928
+ "kiro",
19929
+ "other"
19930
+ ],
19931
+ "summary": "Static review, from supplied measurement evidence only, of what in a TypeScript program graph costs measured build or editor time: project references, composite/incremental/.tsbuildinfo behavior, generated-code volume, pathological type instantiation, and duplicated checking across lint, test, and build. Reads measurement output and configuration only.",
19932
+ "source_type": "original",
19933
+ "official_docs": [
19934
+ "https://github.com/microsoft/TypeScript/wiki/Performance",
19935
+ "https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/",
19936
+ "https://www.typescriptlang.org/docs/handbook/project-references.html"
19937
+ ],
19938
+ "security_notes": "Static review of supplied measurement evidence only — reads `--diagnostics`/`--extendedDiagnostics` output, `--generateTrace` traces, `tsconfig.json` files, and package topology; never invokes the compiler, runs a build, or measures a live system, and never requests secrets, credentials, or customer data. Never prescribes a restructuring without a supplied measurement, and always records which compiler binary produced it.",
19939
+ "last_verified": "2026-08-13",
19940
+ "path": "skills/typescript/typescript-build-graph-performance",
19941
+ "version": "0.1.0",
19942
+ "author": "github: VincentChuWaiChow"
19943
+ },
19944
+ {
19945
+ "id": "typescript-business-critical-automation-governance",
19946
+ "name": "typescript-business-critical-automation-governance",
19947
+ "type": "skill",
19948
+ "provider": "typescript",
19949
+ "harnesses": [
19950
+ "codex",
19951
+ "claude-code",
19952
+ "cursor",
19953
+ "gemini",
19954
+ "kiro",
19955
+ "other"
19956
+ ],
19957
+ "summary": "Static review of whether a privileged TypeScript automation (backfill, migration, reconciliation script) may run and under what controls: dry-run coverage of the write path, technical and business idempotency, blast-radius bounds, checkpoint/resume, rollback and reconciliation evidence, audit trail, and a named inverse operation. Never executes anything; reads script source and declared credential scope by name only.",
19958
+ "source_type": "original",
19959
+ "official_docs": [
19960
+ "https://nodejs.org/api/typescript.html",
19961
+ "https://nodejs.org/learn/typescript/run-natively",
19962
+ "https://typescript-eslint.io/packages/parser/"
19963
+ ],
19964
+ "security_notes": "Static review only — reads script source, the run command, credential scope by name only (never a value), scheduler/CI configuration, an existing runbook, and the reconciliation method; never executes, deploys, or migrates anything, and never requests a credential value, secret, or connection string.",
19965
+ "last_verified": "2026-08-13",
19966
+ "path": "skills/typescript/typescript-business-critical-automation-governance",
19967
+ "version": "0.1.0",
19968
+ "author": "github: VincentChuWaiChow"
19969
+ },
19640
19970
  {
19641
19971
  "id": "typescript-contracts-review",
19642
19972
  "name": "TypeScript Contracts Review",
@@ -19666,6 +19996,295 @@
19666
19996
  "version": "0.1.0",
19667
19997
  "author": "github: VincentChuWaiChow"
19668
19998
  },
19999
+ {
20000
+ "id": "typescript-engineering-economics",
20001
+ "name": "typescript-engineering-economics",
20002
+ "type": "skill",
20003
+ "provider": "typescript",
20004
+ "harnesses": [
20005
+ "codex",
20006
+ "claude-code",
20007
+ "cursor",
20008
+ "gemini",
20009
+ "kiro",
20010
+ "other"
20011
+ ],
20012
+ "summary": "Static conversion of another specialist's supplied measurements into a funding decision: annual engineering-hours lost, CI compute cost, migration cost, break-even point, cost of postponement, and investment priority — with formulas, sensitivity, and every value labelled measured, supplied, or assumed. Never originates a measurement and is never dispatched first.",
20013
+ "source_type": "original",
20014
+ "official_docs": [
20015
+ "https://github.com/microsoft/TypeScript/wiki/Performance",
20016
+ "https://typescript-eslint.io/packages/parser/",
20017
+ "https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/"
20018
+ ],
20019
+ "security_notes": "Static review only — reads user-supplied figures (CI durations, headcount and loaded cost, wait times, incident counts, ticket volume, migration-effort estimates) and the measurements handed off by other specialists; never originates a measurement itself, never contacts a live system, and never requests cost data beyond what the user volunteers. Never requests secrets, credentials, or customer data.",
20020
+ "last_verified": "2026-08-13",
20021
+ "path": "skills/typescript/typescript-engineering-economics",
20022
+ "version": "0.1.0",
20023
+ "author": "github: VincentChuWaiChow"
20024
+ },
20025
+ {
20026
+ "id": "typescript-estate-modernization-governor",
20027
+ "name": "typescript-estate-modernization-governor",
20028
+ "type": "skill",
20029
+ "provider": "typescript",
20030
+ "harnesses": [
20031
+ "codex",
20032
+ "claude-code",
20033
+ "cursor",
20034
+ "gemini",
20035
+ "kiro",
20036
+ "other"
20037
+ ],
20038
+ "summary": "Static review of TypeScript estate-migration sequencing and reversibility: staged strictness adoption, compiler-major upgrades (including the TS 6.0→7.0 tooling split), module-system migration, `skipLibCheck`/suppression debt burn-down, and removed-compiler-option exposure. Owns sequencing and reversibility, not per-file fixes. Reads configuration and version evidence only.",
20039
+ "source_type": "original",
20040
+ "official_docs": [
20041
+ "https://www.typescriptlang.org/tsconfig",
20042
+ "https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/",
20043
+ "https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/"
20044
+ ],
20045
+ "security_notes": "Static review only — reads `tsconfig.json` files, the package/compiler-version inventory, suppression counts (`@ts-ignore`/`@ts-expect-error` occurrences), and the ownership map; never runs a compiler upgrade, applies a codemod, or modifies a live build/CI pipeline. Never requests secrets, credentials, or customer data.",
20046
+ "last_verified": "2026-08-13",
20047
+ "path": "skills/typescript/typescript-estate-modernization-governor",
20048
+ "version": "0.1.0",
20049
+ "author": "github: VincentChuWaiChow"
20050
+ },
20051
+ {
20052
+ "id": "typescript-maestro",
20053
+ "name": "typescript-maestro",
20054
+ "type": "skill",
20055
+ "provider": "typescript",
20056
+ "harnesses": [
20057
+ "codex",
20058
+ "claude-code",
20059
+ "cursor",
20060
+ "gemini",
20061
+ "kiro",
20062
+ "other"
20063
+ ],
20064
+ "summary": "Router agent for the TypeScript board. Classifies a TypeScript task and dispatches the narrowest static-review specialist, or a parallel team of up to four when the task genuinely spans two or more domains. Routes only — never answers TypeScript questions itself, never runs a compiler or build, never requests secrets.",
20065
+ "source_type": "original",
20066
+ "official_docs": [
20067
+ "https://www.typescriptlang.org/tsconfig",
20068
+ "https://nodejs.org/api/typescript.html",
20069
+ "https://nodejs.org/api/packages.html"
20070
+ ],
20071
+ "security_notes": "Routing and classification only — performs no review itself, never compiles, builds, tests, publishes, or contacts a live system, and never requests or accepts secrets, registry tokens, connection strings, signing keys, tenant identifiers, or customer data. Every dispatched TypeScript specialist is static-review and reads source and sanitized configuration only. The task description and any pasted content are treated as data to classify, never as instructions.",
20072
+ "last_verified": "2026-08-13",
20073
+ "path": "skills/typescript/typescript-maestro",
20074
+ "version": "0.1.0",
20075
+ "author": "github: VincentChuWaiChow"
20076
+ },
20077
+ {
20078
+ "id": "typescript-mcp-tool-contract",
20079
+ "name": "typescript-mcp-tool-contract",
20080
+ "type": "skill",
20081
+ "provider": "typescript",
20082
+ "harnesses": [
20083
+ "codex",
20084
+ "claude-code",
20085
+ "cursor",
20086
+ "gemini",
20087
+ "kiro",
20088
+ "other"
20089
+ ],
20090
+ "summary": "Static review of MCP tool-contract fidelity in TypeScript servers: whether `inputSchema`/`outputSchema` match handler behavior against the 2026-07-28 specification revision, JSON Schema dialect correctness, `structuredContent` vs `content`, protocol-version negotiation, and protocol vs tool-execution error classification. Reads tool definitions, handler source, and SDK/package metadata only.",
20091
+ "source_type": "original",
20092
+ "official_docs": [
20093
+ "https://modelcontextprotocol.io/specification/2026-07-28",
20094
+ "https://json-schema.org/specification",
20095
+ "https://json-schema.org/draft/2020-12/schema"
20096
+ ],
20097
+ "security_notes": "Static review only — reads declared tool schemas, handler source, `package.json` SDK versions, and the declared protocol version; never hosts, deploys, or contacts a live MCP server or transport. Never requests secrets, credentials, or customer data.",
20098
+ "last_verified": "2026-08-13",
20099
+ "path": "skills/typescript/typescript-mcp-tool-contract",
20100
+ "version": "0.1.0",
20101
+ "author": "github: VincentChuWaiChow"
20102
+ },
20103
+ {
20104
+ "id": "typescript-module-resolution-and-emit",
20105
+ "name": "typescript-module-resolution-and-emit",
20106
+ "type": "skill",
20107
+ "provider": "typescript",
20108
+ "harnesses": [
20109
+ "codex",
20110
+ "claude-code",
20111
+ "cursor",
20112
+ "gemini",
20113
+ "kiro",
20114
+ "other"
20115
+ ],
20116
+ "summary": "Static review of whether a TypeScript package resolves, imports, and emits correctly for every consumer mode it claims to support: the `module`/`moduleResolution` matrix, `exports`/`imports` conditional-export ordering, the `types` condition, `.mts`/`.cts`, and the dual-package hazard. Reads `package.json`, every `tsconfig.json`, and emitted output only.",
20117
+ "source_type": "original",
20118
+ "official_docs": [
20119
+ "https://www.typescriptlang.org/tsconfig",
20120
+ "https://nodejs.org/api/packages.html",
20121
+ "https://nodejs.org/api/modules.html",
20122
+ "https://publint.dev/rules",
20123
+ "https://arethetypeswrong.github.io"
20124
+ ],
20125
+ "security_notes": "Static review only — reads `package.json`, every `tsconfig.json`, emitted declaration/output files, and sanitized build configuration; never compiles, bundles, publishes, or contacts a live registry, and never requests secrets, credentials, or customer data. A resolution claim not confirmed by the compiler's actual `--showConfig` output or the emitted files is labelled assumption, never confirmed.",
20126
+ "last_verified": "2026-08-13",
20127
+ "path": "skills/typescript/typescript-module-resolution-and-emit",
20128
+ "version": "0.1.0",
20129
+ "author": "github: VincentChuWaiChow"
20130
+ },
20131
+ {
20132
+ "id": "typescript-node-execution-compatibility",
20133
+ "name": "typescript-node-execution-compatibility",
20134
+ "type": "skill",
20135
+ "provider": "typescript",
20136
+ "harnesses": [
20137
+ "codex",
20138
+ "claude-code",
20139
+ "cursor",
20140
+ "gemini",
20141
+ "kiro",
20142
+ "other"
20143
+ ],
20144
+ "summary": "Static review of whether TypeScript code actually runs on the target Node version and is type-checked somewhere: type-stripping limits and their runtime consequences, proof of a separate `tsc --noEmit` gate, runtime-unsupported syntax, import-extension requirements, and Node version/API gating. Reads source, the run command, CI configuration, and every `tsconfig.json` only.",
20145
+ "source_type": "original",
20146
+ "official_docs": [
20147
+ "https://nodejs.org/api/typescript.html",
20148
+ "https://nodejs.org/learn/typescript/run-natively",
20149
+ "https://github.com/nodejs/Release",
20150
+ "https://nodejs.org/api/packages.html"
20151
+ ],
20152
+ "security_notes": "Static review only — reads source, the exact run command and flags, CI job definitions, every `tsconfig.json`, and the container entrypoint; never executes the code, never invokes Node or `tsc`, never contacts a live system, and never requests secrets, credentials, or customer data. A claim about a Node version not stated by the user is labelled assumption, never confirmed — the agent asks for the version rather than guessing.",
20153
+ "last_verified": "2026-08-13",
20154
+ "path": "skills/typescript/typescript-node-execution-compatibility",
20155
+ "version": "0.1.0",
20156
+ "author": "github: VincentChuWaiChow"
20157
+ },
20158
+ {
20159
+ "id": "typescript-package-publication-integrity",
20160
+ "name": "typescript-package-publication-integrity",
20161
+ "type": "skill",
20162
+ "provider": "typescript",
20163
+ "harnesses": [
20164
+ "codex",
20165
+ "claude-code",
20166
+ "cursor",
20167
+ "gemini",
20168
+ "kiro",
20169
+ "other"
20170
+ ],
20171
+ "summary": "Static review of npm package publication integrity: publish identity and authority (trusted publishing/OIDC versus long-lived tokens), provenance attestation, the release-automation trust path, tarball contents, and registry/scope configuration. Reads the publish workflow and sanitized package configuration only.",
20172
+ "source_type": "original",
20173
+ "official_docs": [
20174
+ "https://docs.npmjs.com/generating-provenance-statements",
20175
+ "https://publint.dev/rules",
20176
+ "https://arethetypeswrong.github.io"
20177
+ ],
20178
+ "security_notes": "Static review only — reads the release-automation workflow definition, `.npmrc`/`publishConfig`, the packed file list (e.g. `npm pack --dry-run` output), and registry/scope settings; never runs `npm publish`, signs an artifact, rotates or issues a token, or contacts a live registry. Never requests secrets, registry tokens, signing keys, or customer data.",
20179
+ "last_verified": "2026-08-13",
20180
+ "path": "skills/typescript/typescript-package-publication-integrity",
20181
+ "version": "0.1.0",
20182
+ "author": "github: VincentChuWaiChow"
20183
+ },
20184
+ {
20185
+ "id": "typescript-public-api-and-declaration-governance",
20186
+ "name": "typescript-public-api-and-declaration-governance",
20187
+ "type": "skill",
20188
+ "provider": "typescript",
20189
+ "harnesses": [
20190
+ "codex",
20191
+ "claude-code",
20192
+ "cursor",
20193
+ "gemini",
20194
+ "kiro",
20195
+ "other"
20196
+ ],
20197
+ "summary": "Static review of a published TypeScript type surface: `.d.ts` correctness and emit strategy, public-versus-accidental exports, breaking-change classification and the semver decision, the consumer compilation matrix, and compile-time type-contract tests. Reads declarations, API reports, and configuration only.",
20198
+ "source_type": "original",
20199
+ "official_docs": [
20200
+ "https://www.typescriptlang.org/docs/handbook/modules/appendices/esm-cjs-interop.html",
20201
+ "https://api-extractor.com/",
20202
+ "https://vitest.dev/guide/testing-types"
20203
+ ],
20204
+ "security_notes": "Static review only — reads declaration files (`.d.ts`), API reports/rollups, `package.json`, consumer `tsconfig.json` files, and Vitest type-test source; never compiles, builds, runs, publishes, or executes the package, never contacts a live registry or consumer, and never requests secrets, credentials, registry tokens, or customer data. A breaking-change classification made without a supplied baseline surface is labelled inference, not confirmed.",
20205
+ "last_verified": "2026-08-13",
20206
+ "path": "skills/typescript/typescript-public-api-and-declaration-governance",
20207
+ "version": "0.1.0",
20208
+ "author": "github: VincentChuWaiChow"
20209
+ },
20210
+ {
20211
+ "id": "typescript-runtime-boundary-contract",
20212
+ "name": "typescript-runtime-boundary-contract",
20213
+ "type": "skill",
20214
+ "provider": "typescript",
20215
+ "harnesses": [
20216
+ "codex",
20217
+ "claude-code",
20218
+ "cursor",
20219
+ "gemini",
20220
+ "kiro",
20221
+ "other"
20222
+ ],
20223
+ "summary": "Static review of runtime trust-boundary handling in TypeScript: whether every value entering the program (HTTP, queue, environment/configuration, database reads, third-party SDKs, webhooks, `JSON.parse`, files, agent/tool calls) is parsed against a schema rather than merely asserted, `unknown`-first ingestion, one source of truth between a schema and its TypeScript type, and generated-type drift. Reads source and sanitized configuration/schema files only.",
20224
+ "source_type": "original",
20225
+ "official_docs": [
20226
+ "https://json-schema.org/specification",
20227
+ "https://zod.dev",
20228
+ "https://ajv.js.org/"
20229
+ ],
20230
+ "security_notes": "Static review only — reads TypeScript source, declared schemas, and sanitized configuration or lockfile snippets showing the installed validator and version; never compiles, builds, runs, or contacts a live system, and never requests secrets, credentials, connection strings, or customer data. A runtime-behavior or data-shape claim not confirmed by the visible schema or source is labelled assumption, never confirmed.",
20231
+ "last_verified": "2026-08-13",
20232
+ "path": "skills/typescript/typescript-runtime-boundary-contract",
20233
+ "version": "0.1.0",
20234
+ "author": "github: VincentChuWaiChow"
20235
+ },
20236
+ {
20237
+ "id": "typescript-static-enforcement-policy",
20238
+ "name": "typescript-static-enforcement-policy",
20239
+ "type": "skill",
20240
+ "provider": "typescript",
20241
+ "harnesses": [
20242
+ "codex",
20243
+ "claude-code",
20244
+ "cursor",
20245
+ "gemini",
20246
+ "kiro",
20247
+ "other"
20248
+ ],
20249
+ "summary": "Static review of what 'it passes' must mean for each TypeScript package and what proving it costs: strict-family flag policy and silent loosening, typed-lint rule selection and Project Service configuration, editor-versus-CI parity, and suppression policy. Reads tsconfig, lint, and CI job configuration only.",
20250
+ "source_type": "original",
20251
+ "official_docs": [
20252
+ "https://www.typescriptlang.org/tsconfig",
20253
+ "https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/",
20254
+ "https://typescript-eslint.io/packages/parser/"
20255
+ ],
20256
+ "security_notes": "Static review only — reads every `tsconfig.json` and its effective (resolved) configuration, lint configuration, and CI job definitions; never runs the compiler, the linter, a build, or a test, never contacts a live CI system, and never requests secrets, credentials, or customer data. A configuration finding made without the effective (extends-resolved) file is labelled inference, not confirmed.",
20257
+ "last_verified": "2026-08-13",
20258
+ "path": "skills/typescript/typescript-static-enforcement-policy",
20259
+ "version": "0.1.0",
20260
+ "author": "github: VincentChuWaiChow"
20261
+ },
20262
+ {
20263
+ "id": "typescript-type-soundness",
20264
+ "name": "typescript-type-soundness",
20265
+ "type": "skill",
20266
+ "provider": "typescript",
20267
+ "harnesses": [
20268
+ "codex",
20269
+ "claude-code",
20270
+ "cursor",
20271
+ "gemini",
20272
+ "kiro",
20273
+ "other"
20274
+ ],
20275
+ "summary": "Static review of type-level soundness in shared or published TypeScript code: generic variance, conditional and mapped type correctness, type predicates that assert more than they check, unsound narrowing, `satisfies` versus an explicit annotation, branded and nominal modelling, and `unknown`-first discipline. Reads source and sanitized `tsconfig.json` only.",
20276
+ "source_type": "original",
20277
+ "official_docs": [
20278
+ "https://www.typescriptlang.org/tsconfig",
20279
+ "https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/",
20280
+ "https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/"
20281
+ ],
20282
+ "security_notes": "Static review only — reads TypeScript/JavaScript source and sanitized `tsconfig.json`; never compiles, type-checks, builds, runs, publishes, or contacts a live system, and never requests secrets, credentials, tokens, or customer data. A claim about the installed compiler version or actual runtime behavior not shown in the supplied artifacts is labelled assumption, never confirmed.",
20283
+ "last_verified": "2026-08-13",
20284
+ "path": "skills/typescript/typescript-type-soundness",
20285
+ "version": "0.1.0",
20286
+ "author": "github: VincentChuWaiChow"
20287
+ },
19669
20288
  {
19670
20289
  "id": "variance-analysis-advisor",
19671
20290
  "name": "Variance Analysis Advisor",