mop-flow 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (390) hide show
  1. package/.MOP/PROTOCOL.md +579 -0
  2. package/.MOP/STATE.json +668 -0
  3. package/.MOP/config/defaults.json +55 -0
  4. package/.MOP/config/team.json +8 -0
  5. package/.MOP/flow/ROADMAP.md +51 -0
  6. package/.MOP/flow/skill-manifest.json +645 -0
  7. package/.MOP/scripts/burhan-mop.mjs +291 -0
  8. package/.MOP/scripts/mop-auto-deploy.mjs +152 -0
  9. package/.MOP/scripts/mop-autosycn.mjs +790 -0
  10. package/.MOP/scripts/mop-core.mjs +1206 -0
  11. package/.MOP/scripts/mop-flow.mjs +396 -0
  12. package/.MOP/scripts/mop-smoke-test.mjs +76 -0
  13. package/.MOP/scripts/mop-workflow.mjs +348 -0
  14. package/.MOP/templates/artifacts/adversarial-review.md +33 -0
  15. package/.MOP/templates/artifacts/architecture.md +28 -0
  16. package/.MOP/templates/artifacts/decision-log.md +21 -0
  17. package/.MOP/templates/artifacts/handoff.md +21 -0
  18. package/.MOP/templates/artifacts/implementation-notes.md +21 -0
  19. package/.MOP/templates/artifacts/prd.md +29 -0
  20. package/.MOP/templates/artifacts/product-brief.md +30 -0
  21. package/.MOP/templates/artifacts/readiness-report.md +25 -0
  22. package/.MOP/templates/artifacts/release-notes.md +21 -0
  23. package/.MOP/templates/artifacts/review.md +21 -0
  24. package/.MOP/templates/artifacts/story.md +25 -0
  25. package/.MOP/templates/artifacts/ux-spec.md +32 -0
  26. package/.agents/AGENTS.md +85 -0
  27. package/.agents/skills/auto-deploy/SKILL.md +48 -0
  28. package/.agents/skills/autosycn/SKILL.md +75 -0
  29. package/.agents/skills/mop-flow/SKILL.md +53 -0
  30. package/.agents/skills/mop-help/SKILL.md +35 -0
  31. package/.agents/skills/ruflo-core/SKILL.md +36 -0
  32. package/.claude/agents/analysis/analyze-code-quality.md +179 -0
  33. package/.claude/agents/analysis/code-analyzer.md +210 -0
  34. package/.claude/agents/analysis/code-review/analyze-code-quality.md +179 -0
  35. package/.claude/agents/architecture/arch-system-design.md +157 -0
  36. package/.claude/agents/architecture/system-design/arch-system-design.md +155 -0
  37. package/.claude/agents/browser/browser-agent.yaml +182 -0
  38. package/.claude/agents/consensus/byzantine-coordinator.md +63 -0
  39. package/.claude/agents/consensus/crdt-synchronizer.md +997 -0
  40. package/.claude/agents/consensus/gossip-coordinator.md +63 -0
  41. package/.claude/agents/consensus/performance-benchmarker.md +851 -0
  42. package/.claude/agents/consensus/quorum-manager.md +823 -0
  43. package/.claude/agents/consensus/raft-manager.md +63 -0
  44. package/.claude/agents/consensus/security-manager.md +622 -0
  45. package/.claude/agents/core/planner.md +375 -0
  46. package/.claude/agents/custom/test-long-runner.md +44 -0
  47. package/.claude/agents/data/data-ml-model.md +445 -0
  48. package/.claude/agents/data/ml/data-ml-model.md +193 -0
  49. package/.claude/agents/development/backend/dev-backend-api.md +142 -0
  50. package/.claude/agents/development/dev-backend-api.md +345 -0
  51. package/.claude/agents/devops/ci-cd/ops-cicd-github.md +164 -0
  52. package/.claude/agents/devops/ops-cicd-github.md +165 -0
  53. package/.claude/agents/documentation/api-docs/docs-api-openapi.md +174 -0
  54. package/.claude/agents/documentation/docs-api-openapi.md +355 -0
  55. package/.claude/agents/flow-nexus/app-store.md +88 -0
  56. package/.claude/agents/flow-nexus/authentication.md +69 -0
  57. package/.claude/agents/flow-nexus/challenges.md +81 -0
  58. package/.claude/agents/flow-nexus/neural-network.md +88 -0
  59. package/.claude/agents/flow-nexus/payments.md +83 -0
  60. package/.claude/agents/flow-nexus/sandbox.md +76 -0
  61. package/.claude/agents/flow-nexus/swarm.md +76 -0
  62. package/.claude/agents/flow-nexus/user-tools.md +96 -0
  63. package/.claude/agents/flow-nexus/workflow.md +84 -0
  64. package/.claude/agents/github/code-review-swarm.md +377 -0
  65. package/.claude/agents/github/github-modes.md +173 -0
  66. package/.claude/agents/github/issue-tracker.md +576 -0
  67. package/.claude/agents/github/multi-repo-swarm.md +553 -0
  68. package/.claude/agents/github/pr-manager.md +438 -0
  69. package/.claude/agents/github/project-board-sync.md +509 -0
  70. package/.claude/agents/github/release-manager.md +605 -0
  71. package/.claude/agents/github/release-swarm.md +583 -0
  72. package/.claude/agents/github/repo-architect.md +398 -0
  73. package/.claude/agents/github/swarm-issue.md +573 -0
  74. package/.claude/agents/github/swarm-pr.md +428 -0
  75. package/.claude/agents/github/sync-coordinator.md +452 -0
  76. package/.claude/agents/github/workflow-automation.md +903 -0
  77. package/.claude/agents/goal/agent.md +816 -0
  78. package/.claude/agents/optimization/benchmark-suite.md +665 -0
  79. package/.claude/agents/optimization/load-balancer.md +431 -0
  80. package/.claude/agents/optimization/performance-monitor.md +672 -0
  81. package/.claude/agents/optimization/resource-allocator.md +674 -0
  82. package/.claude/agents/optimization/topology-optimizer.md +808 -0
  83. package/.claude/agents/payments/agentic-payments.md +126 -0
  84. package/.claude/agents/sona/sona-learning-optimizer.md +74 -0
  85. package/.claude/agents/sparc/architecture.md +699 -0
  86. package/.claude/agents/sparc/pseudocode.md +520 -0
  87. package/.claude/agents/sparc/refinement.md +802 -0
  88. package/.claude/agents/sparc/specification.md +478 -0
  89. package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +225 -0
  90. package/.claude/agents/specialized/spec-mobile-react-native.md +227 -0
  91. package/.claude/agents/sublinear/consensus-coordinator.md +338 -0
  92. package/.claude/agents/sublinear/matrix-optimizer.md +185 -0
  93. package/.claude/agents/sublinear/pagerank-analyzer.md +299 -0
  94. package/.claude/agents/sublinear/performance-optimizer.md +368 -0
  95. package/.claude/agents/sublinear/trading-predictor.md +246 -0
  96. package/.claude/agents/swarm/adaptive-coordinator.md +1127 -0
  97. package/.claude/agents/swarm/hierarchical-coordinator.md +710 -0
  98. package/.claude/agents/swarm/mesh-coordinator.md +963 -0
  99. package/.claude/agents/templates/automation-smart-agent.md +205 -0
  100. package/.claude/agents/templates/base-template-generator.md +289 -0
  101. package/.claude/agents/templates/coordinator-swarm-init.md +90 -0
  102. package/.claude/agents/templates/github-pr-manager.md +177 -0
  103. package/.claude/agents/templates/implementer-sparc-coder.md +259 -0
  104. package/.claude/agents/templates/memory-coordinator.md +187 -0
  105. package/.claude/agents/templates/orchestrator-task.md +139 -0
  106. package/.claude/agents/templates/performance-analyzer.md +199 -0
  107. package/.claude/agents/templates/sparc-coordinator.md +514 -0
  108. package/.claude/agents/testing/production-validator.md +395 -0
  109. package/.claude/agents/testing/tdd-london-swarm.md +244 -0
  110. package/.claude/agents/v3/aidefence-guardian.md +282 -0
  111. package/.claude/agents/v3/claims-authorizer.md +208 -0
  112. package/.claude/agents/v3/collective-intelligence-coordinator.md +993 -0
  113. package/.claude/agents/v3/ddd-domain-expert.md +220 -0
  114. package/.claude/agents/v3/injection-analyst.md +236 -0
  115. package/.claude/agents/v3/performance-engineer.md +1233 -0
  116. package/.claude/agents/v3/pii-detector.md +151 -0
  117. package/.claude/agents/v3/reasoningbank-learner.md +213 -0
  118. package/.claude/agents/v3/security-architect-aidefence.md +410 -0
  119. package/.claude/agents/v3/security-architect.md +867 -0
  120. package/.claude/agents/v3/swarm-memory-manager.md +157 -0
  121. package/.claude/agents/v3/v3-integration-architect.md +205 -0
  122. package/.claude/commands/agents/README.md +50 -0
  123. package/.claude/commands/agents/agent-capabilities.md +140 -0
  124. package/.claude/commands/agents/agent-coordination.md +28 -0
  125. package/.claude/commands/agents/agent-spawning.md +28 -0
  126. package/.claude/commands/agents/agent-types.md +216 -0
  127. package/.claude/commands/agents/health.md +139 -0
  128. package/.claude/commands/agents/list.md +100 -0
  129. package/.claude/commands/agents/logs.md +130 -0
  130. package/.claude/commands/agents/metrics.md +122 -0
  131. package/.claude/commands/agents/pool.md +127 -0
  132. package/.claude/commands/agents/spawn.md +140 -0
  133. package/.claude/commands/agents/status.md +115 -0
  134. package/.claude/commands/agents/stop.md +102 -0
  135. package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +54 -0
  136. package/.claude/commands/analysis/README.md +9 -0
  137. package/.claude/commands/analysis/bottleneck-detect.md +162 -0
  138. package/.claude/commands/analysis/performance-bottlenecks.md +59 -0
  139. package/.claude/commands/analysis/performance-report.md +25 -0
  140. package/.claude/commands/analysis/token-efficiency.md +45 -0
  141. package/.claude/commands/analysis/token-usage.md +25 -0
  142. package/.claude/commands/automation/README.md +9 -0
  143. package/.claude/commands/automation/auto-agent.md +122 -0
  144. package/.claude/commands/automation/self-healing.md +106 -0
  145. package/.claude/commands/automation/session-memory.md +90 -0
  146. package/.claude/commands/automation/smart-agents.md +73 -0
  147. package/.claude/commands/automation/smart-spawn.md +25 -0
  148. package/.claude/commands/automation/workflow-select.md +25 -0
  149. package/.claude/commands/claude-flow-help.md +103 -0
  150. package/.claude/commands/claude-flow-memory.md +107 -0
  151. package/.claude/commands/claude-flow-swarm.md +205 -0
  152. package/.claude/commands/coordination/README.md +9 -0
  153. package/.claude/commands/coordination/agent-spawn.md +25 -0
  154. package/.claude/commands/coordination/init.md +44 -0
  155. package/.claude/commands/coordination/orchestrate.md +43 -0
  156. package/.claude/commands/coordination/spawn.md +45 -0
  157. package/.claude/commands/coordination/swarm-init.md +85 -0
  158. package/.claude/commands/coordination/task-orchestrate.md +25 -0
  159. package/.claude/commands/github/README.md +11 -0
  160. package/.claude/commands/github/code-review-swarm.md +514 -0
  161. package/.claude/commands/github/code-review.md +25 -0
  162. package/.claude/commands/github/github-modes.md +147 -0
  163. package/.claude/commands/github/github-swarm.md +121 -0
  164. package/.claude/commands/github/issue-tracker.md +292 -0
  165. package/.claude/commands/github/issue-triage.md +25 -0
  166. package/.claude/commands/github/multi-repo-swarm.md +519 -0
  167. package/.claude/commands/github/pr-enhance.md +26 -0
  168. package/.claude/commands/github/pr-manager.md +170 -0
  169. package/.claude/commands/github/project-board-sync.md +471 -0
  170. package/.claude/commands/github/release-manager.md +340 -0
  171. package/.claude/commands/github/release-swarm.md +544 -0
  172. package/.claude/commands/github/repo-analyze.md +25 -0
  173. package/.claude/commands/github/repo-architect.md +367 -0
  174. package/.claude/commands/github/swarm-issue.md +485 -0
  175. package/.claude/commands/github/swarm-pr.md +288 -0
  176. package/.claude/commands/github/sync-coordinator.md +303 -0
  177. package/.claude/commands/github/workflow-automation.md +442 -0
  178. package/.claude/commands/hive-mind/README.md +17 -0
  179. package/.claude/commands/hive-mind/hive-mind-consensus.md +8 -0
  180. package/.claude/commands/hive-mind/hive-mind-init.md +18 -0
  181. package/.claude/commands/hive-mind/hive-mind-memory.md +8 -0
  182. package/.claude/commands/hive-mind/hive-mind-metrics.md +8 -0
  183. package/.claude/commands/hive-mind/hive-mind-resume.md +8 -0
  184. package/.claude/commands/hive-mind/hive-mind-sessions.md +8 -0
  185. package/.claude/commands/hive-mind/hive-mind-spawn.md +21 -0
  186. package/.claude/commands/hive-mind/hive-mind-status.md +8 -0
  187. package/.claude/commands/hive-mind/hive-mind-stop.md +8 -0
  188. package/.claude/commands/hive-mind/hive-mind-wizard.md +8 -0
  189. package/.claude/commands/hive-mind/hive-mind.md +27 -0
  190. package/.claude/commands/hooks/README.md +11 -0
  191. package/.claude/commands/hooks/overview.md +58 -0
  192. package/.claude/commands/hooks/post-edit.md +117 -0
  193. package/.claude/commands/hooks/post-task.md +112 -0
  194. package/.claude/commands/hooks/pre-edit.md +113 -0
  195. package/.claude/commands/hooks/pre-task.md +111 -0
  196. package/.claude/commands/hooks/session-end.md +118 -0
  197. package/.claude/commands/hooks/setup.md +103 -0
  198. package/.claude/commands/memory/README.md +9 -0
  199. package/.claude/commands/memory/memory-persist.md +25 -0
  200. package/.claude/commands/memory/memory-search.md +25 -0
  201. package/.claude/commands/memory/memory-usage.md +25 -0
  202. package/.claude/commands/memory/neural.md +47 -0
  203. package/.claude/commands/monitoring/README.md +9 -0
  204. package/.claude/commands/monitoring/agent-metrics.md +25 -0
  205. package/.claude/commands/monitoring/agents.md +44 -0
  206. package/.claude/commands/monitoring/real-time-view.md +25 -0
  207. package/.claude/commands/monitoring/status.md +46 -0
  208. package/.claude/commands/monitoring/swarm-monitor.md +25 -0
  209. package/.claude/commands/optimization/README.md +9 -0
  210. package/.claude/commands/optimization/auto-topology.md +62 -0
  211. package/.claude/commands/optimization/cache-manage.md +25 -0
  212. package/.claude/commands/optimization/parallel-execute.md +25 -0
  213. package/.claude/commands/optimization/parallel-execution.md +50 -0
  214. package/.claude/commands/optimization/topology-optimize.md +25 -0
  215. package/.claude/commands/pair/README.md +261 -0
  216. package/.claude/commands/pair/commands.md +546 -0
  217. package/.claude/commands/pair/config.md +510 -0
  218. package/.claude/commands/pair/examples.md +512 -0
  219. package/.claude/commands/pair/modes.md +348 -0
  220. package/.claude/commands/pair/session.md +407 -0
  221. package/.claude/commands/pair/start.md +209 -0
  222. package/.claude/commands/sparc/analyzer.md +52 -0
  223. package/.claude/commands/sparc/architect.md +53 -0
  224. package/.claude/commands/sparc/ask.md +97 -0
  225. package/.claude/commands/sparc/batch-executor.md +54 -0
  226. package/.claude/commands/sparc/code.md +89 -0
  227. package/.claude/commands/sparc/coder.md +54 -0
  228. package/.claude/commands/sparc/debug.md +83 -0
  229. package/.claude/commands/sparc/debugger.md +54 -0
  230. package/.claude/commands/sparc/designer.md +53 -0
  231. package/.claude/commands/sparc/devops.md +109 -0
  232. package/.claude/commands/sparc/docs-writer.md +80 -0
  233. package/.claude/commands/sparc/documenter.md +54 -0
  234. package/.claude/commands/sparc/innovator.md +54 -0
  235. package/.claude/commands/sparc/integration.md +83 -0
  236. package/.claude/commands/sparc/mcp.md +117 -0
  237. package/.claude/commands/sparc/memory-manager.md +54 -0
  238. package/.claude/commands/sparc/optimizer.md +54 -0
  239. package/.claude/commands/sparc/orchestrator.md +132 -0
  240. package/.claude/commands/sparc/post-deployment-monitoring-mode.md +83 -0
  241. package/.claude/commands/sparc/refinement-optimization-mode.md +83 -0
  242. package/.claude/commands/sparc/researcher.md +54 -0
  243. package/.claude/commands/sparc/reviewer.md +54 -0
  244. package/.claude/commands/sparc/security-review.md +80 -0
  245. package/.claude/commands/sparc/sparc-modes.md +174 -0
  246. package/.claude/commands/sparc/sparc.md +111 -0
  247. package/.claude/commands/sparc/spec-pseudocode.md +80 -0
  248. package/.claude/commands/sparc/supabase-admin.md +348 -0
  249. package/.claude/commands/sparc/swarm-coordinator.md +54 -0
  250. package/.claude/commands/sparc/tdd.md +54 -0
  251. package/.claude/commands/sparc/tester.md +54 -0
  252. package/.claude/commands/sparc/tutorial.md +79 -0
  253. package/.claude/commands/sparc/workflow-manager.md +54 -0
  254. package/.claude/commands/stream-chain/pipeline.md +121 -0
  255. package/.claude/commands/stream-chain/run.md +70 -0
  256. package/.claude/commands/swarm/README.md +15 -0
  257. package/.claude/commands/swarm/analysis.md +95 -0
  258. package/.claude/commands/swarm/development.md +96 -0
  259. package/.claude/commands/swarm/examples.md +168 -0
  260. package/.claude/commands/swarm/maintenance.md +102 -0
  261. package/.claude/commands/swarm/optimization.md +117 -0
  262. package/.claude/commands/swarm/research.md +136 -0
  263. package/.claude/commands/swarm/swarm-analysis.md +8 -0
  264. package/.claude/commands/swarm/swarm-background.md +8 -0
  265. package/.claude/commands/swarm/swarm-init.md +19 -0
  266. package/.claude/commands/swarm/swarm-modes.md +8 -0
  267. package/.claude/commands/swarm/swarm-monitor.md +8 -0
  268. package/.claude/commands/swarm/swarm-spawn.md +19 -0
  269. package/.claude/commands/swarm/swarm-status.md +8 -0
  270. package/.claude/commands/swarm/swarm-strategies.md +8 -0
  271. package/.claude/commands/swarm/swarm.md +87 -0
  272. package/.claude/commands/swarm/testing.md +131 -0
  273. package/.claude/commands/training/README.md +9 -0
  274. package/.claude/commands/training/model-update.md +25 -0
  275. package/.claude/commands/training/neural-patterns.md +108 -0
  276. package/.claude/commands/training/neural-train.md +75 -0
  277. package/.claude/commands/training/pattern-learn.md +25 -0
  278. package/.claude/commands/training/specialization.md +63 -0
  279. package/.claude/commands/truth/start.md +143 -0
  280. package/.claude/commands/verify/check.md +50 -0
  281. package/.claude/commands/verify/start.md +128 -0
  282. package/.claude/commands/workflows/README.md +9 -0
  283. package/.claude/commands/workflows/development.md +78 -0
  284. package/.claude/commands/workflows/research.md +63 -0
  285. package/.claude/commands/workflows/workflow-create.md +25 -0
  286. package/.claude/commands/workflows/workflow-execute.md +25 -0
  287. package/.claude/commands/workflows/workflow-export.md +25 -0
  288. package/.claude/helpers/README.md +97 -0
  289. package/.claude/helpers/adr-compliance.sh +186 -0
  290. package/.claude/helpers/auto-commit.sh +178 -0
  291. package/.claude/helpers/auto-memory-hook.mjs +368 -0
  292. package/.claude/helpers/checkpoint-manager.sh +251 -0
  293. package/.claude/helpers/daemon-manager.sh +252 -0
  294. package/.claude/helpers/ddd-tracker.sh +144 -0
  295. package/.claude/helpers/github-safe.js +156 -0
  296. package/.claude/helpers/github-setup.sh +45 -0
  297. package/.claude/helpers/guidance-hook.sh +13 -0
  298. package/.claude/helpers/guidance-hooks.sh +102 -0
  299. package/.claude/helpers/health-monitor.sh +108 -0
  300. package/.claude/helpers/hook-handler.cjs +286 -0
  301. package/.claude/helpers/intelligence.cjs +1031 -0
  302. package/.claude/helpers/learning-hooks.sh +329 -0
  303. package/.claude/helpers/learning-optimizer.sh +127 -0
  304. package/.claude/helpers/learning-service.mjs +1144 -0
  305. package/.claude/helpers/memory.js +83 -0
  306. package/.claude/helpers/metrics-db.mjs +488 -0
  307. package/.claude/helpers/pattern-consolidator.sh +86 -0
  308. package/.claude/helpers/perf-worker.sh +160 -0
  309. package/.claude/helpers/post-commit +16 -0
  310. package/.claude/helpers/pre-commit +26 -0
  311. package/.claude/helpers/quick-start.sh +19 -0
  312. package/.claude/helpers/router.js +105 -0
  313. package/.claude/helpers/ruflo-hook.cjs +59 -0
  314. package/.claude/helpers/security-scanner.sh +127 -0
  315. package/.claude/helpers/session.js +157 -0
  316. package/.claude/helpers/setup-mcp.sh +18 -0
  317. package/.claude/helpers/standard-checkpoint-hooks.sh +189 -0
  318. package/.claude/helpers/statusline-hook.sh +21 -0
  319. package/.claude/helpers/statusline.cjs +693 -0
  320. package/.claude/helpers/statusline.js +352 -0
  321. package/.claude/helpers/swarm-comms.sh +353 -0
  322. package/.claude/helpers/swarm-hooks.sh +761 -0
  323. package/.claude/helpers/swarm-monitor.sh +211 -0
  324. package/.claude/helpers/sync-v3-metrics.sh +245 -0
  325. package/.claude/helpers/update-v3-progress.sh +166 -0
  326. package/.claude/helpers/v3-quick-status.sh +58 -0
  327. package/.claude/helpers/v3.sh +111 -0
  328. package/.claude/helpers/validate-v3-config.sh +216 -0
  329. package/.claude/helpers/worker-manager.sh +170 -0
  330. package/.claude/settings.json +305 -0
  331. package/.claude/skills/agentdb-advanced/SKILL.md +550 -0
  332. package/.claude/skills/agentdb-learning/SKILL.md +545 -0
  333. package/.claude/skills/agentdb-memory-patterns/SKILL.md +339 -0
  334. package/.claude/skills/agentdb-optimization/SKILL.md +509 -0
  335. package/.claude/skills/agentdb-vector-search/SKILL.md +339 -0
  336. package/.claude/skills/auto-deploy/SKILL.md +31 -0
  337. package/.claude/skills/autosycn/SKILL.md +30 -0
  338. package/.claude/skills/browser/SKILL.md +204 -0
  339. package/.claude/skills/dual-mode/README.md +71 -0
  340. package/.claude/skills/dual-mode/dual-collect.md +103 -0
  341. package/.claude/skills/dual-mode/dual-coordinate.md +85 -0
  342. package/.claude/skills/dual-mode/dual-spawn.md +81 -0
  343. package/.claude/skills/flow-nexus-neural/SKILL.md +727 -0
  344. package/.claude/skills/flow-nexus-platform/SKILL.md +1154 -0
  345. package/.claude/skills/flow-nexus-swarm/SKILL.md +604 -0
  346. package/.claude/skills/github-code-review/SKILL.md +1125 -0
  347. package/.claude/skills/github-multi-repo/SKILL.md +862 -0
  348. package/.claude/skills/github-project-management/SKILL.md +1262 -0
  349. package/.claude/skills/github-release-management/SKILL.md +1064 -0
  350. package/.claude/skills/github-workflow-automation/SKILL.md +1047 -0
  351. package/.claude/skills/hooks-automation/SKILL.md +1201 -0
  352. package/.claude/skills/mop-flow/SKILL.md +53 -0
  353. package/.claude/skills/mop-help/SKILL.md +35 -0
  354. package/.claude/skills/pair-programming/SKILL.md +1202 -0
  355. package/.claude/skills/reasoningbank-agentdb/SKILL.md +446 -0
  356. package/.claude/skills/reasoningbank-intelligence/SKILL.md +201 -0
  357. package/.claude/skills/skill-builder/SKILL.md +910 -0
  358. package/.claude/skills/sparc-methodology/SKILL.md +1106 -0
  359. package/.claude/skills/stream-chain/SKILL.md +560 -0
  360. package/.claude/skills/swarm-advanced/SKILL.md +970 -0
  361. package/.claude/skills/swarm-orchestration/SKILL.md +179 -0
  362. package/.claude/skills/v3-cli-modernization/SKILL.md +872 -0
  363. package/.claude/skills/v3-core-implementation/SKILL.md +797 -0
  364. package/.claude/skills/v3-ddd-architecture/SKILL.md +442 -0
  365. package/.claude/skills/v3-integration-deep/SKILL.md +241 -0
  366. package/.claude/skills/v3-mcp-optimization/SKILL.md +777 -0
  367. package/.claude/skills/v3-memory-unification/SKILL.md +174 -0
  368. package/.claude/skills/v3-performance-optimization/SKILL.md +390 -0
  369. package/.claude/skills/v3-security-overhaul/SKILL.md +82 -0
  370. package/.claude/skills/v3-swarm-coordination/SKILL.md +340 -0
  371. package/.claude/skills/verification-quality/SKILL.md +691 -0
  372. package/.claude-flow/CAPABILITIES.md +406 -0
  373. package/.claude-flow/config.yaml +45 -0
  374. package/.claude-flow/metrics/learning.json +17 -0
  375. package/.claude-flow/metrics/swarm-activity.json +18 -0
  376. package/.claude-flow/metrics/v3-progress.json +26 -0
  377. package/.claude-flow/security/audit-status.json +8 -0
  378. package/.codex/config.toml +42 -0
  379. package/.gemini/settings.json +51 -0
  380. package/.mcp.json +58 -0
  381. package/AGENTS.md +180 -0
  382. package/CLAUDE.md +277 -0
  383. package/GEMINI.md +48 -0
  384. package/README.bm.md +171 -0
  385. package/README.md +170 -0
  386. package/bin/burhan-mop.mjs +2 -0
  387. package/bin/mop-core.mjs +2 -0
  388. package/bin/mop-flow.mjs +2 -0
  389. package/bin/mop-workflow.mjs +2 -0
  390. package/package.json +72 -0
