dev-booster 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. package/README.md +203 -0
  2. package/bin/dev-booster.js +4 -0
  3. package/package.json +41 -0
  4. package/src/index.js +78 -0
  5. package/src/sync-template.js +55 -0
  6. package/template/.devbooster/MANIFEST.md +177 -0
  7. package/template/.devbooster/boosters/accessibility.md +63 -0
  8. package/template/.devbooster/boosters/advisor.md +68 -0
  9. package/template/.devbooster/boosters/atomic.md +58 -0
  10. package/template/.devbooster/boosters/backend.md +75 -0
  11. package/template/.devbooster/boosters/changelog.md +126 -0
  12. package/template/.devbooster/boosters/create.md +85 -0
  13. package/template/.devbooster/boosters/debug.md +55 -0
  14. package/template/.devbooster/boosters/deploy.md +11 -0
  15. package/template/.devbooster/boosters/design.md +56 -0
  16. package/template/.devbooster/boosters/discovery.md +75 -0
  17. package/template/.devbooster/boosters/documentation.md +106 -0
  18. package/template/.devbooster/boosters/frontend.md +82 -0
  19. package/template/.devbooster/boosters/i18n.md +63 -0
  20. package/template/.devbooster/boosters/implementation.md +82 -0
  21. package/template/.devbooster/boosters/investigation.md +96 -0
  22. package/template/.devbooster/boosters/mobile.md +56 -0
  23. package/template/.devbooster/boosters/performance.md +70 -0
  24. package/template/.devbooster/boosters/planning.md +92 -0
  25. package/template/.devbooster/boosters/refactor.md +17 -0
  26. package/template/.devbooster/boosters/review.md +88 -0
  27. package/template/.devbooster/boosters/security.md +60 -0
  28. package/template/.devbooster/boosters/seo.md +59 -0
  29. package/template/.devbooster/boosters/templates/implementation_heavy.md +130 -0
  30. package/template/.devbooster/boosters/templates/implementation_simple.md +109 -0
  31. package/template/.devbooster/boosters/templates/implementation_standard.md +134 -0
  32. package/template/.devbooster/boosters/testing.md +76 -0
  33. package/template/.devbooster/hub/personas/agent_backend-specialist.md +263 -0
  34. package/template/.devbooster/hub/personas/agent_code-archaeologist.md +106 -0
  35. package/template/.devbooster/hub/personas/agent_database-architect.md +226 -0
  36. package/template/.devbooster/hub/personas/agent_debugger.md +225 -0
  37. package/template/.devbooster/hub/personas/agent_devops-engineer.md +242 -0
  38. package/template/.devbooster/hub/personas/agent_documentation-writer.md +104 -0
  39. package/template/.devbooster/hub/personas/agent_explorer-agent.md +73 -0
  40. package/template/.devbooster/hub/personas/agent_frontend-specialist.md +593 -0
  41. package/template/.devbooster/hub/personas/agent_game-developer.md +162 -0
  42. package/template/.devbooster/hub/personas/agent_mobile-developer.md +377 -0
  43. package/template/.devbooster/hub/personas/agent_orchestrator.md +416 -0
  44. package/template/.devbooster/hub/personas/agent_penetration-tester.md +188 -0
  45. package/template/.devbooster/hub/personas/agent_performance-optimizer.md +187 -0
  46. package/template/.devbooster/hub/personas/agent_product-manager.md +112 -0
  47. package/template/.devbooster/hub/personas/agent_product-owner.md +95 -0
  48. package/template/.devbooster/hub/personas/agent_project-planner.md +406 -0
  49. package/template/.devbooster/hub/personas/agent_qa-automation-engineer.md +103 -0
  50. package/template/.devbooster/hub/personas/agent_security-auditor.md +170 -0
  51. package/template/.devbooster/hub/personas/agent_seo-specialist.md +111 -0
  52. package/template/.devbooster/hub/personas/agent_test-engineer.md +158 -0
  53. package/template/.devbooster/hub/personas/backend-specialist.md +263 -0
  54. package/template/.devbooster/hub/personas/brainstorm.md +113 -0
  55. package/template/.devbooster/hub/personas/code-archaeologist.md +106 -0
  56. package/template/.devbooster/hub/personas/create.md +59 -0
  57. package/template/.devbooster/hub/personas/database-architect.md +226 -0
  58. package/template/.devbooster/hub/personas/debug.md +103 -0
  59. package/template/.devbooster/hub/personas/debugger.md +225 -0
  60. package/template/.devbooster/hub/personas/deploy.md +176 -0
  61. package/template/.devbooster/hub/personas/devops-engineer.md +242 -0
  62. package/template/.devbooster/hub/personas/documentation-writer.md +104 -0
  63. package/template/.devbooster/hub/personas/enhance.md +63 -0
  64. package/template/.devbooster/hub/personas/explorer-agent.md +73 -0
  65. package/template/.devbooster/hub/personas/frontend-specialist.md +593 -0
  66. package/template/.devbooster/hub/personas/game-developer.md +162 -0
  67. package/template/.devbooster/hub/personas/mobile-developer.md +377 -0
  68. package/template/.devbooster/hub/personas/orchestrate.md +237 -0
  69. package/template/.devbooster/hub/personas/orchestrator.md +416 -0
  70. package/template/.devbooster/hub/personas/penetration-tester.md +188 -0
  71. package/template/.devbooster/hub/personas/performance-optimizer.md +187 -0
  72. package/template/.devbooster/hub/personas/plan.md +89 -0
  73. package/template/.devbooster/hub/personas/preview.md +81 -0
  74. package/template/.devbooster/hub/personas/product-manager.md +112 -0
  75. package/template/.devbooster/hub/personas/product-owner.md +95 -0
  76. package/template/.devbooster/hub/personas/project-planner.md +406 -0
  77. package/template/.devbooster/hub/personas/qa-automation-engineer.md +103 -0
  78. package/template/.devbooster/hub/personas/security-auditor.md +170 -0
  79. package/template/.devbooster/hub/personas/seo-specialist.md +111 -0
  80. package/template/.devbooster/hub/personas/skill_api-patterns.md +567 -0
  81. package/template/.devbooster/hub/personas/skill_app-builder.md +1855 -0
  82. package/template/.devbooster/hub/personas/skill_architecture.md +417 -0
  83. package/template/.devbooster/hub/personas/skill_bash-linux.md +199 -0
  84. package/template/.devbooster/hub/personas/skill_behavioral-modes.md +242 -0
  85. package/template/.devbooster/hub/personas/skill_brainstorming.md +519 -0
  86. package/template/.devbooster/hub/personas/skill_clean-code.md +201 -0
  87. package/template/.devbooster/hub/personas/skill_code-review-checklist.md +109 -0
  88. package/template/.devbooster/hub/personas/skill_database-design.md +340 -0
  89. package/template/.devbooster/hub/personas/skill_deployment-procedures.md +241 -0
  90. package/template/.devbooster/hub/personas/skill_doc.md +177 -0
  91. package/template/.devbooster/hub/personas/skill_documentation-templates.md +194 -0
  92. package/template/.devbooster/hub/personas/skill_frontend-design.md +3670 -0
  93. package/template/.devbooster/hub/personas/skill_game-development.md +167 -0
  94. package/template/.devbooster/hub/personas/skill_geo-fundamentals.md +156 -0
  95. package/template/.devbooster/hub/personas/skill_i18n-localization.md +154 -0
  96. package/template/.devbooster/hub/personas/skill_intelligent-routing.md +335 -0
  97. package/template/.devbooster/hub/personas/skill_lint-and-validate.md +45 -0
  98. package/template/.devbooster/hub/personas/skill_mcp-builder.md +176 -0
  99. package/template/.devbooster/hub/personas/skill_mobile-design.md +6150 -0
  100. package/template/.devbooster/hub/personas/skill_nextjs-react-expert.md +3487 -0
  101. package/template/.devbooster/hub/personas/skill_nodejs-best-practices.md +333 -0
  102. package/template/.devbooster/hub/personas/skill_parallel-agents.md +175 -0
  103. package/template/.devbooster/hub/personas/skill_performance-profiling.md +143 -0
  104. package/template/.devbooster/hub/personas/skill_plan-writing.md +152 -0
  105. package/template/.devbooster/hub/personas/skill_powershell-windows.md +167 -0
  106. package/template/.devbooster/hub/personas/skill_python-patterns.md +441 -0
  107. package/template/.devbooster/hub/personas/skill_red-team-tactics.md +199 -0
  108. package/template/.devbooster/hub/personas/skill_rust-pro.md +176 -0
  109. package/template/.devbooster/hub/personas/skill_seo-fundamentals.md +129 -0
  110. package/template/.devbooster/hub/personas/skill_server-management.md +161 -0
  111. package/template/.devbooster/hub/personas/skill_systematic-debugging.md +109 -0
  112. package/template/.devbooster/hub/personas/skill_tailwind-patterns.md +269 -0
  113. package/template/.devbooster/hub/personas/skill_tdd-workflow.md +149 -0
  114. package/template/.devbooster/hub/personas/skill_testing-patterns.md +178 -0
  115. package/template/.devbooster/hub/personas/skill_vulnerability-scanner.md +403 -0
  116. package/template/.devbooster/hub/personas/skill_web-design-guidelines.md +57 -0
  117. package/template/.devbooster/hub/personas/skill_webapp-testing.md +187 -0
  118. package/template/.devbooster/hub/personas/status.md +86 -0
  119. package/template/.devbooster/hub/personas/test-engineer.md +158 -0
  120. package/template/.devbooster/hub/personas/test.md +144 -0
  121. package/template/.devbooster/hub/personas/ui-ux-pro-max.md +296 -0
  122. package/template/.devbooster/hub/scripts/accessibility_checker.py +183 -0
  123. package/template/.devbooster/hub/scripts/api_validator.py +211 -0
  124. package/template/.devbooster/hub/scripts/auto_preview.py +148 -0
  125. package/template/.devbooster/hub/scripts/checklist.py +217 -0
  126. package/template/.devbooster/hub/scripts/convert_rules.py +222 -0
  127. package/template/.devbooster/hub/scripts/geo_checker.py +289 -0
  128. package/template/.devbooster/hub/scripts/i18n_checker.py +241 -0
  129. package/template/.devbooster/hub/scripts/lighthouse_audit.py +76 -0
  130. package/template/.devbooster/hub/scripts/lint_runner.py +184 -0
  131. package/template/.devbooster/hub/scripts/mobile_audit.py +670 -0
  132. package/template/.devbooster/hub/scripts/playwright_runner.py +173 -0
  133. package/template/.devbooster/hub/scripts/react_performance_checker.py +252 -0
  134. package/template/.devbooster/hub/scripts/schema_validator.py +172 -0
  135. package/template/.devbooster/hub/scripts/security_scan.py +458 -0
  136. package/template/.devbooster/hub/scripts/seo_checker.py +219 -0
  137. package/template/.devbooster/hub/scripts/session_manager.py +120 -0
  138. package/template/.devbooster/hub/scripts/test_runner.py +219 -0
  139. package/template/.devbooster/hub/scripts/type_coverage.py +173 -0
  140. package/template/.devbooster/hub/scripts/ux_audit.py +722 -0
  141. package/template/.devbooster/hub/scripts/verify_all.py +327 -0
  142. package/template/.devbooster/hub/skills/api-patterns/SKILL.md +81 -0
  143. package/template/.devbooster/hub/skills/api-patterns/api-style.md +42 -0
  144. package/template/.devbooster/hub/skills/api-patterns/auth.md +24 -0
  145. package/template/.devbooster/hub/skills/api-patterns/documentation.md +26 -0
  146. package/template/.devbooster/hub/skills/api-patterns/graphql.md +41 -0
  147. package/template/.devbooster/hub/skills/api-patterns/rate-limiting.md +31 -0
  148. package/template/.devbooster/hub/skills/api-patterns/response.md +37 -0
  149. package/template/.devbooster/hub/skills/api-patterns/rest.md +40 -0
  150. package/template/.devbooster/hub/skills/api-patterns/scripts/api_validator.py +211 -0
  151. package/template/.devbooster/hub/skills/api-patterns/security-testing.md +122 -0
  152. package/template/.devbooster/hub/skills/api-patterns/trpc.md +41 -0
  153. package/template/.devbooster/hub/skills/api-patterns/versioning.md +22 -0
  154. package/template/.devbooster/hub/skills/app-builder/SKILL.md +75 -0
  155. package/template/.devbooster/hub/skills/app-builder/agent-coordination.md +71 -0
  156. package/template/.devbooster/hub/skills/app-builder/feature-building.md +53 -0
  157. package/template/.devbooster/hub/skills/app-builder/project-detection.md +34 -0
  158. package/template/.devbooster/hub/skills/app-builder/scaffolding.md +118 -0
  159. package/template/.devbooster/hub/skills/app-builder/tech-stack.md +40 -0
  160. package/template/.devbooster/hub/skills/app-builder/templates/SKILL.md +39 -0
  161. package/template/.devbooster/hub/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
  162. package/template/.devbooster/hub/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
  163. package/template/.devbooster/hub/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
  164. package/template/.devbooster/hub/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
  165. package/template/.devbooster/hub/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
  166. package/template/.devbooster/hub/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
  167. package/template/.devbooster/hub/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
  168. package/template/.devbooster/hub/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +122 -0
  169. package/template/.devbooster/hub/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +122 -0
  170. package/template/.devbooster/hub/skills/app-builder/templates/nextjs-static/TEMPLATE.md +169 -0
  171. package/template/.devbooster/hub/skills/app-builder/templates/nuxt-app/TEMPLATE.md +134 -0
  172. package/template/.devbooster/hub/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
  173. package/template/.devbooster/hub/skills/app-builder/templates/react-native-app/TEMPLATE.md +119 -0
  174. package/template/.devbooster/hub/skills/architecture/SKILL.md +55 -0
  175. package/template/.devbooster/hub/skills/architecture/context-discovery.md +43 -0
  176. package/template/.devbooster/hub/skills/architecture/examples.md +94 -0
  177. package/template/.devbooster/hub/skills/architecture/pattern-selection.md +68 -0
  178. package/template/.devbooster/hub/skills/architecture/patterns-reference.md +50 -0
  179. package/template/.devbooster/hub/skills/architecture/trade-off-analysis.md +77 -0
  180. package/template/.devbooster/hub/skills/bash-linux/SKILL.md +199 -0
  181. package/template/.devbooster/hub/skills/behavioral-modes/SKILL.md +242 -0
  182. package/template/.devbooster/hub/skills/brainstorming/SKILL.md +163 -0
  183. package/template/.devbooster/hub/skills/brainstorming/dynamic-questioning.md +350 -0
  184. package/template/.devbooster/hub/skills/clean-code/SKILL.md +201 -0
  185. package/template/.devbooster/hub/skills/code-review-checklist/SKILL.md +109 -0
  186. package/template/.devbooster/hub/skills/database-design/SKILL.md +52 -0
  187. package/template/.devbooster/hub/skills/database-design/database-selection.md +43 -0
  188. package/template/.devbooster/hub/skills/database-design/indexing.md +39 -0
  189. package/template/.devbooster/hub/skills/database-design/migrations.md +48 -0
  190. package/template/.devbooster/hub/skills/database-design/optimization.md +36 -0
  191. package/template/.devbooster/hub/skills/database-design/orm-selection.md +30 -0
  192. package/template/.devbooster/hub/skills/database-design/schema-design.md +56 -0
  193. package/template/.devbooster/hub/skills/database-design/scripts/schema_validator.py +172 -0
  194. package/template/.devbooster/hub/skills/deployment-procedures/SKILL.md +241 -0
  195. package/template/.devbooster/hub/skills/doc.md +177 -0
  196. package/template/.devbooster/hub/skills/documentation-templates/SKILL.md +194 -0
  197. package/template/.devbooster/hub/skills/frontend-design/SKILL.md +418 -0
  198. package/template/.devbooster/hub/skills/frontend-design/animation-guide.md +331 -0
  199. package/template/.devbooster/hub/skills/frontend-design/anti-generic-guide.md +252 -0
  200. package/template/.devbooster/hub/skills/frontend-design/color-system.md +311 -0
  201. package/template/.devbooster/hub/skills/frontend-design/decision-trees.md +418 -0
  202. package/template/.devbooster/hub/skills/frontend-design/motion-graphics.md +306 -0
  203. package/template/.devbooster/hub/skills/frontend-design/scripts/accessibility_checker.py +183 -0
  204. package/template/.devbooster/hub/skills/frontend-design/scripts/ux_audit.py +722 -0
  205. package/template/.devbooster/hub/skills/frontend-design/typography-system.md +345 -0
  206. package/template/.devbooster/hub/skills/frontend-design/ux-psychology.md +1116 -0
  207. package/template/.devbooster/hub/skills/frontend-design/visual-effects.md +383 -0
  208. package/template/.devbooster/hub/skills/game-development/2d-games/SKILL.md +119 -0
  209. package/template/.devbooster/hub/skills/game-development/3d-games/SKILL.md +135 -0
  210. package/template/.devbooster/hub/skills/game-development/SKILL.md +167 -0
  211. package/template/.devbooster/hub/skills/game-development/game-art/SKILL.md +185 -0
  212. package/template/.devbooster/hub/skills/game-development/game-audio/SKILL.md +190 -0
  213. package/template/.devbooster/hub/skills/game-development/game-design/SKILL.md +129 -0
  214. package/template/.devbooster/hub/skills/game-development/mobile-games/SKILL.md +108 -0
  215. package/template/.devbooster/hub/skills/game-development/multiplayer/SKILL.md +132 -0
  216. package/template/.devbooster/hub/skills/game-development/pc-games/SKILL.md +144 -0
  217. package/template/.devbooster/hub/skills/game-development/vr-ar/SKILL.md +123 -0
  218. package/template/.devbooster/hub/skills/game-development/web-games/SKILL.md +150 -0
  219. package/template/.devbooster/hub/skills/geo-fundamentals/SKILL.md +156 -0
  220. package/template/.devbooster/hub/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
  221. package/template/.devbooster/hub/skills/i18n-localization/SKILL.md +154 -0
  222. package/template/.devbooster/hub/skills/i18n-localization/scripts/i18n_checker.py +241 -0
  223. package/template/.devbooster/hub/skills/intelligent-routing/SKILL.md +335 -0
  224. package/template/.devbooster/hub/skills/lint-and-validate/SKILL.md +45 -0
  225. package/template/.devbooster/hub/skills/lint-and-validate/scripts/lint_runner.py +184 -0
  226. package/template/.devbooster/hub/skills/lint-and-validate/scripts/type_coverage.py +173 -0
  227. package/template/.devbooster/hub/skills/mcp-builder/SKILL.md +176 -0
  228. package/template/.devbooster/hub/skills/mobile-design/SKILL.md +394 -0
  229. package/template/.devbooster/hub/skills/mobile-design/decision-trees.md +516 -0
  230. package/template/.devbooster/hub/skills/mobile-design/mobile-backend.md +491 -0
  231. package/template/.devbooster/hub/skills/mobile-design/mobile-color-system.md +420 -0
  232. package/template/.devbooster/hub/skills/mobile-design/mobile-debugging.md +122 -0
  233. package/template/.devbooster/hub/skills/mobile-design/mobile-design-thinking.md +357 -0
  234. package/template/.devbooster/hub/skills/mobile-design/mobile-navigation.md +458 -0
  235. package/template/.devbooster/hub/skills/mobile-design/mobile-performance.md +767 -0
  236. package/template/.devbooster/hub/skills/mobile-design/mobile-testing.md +356 -0
  237. package/template/.devbooster/hub/skills/mobile-design/mobile-typography.md +433 -0
  238. package/template/.devbooster/hub/skills/mobile-design/platform-android.md +666 -0
  239. package/template/.devbooster/hub/skills/mobile-design/platform-ios.md +561 -0
  240. package/template/.devbooster/hub/skills/mobile-design/scripts/mobile_audit.py +670 -0
  241. package/template/.devbooster/hub/skills/mobile-design/touch-psychology.md +537 -0
  242. package/template/.devbooster/hub/skills/nextjs-react-expert/1-async-eliminating-waterfalls.md +312 -0
  243. package/template/.devbooster/hub/skills/nextjs-react-expert/2-bundle-bundle-size-optimization.md +240 -0
  244. package/template/.devbooster/hub/skills/nextjs-react-expert/3-server-server-side-performance.md +490 -0
  245. package/template/.devbooster/hub/skills/nextjs-react-expert/4-client-client-side-data-fetching.md +264 -0
  246. package/template/.devbooster/hub/skills/nextjs-react-expert/5-rerender-re-render-optimization.md +581 -0
  247. package/template/.devbooster/hub/skills/nextjs-react-expert/6-rendering-rendering-performance.md +432 -0
  248. package/template/.devbooster/hub/skills/nextjs-react-expert/7-js-javascript-performance.md +684 -0
  249. package/template/.devbooster/hub/skills/nextjs-react-expert/8-advanced-advanced-patterns.md +150 -0
  250. package/template/.devbooster/hub/skills/nextjs-react-expert/SKILL.md +286 -0
  251. package/template/.devbooster/hub/skills/nextjs-react-expert/scripts/convert_rules.py +222 -0
  252. package/template/.devbooster/hub/skills/nextjs-react-expert/scripts/react_performance_checker.py +252 -0
  253. package/template/.devbooster/hub/skills/nodejs-best-practices/SKILL.md +333 -0
  254. package/template/.devbooster/hub/skills/parallel-agents/SKILL.md +175 -0
  255. package/template/.devbooster/hub/skills/performance-profiling/SKILL.md +143 -0
  256. package/template/.devbooster/hub/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
  257. package/template/.devbooster/hub/skills/plan-writing/SKILL.md +152 -0
  258. package/template/.devbooster/hub/skills/powershell-windows/SKILL.md +167 -0
  259. package/template/.devbooster/hub/skills/python-patterns/SKILL.md +441 -0
  260. package/template/.devbooster/hub/skills/red-team-tactics/SKILL.md +199 -0
  261. package/template/.devbooster/hub/skills/rust-pro/SKILL.md +176 -0
  262. package/template/.devbooster/hub/skills/seo-fundamentals/SKILL.md +129 -0
  263. package/template/.devbooster/hub/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
  264. package/template/.devbooster/hub/skills/server-management/SKILL.md +161 -0
  265. package/template/.devbooster/hub/skills/systematic-debugging/SKILL.md +109 -0
  266. package/template/.devbooster/hub/skills/tailwind-patterns/SKILL.md +269 -0
  267. package/template/.devbooster/hub/skills/tdd-workflow/SKILL.md +149 -0
  268. package/template/.devbooster/hub/skills/testing-patterns/SKILL.md +178 -0
  269. package/template/.devbooster/hub/skills/testing-patterns/scripts/test_runner.py +219 -0
  270. package/template/.devbooster/hub/skills/vulnerability-scanner/SKILL.md +276 -0
  271. package/template/.devbooster/hub/skills/vulnerability-scanner/checklists.md +121 -0
  272. package/template/.devbooster/hub/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
  273. package/template/.devbooster/hub/skills/web-design-guidelines/SKILL.md +57 -0
  274. package/template/.devbooster/hub/skills/webapp-testing/SKILL.md +187 -0
  275. package/template/.devbooster/hub/skills/webapp-testing/scripts/playwright_runner.py +173 -0
  276. package/template/.devbooster/hub/workflows/brainstorm.md +113 -0
  277. package/template/.devbooster/hub/workflows/create.md +59 -0
  278. package/template/.devbooster/hub/workflows/debug.md +103 -0
  279. package/template/.devbooster/hub/workflows/deploy.md +176 -0
  280. package/template/.devbooster/hub/workflows/enhance.md +63 -0
  281. package/template/.devbooster/hub/workflows/orchestrate.md +237 -0
  282. package/template/.devbooster/hub/workflows/plan.md +89 -0
  283. package/template/.devbooster/hub/workflows/preview.md +81 -0
  284. package/template/.devbooster/hub/workflows/status.md +86 -0
  285. package/template/.devbooster/hub/workflows/test.md +144 -0
  286. package/template/.devbooster/hub/workflows/ui-ux-pro-max.md +296 -0
  287. package/template/.devbooster/rules/BACKEND.md +72 -0
  288. package/template/.devbooster/rules/COMERCIAL.md +69 -0
  289. package/template/.devbooster/rules/FRONTEND.md +76 -0
  290. package/template/.devbooster/rules/GUIDE.md +111 -0
  291. package/template/.devbooster/rules/PROJECT.md +83 -0
  292. package/template/.devbooster/rules/PROTOCOL.md +42 -0
  293. package/template/.devbooster/rules/USER_PREFERENCES.md +33 -0
  294. package/template/DEVBOOSTER_INIT.md +42 -0
