appiq-solution 1.4.7 → 1.4.9

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 (737) hide show
  1. package/README.md +172 -48
  2. package/bmad-core/agent-teams/team-fullstack.yaml +1 -11
  3. package/bmad-core/agents/analyst.md +3 -7
  4. package/bmad-core/agents/architect.md +0 -6
  5. package/bmad-core/agents/dev.md +5 -24
  6. package/bmad-core/agents/pm.md +3 -7
  7. package/bmad-core/agents/qa.md +0 -17
  8. package/bmad-core/agents/sm.md +3 -8
  9. package/bmad-core/agents/ux-expert.md +3 -8
  10. package/bmad-core/data/technical-preferences.md +1 -147
  11. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +5 -12
  12. package/bmad-core/workflows/brownfield-fullstack.yaml +1 -15
  13. package/bmad-core/workflows/greenfield-fullstack.yaml +5 -49
  14. package/bmad-core/working-in-the-brownfield.md +10 -19
  15. package/dist/agents/bmad-orchestrator.txt +0 -111
  16. package/dist/agents/pm.txt +2 -0
  17. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +0 -111
  18. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +0 -111
  19. package/dist/teams/team-all.txt +2 -111
  20. package/dist/teams/team-fullstack.txt +2 -111
  21. package/dist/teams/team-ide-minimal.txt +0 -111
  22. package/dist/teams/team-no-ui.txt +2 -111
  23. package/package.json +60 -18
  24. package/tools/cli.js +3 -3
  25. package/tools/installer/package-lock.json +2 -2
  26. package/#NEW APP PROMPT/ARCHITECTURE.md +0 -279
  27. package/#NEW APP PROMPT/ARCHITECTURE_UNIFIED.md +0 -414
  28. package/#NEW APP PROMPT/accesibility_prompt.md +0 -103
  29. package/#NEW APP PROMPT/clean-code.mdc +0 -55
  30. package/#NEW APP PROMPT/codequality.mdc +0 -47
  31. package/#NEW APP PROMPT/flutter-ai-rules/LICENSE +0 -21
  32. package/#NEW APP PROMPT/flutter-ai-rules/README.md +0 -104
  33. package/#NEW APP PROMPT/flutter-ai-rules/combined/README.md +0 -25
  34. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart.md +0 -192
  35. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart__under_6K.md +0 -99
  36. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_bloc_mocktail.md +0 -308
  37. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_bloc_mocktail__under_6K.md +0 -87
  38. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_change_notifier.md +0 -254
  39. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_change_notifier__under_6K.md +0 -98
  40. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_provider.md +0 -261
  41. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_provider__under_6K.md +0 -105
  42. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_riverpod_mockito.md +0 -371
  43. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_riverpod_mockito__under_6K.md +0 -92
  44. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_bloc.md +0 -287
  45. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_bloc__under_6K.md +0 -68
  46. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_riverpod.md +0 -375
  47. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_riverpod__under_6K.md +0 -106
  48. package/#NEW APP PROMPT/flutter-ai-rules/media/flutter_ai_rules.png +0 -0
  49. package/#NEW APP PROMPT/flutter-ai-rules/media/mocktail_md_01.png +0 -0
  50. package/#NEW APP PROMPT/flutter-ai-rules/media/mocktail_md_02.png +0 -0
  51. package/#NEW APP PROMPT/flutter-ai-rules/rules/bloc.md +0 -94
  52. package/#NEW APP PROMPT/flutter-ai-rules/rules/dart_3_updates.md +0 -93
  53. package/#NEW APP PROMPT/flutter-ai-rules/rules/effective_dart.md +0 -105
  54. package/#NEW APP PROMPT/flutter-ai-rules/rules/flutter_app_architecture.md +0 -57
  55. package/#NEW APP PROMPT/flutter-ai-rules/rules/flutter_change_notifier.md +0 -62
  56. package/#NEW APP PROMPT/flutter-ai-rules/rules/flutter_errors.md +0 -11
  57. package/#NEW APP PROMPT/flutter-ai-rules/rules/mockito.md +0 -31
  58. package/#NEW APP PROMPT/flutter-ai-rules/rules/mocktail.md +0 -24
  59. package/#NEW APP PROMPT/flutter-ai-rules/rules/provider.md +0 -69
  60. package/#NEW APP PROMPT/flutter-ai-rules/rules/riverpod.md +0 -188
  61. package/#NEW APP PROMPT/generate ssh.md +0 -4
  62. package/#NEW APP PROMPT/project_ai_prompt.md +0 -544
  63. package/#Tools/APPIQ-METHOD/.bmad-config.json +0 -13
  64. package/#Tools/APPIQ-METHOD/.cursor/commands/analyze.md +0 -27
  65. package/#Tools/APPIQ-METHOD/.cursor/commands/appiq.md +0 -27
  66. package/#Tools/APPIQ-METHOD/.cursor/commands/help.md +0 -27
  67. package/#Tools/APPIQ-METHOD/.cursor/commands/story.md +0 -27
  68. package/#Tools/APPIQ-METHOD/DEVELOPMENT_GUIDE.md +0 -855
  69. package/#Tools/APPIQ-METHOD/NPM-README.md +0 -138
  70. package/#Tools/APPIQ-METHOD/README.md +0 -107
  71. package/#Tools/APPIQ-METHOD/SMART_WORKFLOW_GUIDE.md +0 -401
  72. package/#Tools/APPIQ-METHOD/activate-appiq.js +0 -81
  73. package/#Tools/APPIQ-METHOD/appiq-solution/README.md +0 -226
  74. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-all.yaml +0 -14
  75. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-flutter-mobile.yaml +0 -114
  76. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-fullstack.yaml +0 -28
  77. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-ide-minimal.yaml +0 -10
  78. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-no-ui.yaml +0 -13
  79. package/#Tools/APPIQ-METHOD/bmad-core/agents/analyst.md +0 -85
  80. package/#Tools/APPIQ-METHOD/bmad-core/agents/architect.md +0 -90
  81. package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-master.md +0 -108
  82. package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-orchestrator.md +0 -150
  83. package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-smart-launcher.md +0 -170
  84. package/#Tools/APPIQ-METHOD/bmad-core/agents/dev.md +0 -95
  85. package/#Tools/APPIQ-METHOD/bmad-core/agents/init-flow-po.md +0 -143
  86. package/#Tools/APPIQ-METHOD/bmad-core/agents/pm.md +0 -85
  87. package/#Tools/APPIQ-METHOD/bmad-core/agents/po.md +0 -76
  88. package/#Tools/APPIQ-METHOD/bmad-core/agents/qa.md +0 -86
  89. package/#Tools/APPIQ-METHOD/bmad-core/agents/sm.md +0 -67
  90. package/#Tools/APPIQ-METHOD/bmad-core/agents/ux-expert.md +0 -71
  91. package/#Tools/APPIQ-METHOD/bmad-core/bmad-core/user-guide.md +0 -0
  92. package/#Tools/APPIQ-METHOD/bmad-core/checklists/architect-checklist.md +0 -443
  93. package/#Tools/APPIQ-METHOD/bmad-core/checklists/change-checklist.md +0 -182
  94. package/#Tools/APPIQ-METHOD/bmad-core/checklists/pm-checklist.md +0 -375
  95. package/#Tools/APPIQ-METHOD/bmad-core/checklists/po-master-checklist.md +0 -441
  96. package/#Tools/APPIQ-METHOD/bmad-core/checklists/security-validation-checklist.md +0 -332
  97. package/#Tools/APPIQ-METHOD/bmad-core/checklists/story-dod-checklist.md +0 -101
  98. package/#Tools/APPIQ-METHOD/bmad-core/checklists/story-draft-checklist.md +0 -156
  99. package/#Tools/APPIQ-METHOD/bmad-core/core-config.yaml +0 -20
  100. package/#Tools/APPIQ-METHOD/bmad-core/core-config.yaml.bak +0 -20
  101. package/#Tools/APPIQ-METHOD/bmad-core/data/backend-services-integration.md +0 -686
  102. package/#Tools/APPIQ-METHOD/bmad-core/data/bmad-kb.md +0 -803
  103. package/#Tools/APPIQ-METHOD/bmad-core/data/brainstorming-techniques.md +0 -36
  104. package/#Tools/APPIQ-METHOD/bmad-core/data/elicitation-methods.md +0 -134
  105. package/#Tools/APPIQ-METHOD/bmad-core/data/shadcn-ui-integration.md +0 -388
  106. package/#Tools/APPIQ-METHOD/bmad-core/data/technical-preferences.md +0 -149
  107. package/#Tools/APPIQ-METHOD/bmad-core/enhanced-ide-development-workflow.md +0 -43
  108. package/#Tools/APPIQ-METHOD/bmad-core/tasks/advanced-elicitation.md +0 -117
  109. package/#Tools/APPIQ-METHOD/bmad-core/tasks/brownfield-create-epic.md +0 -160
  110. package/#Tools/APPIQ-METHOD/bmad-core/tasks/brownfield-create-story.md +0 -147
  111. package/#Tools/APPIQ-METHOD/bmad-core/tasks/correct-course.md +0 -70
  112. package/#Tools/APPIQ-METHOD/bmad-core/tasks/create-brownfield-story.md +0 -304
  113. package/#Tools/APPIQ-METHOD/bmad-core/tasks/create-deep-research-prompt.md +0 -289
  114. package/#Tools/APPIQ-METHOD/bmad-core/tasks/create-flutter-story.md +0 -197
  115. package/#Tools/APPIQ-METHOD/bmad-core/tasks/create-next-story.md +0 -112
  116. package/#Tools/APPIQ-METHOD/bmad-core/tasks/document-project.md +0 -341
  117. package/#Tools/APPIQ-METHOD/bmad-core/tasks/facilitate-brainstorming-session.md +0 -136
  118. package/#Tools/APPIQ-METHOD/bmad-core/tasks/generate-ai-frontend-prompt.md +0 -51
  119. package/#Tools/APPIQ-METHOD/bmad-core/tasks/index-docs.md +0 -179
  120. package/#Tools/APPIQ-METHOD/bmad-core/tasks/intelligent-epic-creation.md +0 -234
  121. package/#Tools/APPIQ-METHOD/bmad-core/tasks/kb-mode-interaction.md +0 -75
  122. package/#Tools/APPIQ-METHOD/bmad-core/tasks/review-story.md +0 -145
  123. package/#Tools/APPIQ-METHOD/bmad-core/tasks/shard-doc.md +0 -187
  124. package/#Tools/APPIQ-METHOD/bmad-core/tasks/smart-project-analysis.md +0 -289
  125. package/#Tools/APPIQ-METHOD/bmad-core/tasks/validate-next-story.md +0 -134
  126. package/#Tools/APPIQ-METHOD/bmad-core/templates/architecture-tmpl.yaml +0 -650
  127. package/#Tools/APPIQ-METHOD/bmad-core/templates/brainstorming-output-tmpl.yaml +0 -156
  128. package/#Tools/APPIQ-METHOD/bmad-core/templates/brownfield-architecture-tmpl.yaml +0 -476
  129. package/#Tools/APPIQ-METHOD/bmad-core/templates/brownfield-prd-tmpl.yaml +0 -280
  130. package/#Tools/APPIQ-METHOD/bmad-core/templates/competitor-analysis-tmpl.yaml +0 -293
  131. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-mobile-prd-tmpl.yaml +0 -330
  132. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-story-tmpl.yaml +0 -376
  133. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-ui-spec-tmpl.yaml +0 -415
  134. package/#Tools/APPIQ-METHOD/bmad-core/templates/front-end-architecture-tmpl.yaml +0 -206
  135. package/#Tools/APPIQ-METHOD/bmad-core/templates/front-end-spec-tmpl.yaml +0 -349
  136. package/#Tools/APPIQ-METHOD/bmad-core/templates/fullstack-architecture-tmpl.yaml +0 -812
  137. package/#Tools/APPIQ-METHOD/bmad-core/templates/market-research-tmpl.yaml +0 -252
  138. package/#Tools/APPIQ-METHOD/bmad-core/templates/prd-tmpl.yaml +0 -202
  139. package/#Tools/APPIQ-METHOD/bmad-core/templates/project-brief-tmpl.yaml +0 -221
  140. package/#Tools/APPIQ-METHOD/bmad-core/templates/story-tmpl.yaml +0 -137
  141. package/#Tools/APPIQ-METHOD/bmad-core/user-guide.md +0 -251
  142. package/#Tools/APPIQ-METHOD/bmad-core/workflows/brownfield-fullstack.yaml +0 -311
  143. package/#Tools/APPIQ-METHOD/bmad-core/workflows/brownfield-service.yaml +0 -187
  144. package/#Tools/APPIQ-METHOD/bmad-core/workflows/brownfield-ui.yaml +0 -197
  145. package/#Tools/APPIQ-METHOD/bmad-core/workflows/greenfield-fullstack.yaml +0 -284
  146. package/#Tools/APPIQ-METHOD/bmad-core/workflows/greenfield-service.yaml +0 -206
  147. package/#Tools/APPIQ-METHOD/bmad-core/workflows/greenfield-ui.yaml +0 -235
  148. package/#Tools/APPIQ-METHOD/bmad-core/working-in-the-brownfield.md +0 -373
  149. package/#Tools/APPIQ-METHOD/commands/README.md +0 -28
  150. package/#Tools/APPIQ-METHOD/commands/analyze.md +0 -27
  151. package/#Tools/APPIQ-METHOD/commands/appiq.md +0 -27
  152. package/#Tools/APPIQ-METHOD/commands/help.md +0 -27
  153. package/#Tools/APPIQ-METHOD/commands/story.md +0 -27
  154. package/#Tools/APPIQ-METHOD/dist/agents/analyst.txt +0 -2882
  155. package/#Tools/APPIQ-METHOD/dist/agents/architect.txt +0 -3543
  156. package/#Tools/APPIQ-METHOD/dist/agents/bmad-master.txt +0 -8756
  157. package/#Tools/APPIQ-METHOD/dist/agents/bmad-orchestrator.txt +0 -1490
  158. package/#Tools/APPIQ-METHOD/dist/agents/dev.txt +0 -428
  159. package/#Tools/APPIQ-METHOD/dist/agents/pm.txt +0 -2229
  160. package/#Tools/APPIQ-METHOD/dist/agents/po.txt +0 -1364
  161. package/#Tools/APPIQ-METHOD/dist/agents/qa.txt +0 -386
  162. package/#Tools/APPIQ-METHOD/dist/agents/sm.txt +0 -668
  163. package/#Tools/APPIQ-METHOD/dist/agents/ux-expert.txt +0 -701
  164. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +0 -2408
  165. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +0 -1631
  166. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +0 -822
  167. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +0 -10989
  168. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +0 -4047
  169. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +0 -3744
  170. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +0 -465
  171. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +0 -990
  172. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +0 -15467
  173. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +0 -2077
  174. package/#Tools/APPIQ-METHOD/dist/teams/team-all.txt +0 -11062
  175. package/#Tools/APPIQ-METHOD/dist/teams/team-fullstack.txt +0 -10392
  176. package/#Tools/APPIQ-METHOD/dist/teams/team-ide-minimal.txt +0 -3507
  177. package/#Tools/APPIQ-METHOD/dist/teams/team-no-ui.txt +0 -8951
  178. package/#Tools/APPIQ-METHOD/install-appiq.sh +0 -41
  179. package/#Tools/APPIQ-METHOD/package-lock.json +0 -631
  180. package/#Tools/APPIQ-METHOD/package.json +0 -44
  181. package/#Tools/APPIQ-METHOD/tasks/todo.md +0 -275
  182. package/#Tools/APPIQ-METHOD/tools/appiq-installer.js +0 -2711
  183. package/#Tools/APPIQ-METHOD/tools/bmad-npx-wrapper.js +0 -39
  184. package/#Tools/APPIQ-METHOD/tools/builders/web-builder.js +0 -681
  185. package/#Tools/APPIQ-METHOD/tools/bump-all-versions.js +0 -106
  186. package/#Tools/APPIQ-METHOD/tools/bump-expansion-version.js +0 -83
  187. package/#Tools/APPIQ-METHOD/tools/cli.js +0 -152
  188. package/#Tools/APPIQ-METHOD/tools/epic-solution-installer.js +0 -536
  189. package/#Tools/APPIQ-METHOD/tools/flattener/main.js +0 -570
  190. package/#Tools/APPIQ-METHOD/tools/installer/README.md +0 -8
  191. package/#Tools/APPIQ-METHOD/tools/installer/bin/bmad.js +0 -483
  192. package/#Tools/APPIQ-METHOD/tools/installer/config/ide-agent-config.yaml +0 -58
  193. package/#Tools/APPIQ-METHOD/tools/installer/config/install.config.yaml +0 -92
  194. package/#Tools/APPIQ-METHOD/tools/installer/lib/config-loader.js +0 -253
  195. package/#Tools/APPIQ-METHOD/tools/installer/lib/file-manager.js +0 -411
  196. package/#Tools/APPIQ-METHOD/tools/installer/lib/ide-base-setup.js +0 -227
  197. package/#Tools/APPIQ-METHOD/tools/installer/lib/ide-setup.js +0 -1096
  198. package/#Tools/APPIQ-METHOD/tools/installer/lib/installer.js +0 -1772
  199. package/#Tools/APPIQ-METHOD/tools/installer/lib/memory-profiler.js +0 -224
  200. package/#Tools/APPIQ-METHOD/tools/installer/lib/module-manager.js +0 -110
  201. package/#Tools/APPIQ-METHOD/tools/installer/lib/resource-locator.js +0 -310
  202. package/#Tools/APPIQ-METHOD/tools/installer/package-lock.json +0 -906
  203. package/#Tools/APPIQ-METHOD/tools/installer/package.json +0 -43
  204. package/#Tools/APPIQ-METHOD/tools/lib/dependency-resolver.js +0 -179
  205. package/#Tools/APPIQ-METHOD/tools/lib/yaml-utils.js +0 -29
  206. package/#Tools/APPIQ-METHOD/tools/md-assets/web-agent-startup-instructions.md +0 -39
  207. package/#Tools/APPIQ-METHOD/tools/semantic-release-sync-installer.js +0 -30
  208. package/#Tools/APPIQ-METHOD/tools/setup-ide-commands.js +0 -348
  209. package/#Tools/APPIQ-METHOD/tools/smart-installer.js +0 -592
  210. package/#Tools/APPIQ-METHOD/tools/sync-installer-version.js +0 -34
  211. package/#Tools/APPIQ-METHOD/tools/update-expansion-version.js +0 -54
  212. package/#Tools/APPIQ-METHOD/tools/upgraders/v3-to-v4-upgrader.js +0 -763
  213. package/#Tools/APPIQ-METHOD/tools/version-bump.js +0 -79
  214. package/#Tools/APPIQ-METHOD/tools/yaml-format.js +0 -240
  215. package/#Tools/SkyReels-V2/.pre-commit-config.yaml +0 -25
  216. package/#Tools/SkyReels-V2/LICENSE.txt +0 -38
  217. package/#Tools/SkyReels-V2/README.md +0 -766
  218. package/#Tools/SkyReels-V2/generate_video.py +0 -161
  219. package/#Tools/SkyReels-V2/generate_video_df.py +0 -220
  220. package/#Tools/SkyReels-V2/requirements.txt +0 -16
  221. package/#Tools/SkyReels-V2/skycaptioner_v1/README.md +0 -278
  222. package/#Tools/SkyReels-V2/skycaptioner_v1/examples/test.csv +0 -5
  223. package/#Tools/SkyReels-V2/skycaptioner_v1/examples/test_result.csv +0 -5
  224. package/#Tools/SkyReels-V2/skycaptioner_v1/infer_fusion_caption.sh +0 -9
  225. package/#Tools/SkyReels-V2/skycaptioner_v1/infer_struct_caption.sh +0 -8
  226. package/#Tools/SkyReels-V2/skycaptioner_v1/requirements.txt +0 -3
  227. package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/gradio_fusion_caption.py +0 -146
  228. package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/gradio_struct_caption.py +0 -92
  229. package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/utils.py +0 -19
  230. package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/vllm_fusion_caption.py +0 -256
  231. package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/vllm_struct_caption.py +0 -156
  232. package/#Tools/SkyReels-V2/skyreels_v2_infer/__init__.py +0 -1
  233. package/#Tools/SkyReels-V2/skyreels_v2_infer/distributed/__init__.py +0 -0
  234. package/#Tools/SkyReels-V2/skyreels_v2_infer/distributed/xdit_context_parallel.py +0 -286
  235. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/__init__.py +0 -69
  236. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/attention.py +0 -179
  237. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/clip.py +0 -525
  238. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/t5.py +0 -454
  239. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/tokenizers.py +0 -78
  240. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/transformer.py +0 -839
  241. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/vae.py +0 -639
  242. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/xlm_roberta.py +0 -165
  243. package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/__init__.py +0 -5
  244. package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/diffusion_forcing_pipeline.py +0 -659
  245. package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/image2video_pipeline.py +0 -156
  246. package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/prompt_enhancer.py +0 -65
  247. package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/text2video_pipeline.py +0 -110
  248. package/#Tools/SkyReels-V2/skyreels_v2_infer/scheduler/__init__.py +0 -0
  249. package/#Tools/SkyReels-V2/skyreels_v2_infer/scheduler/fm_solvers_unipc.py +0 -759
  250. package/#Tools/SuperClaude/.claude/commands/analyze.md +0 -36
  251. package/#Tools/SuperClaude/.claude/commands/build.md +0 -35
  252. package/#Tools/SuperClaude/.claude/commands/cleanup.md +0 -46
  253. package/#Tools/SuperClaude/.claude/commands/deploy.md +0 -55
  254. package/#Tools/SuperClaude/.claude/commands/design.md +0 -91
  255. package/#Tools/SuperClaude/.claude/commands/dev-setup.md +0 -37
  256. package/#Tools/SuperClaude/.claude/commands/document.md +0 -99
  257. package/#Tools/SuperClaude/.claude/commands/estimate.md +0 -69
  258. package/#Tools/SuperClaude/.claude/commands/explain.md +0 -85
  259. package/#Tools/SuperClaude/.claude/commands/git.md +0 -47
  260. package/#Tools/SuperClaude/.claude/commands/improve.md +0 -162
  261. package/#Tools/SuperClaude/.claude/commands/index.md +0 -159
  262. package/#Tools/SuperClaude/.claude/commands/load.md +0 -65
  263. package/#Tools/SuperClaude/.claude/commands/migrate.md +0 -76
  264. package/#Tools/SuperClaude/.claude/commands/scan.md +0 -163
  265. package/#Tools/SuperClaude/.claude/commands/shared/ambiguity-check.yml +0 -40
  266. package/#Tools/SuperClaude/.claude/commands/shared/audit.yml +0 -21
  267. package/#Tools/SuperClaude/.claude/commands/shared/checkpoint.yml +0 -28
  268. package/#Tools/SuperClaude/.claude/commands/shared/cleanup-patterns.yml +0 -107
  269. package/#Tools/SuperClaude/.claude/commands/shared/command-memory.yml +0 -52
  270. package/#Tools/SuperClaude/.claude/commands/shared/command-templates.yml +0 -167
  271. package/#Tools/SuperClaude/.claude/commands/shared/config-validator.yml +0 -206
  272. package/#Tools/SuperClaude/.claude/commands/shared/constants.yml +0 -311
  273. package/#Tools/SuperClaude/.claude/commands/shared/documentation-dirs.yml +0 -134
  274. package/#Tools/SuperClaude/.claude/commands/shared/error-handling.yml +0 -341
  275. package/#Tools/SuperClaude/.claude/commands/shared/evidence.yml +0 -75
  276. package/#Tools/SuperClaude/.claude/commands/shared/execution-lifecycle.yml +0 -277
  277. package/#Tools/SuperClaude/.claude/commands/shared/git-operations.yml +0 -217
  278. package/#Tools/SuperClaude/.claude/commands/shared/git-workflow.yml +0 -37
  279. package/#Tools/SuperClaude/.claude/commands/shared/implementation.yml +0 -199
  280. package/#Tools/SuperClaude/.claude/commands/shared/loading-config.yml +0 -73
  281. package/#Tools/SuperClaude/.claude/commands/shared/mcp-flags.yml +0 -109
  282. package/#Tools/SuperClaude/.claude/commands/shared/migration-report.md +0 -165
  283. package/#Tools/SuperClaude/.claude/commands/shared/patterns.yml +0 -155
  284. package/#Tools/SuperClaude/.claude/commands/shared/performance.yml +0 -317
  285. package/#Tools/SuperClaude/.claude/commands/shared/planning-mode.yml +0 -51
  286. package/#Tools/SuperClaude/.claude/commands/shared/research-first.yml +0 -278
  287. package/#Tools/SuperClaude/.claude/commands/shared/session-recovery.yml +0 -144
  288. package/#Tools/SuperClaude/.claude/commands/shared/severity-levels.yml +0 -252
  289. package/#Tools/SuperClaude/.claude/commands/shared/task-system.yml +0 -380
  290. package/#Tools/SuperClaude/.claude/commands/shared/task-ultracompressed.yml +0 -88
  291. package/#Tools/SuperClaude/.claude/commands/shared/templates/feature-template.md +0 -59
  292. package/#Tools/SuperClaude/.claude/commands/shared/templates/task-ultracompressed.md +0 -26
  293. package/#Tools/SuperClaude/.claude/commands/shared/thinking-modes.yml +0 -61
  294. package/#Tools/SuperClaude/.claude/commands/shared/ultracompressed.yml +0 -97
  295. package/#Tools/SuperClaude/.claude/commands/shared/user-experience.yml +0 -208
  296. package/#Tools/SuperClaude/.claude/commands/shared/validation.yml +0 -54
  297. package/#Tools/SuperClaude/.claude/commands/shared/workflow-chains.yml +0 -138
  298. package/#Tools/SuperClaude/.claude/commands/spawn.md +0 -106
  299. package/#Tools/SuperClaude/.claude/commands/task.md +0 -110
  300. package/#Tools/SuperClaude/.claude/commands/test.md +0 -67
  301. package/#Tools/SuperClaude/.claude/commands/troubleshoot.md +0 -93
  302. package/#Tools/SuperClaude/.github/ISSUE_TEMPLATE/bug_report.yml +0 -114
  303. package/#Tools/SuperClaude/.github/ISSUE_TEMPLATE/feature_request.yml +0 -119
  304. package/#Tools/SuperClaude/.github/ISSUE_TEMPLATE/question.yml +0 -87
  305. package/#Tools/SuperClaude/.github/pull_request_template.md +0 -62
  306. package/#Tools/SuperClaude/CHANGELOG.md +0 -109
  307. package/#Tools/SuperClaude/CLAUDE.md +0 -95
  308. package/#Tools/SuperClaude/CODE_OF_CONDUCT.md +0 -45
  309. package/#Tools/SuperClaude/CONTRIBUTING.md +0 -225
  310. package/#Tools/SuperClaude/Commands_Cheat_Sheet.md +0 -160
  311. package/#Tools/SuperClaude/LICENSE +0 -21
  312. package/#Tools/SuperClaude/MCP.md +0 -117
  313. package/#Tools/SuperClaude/PERSONAS.md +0 -115
  314. package/#Tools/SuperClaude/README.md +0 -249
  315. package/#Tools/SuperClaude/RULES.md +0 -220
  316. package/#Tools/SuperClaude/SECURITY.md +0 -91
  317. package/#Tools/SuperClaude/install.sh +0 -296
  318. package/#Tools/claude-talk-to-figma-mcp/.github/workflows/test.yml +0 -36
  319. package/#Tools/claude-talk-to-figma-mcp/CHANGELOG.md +0 -88
  320. package/#Tools/claude-talk-to-figma-mcp/Dockerfile +0 -16
  321. package/#Tools/claude-talk-to-figma-mcp/LICENSE +0 -22
  322. package/#Tools/claude-talk-to-figma-mcp/TESTING.md +0 -216
  323. package/#Tools/claude-talk-to-figma-mcp/bun.lock +0 -964
  324. package/#Tools/claude-talk-to-figma-mcp/context/01/00-analisis.md +0 -151
  325. package/#Tools/claude-talk-to-figma-mcp/context/01/01-tools-refactor.md +0 -370
  326. package/#Tools/claude-talk-to-figma-mcp/context/01/02-tools-refactor-backlog.md +0 -253
  327. package/#Tools/claude-talk-to-figma-mcp/context/01/03-tools-refactor-test.md +0 -138
  328. package/#Tools/claude-talk-to-figma-mcp/context/01/04-tools-refactor-channel-error.md +0 -133
  329. package/#Tools/claude-talk-to-figma-mcp/context/01/04-tools-refactor-test-backlog.md +0 -0
  330. package/#Tools/claude-talk-to-figma-mcp/context/01/05-tools-refactor-four-tools-error.md +0 -356
  331. package/#Tools/claude-talk-to-figma-mcp/context/01/06-tools-refactor-four-tools-error-backlog.md +0 -425
  332. package/#Tools/claude-talk-to-figma-mcp/context/01/prompt-dev-nodejs-bun.md +0 -105
  333. package/#Tools/claude-talk-to-figma-mcp/context/01-prompt.md +0 -135
  334. package/#Tools/claude-talk-to-figma-mcp/context/02/00-analisis.md +0 -131
  335. package/#Tools/claude-talk-to-figma-mcp/context/02/01-plan.md +0 -162
  336. package/#Tools/claude-talk-to-figma-mcp/context/02/02-backlog.md +0 -241
  337. package/#Tools/claude-talk-to-figma-mcp/context/02-analisis.md +0 -202
  338. package/#Tools/claude-talk-to-figma-mcp/context/99-notas.md +0 -139
  339. package/#Tools/claude-talk-to-figma-mcp/context/pr-14/pr-14-analisis.md +0 -221
  340. package/#Tools/claude-talk-to-figma-mcp/context/pr-14/pr-14-claude-tests.md +0 -152
  341. package/#Tools/claude-talk-to-figma-mcp/context/pr-14/pr-14-npm-publishing.md +0 -272
  342. package/#Tools/claude-talk-to-figma-mcp/images/claude-talk-to-figma.png +0 -0
  343. package/#Tools/claude-talk-to-figma-mcp/images/mcp-figma-plugin-configuration.png +0 -0
  344. package/#Tools/claude-talk-to-figma-mcp/jest.config.cjs +0 -25
  345. package/#Tools/claude-talk-to-figma-mcp/package.json +0 -67
  346. package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-especialista-es.md +0 -82
  347. package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-especialista-gal.md +0 -80
  348. package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-especialista-pt.md +0 -80
  349. package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-specialist.md +0 -80
  350. package/#Tools/claude-talk-to-figma-mcp/readme.md +0 -307
  351. package/#Tools/claude-talk-to-figma-mcp/scripts/configure-claude.js +0 -90
  352. package/#Tools/claude-talk-to-figma-mcp/scripts/setup.sh +0 -30
  353. package/#Tools/claude-talk-to-figma-mcp/scripts/test-integration.js +0 -339
  354. package/#Tools/claude-talk-to-figma-mcp/smithery.yaml +0 -26
  355. package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/code.js +0 -3295
  356. package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/manifest.json +0 -24
  357. package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/setcharacters.js +0 -215
  358. package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/ui.html +0 -656
  359. package/#Tools/claude-talk-to-figma-mcp/src/socket.ts +0 -349
  360. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/bun.lock +0 -246
  361. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/config/config.ts +0 -22
  362. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/package.json +0 -31
  363. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/prompts/index.ts +0 -297
  364. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/server.ts +0 -62
  365. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/component-tools.ts +0 -48
  366. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/creation-tools.ts +0 -620
  367. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/document-tools.ts +0 -390
  368. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/index.ts +0 -28
  369. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/modification-tools.ts +0 -408
  370. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/text-tools.ts +0 -531
  371. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tsconfig.json +0 -18
  372. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/types/color.ts +0 -13
  373. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/types/index.ts +0 -87
  374. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/defaults.ts +0 -23
  375. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/figma-helpers.ts +0 -142
  376. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/logger.ts +0 -8
  377. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/websocket.ts +0 -258
  378. package/#Tools/claude-talk-to-figma-mcp/tests/fixtures/test-data.ts +0 -32
  379. package/#Tools/claude-talk-to-figma-mcp/tests/integration/set-fill-color.test.ts +0 -309
  380. package/#Tools/claude-talk-to-figma-mcp/tests/integration/set-stroke-color.test.ts +0 -387
  381. package/#Tools/claude-talk-to-figma-mcp/tests/setup.ts +0 -7
  382. package/#Tools/claude-talk-to-figma-mcp/tests/unit/utils/defaults.test.ts +0 -131
  383. package/#Tools/claude-talk-to-figma-mcp/tsconfig.json +0 -17
  384. package/#Tools/claude-talk-to-figma-mcp/tsup.config.ts +0 -14
  385. package/#Tools/jwt creator/AuthKey_MZ7UQGFV2Q.p8 +0 -6
  386. package/#Tools/jwt creator/generate_apple_jwt.js +0 -18
  387. package/#Tools/jwt creator/node_modules/.package-lock.json +0 -145
  388. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/.travis.yml +0 -4
  389. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/LICENSE.txt +0 -12
  390. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/README.md +0 -50
  391. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/index.js +0 -41
  392. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/package.json +0 -21
  393. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/test.js +0 -42
  394. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/CODEOWNERS +0 -1
  395. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/LICENSE +0 -201
  396. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/README.md +0 -65
  397. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/package.json +0 -46
  398. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +0 -17
  399. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +0 -187
  400. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +0 -23
  401. package/#Tools/jwt creator/node_modules/jsonwebtoken/LICENSE +0 -21
  402. package/#Tools/jwt creator/node_modules/jsonwebtoken/README.md +0 -396
  403. package/#Tools/jwt creator/node_modules/jsonwebtoken/decode.js +0 -30
  404. package/#Tools/jwt creator/node_modules/jsonwebtoken/index.js +0 -8
  405. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +0 -14
  406. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/NotBeforeError.js +0 -13
  407. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/TokenExpiredError.js +0 -13
  408. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +0 -3
  409. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/psSupported.js +0 -3
  410. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +0 -3
  411. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/timespan.js +0 -18
  412. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +0 -66
  413. package/#Tools/jwt creator/node_modules/jsonwebtoken/package.json +0 -71
  414. package/#Tools/jwt creator/node_modules/jsonwebtoken/sign.js +0 -253
  415. package/#Tools/jwt creator/node_modules/jsonwebtoken/verify.js +0 -263
  416. package/#Tools/jwt creator/node_modules/jwa/LICENSE +0 -17
  417. package/#Tools/jwt creator/node_modules/jwa/README.md +0 -150
  418. package/#Tools/jwt creator/node_modules/jwa/index.js +0 -266
  419. package/#Tools/jwt creator/node_modules/jwa/package.json +0 -37
  420. package/#Tools/jwt creator/node_modules/jws/CHANGELOG.md +0 -34
  421. package/#Tools/jwt creator/node_modules/jws/LICENSE +0 -17
  422. package/#Tools/jwt creator/node_modules/jws/index.js +0 -22
  423. package/#Tools/jwt creator/node_modules/jws/lib/data-stream.js +0 -55
  424. package/#Tools/jwt creator/node_modules/jws/lib/sign-stream.js +0 -78
  425. package/#Tools/jwt creator/node_modules/jws/lib/tostring.js +0 -10
  426. package/#Tools/jwt creator/node_modules/jws/lib/verify-stream.js +0 -120
  427. package/#Tools/jwt creator/node_modules/jws/package.json +0 -34
  428. package/#Tools/jwt creator/node_modules/jws/readme.md +0 -255
  429. package/#Tools/jwt creator/node_modules/lodash.includes/LICENSE +0 -47
  430. package/#Tools/jwt creator/node_modules/lodash.includes/README.md +0 -18
  431. package/#Tools/jwt creator/node_modules/lodash.includes/index.js +0 -745
  432. package/#Tools/jwt creator/node_modules/lodash.includes/package.json +0 -17
  433. package/#Tools/jwt creator/node_modules/lodash.isboolean/LICENSE +0 -22
  434. package/#Tools/jwt creator/node_modules/lodash.isboolean/README.md +0 -18
  435. package/#Tools/jwt creator/node_modules/lodash.isboolean/index.js +0 -70
  436. package/#Tools/jwt creator/node_modules/lodash.isboolean/package.json +0 -17
  437. package/#Tools/jwt creator/node_modules/lodash.isinteger/LICENSE +0 -47
  438. package/#Tools/jwt creator/node_modules/lodash.isinteger/README.md +0 -18
  439. package/#Tools/jwt creator/node_modules/lodash.isinteger/index.js +0 -265
  440. package/#Tools/jwt creator/node_modules/lodash.isinteger/package.json +0 -17
  441. package/#Tools/jwt creator/node_modules/lodash.isnumber/LICENSE +0 -22
  442. package/#Tools/jwt creator/node_modules/lodash.isnumber/README.md +0 -18
  443. package/#Tools/jwt creator/node_modules/lodash.isnumber/index.js +0 -79
  444. package/#Tools/jwt creator/node_modules/lodash.isnumber/package.json +0 -17
  445. package/#Tools/jwt creator/node_modules/lodash.isplainobject/LICENSE +0 -47
  446. package/#Tools/jwt creator/node_modules/lodash.isplainobject/README.md +0 -18
  447. package/#Tools/jwt creator/node_modules/lodash.isplainobject/index.js +0 -139
  448. package/#Tools/jwt creator/node_modules/lodash.isplainobject/package.json +0 -17
  449. package/#Tools/jwt creator/node_modules/lodash.isstring/LICENSE +0 -22
  450. package/#Tools/jwt creator/node_modules/lodash.isstring/README.md +0 -18
  451. package/#Tools/jwt creator/node_modules/lodash.isstring/index.js +0 -95
  452. package/#Tools/jwt creator/node_modules/lodash.isstring/package.json +0 -17
  453. package/#Tools/jwt creator/node_modules/lodash.once/LICENSE +0 -47
  454. package/#Tools/jwt creator/node_modules/lodash.once/README.md +0 -18
  455. package/#Tools/jwt creator/node_modules/lodash.once/index.js +0 -294
  456. package/#Tools/jwt creator/node_modules/lodash.once/package.json +0 -17
  457. package/#Tools/jwt creator/node_modules/ms/index.js +0 -162
  458. package/#Tools/jwt creator/node_modules/ms/license.md +0 -21
  459. package/#Tools/jwt creator/node_modules/ms/package.json +0 -38
  460. package/#Tools/jwt creator/node_modules/ms/readme.md +0 -59
  461. package/#Tools/jwt creator/node_modules/safe-buffer/LICENSE +0 -21
  462. package/#Tools/jwt creator/node_modules/safe-buffer/README.md +0 -584
  463. package/#Tools/jwt creator/node_modules/safe-buffer/index.d.ts +0 -187
  464. package/#Tools/jwt creator/node_modules/safe-buffer/index.js +0 -65
  465. package/#Tools/jwt creator/node_modules/safe-buffer/package.json +0 -51
  466. package/#Tools/jwt creator/node_modules/semver/LICENSE +0 -15
  467. package/#Tools/jwt creator/node_modules/semver/README.md +0 -664
  468. package/#Tools/jwt creator/node_modules/semver/bin/semver.js +0 -191
  469. package/#Tools/jwt creator/node_modules/semver/classes/comparator.js +0 -143
  470. package/#Tools/jwt creator/node_modules/semver/classes/index.js +0 -7
  471. package/#Tools/jwt creator/node_modules/semver/classes/range.js +0 -556
  472. package/#Tools/jwt creator/node_modules/semver/classes/semver.js +0 -319
  473. package/#Tools/jwt creator/node_modules/semver/functions/clean.js +0 -8
  474. package/#Tools/jwt creator/node_modules/semver/functions/cmp.js +0 -54
  475. package/#Tools/jwt creator/node_modules/semver/functions/coerce.js +0 -62
  476. package/#Tools/jwt creator/node_modules/semver/functions/compare-build.js +0 -9
  477. package/#Tools/jwt creator/node_modules/semver/functions/compare-loose.js +0 -5
  478. package/#Tools/jwt creator/node_modules/semver/functions/compare.js +0 -7
  479. package/#Tools/jwt creator/node_modules/semver/functions/diff.js +0 -60
  480. package/#Tools/jwt creator/node_modules/semver/functions/eq.js +0 -5
  481. package/#Tools/jwt creator/node_modules/semver/functions/gt.js +0 -5
  482. package/#Tools/jwt creator/node_modules/semver/functions/gte.js +0 -5
  483. package/#Tools/jwt creator/node_modules/semver/functions/inc.js +0 -21
  484. package/#Tools/jwt creator/node_modules/semver/functions/lt.js +0 -5
  485. package/#Tools/jwt creator/node_modules/semver/functions/lte.js +0 -5
  486. package/#Tools/jwt creator/node_modules/semver/functions/major.js +0 -5
  487. package/#Tools/jwt creator/node_modules/semver/functions/minor.js +0 -5
  488. package/#Tools/jwt creator/node_modules/semver/functions/neq.js +0 -5
  489. package/#Tools/jwt creator/node_modules/semver/functions/parse.js +0 -18
  490. package/#Tools/jwt creator/node_modules/semver/functions/patch.js +0 -5
  491. package/#Tools/jwt creator/node_modules/semver/functions/prerelease.js +0 -8
  492. package/#Tools/jwt creator/node_modules/semver/functions/rcompare.js +0 -5
  493. package/#Tools/jwt creator/node_modules/semver/functions/rsort.js +0 -5
  494. package/#Tools/jwt creator/node_modules/semver/functions/satisfies.js +0 -12
  495. package/#Tools/jwt creator/node_modules/semver/functions/sort.js +0 -5
  496. package/#Tools/jwt creator/node_modules/semver/functions/valid.js +0 -8
  497. package/#Tools/jwt creator/node_modules/semver/index.js +0 -91
  498. package/#Tools/jwt creator/node_modules/semver/internal/constants.js +0 -37
  499. package/#Tools/jwt creator/node_modules/semver/internal/debug.js +0 -11
  500. package/#Tools/jwt creator/node_modules/semver/internal/identifiers.js +0 -25
  501. package/#Tools/jwt creator/node_modules/semver/internal/lrucache.js +0 -42
  502. package/#Tools/jwt creator/node_modules/semver/internal/parse-options.js +0 -17
  503. package/#Tools/jwt creator/node_modules/semver/internal/re.js +0 -223
  504. package/#Tools/jwt creator/node_modules/semver/package.json +0 -78
  505. package/#Tools/jwt creator/node_modules/semver/preload.js +0 -4
  506. package/#Tools/jwt creator/node_modules/semver/range.bnf +0 -16
  507. package/#Tools/jwt creator/node_modules/semver/ranges/gtr.js +0 -6
  508. package/#Tools/jwt creator/node_modules/semver/ranges/intersects.js +0 -9
  509. package/#Tools/jwt creator/node_modules/semver/ranges/ltr.js +0 -6
  510. package/#Tools/jwt creator/node_modules/semver/ranges/max-satisfying.js +0 -27
  511. package/#Tools/jwt creator/node_modules/semver/ranges/min-satisfying.js +0 -26
  512. package/#Tools/jwt creator/node_modules/semver/ranges/min-version.js +0 -63
  513. package/#Tools/jwt creator/node_modules/semver/ranges/outside.js +0 -82
  514. package/#Tools/jwt creator/node_modules/semver/ranges/simplify.js +0 -49
  515. package/#Tools/jwt creator/node_modules/semver/ranges/subset.js +0 -249
  516. package/#Tools/jwt creator/node_modules/semver/ranges/to-comparators.js +0 -10
  517. package/#Tools/jwt creator/node_modules/semver/ranges/valid.js +0 -13
  518. package/#Tools/jwt creator/package-lock.json +0 -150
  519. package/#Tools/jwt creator/package.json +0 -5
  520. package/#Tools/package.json +0 -94
  521. package/SuperClaude/.claude/commands/analyze.md +0 -36
  522. package/SuperClaude/.claude/commands/build.md +0 -35
  523. package/SuperClaude/.claude/commands/cleanup.md +0 -46
  524. package/SuperClaude/.claude/commands/deploy.md +0 -55
  525. package/SuperClaude/.claude/commands/design.md +0 -91
  526. package/SuperClaude/.claude/commands/dev-setup.md +0 -37
  527. package/SuperClaude/.claude/commands/document.md +0 -99
  528. package/SuperClaude/.claude/commands/estimate.md +0 -69
  529. package/SuperClaude/.claude/commands/explain.md +0 -85
  530. package/SuperClaude/.claude/commands/git.md +0 -47
  531. package/SuperClaude/.claude/commands/improve.md +0 -162
  532. package/SuperClaude/.claude/commands/index.md +0 -159
  533. package/SuperClaude/.claude/commands/load.md +0 -65
  534. package/SuperClaude/.claude/commands/migrate.md +0 -76
  535. package/SuperClaude/.claude/commands/scan.md +0 -163
  536. package/SuperClaude/.claude/commands/shared/ambiguity-check.yml +0 -40
  537. package/SuperClaude/.claude/commands/shared/audit.yml +0 -21
  538. package/SuperClaude/.claude/commands/shared/checkpoint.yml +0 -28
  539. package/SuperClaude/.claude/commands/shared/cleanup-patterns.yml +0 -107
  540. package/SuperClaude/.claude/commands/shared/command-memory.yml +0 -52
  541. package/SuperClaude/.claude/commands/shared/command-templates.yml +0 -167
  542. package/SuperClaude/.claude/commands/shared/config-validator.yml +0 -206
  543. package/SuperClaude/.claude/commands/shared/constants.yml +0 -311
  544. package/SuperClaude/.claude/commands/shared/documentation-dirs.yml +0 -134
  545. package/SuperClaude/.claude/commands/shared/error-handling.yml +0 -341
  546. package/SuperClaude/.claude/commands/shared/evidence.yml +0 -75
  547. package/SuperClaude/.claude/commands/shared/execution-lifecycle.yml +0 -277
  548. package/SuperClaude/.claude/commands/shared/git-operations.yml +0 -217
  549. package/SuperClaude/.claude/commands/shared/git-workflow.yml +0 -37
  550. package/SuperClaude/.claude/commands/shared/implementation.yml +0 -199
  551. package/SuperClaude/.claude/commands/shared/loading-config.yml +0 -73
  552. package/SuperClaude/.claude/commands/shared/mcp-flags.yml +0 -109
  553. package/SuperClaude/.claude/commands/shared/migration-report.md +0 -165
  554. package/SuperClaude/.claude/commands/shared/patterns.yml +0 -155
  555. package/SuperClaude/.claude/commands/shared/performance.yml +0 -317
  556. package/SuperClaude/.claude/commands/shared/planning-mode.yml +0 -51
  557. package/SuperClaude/.claude/commands/shared/research-first.yml +0 -278
  558. package/SuperClaude/.claude/commands/shared/session-recovery.yml +0 -144
  559. package/SuperClaude/.claude/commands/shared/severity-levels.yml +0 -252
  560. package/SuperClaude/.claude/commands/shared/task-system.yml +0 -380
  561. package/SuperClaude/.claude/commands/shared/task-ultracompressed.yml +0 -88
  562. package/SuperClaude/.claude/commands/shared/templates/feature-template.md +0 -59
  563. package/SuperClaude/.claude/commands/shared/templates/task-ultracompressed.md +0 -26
  564. package/SuperClaude/.claude/commands/shared/thinking-modes.yml +0 -61
  565. package/SuperClaude/.claude/commands/shared/ultracompressed.yml +0 -97
  566. package/SuperClaude/.claude/commands/shared/user-experience.yml +0 -208
  567. package/SuperClaude/.claude/commands/shared/validation.yml +0 -54
  568. package/SuperClaude/.claude/commands/shared/workflow-chains.yml +0 -138
  569. package/SuperClaude/.claude/commands/spawn.md +0 -106
  570. package/SuperClaude/.claude/commands/task.md +0 -110
  571. package/SuperClaude/.claude/commands/test.md +0 -67
  572. package/SuperClaude/.claude/commands/troubleshoot.md +0 -93
  573. package/SuperClaude/.github/ISSUE_TEMPLATE/bug_report.yml +0 -114
  574. package/SuperClaude/.github/ISSUE_TEMPLATE/feature_request.yml +0 -119
  575. package/SuperClaude/.github/ISSUE_TEMPLATE/question.yml +0 -87
  576. package/SuperClaude/.github/pull_request_template.md +0 -62
  577. package/SuperClaude/CHANGELOG.md +0 -109
  578. package/SuperClaude/CLAUDE.md +0 -95
  579. package/SuperClaude/CODE_OF_CONDUCT.md +0 -45
  580. package/SuperClaude/CONTRIBUTING.md +0 -225
  581. package/SuperClaude/Commands_Cheat_Sheet.md +0 -160
  582. package/SuperClaude/LICENSE +0 -21
  583. package/SuperClaude/MCP.md +0 -117
  584. package/SuperClaude/PERSONAS.md +0 -115
  585. package/SuperClaude/README.md +0 -249
  586. package/SuperClaude/RULES.md +0 -220
  587. package/SuperClaude/SECURITY.md +0 -91
  588. package/SuperClaude/install.sh +0 -296
  589. package/appiq-mcp installer/How-to.md +0 -250
  590. package/appiq-mcp installer/LICENSE +0 -21
  591. package/appiq-mcp installer/README.md +0 -235
  592. package/appiq-mcp installer/index.js +0 -672
  593. package/appiq-mcp installer/my_mcps.md +0 -105
  594. package/appiq-mcp installer/package-lock.json +0 -708
  595. package/appiq-mcp installer/package.json +0 -46
  596. package/appiq-mcp installer/test-install.bat +0 -60
  597. package/appiq-mcp installer/test-install.sh +0 -55
  598. package/appiq-mcp installer/test-load.js +0 -40
  599. package/bmad-core/agent-teams/team-flutter-mobile.yaml +0 -114
  600. package/bmad-core/agents/bmad-smart-launcher.md +0 -170
  601. package/bmad-core/agents/init-flow-po.md +0 -143
  602. package/bmad-core/checklists/security-validation-checklist.md +0 -332
  603. package/bmad-core/core-config.yaml.bak +0 -20
  604. package/bmad-core/data/backend-services-integration.md +0 -686
  605. package/bmad-core/data/shadcn-ui-integration.md +0 -388
  606. package/bmad-core/tasks/create-flutter-story.md +0 -197
  607. package/bmad-core/tasks/intelligent-epic-creation.md +0 -234
  608. package/bmad-core/tasks/smart-project-analysis.md +0 -289
  609. package/bmad-core/templates/flutter-mobile-prd-tmpl.yaml +0 -330
  610. package/bmad-core/templates/flutter-story-tmpl.yaml +0 -376
  611. package/bmad-core/templates/flutter-ui-spec-tmpl.yaml +0 -415
  612. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.txt +0 -1530
  613. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.txt +0 -322
  614. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.txt +0 -692
  615. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.txt +0 -382
  616. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.txt +0 -665
  617. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.txt +0 -1070
  618. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.txt +0 -1494
  619. package/dist/expansion-packs/bmad-mobile-app-dev/teams/mobile-team-cross-platform.txt +0 -15613
  620. package/flutter/CLAUDE.md +0 -58
  621. package/flutter/punkt.claude/New Folder With Items/channel.md +0 -221
  622. package/flutter/punkt.claude/New Folder With Items/commands/add-translations.md +0 -12
  623. package/flutter/punkt.claude/New Folder With Items/commands/create-feature.md +0 -168
  624. package/flutter/punkt.claude/New Folder With Items/commands/explain-codebase.md +0 -1
  625. package/flutter/punkt.claude/New Folder With Items/commands/feature-business-logic.md +0 -551
  626. package/flutter/punkt.claude/New Folder With Items/commands/feature-data-layer.md +0 -924
  627. package/flutter/punkt.claude/New Folder With Items/commands/feature-domain-layer.md +0 -540
  628. package/flutter/punkt.claude/New Folder With Items/commands/feature-integration.md +0 -493
  629. package/flutter/punkt.claude/New Folder With Items/commands/feature-localization.md +0 -427
  630. package/flutter/punkt.claude/New Folder With Items/commands/feature-ui-layer.md +0 -300
  631. package/flutter/punkt.claude/New Folder With Items/commands/git-commit.md +0 -3
  632. package/flutter/punkt.claude/New Folder With Items/commands/search-web.md +0 -1
  633. package/flutter/punkt.claude/punkt.claude/channel.md +0 -225
  634. package/flutter/punkt.claude/punkt.claude/commands/add-translations.md +0 -60
  635. package/flutter/punkt.claude/punkt.claude/commands/bug-fix.md +0 -32
  636. package/flutter/punkt.claude/punkt.claude/commands/checkdev.md +0 -122
  637. package/flutter/punkt.claude/punkt.claude/commands/create-feature.md +0 -174
  638. package/flutter/punkt.claude/punkt.claude/commands/dev.md +0 -79
  639. package/flutter/punkt.claude/punkt.claude/commands/explain-codebase.md +0 -1
  640. package/flutter/punkt.claude/punkt.claude/commands/feature-business-logic.md +0 -430
  641. package/flutter/punkt.claude/punkt.claude/commands/feature-data-layer.md +0 -572
  642. package/flutter/punkt.claude/punkt.claude/commands/feature-domain-layer.md +0 -537
  643. package/flutter/punkt.claude/punkt.claude/commands/feature-integration.md +0 -493
  644. package/flutter/punkt.claude/punkt.claude/commands/feature-localization.md +0 -427
  645. package/flutter/punkt.claude/punkt.claude/commands/feature-ui-layer.md +0 -831
  646. package/flutter/punkt.claude/punkt.claude/commands/git-commit.md +0 -3
  647. package/flutter/punkt.claude/punkt.claude/commands/manage-translations.md +0 -433
  648. package/flutter/punkt.claude/punkt.claude/commands/search-web.md +0 -1
  649. package/flutter/punkt.claude/punkt.claude/developer_check.md +0 -121
  650. package/tools/appiq-installer.js +0 -2711
  651. package/tools/epic-solution-installer.js +0 -536
  652. package/tools/setup-ide-commands.js +0 -348
  653. package/tools/smart-installer.js +0 -592
  654. package/web/CLAUDE.md +0 -58
  655. /package/{#Tools/APPIQ-METHOD/.github → .github}/FUNDING.yaml +0 -0
  656. /package/{#Tools/APPIQ-METHOD/.github → .github}/ISSUE_TEMPLATE/bug_report.md +0 -0
  657. /package/{#Tools/APPIQ-METHOD/.github → .github}/ISSUE_TEMPLATE/feature_request.md +0 -0
  658. /package/{#Tools/APPIQ-METHOD/.github → .github}/workflows/release.yaml +0 -0
  659. /package/{#Tools/APPIQ-METHOD/.releaserc.json → .releaserc.json} +0 -0
  660. /package/{#Tools/APPIQ-METHOD/.vscode → .vscode}/settings.json +0 -0
  661. /package/{#Tools/APPIQ-METHOD/CHANGELOG.md → CHANGELOG.md} +0 -0
  662. /package/{#Tools/APPIQ-METHOD/CONTRIBUTING.md → CONTRIBUTING.md} +0 -0
  663. /package/{#Tools/APPIQ-METHOD/LICENSE → LICENSE} +0 -0
  664. /package/{#Tools/APPIQ-METHOD/common → common}/tasks/create-doc.md +0 -0
  665. /package/{#Tools/APPIQ-METHOD/common → common}/tasks/execute-checklist.md +0 -0
  666. /package/{#Tools/APPIQ-METHOD/common → common}/utils/bmad-doc-template.md +0 -0
  667. /package/{#Tools/APPIQ-METHOD/common → common}/utils/workflow-management.md +0 -0
  668. /package/{#Tools/APPIQ-METHOD/docs → docs}/GUIDING-PRINCIPLES.md +0 -0
  669. /package/{#Tools/APPIQ-METHOD/docs → docs}/core-architecture.md +0 -0
  670. /package/{#Tools/APPIQ-METHOD/docs → docs}/expansion-packs.md +0 -0
  671. /package/{#Tools/APPIQ-METHOD/docs → docs}/how-to-contribute-with-pull-requests.md +0 -0
  672. /package/{#Tools/APPIQ-METHOD/docs → docs}/versioning-and-releases.md +0 -0
  673. /package/{#Tools/APPIQ-METHOD/docs → docs}/versions.md +0 -0
  674. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/README.md +0 -0
  675. /package/{#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev → expansion-packs/appiq-flutter-mobile-dev}/agent-teams/flutter-mobile-team.yaml +0 -0
  676. /package/{#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev → expansion-packs/appiq-flutter-mobile-dev}/agents/flutter-cubit-agent.md +0 -0
  677. /package/{#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev → expansion-packs/appiq-flutter-mobile-dev}/agents/flutter-data-agent.md +0 -0
  678. /package/{#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev → expansion-packs/appiq-flutter-mobile-dev}/agents/flutter-domain-agent.md +0 -0
  679. /package/{#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev → expansion-packs/appiq-flutter-mobile-dev}/agents/flutter-ui-agent.md +0 -0
  680. /package/{#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev → expansion-packs/appiq-flutter-mobile-dev}/agents/shared-components-agent.md +0 -0
  681. /package/{#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev → expansion-packs/appiq-flutter-mobile-dev}/checklists/flutter-story-dod-checklist.md +0 -0
  682. /package/{#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev → expansion-packs/appiq-flutter-mobile-dev}/config.yaml +0 -0
  683. /package/{#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev → expansion-packs/appiq-flutter-mobile-dev}/data/flutter-development-guidelines.md +0 -0
  684. /package/{#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev → expansion-packs/appiq-flutter-mobile-dev}/templates/flutter-mobile-architecture-tmpl.yaml +0 -0
  685. /package/{#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev → expansion-packs/appiq-flutter-mobile-dev}/workflows/flutter-ui-first-development.yaml +0 -0
  686. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +0 -0
  687. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/agents/game-designer.md +0 -0
  688. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/agents/game-developer.md +0 -0
  689. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/agents/game-sm.md +0 -0
  690. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +0 -0
  691. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +0 -0
  692. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/config.yaml +0 -0
  693. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/data/bmad-kb.md +0 -0
  694. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/data/development-guidelines.md +0 -0
  695. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +0 -0
  696. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/tasks/create-game-story.md +0 -0
  697. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +0 -0
  698. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +0 -0
  699. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +0 -0
  700. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +0 -0
  701. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +0 -0
  702. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +0 -0
  703. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +0 -0
  704. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +0 -0
  705. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +0 -0
  706. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/agents/game-architect.md +0 -0
  707. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/agents/game-designer.md +0 -0
  708. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/agents/game-developer.md +0 -0
  709. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/agents/game-sm.md +0 -0
  710. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +0 -0
  711. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +0 -0
  712. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +0 -0
  713. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +0 -0
  714. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/config.yaml +0 -0
  715. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/data/bmad-kb.md +0 -0
  716. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/data/development-guidelines.md +0 -0
  717. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +0 -0
  718. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/tasks/correct-course-game.md +0 -0
  719. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/tasks/create-game-story.md +0 -0
  720. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +0 -0
  721. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/tasks/validate-game-story.md +0 -0
  722. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +0 -0
  723. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +0 -0
  724. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +0 -0
  725. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +0 -0
  726. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +0 -0
  727. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +0 -0
  728. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +0 -0
  729. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-infrastructure-devops/README.md +0 -0
  730. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-infrastructure-devops/agents/infra-devops-platform.md +0 -0
  731. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +0 -0
  732. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-infrastructure-devops/config.yaml +0 -0
  733. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-infrastructure-devops/data/bmad-kb.md +0 -0
  734. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-infrastructure-devops/tasks/review-infrastructure.md +0 -0
  735. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-infrastructure-devops/tasks/validate-infrastructure.md +0 -0
  736. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +0 -0
  737. /package/{#Tools/APPIQ-METHOD/expansion-packs → expansion-packs}/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +0 -0
@@ -1,766 +0,0 @@
1
- <p align="center">
2
- <img src="assets/logo2.png" alt="SkyReels Logo" width="50%">
3
- </p>
4
-
5
- <h1 align="center">SkyReels V2: Infinite-Length Film Generative Model</h1>
6
-
7
- <p align="center">
8
- 📑 <a href="https://arxiv.org/pdf/2504.13074">Technical Report</a> · 👋 <a href="https://www.skyreels.ai/home?utm_campaign=github_SkyReels_V2" target="_blank">Playground</a> · 💬 <a href="https://discord.gg/PwM6NYtccQ" target="_blank">Discord</a> · 🤗 <a href="https://huggingface.co/collections/Skywork/skyreels-v2-6801b1b93df627d441d0d0d9" target="_blank">Hugging Face</a> · 🤖 <a href="https://www.modelscope.cn/collections/SkyReels-V2-f665650130b144" target="_blank">ModelScope</a>
9
- </p>
10
-
11
- ---
12
- Welcome to the **SkyReels V2** repository! Here, you'll find the model weights and inference code for our infinite-length film generative models. To the best of our knowledge, it represents the first open-source video generative model employing **AutoRegressive Diffusion-Forcing architecture** that achieves the **SOTA performance** among publicly available models.
13
-
14
-
15
- ## 🔥🔥🔥 News!!
16
- * Jun 1, 2025: 🎉 We published the technical report, [SkyReels-Audio: Omni Audio-Conditioned Talking Portraits in Video Diffusion Transformers](https://arxiv.org/pdf/2506.00830).
17
- * May 16, 2025: 🔥 We release the inference code for [video extension](#ve) and [start/end frame control](#se) in diffusion forcing model.
18
- * Apr 24, 2025: 🔥 We release the 720P models, [SkyReels-V2-DF-14B-720P](https://huggingface.co/Skywork/SkyReels-V2-DF-14B-720P) and [SkyReels-V2-I2V-14B-720P](https://huggingface.co/Skywork/SkyReels-V2-I2V-14B-720P). The former facilitates infinite-length autoregressive video generation, and the latter focuses on Image2Video synthesis.
19
- * Apr 21, 2025: 👋 We release the inference code and model weights of [SkyReels-V2](https://huggingface.co/collections/Skywork/skyreels-v2-6801b1b93df627d441d0d0d9) Series Models and the video captioning model [SkyCaptioner-V1](https://huggingface.co/Skywork/SkyCaptioner-V1) .
20
- * Apr 3, 2025: 🔥 We also release [SkyReels-A2](https://github.com/SkyworkAI/SkyReels-A2). This is an open-sourced controllable video generation framework capable of assembling arbitrary visual elements.
21
- * Feb 18, 2025: 🔥 we released [SkyReels-A1](https://github.com/SkyworkAI/SkyReels-A1). This is an open-sourced and effective framework for portrait image animation.
22
- * Feb 18, 2025: 🔥 We released [SkyReels-V1](https://github.com/SkyworkAI/SkyReels-V1). This is the first and most advanced open-source human-centric video foundation model.
23
-
24
- ## 🎥 Demos
25
- <table>
26
- <tr>
27
- <td align="center">
28
- <video src="https://github.com/user-attachments/assets/f6f9f9a7-5d5f-433c-9d73-d8d593b7ad25" width="100%"></video>
29
- </td>
30
- <td align="center">
31
- <video src="https://github.com/user-attachments/assets/0eb13415-f4d9-4aaf-bcd3-3031851109b9" width="100%"></video>
32
- </td>
33
- <td align="center">
34
- <video src="https://github.com/user-attachments/assets/dcd16603-5bf4-4786-8e4d-1ed23889d07a" width="100%"></video>
35
- </td>
36
- </tr>
37
- </table>
38
- The demos above showcase 30-second videos generated using our SkyReels-V2 Diffusion Forcing model.
39
-
40
-
41
- ## 📑 TODO List
42
-
43
- - [x] <a href="https://arxiv.org/pdf/2504.13074">Technical Report</a>
44
- - [x] Checkpoints of the 14B and 1.3B Models Series
45
- - [x] Single-GPU & Multi-GPU Inference Code
46
- - [x] <a href="https://huggingface.co/Skywork/SkyCaptioner-V1">SkyCaptioner-V1</a>: A Video Captioning Model
47
- - [x] Prompt Enhancer
48
- - [ ] Diffusers integration
49
- - [ ] Checkpoints of the 5B Models Series
50
- - [ ] Checkpoints of the Camera Director Models
51
- - [ ] Checkpoints of the Step & Guidance Distill Model
52
-
53
-
54
- ## 🚀 Quickstart
55
-
56
- #### Installation
57
- ```shell
58
- # clone the repository.
59
- git clone https://github.com/SkyworkAI/SkyReels-V2
60
- cd SkyReels-V2
61
- # Install dependencies. Test environment uses Python 3.10.12.
62
- pip install -r requirements.txt
63
- ```
64
-
65
- #### Model Download
66
- You can download our models from Hugging Face:
67
- <table>
68
- <thead>
69
- <tr>
70
- <th>Type</th>
71
- <th>Model Variant</th>
72
- <th>Recommended Height/Width/Frame</th>
73
- <th>Link</th>
74
- </tr>
75
- </thead>
76
- <tbody>
77
- <tr>
78
- <td rowspan="5">Diffusion Forcing</td>
79
- <td>1.3B-540P</td>
80
- <td>544 * 960 * 97f</td>
81
- <td>🤗 <a href="https://huggingface.co/Skywork/SkyReels-V2-DF-1.3B-540P">Huggingface</a> 🤖 <a href="https://www.modelscope.cn/models/Skywork/SkyReels-V2-DF-1.3B-540P">ModelScope</a></td>
82
- </tr>
83
- <tr>
84
- <td>5B-540P</td>
85
- <td>544 * 960 * 97f</td>
86
- <td>Coming Soon</td>
87
- </tr>
88
- <tr>
89
- <td>5B-720P</td>
90
- <td>720 * 1280 * 121f</td>
91
- <td>Coming Soon</td>
92
- </tr>
93
- <tr>
94
- <td>14B-540P</td>
95
- <td>544 * 960 * 97f</td>
96
- <td>🤗 <a href="https://huggingface.co/Skywork/SkyReels-V2-DF-14B-540P">Huggingface</a> 🤖 <a href="https://www.modelscope.cn/models/Skywork/SkyReels-V2-DF-14B-540P">ModelScope</a></td>
97
- </tr>
98
- <tr>
99
- <td>14B-720P</td>
100
- <td>720 * 1280 * 121f</td>
101
- <td>🤗 <a href="https://huggingface.co/Skywork/SkyReels-V2-DF-14B-720P">Huggingface</a> 🤖 <a href="https://www.modelscope.cn/models/Skywork/SkyReels-V2-DF-14B-720P">ModelScope</a></td>
102
- </tr>
103
- <tr>
104
- <td rowspan="5">Text-to-Video</td>
105
- <td>1.3B-540P</td>
106
- <td>544 * 960 * 97f</td>
107
- <td>Coming Soon</td>
108
- </tr>
109
- <tr>
110
- <td>5B-540P</td>
111
- <td>544 * 960 * 97f</td>
112
- <td>Coming Soon</td>
113
- </tr>
114
- <tr>
115
- <td>5B-720P</td>
116
- <td>720 * 1280 * 121f</td>
117
- <td>Coming Soon</td>
118
- </tr>
119
- <tr>
120
- <td>14B-540P</td>
121
- <td>544 * 960 * 97f</td>
122
- <td>🤗 <a href="https://huggingface.co/Skywork/SkyReels-V2-T2V-14B-540P">Huggingface</a> 🤖 <a href="https://www.modelscope.cn/models/Skywork/SkyReels-V2-T2V-14B-540P">ModelScope</a></td>
123
- </tr>
124
- <tr>
125
- <td>14B-720P</td>
126
- <td>720 * 1280 * 121f</td>
127
- <td>🤗 <a href="https://huggingface.co/Skywork/SkyReels-V2-T2V-14B-720P">Huggingface</a> 🤖 <a href="https://www.modelscope.cn/models/Skywork/SkyReels-V2-T2V-14B-720P">ModelScope</a></td>
128
- </tr>
129
- <tr>
130
- <td rowspan="5">Image-to-Video</td>
131
- <td>1.3B-540P</td>
132
- <td>544 * 960 * 97f</td>
133
- <td>🤗 <a href="https://huggingface.co/Skywork/SkyReels-V2-I2V-1.3B-540P">Huggingface</a> 🤖 <a href="https://www.modelscope.cn/models/Skywork/SkyReels-V2-I2V-1.3B-540P">ModelScope</a></td>
134
- </tr>
135
- <tr>
136
- <td>5B-540P</td>
137
- <td>544 * 960 * 97f</td>
138
- <td>Coming Soon</td>
139
- </tr>
140
- <tr>
141
- <td>5B-720P</td>
142
- <td>720 * 1280 * 121f</td>
143
- <td>Coming Soon</td>
144
- </tr>
145
- <tr>
146
- <td>14B-540P</td>
147
- <td>544 * 960 * 97f</td>
148
- <td>🤗 <a href="https://huggingface.co/Skywork/SkyReels-V2-I2V-14B-540P">Huggingface</a> 🤖 <a href="https://www.modelscope.cn/models/Skywork/SkyReels-V2-I2V-14B-540P">ModelScope</a></td>
149
- </tr>
150
- <tr>
151
- <td>14B-720P</td>
152
- <td>720 * 1280 * 121f</td>
153
- <td>🤗 <a href="https://huggingface.co/Skywork/SkyReels-V2-I2V-14B-720P">Huggingface</a> 🤖 <a href="https://www.modelscope.cn/models/Skywork/SkyReels-V2-I2V-14B-720P">ModelScope</a></td>
154
- </tr>
155
- <tr>
156
- <td rowspan="3">Camera Director</td>
157
- <td>5B-540P</td>
158
- <td>544 * 960 * 97f</td>
159
- <td>Coming Soon</td>
160
- </tr>
161
- <tr>
162
- <td>5B-720P</td>
163
- <td>720 * 1280 * 121f</td>
164
- <td>Coming Soon</td>
165
- </tr>
166
- <tr>
167
- <td>14B-720P</td>
168
- <td>720 * 1280 * 121f</td>
169
- <td>Coming Soon</td>
170
- </tr>
171
- </tbody>
172
- </table>
173
-
174
- After downloading, set the model path in your generation commands:
175
-
176
-
177
- #### Single GPU Inference
178
-
179
- - **Diffusion Forcing for Long Video Generation**
180
-
181
- The <a href="https://arxiv.org/abs/2407.01392">**Diffusion Forcing**</a> version model allows us to generate Infinite-Length videos. This model supports both **text-to-video (T2V)** and **image-to-video (I2V)** tasks, and it can perform inference in both synchronous and asynchronous modes. Here we demonstrate 2 running scripts as examples for long video generation. If you want to adjust the inference parameters, e.g., the duration of video, inference mode, read the Note below first.
182
-
183
- synchronous generation for 10s video
184
- ```shell
185
- model_id=Skywork/SkyReels-V2-DF-14B-540P
186
- # synchronous inference
187
- python3 generate_video_df.py \
188
- --model_id ${model_id} \
189
- --resolution 540P \
190
- --ar_step 0 \
191
- --base_num_frames 97 \
192
- --num_frames 257 \
193
- --overlap_history 17 \
194
- --prompt "A graceful white swan with a curved neck and delicate feathers swimming in a serene lake at dawn, its reflection perfectly mirrored in the still water as mist rises from the surface, with the swan occasionally dipping its head into the water to feed." \
195
- --addnoise_condition 20 \
196
- --offload \
197
- --teacache \
198
- --use_ret_steps \
199
- --teacache_thresh 0.3
200
- ```
201
-
202
- asynchronous generation for 30s video
203
- ```shell
204
- model_id=Skywork/SkyReels-V2-DF-14B-540P
205
- # asynchronous inference
206
- python3 generate_video_df.py \
207
- --model_id ${model_id} \
208
- --resolution 540P \
209
- --ar_step 5 \
210
- --causal_block_size 5 \
211
- --base_num_frames 97 \
212
- --num_frames 737 \
213
- --overlap_history 17 \
214
- --prompt "A graceful white swan with a curved neck and delicate feathers swimming in a serene lake at dawn, its reflection perfectly mirrored in the still water as mist rises from the surface, with the swan occasionally dipping its head into the water to feed." \
215
- --addnoise_condition 20 \
216
- --offload
217
- ```
218
-
219
- > **Note**:
220
- > - If you want to run the **image-to-video (I2V)** task, add `--image ${image_path}` to your command and it is also better to use **text-to-video (T2V)**-like prompt which includes some descriptions of the first-frame image.
221
- > - For long video generation, you can just switch the `--num_frames`, e.g., `--num_frames 257` for 10s video, `--num_frames 377` for 15s video, `--num_frames 737` for 30s video, `--num_frames 1457` for 60s video. The number is not strictly aligned with the logical frame number for specified time duration, but it is aligned with some training parameters, which means it may perform better. When you use asynchronous inference with causal_block_size > 1, the `--num_frames` should be carefully set.
222
- > - You can use `--ar_step 5` to enable asynchronous inference. When asynchronous inference, `--causal_block_size 5` is recommended while it is not supposed to be set for synchronous generation. REMEMBER that the frame latent number inputted into the model in every iteration, e.g., base frame latent number (e.g., (97-1)//4+1=25 for base_num_frames=97) and (e.g., (237-97-(97-17)x1+17-1)//4+1=20 for base_num_frames=97, num_frames=237, overlap_history=17) for the last iteration, MUST be divided by causal_block_size. If you find it too hard to calculate and set proper values, just use our recommended setting above :). Asynchronous inference will take more steps to diffuse the whole sequence which means it will be SLOWER than synchronous mode. In our experiments, asynchronous inference may improve the instruction following and visual consistent performance.
223
- > - To reduce peak VRAM, just lower the `--base_num_frames`, e.g., to 77 or 57, while keeping the same generative length `--num_frames` you want to generate. This may slightly reduce video quality, and it should not be set too small.
224
- > - `--addnoise_condition` is used to help smooth the long video generation by adding some noise to the clean condition. Too large noise can cause the inconsistency as well. 20 is a recommended value, and you may try larger ones, but it is recommended to not exceed 50.
225
- > - Generating a 540P video using the 1.3B model requires approximately 14.7GB peak VRAM, while the same resolution video using the 14B model demands around 51.2GB peak VRAM.
226
-
227
- - **<span id="ve">Video Extention</span>**
228
- ```shell
229
- model_id=Skywork/SkyReels-V2-DF-14B-540P
230
- # video extention
231
- python3 generate_video_df.py \
232
- --model_id ${model_id} \
233
- --resolution 540P \
234
- --ar_step 0 \
235
- --base_num_frames 97 \
236
- --num_frames 120 \
237
- --overlap_history 17 \
238
- --prompt ${prompt} \
239
- --addnoise_condition 20 \
240
- --offload \
241
- --use_ret_steps \
242
- --teacache \
243
- --teacache_thresh 0.3 \
244
- --video_path ${video_path}
245
- ```
246
- > **Note**:
247
- > - When performing video extension, you need to pass the `--video_path ${video_path}` parameter to specify the video to be extended.
248
-
249
- - **<span id="se">Start/End Frame Control</span>**
250
- ```shell
251
- model_id=Skywork/SkyReels-V2-DF-14B-540P
252
- # start/end frame control
253
- python3 generate_video_df.py \
254
- --model_id ${model_id} \
255
- --resolution 540P \
256
- --ar_step 0 \
257
- --base_num_frames 97 \
258
- --num_frames 97 \
259
- --overlap_history 17 \
260
- --prompt ${prompt} \
261
- --addnoise_condition 20 \
262
- --offload \
263
- --use_ret_steps \
264
- --teacache \
265
- --teacache_thresh 0.3 \
266
- --image ${image} \
267
- --end_image ${end_image}
268
- ```
269
- > **Note**:
270
- > - When controlling the start and end frames, you need to pass the `--image ${image}` parameter to control the generation of the start frame and the `--end_image ${end_image}` parameter to control the generation of the end frame.
271
-
272
- - **Text To Video & Image To Video**
273
-
274
- ```shell
275
- # run Text-to-Video Generation
276
- model_id=Skywork/SkyReels-V2-T2V-14B-540P
277
- python3 generate_video.py \
278
- --model_id ${model_id} \
279
- --resolution 540P \
280
- --num_frames 97 \
281
- --guidance_scale 6.0 \
282
- --shift 8.0 \
283
- --fps 24 \
284
- --prompt "A serene lake surrounded by towering mountains, with a few swans gracefully gliding across the water and sunlight dancing on the surface." \
285
- --offload \
286
- --teacache \
287
- --use_ret_steps \
288
- --teacache_thresh 0.3
289
- ```
290
- > **Note**:
291
- > - When using an **image-to-video (I2V)** model, you must provide an input image using the `--image ${image_path}` parameter. The `--guidance_scale 5.0` and `--shift 3.0` is recommended for I2V model.
292
- > - Generating a 540P video using the 1.3B model requires approximately 14.7GB peak VRAM, while the same resolution video using the 14B model demands around 43.4GB peak VRAM.
293
-
294
-
295
- - **Prompt Enhancer**
296
-
297
- The prompt enhancer is implemented based on <a href="https://huggingface.co/Qwen/Qwen2.5-32B-Instruct">Qwen2.5-32B-Instruct</a> and is utilized via the `--prompt_enhancer` parameter. It works ideally for short prompts, while for long prompts, it might generate an excessively lengthy prompt that could lead to over-saturation in the generative video. Note the peak memory of GPU is 64G+ if you use `--prompt_enhancer`. If you want to obtain the enhanced prompt separately, you can also run the prompt_enhancer script separately for testing. The steps are as follows:
298
-
299
- ```shell
300
- cd skyreels_v2_infer/pipelines
301
- python3 prompt_enhancer.py --prompt "A serene lake surrounded by towering mountains, with a few swans gracefully gliding across the water and sunlight dancing on the surface."
302
- ```
303
- > **Note**:
304
- > - `--prompt_enhancer` is not allowed if using `--use_usp`. We recommend running the skyreels_v2_infer/pipelines/prompt_enhancer.py script first to generate enhanced prompt before enabling the `--use_usp` parameter.
305
-
306
-
307
- **Advanced Configuration Options**
308
-
309
- Below are the key parameters you can customize for video generation:
310
-
311
- | Parameter | Recommended Value | Description |
312
- |:----------------------:|:---------:|:-----------------------------------------:|
313
- | --prompt | | Text description for generating your video |
314
- | --image | | Path to input image for image-to-video generation |
315
- | --resolution | 540P or 720P | Output video resolution (select based on model type) |
316
- | --num_frames | 97 or 121 | Total frames to generate (**97 for 540P models**, **121 for 720P models**) |
317
- | --inference_steps | 50 | Number of denoising steps |
318
- | --fps | 24 | Frames per second in the output video |
319
- | --shift | 8.0 or 5.0 | Flow matching scheduler parameter (**8.0 for T2V**, **5.0 for I2V**) |
320
- | --guidance_scale | 6.0 or 5.0 | Controls text adherence strength (**6.0 for T2V**, **5.0 for I2V**) |
321
- | --seed | | Fixed seed for reproducible results (omit for random generation) |
322
- | --offload | True | Offloads model components to CPU to reduce VRAM usage (recommended) |
323
- | --use_usp | True | Enables multi-GPU acceleration with xDiT USP |
324
- | --outdir | ./video_out | Directory where generated videos will be saved |
325
- | --prompt_enhancer | True | Expand the prompt into a more detailed description |
326
- | --teacache | False | Enables teacache for faster inference |
327
- | --teacache_thresh | 0.2 | Higher speedup will cause to worse quality |
328
- | --use_ret_steps | False | Retention Steps for teacache |
329
-
330
- **Diffusion Forcing Additional Parameters**
331
- | Parameter | Recommended Value | Description |
332
- |:----------------------:|:---------:|:-----------------------------------------:|
333
- | --ar_step | 0 | Controls asynchronous inference (0 for synchronous mode) |
334
- | --base_num_frames | 97 or 121 | Base frame count (**97 for 540P**, **121 for 720P**) |
335
- | --overlap_history | 17 | Number of frames to overlap for smooth transitions in long videos |
336
- | --addnoise_condition | 20 | Improves consistency in long video generation |
337
- | --causal_block_size | 5 | Recommended when using asynchronous inference (--ar_step > 0) |
338
- --video_path | | Path to input video for video extension |
339
- --end_image | | Path to input image for end frame control |
340
-
341
- #### Multi-GPU inference using xDiT USP
342
-
343
- We use [xDiT](https://github.com/xdit-project/xDiT) USP to accelerate inference. For example, to generate a video with 2 GPUs, you can use the following command:
344
- - **Diffusion Forcing**
345
- ```shell
346
- model_id=Skywork/SkyReels-V2-DF-14B-540P
347
- # diffusion forcing synchronous inference
348
- torchrun --nproc_per_node=2 generate_video_df.py \
349
- --model_id ${model_id} \
350
- --resolution 540P \
351
- --ar_step 0 \
352
- --base_num_frames 97 \
353
- --num_frames 257 \
354
- --overlap_history 17 \
355
- --prompt "A graceful white swan with a curved neck and delicate feathers swimming in a serene lake at dawn, its reflection perfectly mirrored in the still water as mist rises from the surface, with the swan occasionally dipping its head into the water to feed." \
356
- --addnoise_condition 20 \
357
- --use_usp \
358
- --offload \
359
- --seed 42
360
- ```
361
- - **Text To Video & Image To Video**
362
- ```shell
363
- # run Text-to-Video Generation
364
- model_id=Skywork/SkyReels-V2-T2V-14B-540P
365
- torchrun --nproc_per_node=2 generate_video.py \
366
- --model_id ${model_id} \
367
- --resolution 540P \
368
- --num_frames 97 \
369
- --guidance_scale 6.0 \
370
- --shift 8.0 \
371
- --fps 24 \
372
- --offload \
373
- --prompt "A serene lake surrounded by towering mountains, with a few swans gracefully gliding across the water and sunlight dancing on the surface." \
374
- --use_usp \
375
- --seed 42
376
- ```
377
- > **Note**:
378
- > - When using an **image-to-video (I2V)** model, you must provide an input image using the `--image ${image_path}` parameter. The `--guidance_scale 5.0` and `--shift 3.0` is recommended for I2V model.
379
-
380
-
381
- ## Contents
382
- - [Abstract](#abstract)
383
- - [Methodology of SkyReels-V2](#methodology-of-skyreels-v2)
384
- - [Key Contributions of SkyReels-V2](#key-contributions-of-skyreels-v2)
385
- - [Video Captioner](#video-captioner)
386
- - [Reinforcement Learning](#reinforcement-learning)
387
- - [Diffusion Forcing](#diffusion-forcing)
388
- - [High-Quality Supervised Fine-Tuning(SFT)](#high-quality-supervised-fine-tuning-sft)
389
- - [Performance](#performance)
390
- - [Acknowledgements](#acknowledgements)
391
- - [Citation](#citation)
392
- ---
393
-
394
- ## Abstract
395
- Recent advances in video generation have been driven by diffusion models and autoregressive frameworks, yet critical challenges persist in harmonizing prompt adherence, visual quality, motion dynamics, and duration: compromises in motion dynamics to enhance temporal visual quality, constrained video duration (5-10 seconds) to prioritize resolution, and inadequate shot-aware generation stemming from general-purpose MLLMs' inability to interpret cinematic grammar, such as shot composition, actor expressions, and camera motions. These intertwined limitations hinder realistic long-form synthesis and professional film-style generation.
396
-
397
- To address these limitations, we introduce SkyReels-V2, the world's first infinite-length film generative model using a Diffusion Forcing framework. Our approach synergizes Multi-modal Large Language Models (MLLM), Multi-stage Pretraining, Reinforcement Learning, and Diffusion Forcing techniques to achieve comprehensive optimization. Beyond its technical innovations, SkyReels-V2 enables multiple practical applications, including Story Generation, Image-to-Video Synthesis, Camera Director functionality, and multi-subject consistent video generation through our <a href="https://github.com/SkyworkAI/SkyReels-A2">Skyreels-A2</a> system.
398
-
399
- ## Methodology of SkyReels-V2
400
-
401
- The SkyReels-V2 methodology consists of several interconnected components. It starts with a comprehensive data processing pipeline that prepares various quality training data. At its core is the Video Captioner architecture, which provides detailed annotations for video content. The system employs a multi-task pretraining strategy to build fundamental video generation capabilities. Post-training optimization includes Reinforcement Learning to enhance motion quality, Diffusion Forcing Training for generating extended videos, and High-quality Supervised Fine-Tuning (SFT) stages for visual refinement. The model runs on optimized computational infrastructure for efficient training and inference. SkyReels-V2 supports multiple applications, including Story Generation, Image-to-Video Synthesis, Camera Director functionality, and Elements-to-Video Generation.
402
-
403
- <p align="center">
404
- <img src="assets/main_pipeline.jpg" alt="mainpipeline" width="100%">
405
- </p>
406
-
407
- ## Key Contributions of SkyReels-V2
408
-
409
- #### Video Captioner
410
-
411
- <a href="https://huggingface.co/Skywork/SkyCaptioner-V1">SkyCaptioner-V1</a> serves as our video captioning model for data annotation. This model is trained on the captioning result from the base model <a href="https://huggingface.co/Qwen/Qwen2.5-VL-72B-Instruct">Qwen2.5-VL-72B-Instruct</a> and the sub-expert captioners on a balanced video data. The balanced video data is a carefully curated dataset of approximately 2 million videos to ensure conceptual balance and annotation quality. Built upon the <a href="https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct">Qwen2.5-VL-7B-Instruct</a> foundation model, <a href="https://huggingface.co/Skywork/SkyCaptioner-V1">SkyCaptioner-V1</a> is fine-tuned to enhance performance in domain-specific video captioning tasks. To compare the performance with the SOTA models, we conducted a manual assessment of accuracy across different captioning fields using a test set of 1,000 samples. The proposed <a href="https://huggingface.co/Skywork/SkyCaptioner-V1">SkyCaptioner-V1</a> achieves the highest average accuracy among the baseline models, and show a dramatic result in the shot related fields
412
-
413
- <p align="center">
414
- <table align="center">
415
- <thead>
416
- <tr>
417
- <th>model</th>
418
- <th><a href="https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct">Qwen2.5-VL-7B-Ins.</a></th>
419
- <th><a href="https://huggingface.co/Qwen/Qwen2.5-VL-72B-Instruct">Qwen2.5-VL-72B-Ins.</a></th>
420
- <th><a href="https://huggingface.co/omni-research/Tarsier2-Recap-7b">Tarsier2-Recap-7b</a></th>
421
- <th><a href="https://huggingface.co/Skywork/SkyCaptioner-V1">SkyCaptioner-V1</th>
422
- </tr>
423
- </thead>
424
- <tbody>
425
- <tr>
426
- <td>Avg accuracy</td>
427
- <td>51.4%</td>
428
- <td>58.7%</td>
429
- <td>49.4%</td>
430
- <td><strong>76.3%</strong></td>
431
- </tr>
432
- <tr>
433
- <td>shot type</td>
434
- <td>76.8%</td>
435
- <td>82.5%</td>
436
- <td>60.2%</td>
437
- <td><strong>93.7%</strong></td>
438
- </tr>
439
- <tr>
440
- <td>shot angle</td>
441
- <td>60.0%</td>
442
- <td>73.7%</td>
443
- <td>52.4%</td>
444
- <td><strong>89.8%</strong></td>
445
- </tr>
446
- <tr>
447
- <td>shot position</td>
448
- <td>28.4%</td>
449
- <td>32.7%</td>
450
- <td>23.6%</td>
451
- <td><strong>83.1%</strong></td>
452
- </tr>
453
- <tr>
454
- <td>camera motion</td>
455
- <td>62.0%</td>
456
- <td>61.2%</td>
457
- <td>45.3%</td>
458
- <td><strong>85.3%</strong></td>
459
- </tr>
460
- <tr>
461
- <td>expression</td>
462
- <td>43.6%</td>
463
- <td>51.5%</td>
464
- <td>54.3%</td>
465
- <td><strong>68.8%</strong></td>
466
- </tr>
467
- <tr>
468
- <td colspan="5" style="text-align: center; border-bottom: 1px solid #ddd; padding: 8px;"></td>
469
- </tr>
470
- <tr>
471
- <td>TYPES_type</td>
472
- <td>43.5%</td>
473
- <td>49.7%</td>
474
- <td>47.6%</td>
475
- <td><strong>82.5%</strong></td>
476
- </tr>
477
- <tr>
478
- <td>TYPES_sub_type</td>
479
- <td>38.9%</td>
480
- <td>44.9%</td>
481
- <td>45.9%</td>
482
- <td><strong>75.4%</strong></td>
483
- </tr>
484
- <tr>
485
- <td>appearance</td>
486
- <td>40.9%</td>
487
- <td>52.0%</td>
488
- <td>45.6%</td>
489
- <td><strong>59.3%</strong></td>
490
- </tr>
491
- <tr>
492
- <td>action</td>
493
- <td>32.4%</td>
494
- <td>52.0%</td>
495
- <td><strong>69.8%</strong></td>
496
- <td>68.8%</td>
497
- </tr>
498
- <tr>
499
- <td>position</td>
500
- <td>35.4%</td>
501
- <td>48.6%</td>
502
- <td>45.5%</td>
503
- <td><strong>57.5%</strong></td>
504
- </tr>
505
- <tr>
506
- <td>is_main_subject</td>
507
- <td>58.5%</td>
508
- <td>68.7%</td>
509
- <td>69.7%</td>
510
- <td><strong>80.9%</strong></td>
511
- </tr>
512
- <tr>
513
- <td>environment</td>
514
- <td>70.4%</td>
515
- <td><strong>72.7%</strong></td>
516
- <td>61.4%</td>
517
- <td>70.5%</td>
518
- </tr>
519
- <tr>
520
- <td>lighting</td>
521
- <td>77.1%</td>
522
- <td><strong>80.0%</strong></td>
523
- <td>21.2%</td>
524
- <td>76.5%</td>
525
- </tr>
526
- </tbody>
527
- </table>
528
- </p>
529
-
530
- #### Reinforcement Learning
531
- Inspired by the previous success in LLM, we propose to enhance the performance of the generative model by Reinforcement Learning. Specifically, we focus on the motion quality because we find that the main drawback of our generative model is:
532
-
533
- - the generative model does not handle well with large, deformable motions.
534
- - the generated videos may violate the physical law.
535
-
536
- To avoid the degradation in other metrics, such as text alignment and video quality, we ensure the preference data pairs have comparable text alignment and video quality, while only the motion quality varies. This requirement poses greater challenges in obtaining preference annotations due to the inherently higher costs of human annotation. To address this challenge, we propose a semi-automatic pipeline that strategically combines automatically generated motion pairs and human annotation results. This hybrid approach not only enhances the data scale but also improves alignment with human preferences through curated quality control. Leveraging this enhanced dataset, we first train a specialized reward model to capture the generic motion quality differences between paired samples. This learned reward function subsequently guides the sample selection process for Direct Preference Optimization (DPO), enhancing the motion quality of the generative model.
537
-
538
- #### Diffusion Forcing
539
-
540
- We introduce the Diffusion Forcing Transformer to unlock our model’s ability to generate long videos. Diffusion Forcing is a training and sampling strategy where each token is assigned an independent noise level. This allows tokens to be denoised according to arbitrary, per-token schedules. Conceptually, this approach functions as a form of partial masking: a token with zero noise is fully unmasked, while complete noise fully masks it. Diffusion Forcing trains the model to "unmask" any combination of variably noised tokens, using the cleaner tokens as conditional information to guide the recovery of noisy ones. Building on this, our Diffusion Forcing Transformer can extend video generation indefinitely based on the last frames of the previous segment. Note that the synchronous full sequence diffusion is a special case of Diffusion Forcing, where all tokens share the same noise level. This relationship allows us to fine-tune the Diffusion Forcing Transformer from a full-sequence diffusion model.
541
-
542
- #### High-Quality Supervised Fine-Tuning (SFT)
543
-
544
- We implement two sequential high-quality supervised fine-tuning (SFT) stages at 540p and 720p resolutions respectively, with the initial SFT phase conducted immediately after pretraining but prior to reinforcement learning (RL) stage.This first-stage SFT serves as a conceptual equilibrium trainer, building upon the foundation model’s pretraining outcomes that utilized only fps24 video data, while strategically removing FPS embedding components to streamline thearchitecture. Trained with the high-quality concept-balanced samples, this phase establishes optimized initialization parameters for subsequent training processes. Following this, we execute a secondary high-resolution SFT at 720p after completing the diffusion forcing stage, incorporating identical loss formulations and the higher-quality concept-balanced datasets by the manually filter. This final refinement phase focuses on resolution increase such that the overall video quality will be further enhanced.
545
-
546
- ## Performance
547
-
548
- To comprehensively evaluate our proposed method, we construct the SkyReels-Bench for human assessment and leveraged the open-source <a href="https://github.com/Vchitect/VBench">V-Bench</a> for automated evaluation. This allows us to compare our model with the state-of-the-art (SOTA) baselines, including both open-source and proprietary models.
549
-
550
- #### Human Evaluation
551
-
552
- For human evaluation, we design SkyReels-Bench with 1,020 text prompts, systematically assessing three dimensions: Instruction Adherence, Motion Quality, Consistency and Visual Quality. This benchmark is designed to evaluate both text-to-video (T2V) and image-to-video (I2V) generation models, providing comprehensive assessment across different generation paradigms. To ensure fairness, all models were evaluated under default settings with consistent resolutions, and no post-generation filtering was applied.
553
-
554
- - Text To Video Models
555
-
556
- <p align="center">
557
- <table align="center">
558
- <thead>
559
- <tr>
560
- <th>Model Name</th>
561
- <th>Average</th>
562
- <th>Instruction Adherence</th>
563
- <th>Consistency</th>
564
- <th>Visual Quality</th>
565
- <th>Motion Quality</th>
566
- </tr>
567
- </thead>
568
- <tbody>
569
- <tr>
570
- <td><a href="https://runwayml.com/research/introducing-gen-3-alpha">Runway-Gen3 Alpha</a></td>
571
- <td>2.53</td>
572
- <td>2.19</td>
573
- <td>2.57</td>
574
- <td>3.23</td>
575
- <td>2.11</td>
576
- </tr>
577
- <tr>
578
- <td><a href="https://github.com/Tencent/HunyuanVideo">HunyuanVideo-13B</a></td>
579
- <td>2.82</td>
580
- <td>2.64</td>
581
- <td>2.81</td>
582
- <td>3.20</td>
583
- <td>2.61</td>
584
- </tr>
585
- <tr>
586
- <td><a href="https://klingai.com">Kling-1.6 STD Mode</a></td>
587
- <td>2.99</td>
588
- <td>2.77</td>
589
- <td>3.05</td>
590
- <td>3.39</td>
591
- <td><strong>2.76</strong></td>
592
- </tr>
593
- <tr>
594
- <td><a href="https://hailuoai.video">Hailuo-01</a></td>
595
- <td>3.0</td>
596
- <td>2.8</td>
597
- <td>3.08</td>
598
- <td>3.29</td>
599
- <td>2.74</td>
600
- </tr>
601
- <tr>
602
- <td><a href="https://github.com/Wan-Video/Wan2.1">Wan2.1-14B</a></td>
603
- <td>3.12</td>
604
- <td>2.91</td>
605
- <td>3.31</td>
606
- <td><strong>3.54</strong></td>
607
- <td>2.71</td>
608
- </tr>
609
- <tr>
610
- <td>SkyReels-V2</td>
611
- <td><strong>3.14</strong></td>
612
- <td><strong>3.15</strong></td>
613
- <td><strong>3.35</strong></td>
614
- <td>3.34</td>
615
- <td>2.74</td>
616
- </tr>
617
- </tbody>
618
- </table>
619
- </p>
620
-
621
- The evaluation demonstrates that our model achieves significant advancements in **instruction adherence (3.15)** compared to baseline methods, while maintaining competitive performance in **motion quality (2.74)** without sacrificing the **consistency (3.35)**.
622
-
623
- - Image To Video Models
624
-
625
- <p align="center">
626
- <table align="center">
627
- <thead>
628
- <tr>
629
- <th>Model</th>
630
- <th>Average</th>
631
- <th>Instruction Adherence</th>
632
- <th>Consistency</th>
633
- <th>Visual Quality</th>
634
- <th>Motion Quality</th>
635
- </tr>
636
- </thead>
637
- <tbody>
638
- <tr>
639
- <td><a href="https://github.com/Tencent/HunyuanVideo">HunyuanVideo-13B</a></td>
640
- <td>2.84</td>
641
- <td>2.97</td>
642
- <td>2.95</td>
643
- <td>2.87</td>
644
- <td>2.56</td>
645
- </tr>
646
- <tr>
647
- <td><a href="https://github.com/Wan-Video/Wan2.1">Wan2.1-14B</a></td>
648
- <td>2.85</td>
649
- <td>3.10</td>
650
- <td>2.81</td>
651
- <td>3.00</td>
652
- <td>2.48</td>
653
- </tr>
654
- <tr>
655
- <td><a href="https://hailuoai.video">Hailuo-01</a></td>
656
- <td>3.05</td>
657
- <td>3.31</td>
658
- <td>2.58</td>
659
- <td>3.55</td>
660
- <td>2.74</td>
661
- </tr>
662
- <tr>
663
- <td><a href="https://klingai.com">Kling-1.6 Pro Mode</a></td>
664
- <td>3.4</td>
665
- <td>3.56</td>
666
- <td>3.03</td>
667
- <td>3.58</td>
668
- <td>3.41</td>
669
- </tr>
670
- <tr>
671
- <td><a href="https://runwayml.com/research/introducing-runway-gen-4">Runway-Gen4</a></td>
672
- <td>3.39</td>
673
- <td>3.75</td>
674
- <td>3.2</td>
675
- <td>3.4</td>
676
- <td>3.37</td>
677
- </tr>
678
- <tr>
679
- <td>SkyReels-V2-DF</td>
680
- <td>3.24</td>
681
- <td>3.64</td>
682
- <td>3.21</td>
683
- <td>3.18</td>
684
- <td>2.93</td>
685
- </tr>
686
- <tr>
687
- <td>SkyReels-V2-I2V</td>
688
- <td>3.29</td>
689
- <td>3.42</td>
690
- <td>3.18</td>
691
- <td>3.56</td>
692
- <td>3.01</td>
693
- </tr>
694
- </tbody>
695
- </table>
696
- </p>
697
-
698
- Our results demonstrate that both **SkyReels-V2-I2V (3.29)** and **SkyReels-V2-DF (3.24)** achieve state-of-the-art performance among open-source models, significantly outperforming HunyuanVideo-13B (2.84) and Wan2.1-14B (2.85) across all quality dimensions. With an average score of 3.29, SkyReels-V2-I2V demonstrates comparable performance to proprietary models Kling-1.6 (3.4) and Runway-Gen4 (3.39).
699
-
700
-
701
- #### VBench
702
- To objectively compare SkyReels-V2 Model against other leading open-source Text-To-Video models, we conduct comprehensive evaluations using the public benchmark <a href="https://github.com/Vchitect/VBench">V-Bench</a>. Our evaluation specifically leverages the benchmark’s longer version prompt. For fair comparison with baseline models, we strictly follow their recommended setting for inference.
703
-
704
- <p align="center">
705
- <table align="center">
706
- <thead>
707
- <tr>
708
- <th>Model</th>
709
- <th>Total Score</th>
710
- <th>Quality Score</th>
711
- <th>Semantic Score</th>
712
- </tr>
713
- </thead>
714
- <tbody>
715
- <tr>
716
- <td><a href="https://github.com/hpcaitech/Open-Sora">OpenSora 2.0</a></td>
717
- <td>81.5 %</td>
718
- <td>82.1 %</td>
719
- <td>78.2 %</td>
720
- </tr>
721
- <tr>
722
- <td><a href="https://github.com/THUDM/CogVideo">CogVideoX1.5-5B</a></td>
723
- <td>80.3 %</td>
724
- <td>80.9 %</td>
725
- <td>77.9 %</td>
726
- </tr>
727
- <tr>
728
- <td><a href="https://github.com/Tencent/HunyuanVideo">HunyuanVideo-13B</a></td>
729
- <td>82.7 %</td>
730
- <td>84.4 %</td>
731
- <td>76.2 %</td>
732
- </tr>
733
- <tr>
734
- <td><a href="https://github.com/Wan-Video/Wan2.1">Wan2.1-14B</a></td>
735
- <td>83.7 %</td>
736
- <td>84.2 %</td>
737
- <td><strong>81.4 %</strong></td>
738
- </tr>
739
- <tr>
740
- <td>SkyReels-V2</td>
741
- <td><strong>83.9 %</strong></td>
742
- <td><strong>84.7 %</strong></td>
743
- <td>80.8 %</td>
744
- </tr>
745
- </tbody>
746
- </table>
747
- </p>
748
-
749
- The VBench results demonstrate that SkyReels-V2 outperforms all compared models including HunyuanVideo-13B and Wan2.1-14B, With the highest **total score (83.9%)** and **quality score (84.7%)**. In this evaluation, the semantic score is slightly lower than Wan2.1-14B, while we outperform Wan2.1-14B in human evaluations, with the primary gap attributed to V-Bench’s insufficient evaluation of shot-scenario semantic adherence.
750
-
751
- ## Acknowledgements
752
- We would like to thank the contributors of <a href="https://github.com/Wan-Video/Wan2.1">Wan 2.1</a>, <a href="https://github.com/xdit-project/xDiT">XDit</a> and <a href="https://qwenlm.github.io/blog/qwen2.5/">Qwen 2.5</a> repositories, for their open research and contributions.
753
-
754
- ## Citation
755
-
756
- ```bibtex
757
- @misc{chen2025skyreelsv2infinitelengthfilmgenerative,
758
- title={SkyReels-V2: Infinite-length Film Generative Model},
759
- author={Guibin Chen and Dixuan Lin and Jiangping Yang and Chunze Lin and Junchen Zhu and Mingyuan Fan and Hao Zhang and Sheng Chen and Zheng Chen and Chengcheng Ma and Weiming Xiong and Wei Wang and Nuo Pang and Kang Kang and Zhiheng Xu and Yuzhe Jin and Yupeng Liang and Yubing Song and Peng Zhao and Boyuan Xu and Di Qiu and Debang Li and Zhengcong Fei and Yang Li and Yahui Zhou},
760
- year={2025},
761
- eprint={2504.13074},
762
- archivePrefix={arXiv},
763
- primaryClass={cs.CV},
764
- url={https://arxiv.org/abs/2504.13074},
765
- }
766
- ```