@@ -0,0 +1,645 @@
1
+ {
2
+ "schemaVersion": "0.1.0",
3
+ "generatedAt": "2026-06-13T01:29:12.487Z",
4
+ "brand": {
5
+ "name": "MOP Flow",
6
+ "ownerSystem": "MOP",
7
+ "canonicalRule": "Use MOP Flow as the user-facing name. Treat Ruflo and Claude Flow as upstream runtime compatibility names only."
8
+ },
9
+ "runtime": {
10
+ "canonicalMcpServer": "mop-flow",
11
+ "upstreamPackage": "ruflo@latest",
12
+ "compatibilityEnvPrefix": "CLAUDE_FLOW_",
13
+ "command": "npx -y ruflo@latest mcp start",
14
+ "notes": [
15
+ "MOP Flow owns provider routing, memory gates, skills, and workflow policy.",
16
+ "Ruflo/Claude Flow powers selected runtime capabilities underneath MOP Flow."
17
+ ]
18
+ },
19
+ "providers": [
20
+ {
21
+ "id": "claude",
22
+ "entrypoint": "CLAUDE.md",
23
+ "config": ".claude/settings.json",
24
+ "nativeSkillDir": ".claude/skills",
25
+ "portableSkillDir": ".agents/skills",
26
+ "mcpServer": "mop-flow",
27
+ "runtimeCommand": "npx -y ruflo@latest mcp start",
28
+ "skillAccess": {
29
+ "native": 37,
30
+ "portable": 5,
31
+ "bridged": 38
32
+ },
33
+ "status": {
34
+ "entrypoint": {
35
+ "exists": true,
36
+ "type": "file"
37
+ },
38
+ "config": {
39
+ "exists": true,
40
+ "type": "file"
41
+ },
42
+ "mcpRegistered": true
43
+ }
44
+ },
45
+ {
46
+ "id": "codex",
47
+ "entrypoint": "AGENTS.md",
48
+ "config": ".codex/config.toml",
49
+ "nativeSkillDir": ".agents/skills",
50
+ "bridgedFrom": ".claude/skills",
51
+ "mcpServer": "mop-flow",
52
+ "runtimeCommand": "npx -y ruflo@latest mcp start",
53
+ "skillAccess": {
54
+ "native": 5,
55
+ "portable": 5,
56
+ "bridged": 38
57
+ },
58
+ "status": {
59
+ "entrypoint": {
60
+ "exists": true,
61
+ "type": "file"
62
+ },
63
+ "config": {
64
+ "exists": true,
65
+ "type": "file"
66
+ },
67
+ "mcpRegistered": true
68
+ }
69
+ },
70
+ {
71
+ "id": "gemini",
72
+ "entrypoint": "GEMINI.md",
73
+ "config": ".gemini/settings.json",
74
+ "nativeSkillDir": ".agents/skills",
75
+ "bridgedFrom": ".claude/skills",
76
+ "mcpServer": "mop-flow",
77
+ "runtimeCommand": "npx -y ruflo@latest mcp start",
78
+ "skillAccess": {
79
+ "native": 5,
80
+ "portable": 5,
81
+ "bridged": 38
82
+ },
83
+ "status": {
84
+ "entrypoint": {
85
+ "exists": true,
86
+ "type": "file"
87
+ },
88
+ "config": {
89
+ "exists": true,
90
+ "type": "file"
91
+ },
92
+ "mcpRegistered": true
93
+ }
94
+ },
95
+ {
96
+ "id": "antigravity",
97
+ "entrypoint": ".agents/AGENTS.md",
98
+ "config": ".agents/AGENTS.md",
99
+ "nativeSkillDir": ".agents/skills",
100
+ "bridgedFrom": ".claude/skills",
101
+ "mcpServer": "mop-flow",
102
+ "runtimeCommand": "npx -y ruflo@latest mcp start",
103
+ "skillAccess": {
104
+ "native": 5,
105
+ "portable": 5,
106
+ "bridged": 38
107
+ },
108
+ "status": {
109
+ "entrypoint": {
110
+ "exists": true,
111
+ "type": "file"
112
+ },
113
+ "config": {
114
+ "exists": true,
115
+ "type": "file"
116
+ },
117
+ "mcpRegistered": true
118
+ }
119
+ }
120
+ ],
121
+ "skillCatalog": {
122
+ "total": 38,
123
+ "portableCount": 5,
124
+ "runtimeNativeCount": 37,
125
+ "bridgedCount": 38,
126
+ "portableDirectory": ".agents/skills",
127
+ "runtimeNativeDirectory": ".claude/skills",
128
+ "skills": [
129
+ {
130
+ "id": "agentdb-advanced-features",
131
+ "title": "AgentDB Advanced Features",
132
+ "description": "Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.",
133
+ "sources": [
134
+ "claude-native"
135
+ ],
136
+ "paths": [
137
+ ".claude/skills/agentdb-advanced/SKILL.md"
138
+ ],
139
+ "portable": false,
140
+ "runtimeNative": true
141
+ },
142
+ {
143
+ "id": "agentdb-learning-plugins",
144
+ "title": "AgentDB Learning Plugins",
145
+ "description": "Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.",
146
+ "sources": [
147
+ "claude-native"
148
+ ],
149
+ "paths": [
150
+ ".claude/skills/agentdb-learning/SKILL.md"
151
+ ],
152
+ "portable": false,
153
+ "runtimeNative": true
154
+ },
155
+ {
156
+ "id": "agentdb-memory-patterns",
157
+ "title": "AgentDB Memory Patterns",
158
+ "description": "Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.",
159
+ "sources": [
160
+ "claude-native"
161
+ ],
162
+ "paths": [
163
+ ".claude/skills/agentdb-memory-patterns/SKILL.md"
164
+ ],
165
+ "portable": false,
166
+ "runtimeNative": true
167
+ },
168
+ {
169
+ "id": "agentdb-performance-optimization",
170
+ "title": "AgentDB Performance Optimization",
171
+ "description": "Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.",
172
+ "sources": [
173
+ "claude-native"
174
+ ],
175
+ "paths": [
176
+ ".claude/skills/agentdb-optimization/SKILL.md"
177
+ ],
178
+ "portable": false,
179
+ "runtimeNative": true
180
+ },
181
+ {
182
+ "id": "agentdb-vector-search",
183
+ "title": "AgentDB Vector Search",
184
+ "description": "Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.",
185
+ "sources": [
186
+ "claude-native"
187
+ ],
188
+ "paths": [
189
+ ".claude/skills/agentdb-vector-search/SKILL.md"
190
+ ],
191
+ "portable": false,
192
+ "runtimeNative": true
193
+ },
194
+ {
195
+ "id": "auto-deploy",
196
+ "title": "auto-deploy",
197
+ "description": "Use when the user asks to prepare, activate, or discuss deployment for GitHub, Docker, or Vercel. Must ask for confirmation before making deployment files or running deploy commands.",
198
+ "sources": [
199
+ "portable",
200
+ "claude-native"
201
+ ],
202
+ "paths": [
203
+ ".agents/skills/auto-deploy/SKILL.md",
204
+ ".claude/skills/auto-deploy/SKILL.md"
205
+ ],
206
+ "portable": true,
207
+ "runtimeNative": true
208
+ },
209
+ {
210
+ "id": "autosycn",
211
+ "title": "autosycn",
212
+ "description": "Use this after every meaningful MOP state or file change to save memory, commit as the real active user, push to the correct branch, and merge to main when allowed.",
213
+ "sources": [
214
+ "portable",
215
+ "claude-native"
216
+ ],
217
+ "paths": [
218
+ ".agents/skills/autosycn/SKILL.md",
219
+ ".claude/skills/autosycn/SKILL.md"
220
+ ],
221
+ "portable": true,
222
+ "runtimeNative": true
223
+ },
224
+ {
225
+ "id": "browser",
226
+ "title": "browser",
227
+ "description": "Web browser automation with AI-optimized snapshots for claude-flow agents",
228
+ "sources": [
229
+ "claude-native"
230
+ ],
231
+ "paths": [
232
+ ".claude/skills/browser/SKILL.md"
233
+ ],
234
+ "portable": false,
235
+ "runtimeNative": true
236
+ },
237
+ {
238
+ "id": "flow-nexus-neural",
239
+ "title": "flow-nexus-neural",
240
+ "description": "Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus",
241
+ "sources": [
242
+ "claude-native"
243
+ ],
244
+ "paths": [
245
+ ".claude/skills/flow-nexus-neural/SKILL.md"
246
+ ],
247
+ "portable": false,
248
+ "runtimeNative": true
249
+ },
250
+ {
251
+ "id": "flow-nexus-platform",
252
+ "title": "flow-nexus-platform",
253
+ "description": "Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges",
254
+ "sources": [
255
+ "claude-native"
256
+ ],
257
+ "paths": [
258
+ ".claude/skills/flow-nexus-platform/SKILL.md"
259
+ ],
260
+ "portable": false,
261
+ "runtimeNative": true
262
+ },
263
+ {
264
+ "id": "flow-nexus-swarm",
265
+ "title": "flow-nexus-swarm",
266
+ "description": "Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform",
267
+ "sources": [
268
+ "claude-native"
269
+ ],
270
+ "paths": [
271
+ ".claude/skills/flow-nexus-swarm/SKILL.md"
272
+ ],
273
+ "portable": false,
274
+ "runtimeNative": true
275
+ },
276
+ {
277
+ "id": "github-code-review",
278
+ "title": "github-code-review",
279
+ "description": "Comprehensive GitHub code review with AI-powered swarm coordination",
280
+ "sources": [
281
+ "claude-native"
282
+ ],
283
+ "paths": [
284
+ ".claude/skills/github-code-review/SKILL.md"
285
+ ],
286
+ "portable": false,
287
+ "runtimeNative": true
288
+ },
289
+ {
290
+ "id": "github-multi-repo",
291
+ "title": "github-multi-repo",
292
+ "description": "Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration",
293
+ "sources": [
294
+ "claude-native"
295
+ ],
296
+ "paths": [
297
+ ".claude/skills/github-multi-repo/SKILL.md"
298
+ ],
299
+ "portable": false,
300
+ "runtimeNative": true
301
+ },
302
+ {
303
+ "id": "github-project-management",
304
+ "title": "github-project-management",
305
+ "description": "Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning",
306
+ "sources": [
307
+ "claude-native"
308
+ ],
309
+ "paths": [
310
+ ".claude/skills/github-project-management/SKILL.md"
311
+ ],
312
+ "portable": false,
313
+ "runtimeNative": true
314
+ },
315
+ {
316
+ "id": "github-release-management",
317
+ "title": "github-release-management",
318
+ "description": "Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management",
319
+ "sources": [
320
+ "claude-native"
321
+ ],
322
+ "paths": [
323
+ ".claude/skills/github-release-management/SKILL.md"
324
+ ],
325
+ "portable": false,
326
+ "runtimeNative": true
327
+ },
328
+ {
329
+ "id": "github-workflow-automation",
330
+ "title": "github-workflow-automation",
331
+ "description": "Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management",
332
+ "sources": [
333
+ "claude-native"
334
+ ],
335
+ "paths": [
336
+ ".claude/skills/github-workflow-automation/SKILL.md"
337
+ ],
338
+ "portable": false,
339
+ "runtimeNative": true
340
+ },
341
+ {
342
+ "id": "hooks-automation",
343
+ "title": "Hooks Automation",
344
+ "description": "Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.",
345
+ "sources": [
346
+ "claude-native"
347
+ ],
348
+ "paths": [
349
+ ".claude/skills/hooks-automation/SKILL.md"
350
+ ],
351
+ "portable": false,
352
+ "runtimeNative": true
353
+ },
354
+ {
355
+ "id": "mop-flow",
356
+ "title": "mop-flow",
357
+ "description": "Use this when work involves MOP Flow, provider parity, skill bridging, MCP runtime setup, swarm/runtime orchestration, or translating Claude-native skills for Codex, Gemini, Antigravity, or Claude.",
358
+ "sources": [
359
+ "portable",
360
+ "claude-native"
361
+ ],
362
+ "paths": [
363
+ ".agents/skills/mop-flow/SKILL.md",
364
+ ".claude/skills/mop-flow/SKILL.md"
365
+ ],
366
+ "portable": true,
367
+ "runtimeNative": true
368
+ },
369
+ {
370
+ "id": "mop-help",
371
+ "title": "mop-help",
372
+ "description": "",
373
+ "sources": [
374
+ "portable",
375
+ "claude-native"
376
+ ],
377
+ "paths": [
378
+ ".agents/skills/mop-help/SKILL.md",
379
+ ".claude/skills/mop-help/SKILL.md"
380
+ ],
381
+ "portable": true,
382
+ "runtimeNative": true
383
+ },
384
+ {
385
+ "id": "pair-programming",
386
+ "title": "Pair Programming",
387
+ "description": "AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.",
388
+ "sources": [
389
+ "claude-native"
390
+ ],
391
+ "paths": [
392
+ ".claude/skills/pair-programming/SKILL.md"
393
+ ],
394
+ "portable": false,
395
+ "runtimeNative": true
396
+ },
397
+ {
398
+ "id": "reasoningbank-intelligence",
399
+ "title": "ReasoningBank Intelligence",
400
+ "description": "Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement. Use when building self-learning agents, optimizing workflows, or implementing meta-cognitive systems.",
401
+ "sources": [
402
+ "claude-native"
403
+ ],
404
+ "paths": [
405
+ ".claude/skills/reasoningbank-intelligence/SKILL.md"
406
+ ],
407
+ "portable": false,
408
+ "runtimeNative": true
409
+ },
410
+ {
411
+ "id": "reasoningbank-with-agentdb",
412
+ "title": "ReasoningBank with AgentDB",
413
+ "description": "Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.",
414
+ "sources": [
415
+ "claude-native"
416
+ ],
417
+ "paths": [
418
+ ".claude/skills/reasoningbank-agentdb/SKILL.md"
419
+ ],
420
+ "portable": false,
421
+ "runtimeNative": true
422
+ },
423
+ {
424
+ "id": "ruflo-core",
425
+ "title": "ruflo-core",
426
+ "description": "Legacy alias for MOP Flow runtime compatibility. Use mop-flow first, then this file when inspecting Ruflo or Claude Flow upstream behavior.",
427
+ "sources": [
428
+ "portable"
429
+ ],
430
+ "paths": [
431
+ ".agents/skills/ruflo-core/SKILL.md"
432
+ ],
433
+ "portable": true,
434
+ "runtimeNative": false
435
+ },
436
+ {
437
+ "id": "skill-builder",
438
+ "title": "Skill Builder",
439
+ "description": "Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.",
440
+ "sources": [
441
+ "claude-native"
442
+ ],
443
+ "paths": [
444
+ ".claude/skills/skill-builder/SKILL.md"
445
+ ],
446
+ "portable": false,
447
+ "runtimeNative": true
448
+ },
449
+ {
450
+ "id": "sparc-methodology",
451
+ "title": "sparc-methodology",
452
+ "description": "SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration",
453
+ "sources": [
454
+ "claude-native"
455
+ ],
456
+ "paths": [
457
+ ".claude/skills/sparc-methodology/SKILL.md"
458
+ ],
459
+ "portable": false,
460
+ "runtimeNative": true
461
+ },
462
+ {
463
+ "id": "stream-chain",
464
+ "title": "stream-chain",
465
+ "description": "Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows",
466
+ "sources": [
467
+ "claude-native"
468
+ ],
469
+ "paths": [
470
+ ".claude/skills/stream-chain/SKILL.md"
471
+ ],
472
+ "portable": false,
473
+ "runtimeNative": true
474
+ },
475
+ {
476
+ "id": "swarm-advanced",
477
+ "title": "swarm-advanced",
478
+ "description": "Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows",
479
+ "sources": [
480
+ "claude-native"
481
+ ],
482
+ "paths": [
483
+ ".claude/skills/swarm-advanced/SKILL.md"
484
+ ],
485
+ "portable": false,
486
+ "runtimeNative": true
487
+ },
488
+ {
489
+ "id": "swarm-orchestration",
490
+ "title": "Swarm Orchestration",
491
+ "description": "Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.",
492
+ "sources": [
493
+ "claude-native"
494
+ ],
495
+ "paths": [
496
+ ".claude/skills/swarm-orchestration/SKILL.md"
497
+ ],
498
+ "portable": false,
499
+ "runtimeNative": true
500
+ },
501
+ {
502
+ "id": "v3-cli-modernization",
503
+ "title": "V3 CLI Modernization",
504
+ "description": "CLI modernization and hooks system enhancement for claude-flow v3. Implements interactive prompts, command decomposition, enhanced hooks integration, and intelligent workflow automation.",
505
+ "sources": [
506
+ "claude-native"
507
+ ],
508
+ "paths": [
509
+ ".claude/skills/v3-cli-modernization/SKILL.md"
510
+ ],
511
+ "portable": false,
512
+ "runtimeNative": true
513
+ },
514
+ {
515
+ "id": "v3-core-implementation",
516
+ "title": "V3 Core Implementation",
517
+ "description": "Core module implementation for claude-flow v3. Implements DDD domains, clean architecture patterns, dependency injection, and modular TypeScript codebase with comprehensive testing.",
518
+ "sources": [
519
+ "claude-native"
520
+ ],
521
+ "paths": [
522
+ ".claude/skills/v3-core-implementation/SKILL.md"
523
+ ],
524
+ "portable": false,
525
+ "runtimeNative": true
526
+ },
527
+ {
528
+ "id": "v3-ddd-architecture",
529
+ "title": "V3 DDD Architecture",
530
+ "description": "Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.",
531
+ "sources": [
532
+ "claude-native"
533
+ ],
534
+ "paths": [
535
+ ".claude/skills/v3-ddd-architecture/SKILL.md"
536
+ ],
537
+ "portable": false,
538
+ "runtimeNative": true
539
+ },
540
+ {
541
+ "id": "v3-deep-integration",
542
+ "title": "V3 Deep Integration",
543
+ "description": "Deep agentic-flow@alpha integration implementing ADR-001. Eliminates 10,000+ duplicate lines by building claude-flow as specialized extension rather than parallel implementation.",
544
+ "sources": [
545
+ "claude-native"
546
+ ],
547
+ "paths": [
548
+ ".claude/skills/v3-integration-deep/SKILL.md"
549
+ ],
550
+ "portable": false,
551
+ "runtimeNative": true
552
+ },
553
+ {
554
+ "id": "v3-mcp-optimization",
555
+ "title": "V3 MCP Optimization",
556
+ "description": "MCP server optimization and transport layer enhancement for claude-flow v3. Implements connection pooling, load balancing, tool registry optimization, and performance monitoring for sub-100ms response times.",
557
+ "sources": [
558
+ "claude-native"
559
+ ],
560
+ "paths": [
561
+ ".claude/skills/v3-mcp-optimization/SKILL.md"
562
+ ],
563
+ "portable": false,
564
+ "runtimeNative": true
565
+ },
566
+ {
567
+ "id": "v3-memory-unification",
568
+ "title": "V3 Memory Unification",
569
+ "description": "Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).",
570
+ "sources": [
571
+ "claude-native"
572
+ ],
573
+ "paths": [
574
+ ".claude/skills/v3-memory-unification/SKILL.md"
575
+ ],
576
+ "portable": false,
577
+ "runtimeNative": true
578
+ },
579
+ {
580
+ "id": "v3-performance-optimization",
581
+ "title": "V3 Performance Optimization",
582
+ "description": "Achieve aggressive v3 performance targets: 2.49x-7.47x Flash Attention speedup, 150x-12,500x search improvements, 50-75% memory reduction. Comprehensive benchmarking and optimization suite.",
583
+ "sources": [
584
+ "claude-native"
585
+ ],
586
+ "paths": [
587
+ ".claude/skills/v3-performance-optimization/SKILL.md"
588
+ ],
589
+ "portable": false,
590
+ "runtimeNative": true
591
+ },
592
+ {
593
+ "id": "v3-security-overhaul",
594
+ "title": "V3 Security Overhaul",
595
+ "description": "Complete security architecture overhaul for claude-flow v3. Addresses critical CVEs (CVE-1, CVE-2, CVE-3) and implements secure-by-default patterns. Use for security-first v3 implementation.",
596
+ "sources": [
597
+ "claude-native"
598
+ ],
599
+ "paths": [
600
+ ".claude/skills/v3-security-overhaul/SKILL.md"
601
+ ],
602
+ "portable": false,
603
+ "runtimeNative": true
604
+ },
605
+ {
606
+ "id": "v3-swarm-coordination",
607
+ "title": "V3 Swarm Coordination",
608
+ "description": "15-agent hierarchical mesh coordination for v3 implementation. Orchestrates parallel execution across security, core, and integration domains following 10 ADRs with 14-week timeline.",
609
+ "sources": [
610
+ "claude-native"
611
+ ],
612
+ "paths": [
613
+ ".claude/skills/v3-swarm-coordination/SKILL.md"
614
+ ],
615
+ "portable": false,
616
+ "runtimeNative": true
617
+ },
618
+ {
619
+ "id": "verification-quality-assurance",
620
+ "title": "Verification & Quality Assurance",
621
+ "description": "Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.",
622
+ "sources": [
623
+ "claude-native"
624
+ ],
625
+ "paths": [
626
+ ".claude/skills/verification-quality/SKILL.md"
627
+ ],
628
+ "portable": false,
629
+ "runtimeNative": true
630
+ }
631
+ ]
632
+ },
633
+ "operatingRules": [
634
+ "Read .MOP/STATE.json and .MOP/PROTOCOL.md before provider-specific behavior.",
635
+ "Use .agents/skills as the canonical portable skill surface.",
636
+ "When a skill exists only in .claude/skills, bridge it through this manifest and translate Claude-only tools into the current provider surface.",
637
+ "Prefer the mop-flow MCP server name; keep CLAUDE_FLOW_* env vars only for upstream runtime compatibility.",
638
+ "Do not let provider-specific instructions override MOP auth, agent routing, memory, readiness, or autosycn rules."
639
+ ],
640
+ "stateSummary": {
641
+ "initialized": false,
642
+ "projectName": ".MemoryOfPlanet.core",
643
+ "activeMember": null
644
+ }
645
+ }