@@ -0,0 +1,176 @@
1
+ ---
2
+ name: rust-pro
3
+ description: Master Rust 1.75+ with modern async patterns, advanced type system
4
+ features, and production-ready systems programming. Expert in the latest Rust
5
+ ecosystem including Tokio, axum, and cutting-edge crates. Use PROACTIVELY for
6
+ Rust development, performance optimization, or systems programming.
7
+ ---
8
+ You are a Rust expert specializing in modern Rust 1.75+ development with advanced async programming, systems-level performance, and production-ready applications.
9
+
10
+ ## Use this skill when
11
+
12
+ - Building Rust services, libraries, or systems tooling
13
+ - Solving ownership, lifetime, or async design issues
14
+ - Optimizing performance with memory safety guarantees
15
+
16
+ ## Do not use this skill when
17
+
18
+ - You need a quick script or dynamic runtime
19
+ - You only need basic Rust syntax
20
+ - You cannot introduce Rust into the stack
21
+
22
+ ## Instructions
23
+
24
+ 1. Clarify performance, safety, and runtime constraints.
25
+ 2. Choose async/runtime and crate ecosystem approach.
26
+ 3. Implement with tests and linting.
27
+ 4. Profile and optimize hotspots.
28
+
29
+ ## Purpose
30
+ Expert Rust developer mastering Rust 1.75+ features, advanced type system usage, and building high-performance, memory-safe systems. Deep knowledge of async programming, modern web frameworks, and the evolving Rust ecosystem.
31
+
32
+ ## Capabilities
33
+
34
+ ### Modern Rust Language Features
35
+ - Rust 1.75+ features including const generics and improved type inference
36
+ - Advanced lifetime annotations and lifetime elision rules
37
+ - Generic associated types (GATs) and advanced trait system features
38
+ - Pattern matching with advanced destructuring and guards
39
+ - Const evaluation and compile-time computation
40
+ - Macro system with procedural and declarative macros
41
+ - Module system and visibility controls
42
+ - Advanced error handling with Result, Option, and custom error types
43
+
44
+ ### Ownership & Memory Management
45
+ - Ownership rules, borrowing, and move semantics mastery
46
+ - Reference counting with Rc, Arc, and weak references
47
+ - Smart pointers: Box, RefCell, Mutex, RwLock
48
+ - Memory layout optimization and zero-cost abstractions
49
+ - RAII patterns and automatic resource management
50
+ - Phantom types and zero-sized types (ZSTs)
51
+ - Memory safety without garbage collection
52
+ - Custom allocators and memory pool management
53
+
54
+ ### Async Programming & Concurrency
55
+ - Advanced async/await patterns with Tokio runtime
56
+ - Stream processing and async iterators
57
+ - Channel patterns: mpsc, broadcast, watch channels
58
+ - Tokio ecosystem: axum, tower, hyper for web services
59
+ - Select patterns and concurrent task management
60
+ - Backpressure handling and flow control
61
+ - Async trait objects and dynamic dispatch
62
+ - Performance optimization in async contexts
63
+
64
+ ### Type System & Traits
65
+ - Advanced trait implementations and trait bounds
66
+ - Associated types and generic associated types
67
+ - Higher-kinded types and type-level programming
68
+ - Phantom types and marker traits
69
+ - Orphan rule navigation and newtype patterns
70
+ - Derive macros and custom derive implementations
71
+ - Type erasure and dynamic dispatch strategies
72
+ - Compile-time polymorphism and monomorphization
73
+
74
+ ### Performance & Systems Programming
75
+ - Zero-cost abstractions and compile-time optimizations
76
+ - SIMD programming with portable-simd
77
+ - Memory mapping and low-level I/O operations
78
+ - Lock-free programming and atomic operations
79
+ - Cache-friendly data structures and algorithms
80
+ - Profiling with perf, valgrind, and cargo-flamegraph
81
+ - Binary size optimization and embedded targets
82
+ - Cross-compilation and target-specific optimizations
83
+
84
+ ### Web Development & Services
85
+ - Modern web frameworks: axum, warp, actix-web
86
+ - HTTP/2 and HTTP/3 support with hyper
87
+ - WebSocket and real-time communication
88
+ - Authentication and middleware patterns
89
+ - Database integration with sqlx and diesel
90
+ - Serialization with serde and custom formats
91
+ - GraphQL APIs with async-graphql
92
+ - gRPC services with tonic
93
+
94
+ ### Error Handling & Safety
95
+ - Comprehensive error handling with thiserror and anyhow
96
+ - Custom error types and error propagation
97
+ - Panic handling and graceful degradation
98
+ - Result and Option patterns and combinators
99
+ - Error conversion and context preservation
100
+ - Logging and structured error reporting
101
+ - Testing error conditions and edge cases
102
+ - Recovery strategies and fault tolerance
103
+
104
+ ### Testing & Quality Assurance
105
+ - Unit testing with built-in test framework
106
+ - Property-based testing with proptest and quickcheck
107
+ - Integration testing and test organization
108
+ - Mocking and test doubles with mockall
109
+ - Benchmark testing with criterion.rs
110
+ - Documentation tests and examples
111
+ - Coverage analysis with tarpaulin
112
+ - Continuous integration and automated testing
113
+
114
+ ### Unsafe Code & FFI
115
+ - Safe abstractions over unsafe code
116
+ - Foreign Function Interface (FFI) with C libraries
117
+ - Memory safety invariants and documentation
118
+ - Pointer arithmetic and raw pointer manipulation
119
+ - Interfacing with system APIs and kernel modules
120
+ - Bindgen for automatic binding generation
121
+ - Cross-language interoperability patterns
122
+ - Auditing and minimizing unsafe code blocks
123
+
124
+ ### Modern Tooling & Ecosystem
125
+ - Cargo workspace management and feature flags
126
+ - Cross-compilation and target configuration
127
+ - Clippy lints and custom lint configuration
128
+ - Rustfmt and code formatting standards
129
+ - Cargo extensions: audit, deny, outdated, edit
130
+ - IDE integration and development workflows
131
+ - Dependency management and version resolution
132
+ - Package publishing and documentation hosting
133
+
134
+ ## Behavioral Traits
135
+ - Leverages the type system for compile-time correctness
136
+ - Prioritizes memory safety without sacrificing performance
137
+ - Uses zero-cost abstractions and avoids runtime overhead
138
+ - Implements explicit error handling with Result types
139
+ - Writes comprehensive tests including property-based tests
140
+ - Follows Rust idioms and community conventions
141
+ - Documents unsafe code blocks with safety invariants
142
+ - Optimizes for both correctness and performance
143
+ - Embraces functional programming patterns where appropriate
144
+ - Stays current with Rust language evolution and ecosystem
145
+
146
+ ## Knowledge Base
147
+ - Rust 1.75+ language features and compiler improvements
148
+ - Modern async programming with Tokio ecosystem
149
+ - Advanced type system features and trait patterns
150
+ - Performance optimization and systems programming
151
+ - Web development frameworks and service patterns
152
+ - Error handling strategies and fault tolerance
153
+ - Testing methodologies and quality assurance
154
+ - Unsafe code patterns and FFI integration
155
+ - Cross-platform development and deployment
156
+ - Rust ecosystem trends and emerging crates
157
+
158
+ ## Response Approach
159
+ 1. **Analyze requirements** for Rust-specific safety and performance needs
160
+ 2. **Design type-safe APIs** with comprehensive error handling
161
+ 3. **Implement efficient algorithms** with zero-cost abstractions
162
+ 4. **Include extensive testing** with unit, integration, and property-based tests
163
+ 5. **Consider async patterns** for concurrent and I/O-bound operations
164
+ 6. **Document safety invariants** for any unsafe code blocks
165
+ 7. **Optimize for performance** while maintaining memory safety
166
+ 8. **Recommend modern ecosystem** crates and patterns
167
+
168
+ ## Example Interactions
169
+ - "Design a high-performance async web service with proper error handling"
170
+ - "Implement a lock-free concurrent data structure with atomic operations"
171
+ - "Optimize this Rust code for better memory usage and cache locality"
172
+ - "Create a safe wrapper around a C library using FFI"
173
+ - "Build a streaming data processor with backpressure handling"
174
+ - "Design a plugin system with dynamic loading and type safety"
175
+ - "Implement a custom allocator for a specific use case"
176
+ - "Debug and fix lifetime issues in this complex generic code"
@@ -0,0 +1,129 @@
1
+ ---
2
+ name: seo-fundamentals
3
+ description: SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles.
4
+ allowed-tools: Read, Glob, Grep
5
+ ---
6
+
7
+ # SEO Fundamentals
8
+
9
+ > Principles for search engine visibility.
10
+
11
+ ---
12
+
13
+ ## 1. E-E-A-T Framework
14
+
15
+ | Principle | Signals |
16
+ |-----------|---------|
17
+ | **Experience** | First-hand knowledge, real examples |
18
+ | **Expertise** | Credentials, depth of knowledge |
19
+ | **Authoritativeness** | Backlinks, mentions, industry recognition |
20
+ | **Trustworthiness** | HTTPS, transparency, accurate info |
21
+
22
+ ---
23
+
24
+ ## 2. Core Web Vitals
25
+
26
+ | Metric | Target | Measures |
27
+ |--------|--------|----------|
28
+ | **LCP** | < 2.5s | Loading performance |
29
+ | **INP** | < 200ms | Interactivity |
30
+ | **CLS** | < 0.1 | Visual stability |
31
+
32
+ ---
33
+
34
+ ## 3. Technical SEO Principles
35
+
36
+ ### Site Structure
37
+
38
+ | Element | Purpose |
39
+ |---------|---------|
40
+ | XML sitemap | Help crawling |
41
+ | robots.txt | Control access |
42
+ | Canonical tags | Prevent duplicates |
43
+ | HTTPS | Security signal |
44
+
45
+ ### Performance
46
+
47
+ | Factor | Impact |
48
+ |--------|--------|
49
+ | Page speed | Core Web Vital |
50
+ | Mobile-friendly | Ranking factor |
51
+ | Clean URLs | Crawlability |
52
+
53
+ ---
54
+
55
+ ## 4. Content SEO Principles
56
+
57
+ ### Page Elements
58
+
59
+ | Element | Best Practice |
60
+ |---------|---------------|
61
+ | Title tag | 50-60 chars, keyword front |
62
+ | Meta description | 150-160 chars, compelling |
63
+ | H1 | One per page, main keyword |
64
+ | H2-H6 | Logical hierarchy |
65
+ | Alt text | Descriptive, not stuffed |
66
+
67
+ ### Content Quality
68
+
69
+ | Factor | Importance |
70
+ |--------|------------|
71
+ | Depth | Comprehensive coverage |
72
+ | Freshness | Regular updates |
73
+ | Uniqueness | Original value |
74
+ | Readability | Clear writing |
75
+
76
+ ---
77
+
78
+ ## 5. Schema Markup Types
79
+
80
+ | Type | Use |
81
+ |------|-----|
82
+ | Article | Blog posts, news |
83
+ | Organization | Company info |
84
+ | Person | Author profiles |
85
+ | FAQPage | Q&A content |
86
+ | Product | E-commerce |
87
+ | Review | Ratings |
88
+ | BreadcrumbList | Navigation |
89
+
90
+ ---
91
+
92
+ ## 6. AI Content Guidelines
93
+
94
+ ### What Google Looks For
95
+
96
+ | ✅ Do | ❌ Don't |
97
+ |-------|----------|
98
+ | AI draft + human edit | Publish raw AI content |
99
+ | Add original insights | Copy without value |
100
+ | Expert review | Skip fact-checking |
101
+ | Follow E-E-A-T | Keyword stuffing |
102
+
103
+ ---
104
+
105
+ ## 7. Ranking Factors (Prioritized)
106
+
107
+ | Priority | Factor |
108
+ |----------|--------|
109
+ | 1 | Quality, relevant content |
110
+ | 2 | Backlinks from authority sites |
111
+ | 3 | Page experience (Core Web Vitals) |
112
+ | 4 | Mobile optimization |
113
+ | 5 | Technical SEO fundamentals |
114
+
115
+ ---
116
+
117
+ ## 8. Measurement
118
+
119
+ | Metric | Tool |
120
+ |--------|------|
121
+ | Rankings | Search Console, Ahrefs |
122
+ | Traffic | Analytics |
123
+ | Core Web Vitals | PageSpeed Insights |
124
+ | Indexing | Search Console |
125
+ | Backlinks | Ahrefs, Semrush |
126
+
127
+ ---
128
+
129
+ > **Remember:** SEO is a long-term game. Quality content + technical excellence + patience = results.
@@ -0,0 +1,161 @@
1
+ ---
2
+ name: server-management
3
+ description: Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.
4
+ allowed-tools: Read, Write, Edit, Glob, Grep, Bash
5
+ ---
6
+
7
+ # Server Management
8
+
9
+ > Server management principles for production operations.
10
+ > **Learn to THINK, not memorize commands.**
11
+
12
+ ---
13
+
14
+ ## 1. Process Management Principles
15
+
16
+ ### Tool Selection
17
+
18
+ | Scenario | Tool |
19
+ |----------|------|
20
+ | **Node.js app** | PM2 (clustering, reload) |
21
+ | **Any app** | systemd (Linux native) |
22
+ | **Containers** | Docker/Podman |
23
+ | **Orchestration** | Kubernetes, Docker Swarm |
24
+
25
+ ### Process Management Goals
26
+
27
+ | Goal | What It Means |
28
+ |------|---------------|
29
+ | **Restart on crash** | Auto-recovery |
30
+ | **Zero-downtime reload** | No service interruption |
31
+ | **Clustering** | Use all CPU cores |
32
+ | **Persistence** | Survive server reboot |
33
+
34
+ ---
35
+
36
+ ## 2. Monitoring Principles
37
+
38
+ ### What to Monitor
39
+
40
+ | Category | Key Metrics |
41
+ |----------|-------------|
42
+ | **Availability** | Uptime, health checks |
43
+ | **Performance** | Response time, throughput |
44
+ | **Errors** | Error rate, types |
45
+ | **Resources** | CPU, memory, disk |
46
+
47
+ ### Alert Severity Strategy
48
+
49
+ | Level | Response |
50
+ |-------|----------|
51
+ | **Critical** | Immediate action |
52
+ | **Warning** | Investigate soon |
53
+ | **Info** | Review daily |
54
+
55
+ ### Monitoring Tool Selection
56
+
57
+ | Need | Options |
58
+ |------|---------|
59
+ | Simple/Free | PM2 metrics, htop |
60
+ | Full observability | Grafana, Datadog |
61
+ | Error tracking | Sentry |
62
+ | Uptime | UptimeRobot, Pingdom |
63
+
64
+ ---
65
+
66
+ ## 3. Log Management Principles
67
+
68
+ ### Log Strategy
69
+
70
+ | Log Type | Purpose |
71
+ |----------|---------|
72
+ | **Application logs** | Debug, audit |
73
+ | **Access logs** | Traffic analysis |
74
+ | **Error logs** | Issue detection |
75
+
76
+ ### Log Principles
77
+
78
+ 1. **Rotate logs** to prevent disk fill
79
+ 2. **Structured logging** (JSON) for parsing
80
+ 3. **Appropriate levels** (error/warn/info/debug)
81
+ 4. **No sensitive data** in logs
82
+
83
+ ---
84
+
85
+ ## 4. Scaling Decisions
86
+
87
+ ### When to Scale
88
+
89
+ | Symptom | Solution |
90
+ |---------|----------|
91
+ | High CPU | Add instances (horizontal) |
92
+ | High memory | Increase RAM or fix leak |
93
+ | Slow response | Profile first, then scale |
94
+ | Traffic spikes | Auto-scaling |
95
+
96
+ ### Scaling Strategy
97
+
98
+ | Type | When to Use |
99
+ |------|-------------|
100
+ | **Vertical** | Quick fix, single instance |
101
+ | **Horizontal** | Sustainable, distributed |
102
+ | **Auto** | Variable traffic |
103
+
104
+ ---
105
+
106
+ ## 5. Health Check Principles
107
+
108
+ ### What Constitutes Healthy
109
+
110
+ | Check | Meaning |
111
+ |-------|---------|
112
+ | **HTTP 200** | Service responding |
113
+ | **Database connected** | Data accessible |
114
+ | **Dependencies OK** | External services reachable |
115
+ | **Resources OK** | CPU/memory not exhausted |
116
+
117
+ ### Health Check Implementation
118
+
119
+ - Simple: Just return 200
120
+ - Deep: Check all dependencies
121
+ - Choose based on load balancer needs
122
+
123
+ ---
124
+
125
+ ## 6. Security Principles
126
+
127
+ | Area | Principle |
128
+ |------|-----------|
129
+ | **Access** | SSH keys only, no passwords |
130
+ | **Firewall** | Only needed ports open |
131
+ | **Updates** | Regular security patches |
132
+ | **Secrets** | Environment vars, not files |
133
+ | **Audit** | Log access and changes |
134
+
135
+ ---
136
+
137
+ ## 7. Troubleshooting Priority
138
+
139
+ When something's wrong:
140
+
141
+ 1. **Check if running** (process status)
142
+ 2. **Check logs** (error messages)
143
+ 3. **Check resources** (disk, memory, CPU)
144
+ 4. **Check network** (ports, DNS)
145
+ 5. **Check dependencies** (database, APIs)
146
+
147
+ ---
148
+
149
+ ## 8. Anti-Patterns
150
+
151
+ | ❌ Don't | ✅ Do |
152
+ |----------|-------|
153
+ | Run as root | Use non-root user |
154
+ | Ignore logs | Set up log rotation |
155
+ | Skip monitoring | Monitor from day one |
156
+ | Manual restarts | Auto-restart config |
157
+ | No backups | Regular backup schedule |
158
+
159
+ ---
160
+
161
+ > **Remember:** A well-managed server is boring. That's the goal.
@@ -0,0 +1,109 @@
1
+ ---
2
+ name: systematic-debugging
3
+ description: 4-phase systematic debugging methodology with root cause analysis and evidence-based verification. Use when debugging complex issues.
4
+ allowed-tools: Read, Glob, Grep
5
+ ---
6
+
7
+ # Systematic Debugging
8
+
9
+ > Source: obra/superpowers
10
+
11
+ ## Overview
12
+ This skill provides a structured approach to debugging that prevents random guessing and ensures problems are properly understood before solving.
13
+
14
+ ## 4-Phase Debugging Process
15
+
16
+ ### Phase 1: Reproduce
17
+ Before fixing, reliably reproduce the issue.
18
+
19
+ ```markdown
20
+ ## Reproduction Steps
21
+ 1. [Exact step to reproduce]
22
+ 2. [Next step]
23
+ 3. [Expected vs actual result]
24
+
25
+ ## Reproduction Rate
26
+ - [ ] Always (100%)
27
+ - [ ] Often (50-90%)
28
+ - [ ] Sometimes (10-50%)
29
+ - [ ] Rare (<10%)
30
+ ```
31
+
32
+ ### Phase 2: Isolate
33
+ Narrow down the source.
34
+
35
+ ```markdown
36
+ ## Isolation Questions
37
+ - When did this start happening?
38
+ - What changed recently?
39
+ - Does it happen in all environments?
40
+ - Can we reproduce with minimal code?
41
+ - What's the smallest change that triggers it?
42
+ ```
43
+
44
+ ### Phase 3: Understand
45
+ Find the root cause, not just symptoms.
46
+
47
+ ```markdown
48
+ ## Root Cause Analysis
49
+ ### The 5 Whys
50
+ 1. Why: [First observation]
51
+ 2. Why: [Deeper reason]
52
+ 3. Why: [Still deeper]
53
+ 4. Why: [Getting closer]
54
+ 5. Why: [Root cause]
55
+ ```
56
+
57
+ ### Phase 4: Fix & Verify
58
+ Fix and verify it's truly fixed.
59
+
60
+ ```markdown
61
+ ## Fix Verification
62
+ - [ ] Bug no longer reproduces
63
+ - [ ] Related functionality still works
64
+ - [ ] No new issues introduced
65
+ - [ ] Test added to prevent regression
66
+ ```
67
+
68
+ ## Debugging Checklist
69
+
70
+ ```markdown
71
+ ## Before Starting
72
+ - [ ] Can reproduce consistently
73
+ - [ ] Have minimal reproduction case
74
+ - [ ] Understand expected behavior
75
+
76
+ ## During Investigation
77
+ - [ ] Check recent changes (git log)
78
+ - [ ] Check logs for errors
79
+ - [ ] Add logging if needed
80
+ - [ ] Use debugger/breakpoints
81
+
82
+ ## After Fix
83
+ - [ ] Root cause documented
84
+ - [ ] Fix verified
85
+ - [ ] Regression test added
86
+ - [ ] Similar code checked
87
+ ```
88
+
89
+ ## Common Debugging Commands
90
+
91
+ ```bash
92
+ # Recent changes
93
+ git log --oneline -20
94
+ git diff HEAD~5
95
+
96
+ # Search for pattern
97
+ grep -r "errorPattern" --include="*.ts"
98
+
99
+ # Check logs
100
+ pm2 logs app-name --err --lines 100
101
+ ```
102
+
103
+ ## Anti-Patterns
104
+
105
+ ❌ **Random changes** - "Maybe if I change this..."
106
+ ❌ **Ignoring evidence** - "That can't be the cause"
107
+ ❌ **Assuming** - "It must be X" without proof
108
+ ❌ **Not reproducing first** - Fixing blindly
109
+ ❌ **Stopping at symptoms** - Not finding root cause