@the-bearded-bear/claude-craft 3.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 (1926) hide show
  1. package/Dev/i18n/de/Common/agents/accessibility-expert.md +230 -0
  2. package/Dev/i18n/de/Common/agents/api-designer.md +396 -0
  3. package/Dev/i18n/de/Common/agents/database-architect.md +263 -0
  4. package/Dev/i18n/de/Common/agents/devops-engineer.md +207 -0
  5. package/Dev/i18n/de/Common/agents/performance-auditor.md +300 -0
  6. package/Dev/i18n/de/Common/agents/refactoring-specialist.md +236 -0
  7. package/Dev/i18n/de/Common/agents/research-assistant.md +224 -0
  8. package/Dev/i18n/de/Common/agents/tdd-coach.md +230 -0
  9. package/Dev/i18n/de/Common/agents/ui-designer.md +192 -0
  10. package/Dev/i18n/de/Common/agents/uiux-orchestrator.md +122 -0
  11. package/Dev/i18n/de/Common/agents/ux-ergonome.md +187 -0
  12. package/Dev/i18n/de/Common/agents/workflow-orchestrator.md +225 -0
  13. package/Dev/i18n/de/Common/checklists/code-review.md +153 -0
  14. package/Dev/i18n/de/Common/checklists/definition-of-done.md +104 -0
  15. package/Dev/i18n/de/Common/checklists/release.md +176 -0
  16. package/Dev/i18n/de/Common/checklists/security-review.md +167 -0
  17. package/Dev/i18n/de/Common/commands/a11y-audit.md +98 -0
  18. package/Dev/i18n/de/Common/commands/a11y-component.md +138 -0
  19. package/Dev/i18n/de/Common/commands/architecture-decision.md +366 -0
  20. package/Dev/i18n/de/Common/commands/daily-standup.md +216 -0
  21. package/Dev/i18n/de/Common/commands/docker-optimize.md +392 -0
  22. package/Dev/i18n/de/Common/commands/fix-bug-tdd.md +383 -0
  23. package/Dev/i18n/de/Common/commands/full-audit.md +191 -0
  24. package/Dev/i18n/de/Common/commands/generate-changelog.md +237 -0
  25. package/Dev/i18n/de/Common/commands/pre-commit-check.md +205 -0
  26. package/Dev/i18n/de/Common/commands/pre-merge-check.md +237 -0
  27. package/Dev/i18n/de/Common/commands/release-checklist.md +245 -0
  28. package/Dev/i18n/de/Common/commands/research-context7.md +253 -0
  29. package/Dev/i18n/de/Common/commands/setup-ci.md +339 -0
  30. package/Dev/i18n/de/Common/commands/sprint-retro.md +288 -0
  31. package/Dev/i18n/de/Common/commands/sprint-review.md +299 -0
  32. package/Dev/i18n/de/Common/commands/sprint-start.md +285 -0
  33. package/Dev/i18n/de/Common/commands/ui-design-tokens.md +118 -0
  34. package/Dev/i18n/de/Common/commands/uiux-audit.md +189 -0
  35. package/Dev/i18n/de/Common/commands/uiux-component-spec.md +264 -0
  36. package/Dev/i18n/de/Common/commands/uiux-orchestrator.md +98 -0
  37. package/Dev/i18n/de/Common/commands/ux-user-flow.md +109 -0
  38. package/Dev/i18n/de/Common/commands/workflow-analyze.md +204 -0
  39. package/Dev/i18n/de/Common/commands/workflow-design.md +275 -0
  40. package/Dev/i18n/de/Common/commands/workflow-implement.md +241 -0
  41. package/Dev/i18n/de/Common/commands/workflow-init.md +257 -0
  42. package/Dev/i18n/de/Common/commands/workflow-plan.md +224 -0
  43. package/Dev/i18n/de/Common/commands/workflow-status.md +292 -0
  44. package/Dev/i18n/de/Common/hooks/HOOKS-QUICKSTART.md +46 -0
  45. package/Dev/i18n/de/Common/hooks/scripts/block-dangerous-commands.sh +45 -0
  46. package/Dev/i18n/de/Common/hooks/scripts/notify-slack.sh +38 -0
  47. package/Dev/i18n/de/Common/hooks/scripts/post-edit-lint.sh +58 -0
  48. package/Dev/i18n/de/Common/hooks/scripts/pre-commit-check.sh +72 -0
  49. package/Dev/i18n/de/Common/hooks/scripts/quality-gate.sh +98 -0
  50. package/Dev/i18n/de/Common/hooks/scripts/session-init.sh +77 -0
  51. package/Dev/i18n/de/Common/hooks/templates/settings-hooks.json +75 -0
  52. package/Dev/i18n/de/Common/mcp/MCP-QUICKSTART.md +79 -0
  53. package/Dev/i18n/de/Common/mcp/templates/context7.mcp.json +9 -0
  54. package/Dev/i18n/de/Common/mcp/templates/full-stack.mcp.json +27 -0
  55. package/Dev/i18n/de/Common/mcp/templates/github.mcp.json +12 -0
  56. package/Dev/i18n/de/Common/mcp/templates/postgres.mcp.json +12 -0
  57. package/Dev/i18n/de/Common/mcp/templates/slack.mcp.json +13 -0
  58. package/Dev/i18n/de/Common/rules/00-project-context.md.template +118 -0
  59. package/Dev/i18n/de/Common/rules/01-workflow-analysis.md +226 -0
  60. package/Dev/i18n/de/Common/rules/04-solid-principles.md +396 -0
  61. package/Dev/i18n/de/Common/rules/05-kiss-dry-yagni.md +417 -0
  62. package/Dev/i18n/de/Common/rules/07-testing.md +463 -0
  63. package/Dev/i18n/de/Common/rules/09-git-workflow.md +541 -0
  64. package/Dev/i18n/de/Common/rules/10-documentation.md +555 -0
  65. package/Dev/i18n/de/Common/rules/11-security.md +540 -0
  66. package/Dev/i18n/de/Common/skills/documentation/REFERENCE.md +555 -0
  67. package/Dev/i18n/de/Common/skills/documentation/SKILL.md +10 -0
  68. package/Dev/i18n/de/Common/skills/git-workflow/REFERENCE.md +541 -0
  69. package/Dev/i18n/de/Common/skills/git-workflow/SKILL.md +10 -0
  70. package/Dev/i18n/de/Common/skills/kiss-dry-yagni/REFERENCE.md +417 -0
  71. package/Dev/i18n/de/Common/skills/kiss-dry-yagni/SKILL.md +10 -0
  72. package/Dev/i18n/de/Common/skills/security/REFERENCE.md +540 -0
  73. package/Dev/i18n/de/Common/skills/security/SKILL.md +10 -0
  74. package/Dev/i18n/de/Common/skills/solid-principles/REFERENCE.md +396 -0
  75. package/Dev/i18n/de/Common/skills/solid-principles/SKILL.md +10 -0
  76. package/Dev/i18n/de/Common/skills/testing/REFERENCE.md +463 -0
  77. package/Dev/i18n/de/Common/skills/testing/SKILL.md +10 -0
  78. package/Dev/i18n/de/Common/skills/workflow-analysis/REFERENCE.md +226 -0
  79. package/Dev/i18n/de/Common/skills/workflow-analysis/SKILL.md +10 -0
  80. package/Dev/i18n/de/Common/templates/CLAUDE.md.template +58 -0
  81. package/Dev/i18n/de/Common/templates/bug-report.md +64 -0
  82. package/Dev/i18n/de/Common/templates/feature-request.md +71 -0
  83. package/Dev/i18n/de/Common/templates/pull-request-template.md +84 -0
  84. package/Dev/i18n/de/Common/templates/settings.json.template +55 -0
  85. package/Dev/i18n/de/Common/templates/settings.local.json.template +10 -0
  86. package/Dev/i18n/de/Flutter/CLAUDE.md.template +447 -0
  87. package/Dev/i18n/de/Flutter/INDEX.md +392 -0
  88. package/Dev/i18n/de/Flutter/README.md +330 -0
  89. package/Dev/i18n/de/Flutter/STRUCTURE.md +289 -0
  90. package/Dev/i18n/de/Flutter/SUMMARY.md +348 -0
  91. package/Dev/i18n/de/Flutter/agents/flutter-reviewer.md +590 -0
  92. package/Dev/i18n/de/Flutter/checklists/new-feature.md +55 -0
  93. package/Dev/i18n/de/Flutter/checklists/pre-commit.md +52 -0
  94. package/Dev/i18n/de/Flutter/checklists/refactoring.md +30 -0
  95. package/Dev/i18n/de/Flutter/checklists/security.md +47 -0
  96. package/Dev/i18n/de/Flutter/commands/analyze-performance.md +357 -0
  97. package/Dev/i18n/de/Flutter/commands/check-architecture.md +92 -0
  98. package/Dev/i18n/de/Flutter/commands/check-code-quality.md +120 -0
  99. package/Dev/i18n/de/Flutter/commands/check-compliance.md +350 -0
  100. package/Dev/i18n/de/Flutter/commands/check-security.md +180 -0
  101. package/Dev/i18n/de/Flutter/commands/check-testing.md +140 -0
  102. package/Dev/i18n/de/Flutter/commands/generate-feature.md +540 -0
  103. package/Dev/i18n/de/Flutter/commands/generate-widget.md +557 -0
  104. package/Dev/i18n/de/Flutter/commands/golden-update.md +357 -0
  105. package/Dev/i18n/de/Flutter/commands/localization-check.md +316 -0
  106. package/Dev/i18n/de/Flutter/rules/00-project-context.md.template +511 -0
  107. package/Dev/i18n/de/Flutter/rules/02-architecture.md +455 -0
  108. package/Dev/i18n/de/Flutter/rules/03-coding-standards.md +247 -0
  109. package/Dev/i18n/de/Flutter/rules/06-tooling.md +542 -0
  110. package/Dev/i18n/de/Flutter/rules/07-testing-flutter.md +0 -0
  111. package/Dev/i18n/de/Flutter/rules/08-quality-tools.md +239 -0
  112. package/Dev/i18n/de/Flutter/rules/11-security-flutter.md +247 -0
  113. package/Dev/i18n/de/Flutter/rules/12-performance.md +230 -0
  114. package/Dev/i18n/de/Flutter/rules/13-state-management.md +0 -0
  115. package/Dev/i18n/de/Flutter/skills/architecture/REFERENCE.md +455 -0
  116. package/Dev/i18n/de/Flutter/skills/architecture/SKILL.md +10 -0
  117. package/Dev/i18n/de/Flutter/skills/coding-standards/REFERENCE.md +247 -0
  118. package/Dev/i18n/de/Flutter/skills/coding-standards/SKILL.md +10 -0
  119. package/Dev/i18n/de/Flutter/skills/performance/REFERENCE.md +230 -0
  120. package/Dev/i18n/de/Flutter/skills/performance/SKILL.md +10 -0
  121. package/Dev/i18n/de/Flutter/skills/quality-tools/REFERENCE.md +239 -0
  122. package/Dev/i18n/de/Flutter/skills/quality-tools/SKILL.md +10 -0
  123. package/Dev/i18n/de/Flutter/skills/security-flutter/REFERENCE.md +247 -0
  124. package/Dev/i18n/de/Flutter/skills/security-flutter/SKILL.md +10 -0
  125. package/Dev/i18n/de/Flutter/skills/state-management/REFERENCE.md +0 -0
  126. package/Dev/i18n/de/Flutter/skills/state-management/SKILL.md +10 -0
  127. package/Dev/i18n/de/Flutter/skills/testing-flutter/REFERENCE.md +0 -0
  128. package/Dev/i18n/de/Flutter/skills/testing-flutter/SKILL.md +10 -0
  129. package/Dev/i18n/de/Flutter/skills/tooling/REFERENCE.md +542 -0
  130. package/Dev/i18n/de/Flutter/skills/tooling/SKILL.md +10 -0
  131. package/Dev/i18n/de/Flutter/templates/bloc.md +118 -0
  132. package/Dev/i18n/de/Flutter/templates/repository.md +113 -0
  133. package/Dev/i18n/de/Flutter/templates/test-unit.md +67 -0
  134. package/Dev/i18n/de/Flutter/templates/test-widget.md +71 -0
  135. package/Dev/i18n/de/Flutter/templates/widget.md +119 -0
  136. package/Dev/i18n/de/Python/CLAUDE.md.template +442 -0
  137. package/Dev/i18n/de/Python/README.md +369 -0
  138. package/Dev/i18n/de/Python/SUMMARY.md +352 -0
  139. package/Dev/i18n/de/Python/agents/python-reviewer.md +118 -0
  140. package/Dev/i18n/de/Python/checklists/new-feature.md +148 -0
  141. package/Dev/i18n/de/Python/checklists/pre-commit.md +358 -0
  142. package/Dev/i18n/de/Python/commands/async-check.md +84 -0
  143. package/Dev/i18n/de/Python/commands/check-architecture.md +138 -0
  144. package/Dev/i18n/de/Python/commands/check-code-quality.md +174 -0
  145. package/Dev/i18n/de/Python/commands/check-compliance.md +84 -0
  146. package/Dev/i18n/de/Python/commands/check-security.md +91 -0
  147. package/Dev/i18n/de/Python/commands/check-testing.md +79 -0
  148. package/Dev/i18n/de/Python/commands/dependency-audit.md +64 -0
  149. package/Dev/i18n/de/Python/commands/generate-endpoint.md +68 -0
  150. package/Dev/i18n/de/Python/commands/generate-model.md +49 -0
  151. package/Dev/i18n/de/Python/commands/type-coverage.md +60 -0
  152. package/Dev/i18n/de/Python/examples/Makefile.example +435 -0
  153. package/Dev/i18n/de/Python/rules/00-project-context.md.template +190 -0
  154. package/Dev/i18n/de/Python/rules/02-architecture.md +444 -0
  155. package/Dev/i18n/de/Python/rules/03-coding-standards.md +572 -0
  156. package/Dev/i18n/de/Python/rules/06-tooling.md +351 -0
  157. package/Dev/i18n/de/Python/rules/07-testing-python.md +387 -0
  158. package/Dev/i18n/de/Python/skills/architecture/REFERENCE.md +444 -0
  159. package/Dev/i18n/de/Python/skills/architecture/SKILL.md +10 -0
  160. package/Dev/i18n/de/Python/skills/coding-standards/REFERENCE.md +572 -0
  161. package/Dev/i18n/de/Python/skills/coding-standards/SKILL.md +10 -0
  162. package/Dev/i18n/de/Python/skills/testing-python/REFERENCE.md +387 -0
  163. package/Dev/i18n/de/Python/skills/testing-python/SKILL.md +10 -0
  164. package/Dev/i18n/de/Python/skills/tooling/REFERENCE.md +351 -0
  165. package/Dev/i18n/de/Python/skills/tooling/SKILL.md +10 -0
  166. package/Dev/i18n/de/Python/templates/repository.md +120 -0
  167. package/Dev/i18n/de/Python/templates/service.md +125 -0
  168. package/Dev/i18n/de/React/CLAUDE.md.template +530 -0
  169. package/Dev/i18n/de/React/README.md +295 -0
  170. package/Dev/i18n/de/React/agents/react-reviewer.md +355 -0
  171. package/Dev/i18n/de/React/checklists/new-feature.md +109 -0
  172. package/Dev/i18n/de/React/checklists/pre-commit.md +142 -0
  173. package/Dev/i18n/de/React/commands/accessibility-check.md +66 -0
  174. package/Dev/i18n/de/React/commands/bundle-analyze.md +63 -0
  175. package/Dev/i18n/de/React/commands/check-architecture.md +78 -0
  176. package/Dev/i18n/de/React/commands/check-code-quality.md +97 -0
  177. package/Dev/i18n/de/React/commands/check-compliance.md +118 -0
  178. package/Dev/i18n/de/React/commands/check-security.md +142 -0
  179. package/Dev/i18n/de/React/commands/check-testing.md +150 -0
  180. package/Dev/i18n/de/React/commands/generate-component.md +123 -0
  181. package/Dev/i18n/de/React/commands/generate-hook.md +125 -0
  182. package/Dev/i18n/de/React/commands/storybook-story.md +151 -0
  183. package/Dev/i18n/de/React/rules/00-project-context.md.template +223 -0
  184. package/Dev/i18n/de/React/rules/02-architecture.md +490 -0
  185. package/Dev/i18n/de/React/rules/03-coding-standards.md +500 -0
  186. package/Dev/i18n/de/React/rules/06-tooling.md +777 -0
  187. package/Dev/i18n/de/React/rules/07-testing-react.md +999 -0
  188. package/Dev/i18n/de/React/rules/08-quality-tools.md +758 -0
  189. package/Dev/i18n/de/React/rules/11-security-react.md +793 -0
  190. package/Dev/i18n/de/React/skills/architecture/REFERENCE.md +490 -0
  191. package/Dev/i18n/de/React/skills/architecture/SKILL.md +10 -0
  192. package/Dev/i18n/de/React/skills/coding-standards/REFERENCE.md +500 -0
  193. package/Dev/i18n/de/React/skills/coding-standards/SKILL.md +10 -0
  194. package/Dev/i18n/de/React/skills/quality-tools/REFERENCE.md +758 -0
  195. package/Dev/i18n/de/React/skills/quality-tools/SKILL.md +10 -0
  196. package/Dev/i18n/de/React/skills/security-react/REFERENCE.md +793 -0
  197. package/Dev/i18n/de/React/skills/security-react/SKILL.md +10 -0
  198. package/Dev/i18n/de/React/skills/testing-react/REFERENCE.md +999 -0
  199. package/Dev/i18n/de/React/skills/testing-react/SKILL.md +10 -0
  200. package/Dev/i18n/de/React/skills/tooling/REFERENCE.md +777 -0
  201. package/Dev/i18n/de/React/skills/tooling/SKILL.md +10 -0
  202. package/Dev/i18n/de/React/templates/component.md +283 -0
  203. package/Dev/i18n/de/React/templates/hook.md +393 -0
  204. package/Dev/i18n/de/ReactNative/CLAUDE.md.template +543 -0
  205. package/Dev/i18n/de/ReactNative/FILES.md +144 -0
  206. package/Dev/i18n/de/ReactNative/INSTALLATION.md +407 -0
  207. package/Dev/i18n/de/ReactNative/README.md +437 -0
  208. package/Dev/i18n/de/ReactNative/SUMMARY.md +599 -0
  209. package/Dev/i18n/de/ReactNative/agents/reactnative-reviewer.md +380 -0
  210. package/Dev/i18n/de/ReactNative/checklists/new-feature.md +223 -0
  211. package/Dev/i18n/de/ReactNative/checklists/pre-commit.md +100 -0
  212. package/Dev/i18n/de/ReactNative/checklists/refactoring.md +303 -0
  213. package/Dev/i18n/de/ReactNative/checklists/security.md +380 -0
  214. package/Dev/i18n/de/ReactNative/commands/app-size.md +465 -0
  215. package/Dev/i18n/de/ReactNative/commands/check-architecture.md +220 -0
  216. package/Dev/i18n/de/ReactNative/commands/check-code-quality.md +287 -0
  217. package/Dev/i18n/de/ReactNative/commands/check-compliance.md +235 -0
  218. package/Dev/i18n/de/ReactNative/commands/check-security.md +438 -0
  219. package/Dev/i18n/de/ReactNative/commands/check-testing.md +316 -0
  220. package/Dev/i18n/de/ReactNative/commands/deep-link.md +568 -0
  221. package/Dev/i18n/de/ReactNative/commands/generate-screen.md +583 -0
  222. package/Dev/i18n/de/ReactNative/commands/native-module.md +596 -0
  223. package/Dev/i18n/de/ReactNative/commands/store-prepare.md +483 -0
  224. package/Dev/i18n/de/ReactNative/rules/00-project-context.md.template +425 -0
  225. package/Dev/i18n/de/ReactNative/rules/02-architecture.md +1253 -0
  226. package/Dev/i18n/de/ReactNative/rules/03-coding-standards.md +1230 -0
  227. package/Dev/i18n/de/ReactNative/rules/06-tooling.md +281 -0
  228. package/Dev/i18n/de/ReactNative/rules/07-testing-reactnative.md +386 -0
  229. package/Dev/i18n/de/ReactNative/rules/08-quality-tools.md +122 -0
  230. package/Dev/i18n/de/ReactNative/rules/11-security-reactnative.md +719 -0
  231. package/Dev/i18n/de/ReactNative/rules/12-performance.md +727 -0
  232. package/Dev/i18n/de/ReactNative/rules/13-state-management.md +607 -0
  233. package/Dev/i18n/de/ReactNative/rules/14-navigation.md +601 -0
  234. package/Dev/i18n/de/ReactNative/skills/architecture/REFERENCE.md +1253 -0
  235. package/Dev/i18n/de/ReactNative/skills/architecture/SKILL.md +10 -0
  236. package/Dev/i18n/de/ReactNative/skills/coding-standards/REFERENCE.md +1230 -0
  237. package/Dev/i18n/de/ReactNative/skills/coding-standards/SKILL.md +10 -0
  238. package/Dev/i18n/de/ReactNative/skills/navigation/REFERENCE.md +601 -0
  239. package/Dev/i18n/de/ReactNative/skills/navigation/SKILL.md +10 -0
  240. package/Dev/i18n/de/ReactNative/skills/performance/REFERENCE.md +727 -0
  241. package/Dev/i18n/de/ReactNative/skills/performance/SKILL.md +10 -0
  242. package/Dev/i18n/de/ReactNative/skills/quality-tools/REFERENCE.md +122 -0
  243. package/Dev/i18n/de/ReactNative/skills/quality-tools/SKILL.md +10 -0
  244. package/Dev/i18n/de/ReactNative/skills/security-reactnative/REFERENCE.md +719 -0
  245. package/Dev/i18n/de/ReactNative/skills/security-reactnative/SKILL.md +10 -0
  246. package/Dev/i18n/de/ReactNative/skills/state-management/REFERENCE.md +607 -0
  247. package/Dev/i18n/de/ReactNative/skills/state-management/SKILL.md +10 -0
  248. package/Dev/i18n/de/ReactNative/skills/testing-reactnative/REFERENCE.md +386 -0
  249. package/Dev/i18n/de/ReactNative/skills/testing-reactnative/SKILL.md +10 -0
  250. package/Dev/i18n/de/ReactNative/skills/tooling/REFERENCE.md +281 -0
  251. package/Dev/i18n/de/ReactNative/skills/tooling/SKILL.md +10 -0
  252. package/Dev/i18n/de/ReactNative/templates/component.md +170 -0
  253. package/Dev/i18n/de/ReactNative/templates/hook.md +204 -0
  254. package/Dev/i18n/de/ReactNative/templates/screen.md +159 -0
  255. package/Dev/i18n/de/ReactNative/templates/test-component.md +225 -0
  256. package/Dev/i18n/de/Symfony/CLAUDE.md.template +238 -0
  257. package/Dev/i18n/de/Symfony/adr/README.md +230 -0
  258. package/Dev/i18n/de/Symfony/adr/template.md +237 -0
  259. package/Dev/i18n/de/Symfony/agents/symfony-reviewer.md +408 -0
  260. package/Dev/i18n/de/Symfony/checklists/README.md +429 -0
  261. package/Dev/i18n/de/Symfony/checklists/new-feature.md +765 -0
  262. package/Dev/i18n/de/Symfony/checklists/pre-commit.md +527 -0
  263. package/Dev/i18n/de/Symfony/checklists/refactoring.md +975 -0
  264. package/Dev/i18n/de/Symfony/checklists/security-rgpd.md +920 -0
  265. package/Dev/i18n/de/Symfony/commands/api-endpoint.md +476 -0
  266. package/Dev/i18n/de/Symfony/commands/check-architecture.md +237 -0
  267. package/Dev/i18n/de/Symfony/commands/check-code-quality.md +327 -0
  268. package/Dev/i18n/de/Symfony/commands/check-compliance.md +177 -0
  269. package/Dev/i18n/de/Symfony/commands/check-security.md +582 -0
  270. package/Dev/i18n/de/Symfony/commands/check-testing.md +445 -0
  271. package/Dev/i18n/de/Symfony/commands/generate-command.md +350 -0
  272. package/Dev/i18n/de/Symfony/commands/generate-crud.md +440 -0
  273. package/Dev/i18n/de/Symfony/commands/migration-plan.md +347 -0
  274. package/Dev/i18n/de/Symfony/commands/optimize-doctrine.md +327 -0
  275. package/Dev/i18n/de/Symfony/examples/aggregate-examples.md +1128 -0
  276. package/Dev/i18n/de/Symfony/examples/clean-architecture-structure.md +645 -0
  277. package/Dev/i18n/de/Symfony/examples/domain-event-examples.md +1091 -0
  278. package/Dev/i18n/de/Symfony/examples/value-object-examples.md +1129 -0
  279. package/Dev/i18n/de/Symfony/rules/00-project-context.md.template +118 -0
  280. package/Dev/i18n/de/Symfony/rules/02-architecture-clean-ddd.md +813 -0
  281. package/Dev/i18n/de/Symfony/rules/03-coding-standards.md +402 -0
  282. package/Dev/i18n/de/Symfony/rules/06-docker-hadolint.md +772 -0
  283. package/Dev/i18n/de/Symfony/rules/07-testing-symfony.md +452 -0
  284. package/Dev/i18n/de/Symfony/rules/08-quality-tools.md +982 -0
  285. package/Dev/i18n/de/Symfony/rules/11-security-symfony.md +353 -0
  286. package/Dev/i18n/de/Symfony/rules/12-performance.md +888 -0
  287. package/Dev/i18n/de/Symfony/rules/13-ddd-patterns.md +1220 -0
  288. package/Dev/i18n/de/Symfony/rules/14-multitenant.md +432 -0
  289. package/Dev/i18n/de/Symfony/rules/15-doctrine-extensions.md +927 -0
  290. package/Dev/i18n/de/Symfony/rules/16-i18n.md +185 -0
  291. package/Dev/i18n/de/Symfony/rules/17-async.md +190 -0
  292. package/Dev/i18n/de/Symfony/rules/18-value-objects.md +536 -0
  293. package/Dev/i18n/de/Symfony/rules/19-aggregates.md +115 -0
  294. package/Dev/i18n/de/Symfony/rules/20-domain-events.md +129 -0
  295. package/Dev/i18n/de/Symfony/rules/21-cqrs.md +426 -0
  296. package/Dev/i18n/de/Symfony/skills/aggregates/REFERENCE.md +115 -0
  297. package/Dev/i18n/de/Symfony/skills/aggregates/SKILL.md +10 -0
  298. package/Dev/i18n/de/Symfony/skills/architecture-clean-ddd/REFERENCE.md +813 -0
  299. package/Dev/i18n/de/Symfony/skills/architecture-clean-ddd/SKILL.md +10 -0
  300. package/Dev/i18n/de/Symfony/skills/async/REFERENCE.md +190 -0
  301. package/Dev/i18n/de/Symfony/skills/async/SKILL.md +10 -0
  302. package/Dev/i18n/de/Symfony/skills/coding-standards/REFERENCE.md +402 -0
  303. package/Dev/i18n/de/Symfony/skills/coding-standards/SKILL.md +10 -0
  304. package/Dev/i18n/de/Symfony/skills/cqrs/REFERENCE.md +426 -0
  305. package/Dev/i18n/de/Symfony/skills/cqrs/SKILL.md +10 -0
  306. package/Dev/i18n/de/Symfony/skills/ddd-patterns/REFERENCE.md +1220 -0
  307. package/Dev/i18n/de/Symfony/skills/ddd-patterns/SKILL.md +10 -0
  308. package/Dev/i18n/de/Symfony/skills/docker-hadolint/REFERENCE.md +772 -0
  309. package/Dev/i18n/de/Symfony/skills/docker-hadolint/SKILL.md +10 -0
  310. package/Dev/i18n/de/Symfony/skills/doctrine-extensions/REFERENCE.md +927 -0
  311. package/Dev/i18n/de/Symfony/skills/doctrine-extensions/SKILL.md +10 -0
  312. package/Dev/i18n/de/Symfony/skills/domain-events/REFERENCE.md +129 -0
  313. package/Dev/i18n/de/Symfony/skills/domain-events/SKILL.md +10 -0
  314. package/Dev/i18n/de/Symfony/skills/i18n/REFERENCE.md +185 -0
  315. package/Dev/i18n/de/Symfony/skills/i18n/SKILL.md +10 -0
  316. package/Dev/i18n/de/Symfony/skills/multitenant/REFERENCE.md +432 -0
  317. package/Dev/i18n/de/Symfony/skills/multitenant/SKILL.md +10 -0
  318. package/Dev/i18n/de/Symfony/skills/performance/REFERENCE.md +888 -0
  319. package/Dev/i18n/de/Symfony/skills/performance/SKILL.md +10 -0
  320. package/Dev/i18n/de/Symfony/skills/quality-tools/REFERENCE.md +982 -0
  321. package/Dev/i18n/de/Symfony/skills/quality-tools/SKILL.md +10 -0
  322. package/Dev/i18n/de/Symfony/skills/security-symfony/REFERENCE.md +353 -0
  323. package/Dev/i18n/de/Symfony/skills/security-symfony/SKILL.md +10 -0
  324. package/Dev/i18n/de/Symfony/skills/testing-symfony/REFERENCE.md +452 -0
  325. package/Dev/i18n/de/Symfony/skills/testing-symfony/SKILL.md +10 -0
  326. package/Dev/i18n/de/Symfony/skills/value-objects/REFERENCE.md +536 -0
  327. package/Dev/i18n/de/Symfony/skills/value-objects/SKILL.md +10 -0
  328. package/Dev/i18n/de/Symfony/templates/README.md +279 -0
  329. package/Dev/i18n/de/Symfony/templates/aggregate-examples.md +1128 -0
  330. package/Dev/i18n/de/Symfony/templates/aggregate-root.md +785 -0
  331. package/Dev/i18n/de/Symfony/templates/analysis.md +485 -0
  332. package/Dev/i18n/de/Symfony/templates/clean-architecture-structure.md +645 -0
  333. package/Dev/i18n/de/Symfony/templates/domain-event-examples.md +1091 -0
  334. package/Dev/i18n/de/Symfony/templates/domain-event.md +681 -0
  335. package/Dev/i18n/de/Symfony/templates/service.md +527 -0
  336. package/Dev/i18n/de/Symfony/templates/template.md +237 -0
  337. package/Dev/i18n/de/Symfony/templates/test-behat.md +674 -0
  338. package/Dev/i18n/de/Symfony/templates/test-integration.md +698 -0
  339. package/Dev/i18n/de/Symfony/templates/test-unit.md +735 -0
  340. package/Dev/i18n/de/Symfony/templates/value-object-examples.md +1129 -0
  341. package/Dev/i18n/de/Symfony/templates/value-object.md +534 -0
  342. package/Dev/i18n/en/Common/agents/accessibility-expert.md +230 -0
  343. package/Dev/i18n/en/Common/agents/api-designer.md +396 -0
  344. package/Dev/i18n/en/Common/agents/database-architect.md +263 -0
  345. package/Dev/i18n/en/Common/agents/devops-engineer.md +207 -0
  346. package/Dev/i18n/en/Common/agents/performance-auditor.md +375 -0
  347. package/Dev/i18n/en/Common/agents/refactoring-specialist.md +303 -0
  348. package/Dev/i18n/en/Common/agents/research-assistant.md +256 -0
  349. package/Dev/i18n/en/Common/agents/tdd-coach.md +230 -0
  350. package/Dev/i18n/en/Common/agents/ui-designer.md +192 -0
  351. package/Dev/i18n/en/Common/agents/uiux-orchestrator.md +143 -0
  352. package/Dev/i18n/en/Common/agents/ux-ergonome.md +187 -0
  353. package/Dev/i18n/en/Common/agents/workflow-orchestrator.md +225 -0
  354. package/Dev/i18n/en/Common/checklists/code-review.md +153 -0
  355. package/Dev/i18n/en/Common/checklists/definition-of-done.md +104 -0
  356. package/Dev/i18n/en/Common/checklists/release.md +176 -0
  357. package/Dev/i18n/en/Common/checklists/security-review.md +167 -0
  358. package/Dev/i18n/en/Common/commands/a11y-audit.md +282 -0
  359. package/Dev/i18n/en/Common/commands/a11y-component.md +396 -0
  360. package/Dev/i18n/en/Common/commands/architecture-decision.md +366 -0
  361. package/Dev/i18n/en/Common/commands/daily-standup.md +216 -0
  362. package/Dev/i18n/en/Common/commands/docker-optimize.md +392 -0
  363. package/Dev/i18n/en/Common/commands/fix-bug-tdd.md +383 -0
  364. package/Dev/i18n/en/Common/commands/full-audit.md +191 -0
  365. package/Dev/i18n/en/Common/commands/generate-changelog.md +237 -0
  366. package/Dev/i18n/en/Common/commands/pre-commit-check.md +205 -0
  367. package/Dev/i18n/en/Common/commands/pre-merge-check.md +237 -0
  368. package/Dev/i18n/en/Common/commands/release-checklist.md +245 -0
  369. package/Dev/i18n/en/Common/commands/research-context7.md +253 -0
  370. package/Dev/i18n/en/Common/commands/setup-ci.md +522 -0
  371. package/Dev/i18n/en/Common/commands/sprint-retro.md +329 -0
  372. package/Dev/i18n/en/Common/commands/sprint-review.md +0 -0
  373. package/Dev/i18n/en/Common/commands/sprint-start.md +0 -0
  374. package/Dev/i18n/en/Common/commands/ui-design-tokens.md +282 -0
  375. package/Dev/i18n/en/Common/commands/uiux-audit.md +189 -0
  376. package/Dev/i18n/en/Common/commands/uiux-component-spec.md +264 -0
  377. package/Dev/i18n/en/Common/commands/uiux-orchestrator.md +98 -0
  378. package/Dev/i18n/en/Common/commands/ux-user-flow.md +272 -0
  379. package/Dev/i18n/en/Common/commands/workflow-analyze.md +204 -0
  380. package/Dev/i18n/en/Common/commands/workflow-design.md +275 -0
  381. package/Dev/i18n/en/Common/commands/workflow-implement.md +241 -0
  382. package/Dev/i18n/en/Common/commands/workflow-init.md +257 -0
  383. package/Dev/i18n/en/Common/commands/workflow-plan.md +224 -0
  384. package/Dev/i18n/en/Common/commands/workflow-status.md +292 -0
  385. package/Dev/i18n/en/Common/hooks/HOOKS-QUICKSTART.md +46 -0
  386. package/Dev/i18n/en/Common/hooks/scripts/block-dangerous-commands.sh +45 -0
  387. package/Dev/i18n/en/Common/hooks/scripts/notify-slack.sh +38 -0
  388. package/Dev/i18n/en/Common/hooks/scripts/post-edit-lint.sh +58 -0
  389. package/Dev/i18n/en/Common/hooks/scripts/pre-commit-check.sh +72 -0
  390. package/Dev/i18n/en/Common/hooks/scripts/quality-gate.sh +98 -0
  391. package/Dev/i18n/en/Common/hooks/scripts/session-init.sh +77 -0
  392. package/Dev/i18n/en/Common/hooks/templates/settings-hooks.json +75 -0
  393. package/Dev/i18n/en/Common/mcp/MCP-QUICKSTART.md +79 -0
  394. package/Dev/i18n/en/Common/mcp/templates/context7.mcp.json +9 -0
  395. package/Dev/i18n/en/Common/mcp/templates/full-stack.mcp.json +27 -0
  396. package/Dev/i18n/en/Common/mcp/templates/github.mcp.json +12 -0
  397. package/Dev/i18n/en/Common/mcp/templates/postgres.mcp.json +12 -0
  398. package/Dev/i18n/en/Common/mcp/templates/slack.mcp.json +13 -0
  399. package/Dev/i18n/en/Common/rules/00-project-context.md.template +118 -0
  400. package/Dev/i18n/en/Common/rules/01-workflow-analysis.md +226 -0
  401. package/Dev/i18n/en/Common/rules/04-solid-principles.md +396 -0
  402. package/Dev/i18n/en/Common/rules/05-kiss-dry-yagni.md +417 -0
  403. package/Dev/i18n/en/Common/rules/07-testing.md +463 -0
  404. package/Dev/i18n/en/Common/rules/09-git-workflow.md +541 -0
  405. package/Dev/i18n/en/Common/rules/10-documentation.md +555 -0
  406. package/Dev/i18n/en/Common/rules/11-security.md +540 -0
  407. package/Dev/i18n/en/Common/skills/documentation/REFERENCE.md +555 -0
  408. package/Dev/i18n/en/Common/skills/documentation/SKILL.md +10 -0
  409. package/Dev/i18n/en/Common/skills/git-workflow/REFERENCE.md +541 -0
  410. package/Dev/i18n/en/Common/skills/git-workflow/SKILL.md +10 -0
  411. package/Dev/i18n/en/Common/skills/kiss-dry-yagni/REFERENCE.md +417 -0
  412. package/Dev/i18n/en/Common/skills/kiss-dry-yagni/SKILL.md +10 -0
  413. package/Dev/i18n/en/Common/skills/security/REFERENCE.md +540 -0
  414. package/Dev/i18n/en/Common/skills/security/SKILL.md +10 -0
  415. package/Dev/i18n/en/Common/skills/solid-principles/REFERENCE.md +396 -0
  416. package/Dev/i18n/en/Common/skills/solid-principles/SKILL.md +10 -0
  417. package/Dev/i18n/en/Common/skills/testing/REFERENCE.md +463 -0
  418. package/Dev/i18n/en/Common/skills/testing/SKILL.md +10 -0
  419. package/Dev/i18n/en/Common/skills/workflow-analysis/REFERENCE.md +226 -0
  420. package/Dev/i18n/en/Common/skills/workflow-analysis/SKILL.md +10 -0
  421. package/Dev/i18n/en/Common/templates/CLAUDE.md.template +58 -0
  422. package/Dev/i18n/en/Common/templates/bug-report.md +64 -0
  423. package/Dev/i18n/en/Common/templates/feature-request.md +71 -0
  424. package/Dev/i18n/en/Common/templates/pull-request-template.md +84 -0
  425. package/Dev/i18n/en/Common/templates/settings.json.template +55 -0
  426. package/Dev/i18n/en/Common/templates/settings.local.json.template +10 -0
  427. package/Dev/i18n/en/Flutter/CLAUDE.md.template +447 -0
  428. package/Dev/i18n/en/Flutter/INDEX.md +392 -0
  429. package/Dev/i18n/en/Flutter/README.md +330 -0
  430. package/Dev/i18n/en/Flutter/STRUCTURE.md +289 -0
  431. package/Dev/i18n/en/Flutter/SUMMARY.md +348 -0
  432. package/Dev/i18n/en/Flutter/agents/flutter-reviewer.md +590 -0
  433. package/Dev/i18n/en/Flutter/checklists/new-feature.md +55 -0
  434. package/Dev/i18n/en/Flutter/checklists/pre-commit.md +52 -0
  435. package/Dev/i18n/en/Flutter/checklists/refactoring.md +30 -0
  436. package/Dev/i18n/en/Flutter/checklists/security.md +47 -0
  437. package/Dev/i18n/en/Flutter/commands/analyze-performance.md +357 -0
  438. package/Dev/i18n/en/Flutter/commands/check-architecture.md +92 -0
  439. package/Dev/i18n/en/Flutter/commands/check-code-quality.md +120 -0
  440. package/Dev/i18n/en/Flutter/commands/check-compliance.md +350 -0
  441. package/Dev/i18n/en/Flutter/commands/check-security.md +180 -0
  442. package/Dev/i18n/en/Flutter/commands/check-testing.md +140 -0
  443. package/Dev/i18n/en/Flutter/commands/generate-feature.md +540 -0
  444. package/Dev/i18n/en/Flutter/commands/generate-widget.md +557 -0
  445. package/Dev/i18n/en/Flutter/commands/golden-update.md +357 -0
  446. package/Dev/i18n/en/Flutter/commands/localization-check.md +316 -0
  447. package/Dev/i18n/en/Flutter/rules/00-project-context.md.template +511 -0
  448. package/Dev/i18n/en/Flutter/rules/02-architecture.md +455 -0
  449. package/Dev/i18n/en/Flutter/rules/03-coding-standards.md +247 -0
  450. package/Dev/i18n/en/Flutter/rules/06-tooling.md +542 -0
  451. package/Dev/i18n/en/Flutter/rules/07-testing-flutter.md +0 -0
  452. package/Dev/i18n/en/Flutter/rules/08-quality-tools.md +239 -0
  453. package/Dev/i18n/en/Flutter/rules/11-security-flutter.md +247 -0
  454. package/Dev/i18n/en/Flutter/rules/12-performance.md +230 -0
  455. package/Dev/i18n/en/Flutter/rules/13-state-management.md +0 -0
  456. package/Dev/i18n/en/Flutter/skills/architecture/REFERENCE.md +455 -0
  457. package/Dev/i18n/en/Flutter/skills/architecture/SKILL.md +10 -0
  458. package/Dev/i18n/en/Flutter/skills/coding-standards/REFERENCE.md +247 -0
  459. package/Dev/i18n/en/Flutter/skills/coding-standards/SKILL.md +10 -0
  460. package/Dev/i18n/en/Flutter/skills/performance/REFERENCE.md +230 -0
  461. package/Dev/i18n/en/Flutter/skills/performance/SKILL.md +10 -0
  462. package/Dev/i18n/en/Flutter/skills/quality-tools/REFERENCE.md +239 -0
  463. package/Dev/i18n/en/Flutter/skills/quality-tools/SKILL.md +10 -0
  464. package/Dev/i18n/en/Flutter/skills/security-flutter/REFERENCE.md +247 -0
  465. package/Dev/i18n/en/Flutter/skills/security-flutter/SKILL.md +10 -0
  466. package/Dev/i18n/en/Flutter/skills/state-management/REFERENCE.md +0 -0
  467. package/Dev/i18n/en/Flutter/skills/state-management/SKILL.md +10 -0
  468. package/Dev/i18n/en/Flutter/skills/testing-flutter/REFERENCE.md +0 -0
  469. package/Dev/i18n/en/Flutter/skills/testing-flutter/SKILL.md +10 -0
  470. package/Dev/i18n/en/Flutter/skills/tooling/REFERENCE.md +542 -0
  471. package/Dev/i18n/en/Flutter/skills/tooling/SKILL.md +10 -0
  472. package/Dev/i18n/en/Flutter/templates/bloc.md +118 -0
  473. package/Dev/i18n/en/Flutter/templates/repository.md +113 -0
  474. package/Dev/i18n/en/Flutter/templates/test-unit.md +67 -0
  475. package/Dev/i18n/en/Flutter/templates/test-widget.md +71 -0
  476. package/Dev/i18n/en/Flutter/templates/widget.md +119 -0
  477. package/Dev/i18n/en/Python/CLAUDE.md.template +442 -0
  478. package/Dev/i18n/en/Python/README.md +369 -0
  479. package/Dev/i18n/en/Python/SUMMARY.md +352 -0
  480. package/Dev/i18n/en/Python/agents/python-reviewer.md +118 -0
  481. package/Dev/i18n/en/Python/checklists/new-feature.md +423 -0
  482. package/Dev/i18n/en/Python/checklists/pre-commit.md +358 -0
  483. package/Dev/i18n/en/Python/commands/async-check.md +84 -0
  484. package/Dev/i18n/en/Python/commands/check-architecture.md +138 -0
  485. package/Dev/i18n/en/Python/commands/check-code-quality.md +174 -0
  486. package/Dev/i18n/en/Python/commands/check-compliance.md +260 -0
  487. package/Dev/i18n/en/Python/commands/check-security.md +207 -0
  488. package/Dev/i18n/en/Python/commands/check-testing.md +184 -0
  489. package/Dev/i18n/en/Python/commands/dependency-audit.md +198 -0
  490. package/Dev/i18n/en/Python/commands/generate-endpoint.md +90 -0
  491. package/Dev/i18n/en/Python/commands/generate-model.md +96 -0
  492. package/Dev/i18n/en/Python/commands/type-coverage.md +119 -0
  493. package/Dev/i18n/en/Python/examples/Makefile.example +435 -0
  494. package/Dev/i18n/en/Python/rules/00-project-context.md.template +190 -0
  495. package/Dev/i18n/en/Python/rules/02-architecture.md +444 -0
  496. package/Dev/i18n/en/Python/rules/03-coding-standards.md +572 -0
  497. package/Dev/i18n/en/Python/rules/06-tooling.md +351 -0
  498. package/Dev/i18n/en/Python/rules/07-testing-python.md +387 -0
  499. package/Dev/i18n/en/Python/skills/architecture/REFERENCE.md +444 -0
  500. package/Dev/i18n/en/Python/skills/architecture/SKILL.md +10 -0
  501. package/Dev/i18n/en/Python/skills/coding-standards/REFERENCE.md +572 -0
  502. package/Dev/i18n/en/Python/skills/coding-standards/SKILL.md +10 -0
  503. package/Dev/i18n/en/Python/skills/testing-python/REFERENCE.md +387 -0
  504. package/Dev/i18n/en/Python/skills/testing-python/SKILL.md +10 -0
  505. package/Dev/i18n/en/Python/skills/tooling/REFERENCE.md +351 -0
  506. package/Dev/i18n/en/Python/skills/tooling/SKILL.md +10 -0
  507. package/Dev/i18n/en/Python/templates/repository.md +120 -0
  508. package/Dev/i18n/en/Python/templates/service.md +125 -0
  509. package/Dev/i18n/en/React/CLAUDE.md.template +530 -0
  510. package/Dev/i18n/en/React/README.md +295 -0
  511. package/Dev/i18n/en/React/agents/react-reviewer.md +355 -0
  512. package/Dev/i18n/en/React/checklists/new-feature.md +109 -0
  513. package/Dev/i18n/en/React/checklists/pre-commit.md +142 -0
  514. package/Dev/i18n/en/React/commands/accessibility-check.md +234 -0
  515. package/Dev/i18n/en/React/commands/bundle-analyze.md +330 -0
  516. package/Dev/i18n/en/React/commands/check-architecture.md +390 -0
  517. package/Dev/i18n/en/React/commands/check-code-quality.md +466 -0
  518. package/Dev/i18n/en/React/commands/check-compliance.md +447 -0
  519. package/Dev/i18n/en/React/commands/check-security.md +397 -0
  520. package/Dev/i18n/en/React/commands/check-testing.md +488 -0
  521. package/Dev/i18n/en/React/commands/generate-component.md +516 -0
  522. package/Dev/i18n/en/React/commands/generate-hook.md +540 -0
  523. package/Dev/i18n/en/React/commands/storybook-story.md +618 -0
  524. package/Dev/i18n/en/React/rules/00-project-context.md.template +223 -0
  525. package/Dev/i18n/en/React/rules/02-architecture.md +651 -0
  526. package/Dev/i18n/en/React/rules/03-coding-standards.md +716 -0
  527. package/Dev/i18n/en/React/rules/06-tooling.md +777 -0
  528. package/Dev/i18n/en/React/rules/07-testing-react.md +999 -0
  529. package/Dev/i18n/en/React/rules/08-quality-tools.md +758 -0
  530. package/Dev/i18n/en/React/rules/11-security-react.md +793 -0
  531. package/Dev/i18n/en/React/skills/architecture/REFERENCE.md +651 -0
  532. package/Dev/i18n/en/React/skills/architecture/SKILL.md +10 -0
  533. package/Dev/i18n/en/React/skills/coding-standards/REFERENCE.md +716 -0
  534. package/Dev/i18n/en/React/skills/coding-standards/SKILL.md +10 -0
  535. package/Dev/i18n/en/React/skills/quality-tools/REFERENCE.md +758 -0
  536. package/Dev/i18n/en/React/skills/quality-tools/SKILL.md +10 -0
  537. package/Dev/i18n/en/React/skills/security-react/REFERENCE.md +793 -0
  538. package/Dev/i18n/en/React/skills/security-react/SKILL.md +10 -0
  539. package/Dev/i18n/en/React/skills/testing-react/REFERENCE.md +999 -0
  540. package/Dev/i18n/en/React/skills/testing-react/SKILL.md +10 -0
  541. package/Dev/i18n/en/React/skills/tooling/REFERENCE.md +777 -0
  542. package/Dev/i18n/en/React/skills/tooling/SKILL.md +10 -0
  543. package/Dev/i18n/en/React/templates/component.md +283 -0
  544. package/Dev/i18n/en/React/templates/hook.md +393 -0
  545. package/Dev/i18n/en/ReactNative/CLAUDE.md.template +543 -0
  546. package/Dev/i18n/en/ReactNative/FILES.md +143 -0
  547. package/Dev/i18n/en/ReactNative/INSTALLATION.md +407 -0
  548. package/Dev/i18n/en/ReactNative/README.md +437 -0
  549. package/Dev/i18n/en/ReactNative/SUMMARY.md +599 -0
  550. package/Dev/i18n/en/ReactNative/agents/reactnative-reviewer.md +380 -0
  551. package/Dev/i18n/en/ReactNative/checklists/new-feature.md +223 -0
  552. package/Dev/i18n/en/ReactNative/checklists/pre-commit.md +100 -0
  553. package/Dev/i18n/en/ReactNative/checklists/refactoring.md +303 -0
  554. package/Dev/i18n/en/ReactNative/checklists/security.md +380 -0
  555. package/Dev/i18n/en/ReactNative/commands/app-size.md +465 -0
  556. package/Dev/i18n/en/ReactNative/commands/check-architecture.md +220 -0
  557. package/Dev/i18n/en/ReactNative/commands/check-code-quality.md +287 -0
  558. package/Dev/i18n/en/ReactNative/commands/check-compliance.md +235 -0
  559. package/Dev/i18n/en/ReactNative/commands/check-security.md +438 -0
  560. package/Dev/i18n/en/ReactNative/commands/check-testing.md +316 -0
  561. package/Dev/i18n/en/ReactNative/commands/deep-link.md +568 -0
  562. package/Dev/i18n/en/ReactNative/commands/generate-screen.md +583 -0
  563. package/Dev/i18n/en/ReactNative/commands/native-module.md +596 -0
  564. package/Dev/i18n/en/ReactNative/commands/store-prepare.md +483 -0
  565. package/Dev/i18n/en/ReactNative/rules/00-project-context.md.template +425 -0
  566. package/Dev/i18n/en/ReactNative/rules/02-architecture.md +1253 -0
  567. package/Dev/i18n/en/ReactNative/rules/03-coding-standards.md +1230 -0
  568. package/Dev/i18n/en/ReactNative/rules/06-tooling.md +281 -0
  569. package/Dev/i18n/en/ReactNative/rules/07-testing-reactnative.md +386 -0
  570. package/Dev/i18n/en/ReactNative/rules/08-quality-tools.md +122 -0
  571. package/Dev/i18n/en/ReactNative/rules/11-security-reactnative.md +719 -0
  572. package/Dev/i18n/en/ReactNative/rules/12-performance.md +727 -0
  573. package/Dev/i18n/en/ReactNative/rules/13-state-management.md +607 -0
  574. package/Dev/i18n/en/ReactNative/rules/14-navigation.md +601 -0
  575. package/Dev/i18n/en/ReactNative/skills/architecture/REFERENCE.md +1253 -0
  576. package/Dev/i18n/en/ReactNative/skills/architecture/SKILL.md +10 -0
  577. package/Dev/i18n/en/ReactNative/skills/coding-standards/REFERENCE.md +1230 -0
  578. package/Dev/i18n/en/ReactNative/skills/coding-standards/SKILL.md +10 -0
  579. package/Dev/i18n/en/ReactNative/skills/navigation/REFERENCE.md +601 -0
  580. package/Dev/i18n/en/ReactNative/skills/navigation/SKILL.md +10 -0
  581. package/Dev/i18n/en/ReactNative/skills/performance/REFERENCE.md +727 -0
  582. package/Dev/i18n/en/ReactNative/skills/performance/SKILL.md +10 -0
  583. package/Dev/i18n/en/ReactNative/skills/quality-tools/REFERENCE.md +122 -0
  584. package/Dev/i18n/en/ReactNative/skills/quality-tools/SKILL.md +10 -0
  585. package/Dev/i18n/en/ReactNative/skills/security-reactnative/REFERENCE.md +719 -0
  586. package/Dev/i18n/en/ReactNative/skills/security-reactnative/SKILL.md +10 -0
  587. package/Dev/i18n/en/ReactNative/skills/state-management/REFERENCE.md +607 -0
  588. package/Dev/i18n/en/ReactNative/skills/state-management/SKILL.md +10 -0
  589. package/Dev/i18n/en/ReactNative/skills/testing-reactnative/REFERENCE.md +386 -0
  590. package/Dev/i18n/en/ReactNative/skills/testing-reactnative/SKILL.md +10 -0
  591. package/Dev/i18n/en/ReactNative/skills/tooling/REFERENCE.md +281 -0
  592. package/Dev/i18n/en/ReactNative/skills/tooling/SKILL.md +10 -0
  593. package/Dev/i18n/en/ReactNative/templates/component.md +170 -0
  594. package/Dev/i18n/en/ReactNative/templates/hook.md +204 -0
  595. package/Dev/i18n/en/ReactNative/templates/screen.md +159 -0
  596. package/Dev/i18n/en/ReactNative/templates/test-component.md +225 -0
  597. package/Dev/i18n/en/Symfony/CLAUDE.md.template +238 -0
  598. package/Dev/i18n/en/Symfony/adr/README.md +230 -0
  599. package/Dev/i18n/en/Symfony/adr/template.md +237 -0
  600. package/Dev/i18n/en/Symfony/agents/symfony-reviewer.md +406 -0
  601. package/Dev/i18n/en/Symfony/checklists/README.md +429 -0
  602. package/Dev/i18n/en/Symfony/checklists/new-feature.md +765 -0
  603. package/Dev/i18n/en/Symfony/checklists/pre-commit.md +527 -0
  604. package/Dev/i18n/en/Symfony/checklists/refactoring.md +975 -0
  605. package/Dev/i18n/en/Symfony/checklists/security-rgpd.md +920 -0
  606. package/Dev/i18n/en/Symfony/commands/api-endpoint.md +476 -0
  607. package/Dev/i18n/en/Symfony/commands/check-architecture.md +237 -0
  608. package/Dev/i18n/en/Symfony/commands/check-code-quality.md +327 -0
  609. package/Dev/i18n/en/Symfony/commands/check-compliance.md +177 -0
  610. package/Dev/i18n/en/Symfony/commands/check-security.md +582 -0
  611. package/Dev/i18n/en/Symfony/commands/check-testing.md +445 -0
  612. package/Dev/i18n/en/Symfony/commands/generate-command.md +350 -0
  613. package/Dev/i18n/en/Symfony/commands/generate-crud.md +440 -0
  614. package/Dev/i18n/en/Symfony/commands/migration-plan.md +347 -0
  615. package/Dev/i18n/en/Symfony/commands/optimize-doctrine.md +327 -0
  616. package/Dev/i18n/en/Symfony/examples/aggregate-examples.md +1128 -0
  617. package/Dev/i18n/en/Symfony/examples/clean-architecture-structure.md +645 -0
  618. package/Dev/i18n/en/Symfony/examples/domain-event-examples.md +1091 -0
  619. package/Dev/i18n/en/Symfony/examples/value-object-examples.md +1129 -0
  620. package/Dev/i18n/en/Symfony/rules/00-project-context.md.template +118 -0
  621. package/Dev/i18n/en/Symfony/rules/02-architecture-clean-ddd.md +979 -0
  622. package/Dev/i18n/en/Symfony/rules/03-coding-standards.md +402 -0
  623. package/Dev/i18n/en/Symfony/rules/06-docker-hadolint.md +767 -0
  624. package/Dev/i18n/en/Symfony/rules/07-testing-symfony.md +1121 -0
  625. package/Dev/i18n/en/Symfony/rules/08-quality-tools.md +982 -0
  626. package/Dev/i18n/en/Symfony/rules/11-security-symfony.md +1055 -0
  627. package/Dev/i18n/en/Symfony/rules/12-performance.md +888 -0
  628. package/Dev/i18n/en/Symfony/rules/13-ddd-patterns.md +1220 -0
  629. package/Dev/i18n/en/Symfony/rules/14-multitenant.md +432 -0
  630. package/Dev/i18n/en/Symfony/rules/15-doctrine-extensions.md +927 -0
  631. package/Dev/i18n/en/Symfony/rules/16-i18n.md +185 -0
  632. package/Dev/i18n/en/Symfony/rules/17-async.md +190 -0
  633. package/Dev/i18n/en/Symfony/rules/18-value-objects.md +536 -0
  634. package/Dev/i18n/en/Symfony/rules/19-aggregates.md +115 -0
  635. package/Dev/i18n/en/Symfony/rules/20-domain-events.md +129 -0
  636. package/Dev/i18n/en/Symfony/rules/21-cqrs.md +426 -0
  637. package/Dev/i18n/en/Symfony/skills/aggregates/REFERENCE.md +115 -0
  638. package/Dev/i18n/en/Symfony/skills/aggregates/SKILL.md +10 -0
  639. package/Dev/i18n/en/Symfony/skills/architecture-clean-ddd/REFERENCE.md +979 -0
  640. package/Dev/i18n/en/Symfony/skills/architecture-clean-ddd/SKILL.md +10 -0
  641. package/Dev/i18n/en/Symfony/skills/async/REFERENCE.md +190 -0
  642. package/Dev/i18n/en/Symfony/skills/async/SKILL.md +10 -0
  643. package/Dev/i18n/en/Symfony/skills/coding-standards/REFERENCE.md +402 -0
  644. package/Dev/i18n/en/Symfony/skills/coding-standards/SKILL.md +10 -0
  645. package/Dev/i18n/en/Symfony/skills/cqrs/REFERENCE.md +426 -0
  646. package/Dev/i18n/en/Symfony/skills/cqrs/SKILL.md +10 -0
  647. package/Dev/i18n/en/Symfony/skills/ddd-patterns/REFERENCE.md +1220 -0
  648. package/Dev/i18n/en/Symfony/skills/ddd-patterns/SKILL.md +10 -0
  649. package/Dev/i18n/en/Symfony/skills/docker-hadolint/REFERENCE.md +767 -0
  650. package/Dev/i18n/en/Symfony/skills/docker-hadolint/SKILL.md +10 -0
  651. package/Dev/i18n/en/Symfony/skills/doctrine-extensions/REFERENCE.md +927 -0
  652. package/Dev/i18n/en/Symfony/skills/doctrine-extensions/SKILL.md +10 -0
  653. package/Dev/i18n/en/Symfony/skills/domain-events/REFERENCE.md +129 -0
  654. package/Dev/i18n/en/Symfony/skills/domain-events/SKILL.md +10 -0
  655. package/Dev/i18n/en/Symfony/skills/i18n/REFERENCE.md +185 -0
  656. package/Dev/i18n/en/Symfony/skills/i18n/SKILL.md +10 -0
  657. package/Dev/i18n/en/Symfony/skills/multitenant/REFERENCE.md +432 -0
  658. package/Dev/i18n/en/Symfony/skills/multitenant/SKILL.md +10 -0
  659. package/Dev/i18n/en/Symfony/skills/performance/REFERENCE.md +888 -0
  660. package/Dev/i18n/en/Symfony/skills/performance/SKILL.md +10 -0
  661. package/Dev/i18n/en/Symfony/skills/quality-tools/REFERENCE.md +982 -0
  662. package/Dev/i18n/en/Symfony/skills/quality-tools/SKILL.md +10 -0
  663. package/Dev/i18n/en/Symfony/skills/security-symfony/REFERENCE.md +1055 -0
  664. package/Dev/i18n/en/Symfony/skills/security-symfony/SKILL.md +10 -0
  665. package/Dev/i18n/en/Symfony/skills/testing-symfony/REFERENCE.md +1121 -0
  666. package/Dev/i18n/en/Symfony/skills/testing-symfony/SKILL.md +10 -0
  667. package/Dev/i18n/en/Symfony/skills/value-objects/REFERENCE.md +536 -0
  668. package/Dev/i18n/en/Symfony/skills/value-objects/SKILL.md +10 -0
  669. package/Dev/i18n/en/Symfony/templates/README.md +279 -0
  670. package/Dev/i18n/en/Symfony/templates/aggregate-examples.md +1128 -0
  671. package/Dev/i18n/en/Symfony/templates/aggregate-root.md +860 -0
  672. package/Dev/i18n/en/Symfony/templates/analysis.md +323 -0
  673. package/Dev/i18n/en/Symfony/templates/clean-architecture-structure.md +645 -0
  674. package/Dev/i18n/en/Symfony/templates/domain-event-examples.md +1091 -0
  675. package/Dev/i18n/en/Symfony/templates/domain-event.md +681 -0
  676. package/Dev/i18n/en/Symfony/templates/service.md +527 -0
  677. package/Dev/i18n/en/Symfony/templates/template.md +237 -0
  678. package/Dev/i18n/en/Symfony/templates/test-behat.md +674 -0
  679. package/Dev/i18n/en/Symfony/templates/test-integration.md +698 -0
  680. package/Dev/i18n/en/Symfony/templates/test-unit.md +735 -0
  681. package/Dev/i18n/en/Symfony/templates/value-object-examples.md +1129 -0
  682. package/Dev/i18n/en/Symfony/templates/value-object.md +534 -0
  683. package/Dev/i18n/es/Common/agents/accessibility-expert.md +230 -0
  684. package/Dev/i18n/es/Common/agents/api-designer.md +396 -0
  685. package/Dev/i18n/es/Common/agents/database-architect.md +263 -0
  686. package/Dev/i18n/es/Common/agents/devops-engineer.md +207 -0
  687. package/Dev/i18n/es/Common/agents/performance-auditor.md +375 -0
  688. package/Dev/i18n/es/Common/agents/refactoring-specialist.md +303 -0
  689. package/Dev/i18n/es/Common/agents/research-assistant.md +320 -0
  690. package/Dev/i18n/es/Common/agents/tdd-coach.md +230 -0
  691. package/Dev/i18n/es/Common/agents/ui-designer.md +192 -0
  692. package/Dev/i18n/es/Common/agents/uiux-orchestrator.md +122 -0
  693. package/Dev/i18n/es/Common/agents/ux-ergonome.md +187 -0
  694. package/Dev/i18n/es/Common/agents/workflow-orchestrator.md +225 -0
  695. package/Dev/i18n/es/Common/checklists/code-review.md +153 -0
  696. package/Dev/i18n/es/Common/checklists/definition-of-done.md +104 -0
  697. package/Dev/i18n/es/Common/checklists/release.md +176 -0
  698. package/Dev/i18n/es/Common/checklists/security-review.md +167 -0
  699. package/Dev/i18n/es/Common/commands/a11y-audit.md +98 -0
  700. package/Dev/i18n/es/Common/commands/a11y-component.md +138 -0
  701. package/Dev/i18n/es/Common/commands/architecture-decision.md +366 -0
  702. package/Dev/i18n/es/Common/commands/daily-standup.md +216 -0
  703. package/Dev/i18n/es/Common/commands/docker-optimize.md +392 -0
  704. package/Dev/i18n/es/Common/commands/fix-bug-tdd.md +383 -0
  705. package/Dev/i18n/es/Common/commands/full-audit.md +191 -0
  706. package/Dev/i18n/es/Common/commands/generate-changelog.md +237 -0
  707. package/Dev/i18n/es/Common/commands/pre-commit-check.md +205 -0
  708. package/Dev/i18n/es/Common/commands/pre-merge-check.md +237 -0
  709. package/Dev/i18n/es/Common/commands/release-checklist.md +245 -0
  710. package/Dev/i18n/es/Common/commands/research-context7.md +253 -0
  711. package/Dev/i18n/es/Common/commands/setup-ci.md +522 -0
  712. package/Dev/i18n/es/Common/commands/sprint-retro.md +50 -0
  713. package/Dev/i18n/es/Common/commands/sprint-review.md +42 -0
  714. package/Dev/i18n/es/Common/commands/sprint-start.md +56 -0
  715. package/Dev/i18n/es/Common/commands/ui-design-tokens.md +118 -0
  716. package/Dev/i18n/es/Common/commands/uiux-audit.md +189 -0
  717. package/Dev/i18n/es/Common/commands/uiux-component-spec.md +264 -0
  718. package/Dev/i18n/es/Common/commands/uiux-orchestrator.md +98 -0
  719. package/Dev/i18n/es/Common/commands/ux-user-flow.md +109 -0
  720. package/Dev/i18n/es/Common/commands/workflow-analyze.md +204 -0
  721. package/Dev/i18n/es/Common/commands/workflow-design.md +275 -0
  722. package/Dev/i18n/es/Common/commands/workflow-implement.md +241 -0
  723. package/Dev/i18n/es/Common/commands/workflow-init.md +257 -0
  724. package/Dev/i18n/es/Common/commands/workflow-plan.md +224 -0
  725. package/Dev/i18n/es/Common/commands/workflow-status.md +292 -0
  726. package/Dev/i18n/es/Common/hooks/HOOKS-QUICKSTART.md +46 -0
  727. package/Dev/i18n/es/Common/hooks/scripts/block-dangerous-commands.sh +45 -0
  728. package/Dev/i18n/es/Common/hooks/scripts/notify-slack.sh +38 -0
  729. package/Dev/i18n/es/Common/hooks/scripts/post-edit-lint.sh +58 -0
  730. package/Dev/i18n/es/Common/hooks/scripts/pre-commit-check.sh +72 -0
  731. package/Dev/i18n/es/Common/hooks/scripts/quality-gate.sh +98 -0
  732. package/Dev/i18n/es/Common/hooks/scripts/session-init.sh +77 -0
  733. package/Dev/i18n/es/Common/hooks/templates/settings-hooks.json +75 -0
  734. package/Dev/i18n/es/Common/mcp/MCP-QUICKSTART.md +79 -0
  735. package/Dev/i18n/es/Common/mcp/templates/context7.mcp.json +9 -0
  736. package/Dev/i18n/es/Common/mcp/templates/full-stack.mcp.json +27 -0
  737. package/Dev/i18n/es/Common/mcp/templates/github.mcp.json +12 -0
  738. package/Dev/i18n/es/Common/mcp/templates/postgres.mcp.json +12 -0
  739. package/Dev/i18n/es/Common/mcp/templates/slack.mcp.json +13 -0
  740. package/Dev/i18n/es/Common/rules/00-project-context.md.template +118 -0
  741. package/Dev/i18n/es/Common/rules/01-workflow-analysis.md +226 -0
  742. package/Dev/i18n/es/Common/rules/04-solid-principles.md +396 -0
  743. package/Dev/i18n/es/Common/rules/05-kiss-dry-yagni.md +417 -0
  744. package/Dev/i18n/es/Common/rules/07-testing.md +463 -0
  745. package/Dev/i18n/es/Common/rules/09-git-workflow.md +541 -0
  746. package/Dev/i18n/es/Common/rules/10-documentation.md +555 -0
  747. package/Dev/i18n/es/Common/rules/11-security.md +540 -0
  748. package/Dev/i18n/es/Common/skills/documentation/REFERENCE.md +555 -0
  749. package/Dev/i18n/es/Common/skills/documentation/SKILL.md +10 -0
  750. package/Dev/i18n/es/Common/skills/git-workflow/REFERENCE.md +541 -0
  751. package/Dev/i18n/es/Common/skills/git-workflow/SKILL.md +10 -0
  752. package/Dev/i18n/es/Common/skills/kiss-dry-yagni/REFERENCE.md +417 -0
  753. package/Dev/i18n/es/Common/skills/kiss-dry-yagni/SKILL.md +10 -0
  754. package/Dev/i18n/es/Common/skills/security/REFERENCE.md +540 -0
  755. package/Dev/i18n/es/Common/skills/security/SKILL.md +10 -0
  756. package/Dev/i18n/es/Common/skills/solid-principles/REFERENCE.md +396 -0
  757. package/Dev/i18n/es/Common/skills/solid-principles/SKILL.md +10 -0
  758. package/Dev/i18n/es/Common/skills/testing/REFERENCE.md +463 -0
  759. package/Dev/i18n/es/Common/skills/testing/SKILL.md +10 -0
  760. package/Dev/i18n/es/Common/skills/workflow-analysis/REFERENCE.md +226 -0
  761. package/Dev/i18n/es/Common/skills/workflow-analysis/SKILL.md +10 -0
  762. package/Dev/i18n/es/Common/templates/CLAUDE.md.template +58 -0
  763. package/Dev/i18n/es/Common/templates/bug-report.md +46 -0
  764. package/Dev/i18n/es/Common/templates/feature-request.md +47 -0
  765. package/Dev/i18n/es/Common/templates/pull-request-template.md +59 -0
  766. package/Dev/i18n/es/Common/templates/settings.json.template +55 -0
  767. package/Dev/i18n/es/Common/templates/settings.local.json.template +10 -0
  768. package/Dev/i18n/es/Flutter/CLAUDE.md.template +447 -0
  769. package/Dev/i18n/es/Flutter/INDEX.md +392 -0
  770. package/Dev/i18n/es/Flutter/README.md +330 -0
  771. package/Dev/i18n/es/Flutter/STRUCTURE.md +289 -0
  772. package/Dev/i18n/es/Flutter/SUMMARY.md +348 -0
  773. package/Dev/i18n/es/Flutter/TRANSLATION_STATUS.md +99 -0
  774. package/Dev/i18n/es/Flutter/agents/flutter-reviewer.md +590 -0
  775. package/Dev/i18n/es/Flutter/checklists/new-feature.md +55 -0
  776. package/Dev/i18n/es/Flutter/checklists/pre-commit.md +52 -0
  777. package/Dev/i18n/es/Flutter/checklists/refactoring.md +30 -0
  778. package/Dev/i18n/es/Flutter/checklists/security.md +47 -0
  779. package/Dev/i18n/es/Flutter/commands/analyze-performance.md +357 -0
  780. package/Dev/i18n/es/Flutter/commands/check-architecture.md +92 -0
  781. package/Dev/i18n/es/Flutter/commands/check-code-quality.md +120 -0
  782. package/Dev/i18n/es/Flutter/commands/check-compliance.md +350 -0
  783. package/Dev/i18n/es/Flutter/commands/check-security.md +180 -0
  784. package/Dev/i18n/es/Flutter/commands/check-testing.md +140 -0
  785. package/Dev/i18n/es/Flutter/commands/generate-feature.md +540 -0
  786. package/Dev/i18n/es/Flutter/commands/generate-widget.md +557 -0
  787. package/Dev/i18n/es/Flutter/commands/golden-update.md +357 -0
  788. package/Dev/i18n/es/Flutter/commands/localization-check.md +316 -0
  789. package/Dev/i18n/es/Flutter/rules/00-project-context.md.template +511 -0
  790. package/Dev/i18n/es/Flutter/rules/02-architecture.md +455 -0
  791. package/Dev/i18n/es/Flutter/rules/03-coding-standards.md +247 -0
  792. package/Dev/i18n/es/Flutter/rules/06-tooling.md +542 -0
  793. package/Dev/i18n/es/Flutter/rules/07-testing-flutter.md +0 -0
  794. package/Dev/i18n/es/Flutter/rules/08-quality-tools.md +239 -0
  795. package/Dev/i18n/es/Flutter/rules/11-security-flutter.md +247 -0
  796. package/Dev/i18n/es/Flutter/rules/12-performance.md +230 -0
  797. package/Dev/i18n/es/Flutter/rules/13-state-management.md +0 -0
  798. package/Dev/i18n/es/Flutter/skills/architecture/REFERENCE.md +455 -0
  799. package/Dev/i18n/es/Flutter/skills/architecture/SKILL.md +10 -0
  800. package/Dev/i18n/es/Flutter/skills/coding-standards/REFERENCE.md +247 -0
  801. package/Dev/i18n/es/Flutter/skills/coding-standards/SKILL.md +10 -0
  802. package/Dev/i18n/es/Flutter/skills/performance/REFERENCE.md +230 -0
  803. package/Dev/i18n/es/Flutter/skills/performance/SKILL.md +10 -0
  804. package/Dev/i18n/es/Flutter/skills/quality-tools/REFERENCE.md +239 -0
  805. package/Dev/i18n/es/Flutter/skills/quality-tools/SKILL.md +10 -0
  806. package/Dev/i18n/es/Flutter/skills/security-flutter/REFERENCE.md +247 -0
  807. package/Dev/i18n/es/Flutter/skills/security-flutter/SKILL.md +10 -0
  808. package/Dev/i18n/es/Flutter/skills/state-management/REFERENCE.md +0 -0
  809. package/Dev/i18n/es/Flutter/skills/state-management/SKILL.md +10 -0
  810. package/Dev/i18n/es/Flutter/skills/testing-flutter/REFERENCE.md +0 -0
  811. package/Dev/i18n/es/Flutter/skills/testing-flutter/SKILL.md +10 -0
  812. package/Dev/i18n/es/Flutter/skills/tooling/REFERENCE.md +542 -0
  813. package/Dev/i18n/es/Flutter/skills/tooling/SKILL.md +10 -0
  814. package/Dev/i18n/es/Flutter/templates/bloc.md +118 -0
  815. package/Dev/i18n/es/Flutter/templates/repository.md +113 -0
  816. package/Dev/i18n/es/Flutter/templates/test-unit.md +67 -0
  817. package/Dev/i18n/es/Flutter/templates/test-widget.md +71 -0
  818. package/Dev/i18n/es/Flutter/templates/widget.md +119 -0
  819. package/Dev/i18n/es/Python/CLAUDE.md.template +442 -0
  820. package/Dev/i18n/es/Python/README.md +369 -0
  821. package/Dev/i18n/es/Python/SUMMARY.md +352 -0
  822. package/Dev/i18n/es/Python/agents/python-reviewer.md +118 -0
  823. package/Dev/i18n/es/Python/checklists/new-feature.md +423 -0
  824. package/Dev/i18n/es/Python/checklists/pre-commit.md +358 -0
  825. package/Dev/i18n/es/Python/commands/async-check.md +84 -0
  826. package/Dev/i18n/es/Python/commands/check-architecture.md +138 -0
  827. package/Dev/i18n/es/Python/commands/check-code-quality.md +174 -0
  828. package/Dev/i18n/es/Python/commands/check-compliance.md +199 -0
  829. package/Dev/i18n/es/Python/commands/check-security.md +207 -0
  830. package/Dev/i18n/es/Python/commands/check-testing.md +184 -0
  831. package/Dev/i18n/es/Python/commands/dependency-audit.md +198 -0
  832. package/Dev/i18n/es/Python/commands/generate-endpoint.md +90 -0
  833. package/Dev/i18n/es/Python/commands/generate-model.md +96 -0
  834. package/Dev/i18n/es/Python/commands/type-coverage.md +119 -0
  835. package/Dev/i18n/es/Python/examples/Makefile.example +435 -0
  836. package/Dev/i18n/es/Python/rules/00-project-context.md.template +190 -0
  837. package/Dev/i18n/es/Python/rules/02-architecture.md +445 -0
  838. package/Dev/i18n/es/Python/rules/03-coding-standards.md +572 -0
  839. package/Dev/i18n/es/Python/rules/06-tooling.md +351 -0
  840. package/Dev/i18n/es/Python/rules/07-testing-python.md +387 -0
  841. package/Dev/i18n/es/Python/skills/architecture/REFERENCE.md +445 -0
  842. package/Dev/i18n/es/Python/skills/architecture/SKILL.md +10 -0
  843. package/Dev/i18n/es/Python/skills/coding-standards/REFERENCE.md +572 -0
  844. package/Dev/i18n/es/Python/skills/coding-standards/SKILL.md +10 -0
  845. package/Dev/i18n/es/Python/skills/testing-python/REFERENCE.md +387 -0
  846. package/Dev/i18n/es/Python/skills/testing-python/SKILL.md +10 -0
  847. package/Dev/i18n/es/Python/skills/tooling/REFERENCE.md +351 -0
  848. package/Dev/i18n/es/Python/skills/tooling/SKILL.md +10 -0
  849. package/Dev/i18n/es/Python/templates/repository.md +120 -0
  850. package/Dev/i18n/es/Python/templates/service.md +125 -0
  851. package/Dev/i18n/es/React/CLAUDE.md.template +530 -0
  852. package/Dev/i18n/es/React/README.md +295 -0
  853. package/Dev/i18n/es/React/agents/react-reviewer.md +355 -0
  854. package/Dev/i18n/es/React/checklists/new-feature.md +296 -0
  855. package/Dev/i18n/es/React/checklists/pre-commit.md +250 -0
  856. package/Dev/i18n/es/React/commands/accessibility-check.md +345 -0
  857. package/Dev/i18n/es/React/commands/bundle-analyze.md +441 -0
  858. package/Dev/i18n/es/React/commands/check-architecture.md +452 -0
  859. package/Dev/i18n/es/React/commands/check-code-quality.md +466 -0
  860. package/Dev/i18n/es/React/commands/check-compliance.md +447 -0
  861. package/Dev/i18n/es/React/commands/check-security.md +353 -0
  862. package/Dev/i18n/es/React/commands/check-testing.md +394 -0
  863. package/Dev/i18n/es/React/commands/generate-component.md +402 -0
  864. package/Dev/i18n/es/React/commands/generate-hook.md +505 -0
  865. package/Dev/i18n/es/React/commands/storybook-story.md +522 -0
  866. package/Dev/i18n/es/React/rules/00-project-context.md.template +223 -0
  867. package/Dev/i18n/es/React/rules/02-architecture.md +583 -0
  868. package/Dev/i18n/es/React/rules/03-coding-standards.md +716 -0
  869. package/Dev/i18n/es/React/rules/06-tooling.md +777 -0
  870. package/Dev/i18n/es/React/rules/07-testing-react.md +999 -0
  871. package/Dev/i18n/es/React/rules/08-quality-tools.md +758 -0
  872. package/Dev/i18n/es/React/rules/11-security-react.md +793 -0
  873. package/Dev/i18n/es/React/skills/architecture/REFERENCE.md +583 -0
  874. package/Dev/i18n/es/React/skills/architecture/SKILL.md +10 -0
  875. package/Dev/i18n/es/React/skills/coding-standards/REFERENCE.md +716 -0
  876. package/Dev/i18n/es/React/skills/coding-standards/SKILL.md +10 -0
  877. package/Dev/i18n/es/React/skills/quality-tools/REFERENCE.md +758 -0
  878. package/Dev/i18n/es/React/skills/quality-tools/SKILL.md +10 -0
  879. package/Dev/i18n/es/React/skills/security-react/REFERENCE.md +793 -0
  880. package/Dev/i18n/es/React/skills/security-react/SKILL.md +10 -0
  881. package/Dev/i18n/es/React/skills/testing-react/REFERENCE.md +999 -0
  882. package/Dev/i18n/es/React/skills/testing-react/SKILL.md +10 -0
  883. package/Dev/i18n/es/React/skills/tooling/REFERENCE.md +777 -0
  884. package/Dev/i18n/es/React/skills/tooling/SKILL.md +10 -0
  885. package/Dev/i18n/es/React/templates/component.md +283 -0
  886. package/Dev/i18n/es/React/templates/hook.md +393 -0
  887. package/Dev/i18n/es/ReactNative/CLAUDE.md.template +543 -0
  888. package/Dev/i18n/es/ReactNative/FILES.md +144 -0
  889. package/Dev/i18n/es/ReactNative/INSTALLATION.md +407 -0
  890. package/Dev/i18n/es/ReactNative/README.md +437 -0
  891. package/Dev/i18n/es/ReactNative/SUMMARY.md +599 -0
  892. package/Dev/i18n/es/ReactNative/agents/reactnative-reviewer.md +380 -0
  893. package/Dev/i18n/es/ReactNative/checklists/new-feature.md +223 -0
  894. package/Dev/i18n/es/ReactNative/checklists/pre-commit.md +100 -0
  895. package/Dev/i18n/es/ReactNative/checklists/refactoring.md +303 -0
  896. package/Dev/i18n/es/ReactNative/checklists/security.md +380 -0
  897. package/Dev/i18n/es/ReactNative/commands/app-size.md +465 -0
  898. package/Dev/i18n/es/ReactNative/commands/check-architecture.md +220 -0
  899. package/Dev/i18n/es/ReactNative/commands/check-code-quality.md +287 -0
  900. package/Dev/i18n/es/ReactNative/commands/check-compliance.md +235 -0
  901. package/Dev/i18n/es/ReactNative/commands/check-security.md +177 -0
  902. package/Dev/i18n/es/ReactNative/commands/check-testing.md +258 -0
  903. package/Dev/i18n/es/ReactNative/commands/deep-link.md +132 -0
  904. package/Dev/i18n/es/ReactNative/commands/generate-screen.md +157 -0
  905. package/Dev/i18n/es/ReactNative/commands/native-module.md +249 -0
  906. package/Dev/i18n/es/ReactNative/commands/store-prepare.md +254 -0
  907. package/Dev/i18n/es/ReactNative/rules/00-project-context.md.template +425 -0
  908. package/Dev/i18n/es/ReactNative/rules/02-architecture.md +1253 -0
  909. package/Dev/i18n/es/ReactNative/rules/03-coding-standards.md +1230 -0
  910. package/Dev/i18n/es/ReactNative/rules/06-tooling.md +281 -0
  911. package/Dev/i18n/es/ReactNative/rules/07-testing-reactnative.md +386 -0
  912. package/Dev/i18n/es/ReactNative/rules/08-quality-tools.md +122 -0
  913. package/Dev/i18n/es/ReactNative/rules/11-security-reactnative.md +719 -0
  914. package/Dev/i18n/es/ReactNative/rules/12-performance.md +727 -0
  915. package/Dev/i18n/es/ReactNative/rules/13-state-management.md +607 -0
  916. package/Dev/i18n/es/ReactNative/rules/14-navigation.md +601 -0
  917. package/Dev/i18n/es/ReactNative/skills/architecture/REFERENCE.md +1253 -0
  918. package/Dev/i18n/es/ReactNative/skills/architecture/SKILL.md +10 -0
  919. package/Dev/i18n/es/ReactNative/skills/coding-standards/REFERENCE.md +1230 -0
  920. package/Dev/i18n/es/ReactNative/skills/coding-standards/SKILL.md +10 -0
  921. package/Dev/i18n/es/ReactNative/skills/navigation/REFERENCE.md +601 -0
  922. package/Dev/i18n/es/ReactNative/skills/navigation/SKILL.md +10 -0
  923. package/Dev/i18n/es/ReactNative/skills/performance/REFERENCE.md +727 -0
  924. package/Dev/i18n/es/ReactNative/skills/performance/SKILL.md +10 -0
  925. package/Dev/i18n/es/ReactNative/skills/quality-tools/REFERENCE.md +122 -0
  926. package/Dev/i18n/es/ReactNative/skills/quality-tools/SKILL.md +10 -0
  927. package/Dev/i18n/es/ReactNative/skills/security-reactnative/REFERENCE.md +719 -0
  928. package/Dev/i18n/es/ReactNative/skills/security-reactnative/SKILL.md +10 -0
  929. package/Dev/i18n/es/ReactNative/skills/state-management/REFERENCE.md +607 -0
  930. package/Dev/i18n/es/ReactNative/skills/state-management/SKILL.md +10 -0
  931. package/Dev/i18n/es/ReactNative/skills/testing-reactnative/REFERENCE.md +386 -0
  932. package/Dev/i18n/es/ReactNative/skills/testing-reactnative/SKILL.md +10 -0
  933. package/Dev/i18n/es/ReactNative/skills/tooling/REFERENCE.md +281 -0
  934. package/Dev/i18n/es/ReactNative/skills/tooling/SKILL.md +10 -0
  935. package/Dev/i18n/es/ReactNative/templates/component.md +170 -0
  936. package/Dev/i18n/es/ReactNative/templates/hook.md +204 -0
  937. package/Dev/i18n/es/ReactNative/templates/screen.md +159 -0
  938. package/Dev/i18n/es/ReactNative/templates/test-component.md +225 -0
  939. package/Dev/i18n/es/Symfony/CLAUDE.md.template +238 -0
  940. package/Dev/i18n/es/Symfony/adr/README.md +230 -0
  941. package/Dev/i18n/es/Symfony/adr/template.md +237 -0
  942. package/Dev/i18n/es/Symfony/agents/symfony-reviewer.md +406 -0
  943. package/Dev/i18n/es/Symfony/checklists/README.md +429 -0
  944. package/Dev/i18n/es/Symfony/checklists/new-feature.md +765 -0
  945. package/Dev/i18n/es/Symfony/checklists/pre-commit.md +527 -0
  946. package/Dev/i18n/es/Symfony/checklists/refactoring.md +975 -0
  947. package/Dev/i18n/es/Symfony/checklists/security-rgpd.md +920 -0
  948. package/Dev/i18n/es/Symfony/commands/api-endpoint.md +476 -0
  949. package/Dev/i18n/es/Symfony/commands/check-architecture.md +237 -0
  950. package/Dev/i18n/es/Symfony/commands/check-code-quality.md +327 -0
  951. package/Dev/i18n/es/Symfony/commands/check-compliance.md +177 -0
  952. package/Dev/i18n/es/Symfony/commands/check-security.md +138 -0
  953. package/Dev/i18n/es/Symfony/commands/check-testing.md +246 -0
  954. package/Dev/i18n/es/Symfony/commands/generate-command.md +350 -0
  955. package/Dev/i18n/es/Symfony/commands/generate-crud.md +127 -0
  956. package/Dev/i18n/es/Symfony/commands/migration-plan.md +114 -0
  957. package/Dev/i18n/es/Symfony/commands/optimize-doctrine.md +100 -0
  958. package/Dev/i18n/es/Symfony/examples/aggregate-examples.md +1128 -0
  959. package/Dev/i18n/es/Symfony/examples/clean-architecture-structure.md +645 -0
  960. package/Dev/i18n/es/Symfony/examples/domain-event-examples.md +1091 -0
  961. package/Dev/i18n/es/Symfony/examples/value-object-examples.md +1129 -0
  962. package/Dev/i18n/es/Symfony/rules/00-project-context.md.template +118 -0
  963. package/Dev/i18n/es/Symfony/rules/02-architecture-clean-ddd.md +270 -0
  964. package/Dev/i18n/es/Symfony/rules/03-coding-standards.md +402 -0
  965. package/Dev/i18n/es/Symfony/rules/06-docker-hadolint.md +265 -0
  966. package/Dev/i18n/es/Symfony/rules/07-testing-symfony.md +370 -0
  967. package/Dev/i18n/es/Symfony/rules/08-quality-tools.md +982 -0
  968. package/Dev/i18n/es/Symfony/rules/11-security-symfony.md +1055 -0
  969. package/Dev/i18n/es/Symfony/rules/12-performance.md +888 -0
  970. package/Dev/i18n/es/Symfony/rules/13-ddd-patterns.md +1220 -0
  971. package/Dev/i18n/es/Symfony/rules/14-multitenant.md +432 -0
  972. package/Dev/i18n/es/Symfony/rules/15-doctrine-extensions.md +927 -0
  973. package/Dev/i18n/es/Symfony/rules/16-i18n.md +185 -0
  974. package/Dev/i18n/es/Symfony/rules/17-async.md +190 -0
  975. package/Dev/i18n/es/Symfony/rules/18-value-objects.md +536 -0
  976. package/Dev/i18n/es/Symfony/rules/19-aggregates.md +115 -0
  977. package/Dev/i18n/es/Symfony/rules/20-domain-events.md +129 -0
  978. package/Dev/i18n/es/Symfony/rules/21-cqrs.md +426 -0
  979. package/Dev/i18n/es/Symfony/skills/aggregates/REFERENCE.md +115 -0
  980. package/Dev/i18n/es/Symfony/skills/aggregates/SKILL.md +10 -0
  981. package/Dev/i18n/es/Symfony/skills/architecture-clean-ddd/REFERENCE.md +270 -0
  982. package/Dev/i18n/es/Symfony/skills/architecture-clean-ddd/SKILL.md +10 -0
  983. package/Dev/i18n/es/Symfony/skills/async/REFERENCE.md +190 -0
  984. package/Dev/i18n/es/Symfony/skills/async/SKILL.md +10 -0
  985. package/Dev/i18n/es/Symfony/skills/coding-standards/REFERENCE.md +402 -0
  986. package/Dev/i18n/es/Symfony/skills/coding-standards/SKILL.md +10 -0
  987. package/Dev/i18n/es/Symfony/skills/cqrs/REFERENCE.md +426 -0
  988. package/Dev/i18n/es/Symfony/skills/cqrs/SKILL.md +10 -0
  989. package/Dev/i18n/es/Symfony/skills/ddd-patterns/REFERENCE.md +1220 -0
  990. package/Dev/i18n/es/Symfony/skills/ddd-patterns/SKILL.md +10 -0
  991. package/Dev/i18n/es/Symfony/skills/docker-hadolint/REFERENCE.md +265 -0
  992. package/Dev/i18n/es/Symfony/skills/docker-hadolint/SKILL.md +10 -0
  993. package/Dev/i18n/es/Symfony/skills/doctrine-extensions/REFERENCE.md +927 -0
  994. package/Dev/i18n/es/Symfony/skills/doctrine-extensions/SKILL.md +10 -0
  995. package/Dev/i18n/es/Symfony/skills/domain-events/REFERENCE.md +129 -0
  996. package/Dev/i18n/es/Symfony/skills/domain-events/SKILL.md +10 -0
  997. package/Dev/i18n/es/Symfony/skills/i18n/REFERENCE.md +185 -0
  998. package/Dev/i18n/es/Symfony/skills/i18n/SKILL.md +10 -0
  999. package/Dev/i18n/es/Symfony/skills/multitenant/REFERENCE.md +432 -0
  1000. package/Dev/i18n/es/Symfony/skills/multitenant/SKILL.md +10 -0
  1001. package/Dev/i18n/es/Symfony/skills/performance/REFERENCE.md +888 -0
  1002. package/Dev/i18n/es/Symfony/skills/performance/SKILL.md +10 -0
  1003. package/Dev/i18n/es/Symfony/skills/quality-tools/REFERENCE.md +982 -0
  1004. package/Dev/i18n/es/Symfony/skills/quality-tools/SKILL.md +10 -0
  1005. package/Dev/i18n/es/Symfony/skills/security-symfony/REFERENCE.md +1055 -0
  1006. package/Dev/i18n/es/Symfony/skills/security-symfony/SKILL.md +10 -0
  1007. package/Dev/i18n/es/Symfony/skills/testing-symfony/REFERENCE.md +370 -0
  1008. package/Dev/i18n/es/Symfony/skills/testing-symfony/SKILL.md +10 -0
  1009. package/Dev/i18n/es/Symfony/skills/value-objects/REFERENCE.md +536 -0
  1010. package/Dev/i18n/es/Symfony/skills/value-objects/SKILL.md +10 -0
  1011. package/Dev/i18n/es/Symfony/templates/README.md +279 -0
  1012. package/Dev/i18n/es/Symfony/templates/aggregate-examples.md +1128 -0
  1013. package/Dev/i18n/es/Symfony/templates/aggregate-root.md +226 -0
  1014. package/Dev/i18n/es/Symfony/templates/analysis.md +323 -0
  1015. package/Dev/i18n/es/Symfony/templates/clean-architecture-structure.md +226 -0
  1016. package/Dev/i18n/es/Symfony/templates/domain-event-examples.md +375 -0
  1017. package/Dev/i18n/es/Symfony/templates/domain-event.md +95 -0
  1018. package/Dev/i18n/es/Symfony/templates/service.md +123 -0
  1019. package/Dev/i18n/es/Symfony/templates/template.md +223 -0
  1020. package/Dev/i18n/es/Symfony/templates/test-behat.md +191 -0
  1021. package/Dev/i18n/es/Symfony/templates/test-integration.md +124 -0
  1022. package/Dev/i18n/es/Symfony/templates/test-unit.md +138 -0
  1023. package/Dev/i18n/es/Symfony/templates/value-object-examples.md +626 -0
  1024. package/Dev/i18n/es/Symfony/templates/value-object.md +136 -0
  1025. package/Dev/i18n/fr/Common/agents/accessibility-expert.md +230 -0
  1026. package/Dev/i18n/fr/Common/agents/api-designer.md +396 -0
  1027. package/Dev/i18n/fr/Common/agents/database-architect.md +263 -0
  1028. package/Dev/i18n/fr/Common/agents/devops-engineer.md +207 -0
  1029. package/Dev/i18n/fr/Common/agents/performance-auditor.md +375 -0
  1030. package/Dev/i18n/fr/Common/agents/refactoring-specialist.md +303 -0
  1031. package/Dev/i18n/fr/Common/agents/research-assistant.md +256 -0
  1032. package/Dev/i18n/fr/Common/agents/tdd-coach.md +230 -0
  1033. package/Dev/i18n/fr/Common/agents/ui-designer.md +192 -0
  1034. package/Dev/i18n/fr/Common/agents/uiux-orchestrator.md +143 -0
  1035. package/Dev/i18n/fr/Common/agents/ux-ergonome.md +187 -0
  1036. package/Dev/i18n/fr/Common/agents/workflow-orchestrator.md +225 -0
  1037. package/Dev/i18n/fr/Common/checklists/code-review.md +153 -0
  1038. package/Dev/i18n/fr/Common/checklists/definition-of-done.md +104 -0
  1039. package/Dev/i18n/fr/Common/checklists/release.md +176 -0
  1040. package/Dev/i18n/fr/Common/checklists/security-review.md +167 -0
  1041. package/Dev/i18n/fr/Common/commands/a11y-audit.md +282 -0
  1042. package/Dev/i18n/fr/Common/commands/a11y-component.md +396 -0
  1043. package/Dev/i18n/fr/Common/commands/architecture-decision.md +366 -0
  1044. package/Dev/i18n/fr/Common/commands/daily-standup.md +216 -0
  1045. package/Dev/i18n/fr/Common/commands/docker-optimize.md +392 -0
  1046. package/Dev/i18n/fr/Common/commands/fix-bug-tdd.md +383 -0
  1047. package/Dev/i18n/fr/Common/commands/full-audit.md +191 -0
  1048. package/Dev/i18n/fr/Common/commands/generate-changelog.md +237 -0
  1049. package/Dev/i18n/fr/Common/commands/pre-commit-check.md +205 -0
  1050. package/Dev/i18n/fr/Common/commands/pre-merge-check.md +237 -0
  1051. package/Dev/i18n/fr/Common/commands/release-checklist.md +245 -0
  1052. package/Dev/i18n/fr/Common/commands/research-context7.md +253 -0
  1053. package/Dev/i18n/fr/Common/commands/setup-ci.md +522 -0
  1054. package/Dev/i18n/fr/Common/commands/sprint-retro.md +329 -0
  1055. package/Dev/i18n/fr/Common/commands/sprint-review.md +313 -0
  1056. package/Dev/i18n/fr/Common/commands/sprint-start.md +285 -0
  1057. package/Dev/i18n/fr/Common/commands/ui-design-tokens.md +282 -0
  1058. package/Dev/i18n/fr/Common/commands/uiux-audit.md +189 -0
  1059. package/Dev/i18n/fr/Common/commands/uiux-component-spec.md +264 -0
  1060. package/Dev/i18n/fr/Common/commands/uiux-orchestrator.md +98 -0
  1061. package/Dev/i18n/fr/Common/commands/ux-user-flow.md +272 -0
  1062. package/Dev/i18n/fr/Common/commands/workflow-analyze.md +204 -0
  1063. package/Dev/i18n/fr/Common/commands/workflow-design.md +275 -0
  1064. package/Dev/i18n/fr/Common/commands/workflow-implement.md +241 -0
  1065. package/Dev/i18n/fr/Common/commands/workflow-init.md +257 -0
  1066. package/Dev/i18n/fr/Common/commands/workflow-plan.md +224 -0
  1067. package/Dev/i18n/fr/Common/commands/workflow-status.md +292 -0
  1068. package/Dev/i18n/fr/Common/hooks/HOOKS-QUICKSTART.md +46 -0
  1069. package/Dev/i18n/fr/Common/hooks/scripts/block-dangerous-commands.sh +45 -0
  1070. package/Dev/i18n/fr/Common/hooks/scripts/notify-slack.sh +38 -0
  1071. package/Dev/i18n/fr/Common/hooks/scripts/post-edit-lint.sh +58 -0
  1072. package/Dev/i18n/fr/Common/hooks/scripts/pre-commit-check.sh +72 -0
  1073. package/Dev/i18n/fr/Common/hooks/scripts/quality-gate.sh +98 -0
  1074. package/Dev/i18n/fr/Common/hooks/scripts/session-init.sh +77 -0
  1075. package/Dev/i18n/fr/Common/hooks/templates/settings-hooks.json +75 -0
  1076. package/Dev/i18n/fr/Common/mcp/MCP-QUICKSTART.md +79 -0
  1077. package/Dev/i18n/fr/Common/mcp/templates/context7.mcp.json +9 -0
  1078. package/Dev/i18n/fr/Common/mcp/templates/full-stack.mcp.json +27 -0
  1079. package/Dev/i18n/fr/Common/mcp/templates/github.mcp.json +12 -0
  1080. package/Dev/i18n/fr/Common/mcp/templates/postgres.mcp.json +12 -0
  1081. package/Dev/i18n/fr/Common/mcp/templates/slack.mcp.json +13 -0
  1082. package/Dev/i18n/fr/Common/rules/00-project-context.md.template +118 -0
  1083. package/Dev/i18n/fr/Common/rules/01-workflow-analysis.md +226 -0
  1084. package/Dev/i18n/fr/Common/rules/04-solid-principles.md +396 -0
  1085. package/Dev/i18n/fr/Common/rules/05-kiss-dry-yagni.md +417 -0
  1086. package/Dev/i18n/fr/Common/rules/07-testing.md +463 -0
  1087. package/Dev/i18n/fr/Common/rules/09-git-workflow.md +541 -0
  1088. package/Dev/i18n/fr/Common/rules/10-documentation.md +555 -0
  1089. package/Dev/i18n/fr/Common/rules/11-security.md +540 -0
  1090. package/Dev/i18n/fr/Common/skills/documentation/REFERENCE.md +555 -0
  1091. package/Dev/i18n/fr/Common/skills/documentation/SKILL.md +10 -0
  1092. package/Dev/i18n/fr/Common/skills/git-workflow/REFERENCE.md +541 -0
  1093. package/Dev/i18n/fr/Common/skills/git-workflow/SKILL.md +10 -0
  1094. package/Dev/i18n/fr/Common/skills/kiss-dry-yagni/REFERENCE.md +417 -0
  1095. package/Dev/i18n/fr/Common/skills/kiss-dry-yagni/SKILL.md +10 -0
  1096. package/Dev/i18n/fr/Common/skills/security/REFERENCE.md +540 -0
  1097. package/Dev/i18n/fr/Common/skills/security/SKILL.md +10 -0
  1098. package/Dev/i18n/fr/Common/skills/solid-principles/REFERENCE.md +396 -0
  1099. package/Dev/i18n/fr/Common/skills/solid-principles/SKILL.md +10 -0
  1100. package/Dev/i18n/fr/Common/skills/testing/REFERENCE.md +463 -0
  1101. package/Dev/i18n/fr/Common/skills/testing/SKILL.md +10 -0
  1102. package/Dev/i18n/fr/Common/skills/workflow-analysis/REFERENCE.md +226 -0
  1103. package/Dev/i18n/fr/Common/skills/workflow-analysis/SKILL.md +10 -0
  1104. package/Dev/i18n/fr/Common/templates/CLAUDE.md.template +58 -0
  1105. package/Dev/i18n/fr/Common/templates/bug-report.md +64 -0
  1106. package/Dev/i18n/fr/Common/templates/feature-request.md +71 -0
  1107. package/Dev/i18n/fr/Common/templates/pull-request-template.md +84 -0
  1108. package/Dev/i18n/fr/Common/templates/settings.json.template +55 -0
  1109. package/Dev/i18n/fr/Common/templates/settings.local.json.template +10 -0
  1110. package/Dev/i18n/fr/Flutter/CLAUDE.md.template +447 -0
  1111. package/Dev/i18n/fr/Flutter/INDEX.md +392 -0
  1112. package/Dev/i18n/fr/Flutter/README.md +330 -0
  1113. package/Dev/i18n/fr/Flutter/STRUCTURE.md +289 -0
  1114. package/Dev/i18n/fr/Flutter/SUMMARY.md +348 -0
  1115. package/Dev/i18n/fr/Flutter/agents/flutter-reviewer.md +590 -0
  1116. package/Dev/i18n/fr/Flutter/checklists/new-feature.md +55 -0
  1117. package/Dev/i18n/fr/Flutter/checklists/pre-commit.md +52 -0
  1118. package/Dev/i18n/fr/Flutter/checklists/refactoring.md +30 -0
  1119. package/Dev/i18n/fr/Flutter/checklists/security.md +47 -0
  1120. package/Dev/i18n/fr/Flutter/commands/analyze-performance.md +357 -0
  1121. package/Dev/i18n/fr/Flutter/commands/check-architecture.md +92 -0
  1122. package/Dev/i18n/fr/Flutter/commands/check-code-quality.md +120 -0
  1123. package/Dev/i18n/fr/Flutter/commands/check-compliance.md +350 -0
  1124. package/Dev/i18n/fr/Flutter/commands/check-security.md +180 -0
  1125. package/Dev/i18n/fr/Flutter/commands/check-testing.md +140 -0
  1126. package/Dev/i18n/fr/Flutter/commands/generate-feature.md +540 -0
  1127. package/Dev/i18n/fr/Flutter/commands/generate-widget.md +557 -0
  1128. package/Dev/i18n/fr/Flutter/commands/golden-update.md +357 -0
  1129. package/Dev/i18n/fr/Flutter/commands/localization-check.md +316 -0
  1130. package/Dev/i18n/fr/Flutter/rules/00-project-context.md.template +511 -0
  1131. package/Dev/i18n/fr/Flutter/rules/02-architecture.md +1763 -0
  1132. package/Dev/i18n/fr/Flutter/rules/03-coding-standards.md +1147 -0
  1133. package/Dev/i18n/fr/Flutter/rules/06-tooling.md +542 -0
  1134. package/Dev/i18n/fr/Flutter/rules/07-testing-flutter.md +692 -0
  1135. package/Dev/i18n/fr/Flutter/rules/08-quality-tools.md +239 -0
  1136. package/Dev/i18n/fr/Flutter/rules/11-security-flutter.md +247 -0
  1137. package/Dev/i18n/fr/Flutter/rules/12-performance.md +230 -0
  1138. package/Dev/i18n/fr/Flutter/rules/13-state-management.md +408 -0
  1139. package/Dev/i18n/fr/Flutter/skills/architecture/REFERENCE.md +1763 -0
  1140. package/Dev/i18n/fr/Flutter/skills/architecture/SKILL.md +10 -0
  1141. package/Dev/i18n/fr/Flutter/skills/coding-standards/REFERENCE.md +1147 -0
  1142. package/Dev/i18n/fr/Flutter/skills/coding-standards/SKILL.md +10 -0
  1143. package/Dev/i18n/fr/Flutter/skills/performance/REFERENCE.md +230 -0
  1144. package/Dev/i18n/fr/Flutter/skills/performance/SKILL.md +10 -0
  1145. package/Dev/i18n/fr/Flutter/skills/quality-tools/REFERENCE.md +239 -0
  1146. package/Dev/i18n/fr/Flutter/skills/quality-tools/SKILL.md +10 -0
  1147. package/Dev/i18n/fr/Flutter/skills/security-flutter/REFERENCE.md +247 -0
  1148. package/Dev/i18n/fr/Flutter/skills/security-flutter/SKILL.md +10 -0
  1149. package/Dev/i18n/fr/Flutter/skills/state-management/REFERENCE.md +408 -0
  1150. package/Dev/i18n/fr/Flutter/skills/state-management/SKILL.md +10 -0
  1151. package/Dev/i18n/fr/Flutter/skills/testing-flutter/REFERENCE.md +692 -0
  1152. package/Dev/i18n/fr/Flutter/skills/testing-flutter/SKILL.md +10 -0
  1153. package/Dev/i18n/fr/Flutter/skills/tooling/REFERENCE.md +542 -0
  1154. package/Dev/i18n/fr/Flutter/skills/tooling/SKILL.md +10 -0
  1155. package/Dev/i18n/fr/Flutter/templates/bloc.md +118 -0
  1156. package/Dev/i18n/fr/Flutter/templates/repository.md +113 -0
  1157. package/Dev/i18n/fr/Flutter/templates/test-unit.md +67 -0
  1158. package/Dev/i18n/fr/Flutter/templates/test-widget.md +71 -0
  1159. package/Dev/i18n/fr/Flutter/templates/widget.md +119 -0
  1160. package/Dev/i18n/fr/Python/CLAUDE.md.template +442 -0
  1161. package/Dev/i18n/fr/Python/README.md +369 -0
  1162. package/Dev/i18n/fr/Python/SUMMARY.md +352 -0
  1163. package/Dev/i18n/fr/Python/agents/python-reviewer.md +396 -0
  1164. package/Dev/i18n/fr/Python/checklists/new-feature.md +423 -0
  1165. package/Dev/i18n/fr/Python/checklists/pre-commit.md +358 -0
  1166. package/Dev/i18n/fr/Python/commands/async-check.md +557 -0
  1167. package/Dev/i18n/fr/Python/commands/check-architecture.md +138 -0
  1168. package/Dev/i18n/fr/Python/commands/check-code-quality.md +174 -0
  1169. package/Dev/i18n/fr/Python/commands/check-compliance.md +357 -0
  1170. package/Dev/i18n/fr/Python/commands/check-security.md +207 -0
  1171. package/Dev/i18n/fr/Python/commands/check-testing.md +184 -0
  1172. package/Dev/i18n/fr/Python/commands/dependency-audit.md +398 -0
  1173. package/Dev/i18n/fr/Python/commands/generate-endpoint.md +538 -0
  1174. package/Dev/i18n/fr/Python/commands/generate-model.md +410 -0
  1175. package/Dev/i18n/fr/Python/commands/type-coverage.md +509 -0
  1176. package/Dev/i18n/fr/Python/examples/Makefile.example +435 -0
  1177. package/Dev/i18n/fr/Python/rules/00-project-context.md.template +190 -0
  1178. package/Dev/i18n/fr/Python/rules/02-architecture.md +1383 -0
  1179. package/Dev/i18n/fr/Python/rules/03-coding-standards.md +934 -0
  1180. package/Dev/i18n/fr/Python/rules/06-tooling.md +730 -0
  1181. package/Dev/i18n/fr/Python/rules/07-testing-python.md +778 -0
  1182. package/Dev/i18n/fr/Python/skills/architecture/REFERENCE.md +1383 -0
  1183. package/Dev/i18n/fr/Python/skills/architecture/SKILL.md +10 -0
  1184. package/Dev/i18n/fr/Python/skills/coding-standards/REFERENCE.md +934 -0
  1185. package/Dev/i18n/fr/Python/skills/coding-standards/SKILL.md +10 -0
  1186. package/Dev/i18n/fr/Python/skills/testing-python/REFERENCE.md +778 -0
  1187. package/Dev/i18n/fr/Python/skills/testing-python/SKILL.md +10 -0
  1188. package/Dev/i18n/fr/Python/skills/tooling/REFERENCE.md +730 -0
  1189. package/Dev/i18n/fr/Python/skills/tooling/SKILL.md +10 -0
  1190. package/Dev/i18n/fr/Python/templates/repository.md +529 -0
  1191. package/Dev/i18n/fr/Python/templates/service.md +365 -0
  1192. package/Dev/i18n/fr/React/CLAUDE.md.template +530 -0
  1193. package/Dev/i18n/fr/React/README.md +295 -0
  1194. package/Dev/i18n/fr/React/agents/react-reviewer.md +355 -0
  1195. package/Dev/i18n/fr/React/checklists/new-feature.md +314 -0
  1196. package/Dev/i18n/fr/React/checklists/pre-commit.md +196 -0
  1197. package/Dev/i18n/fr/React/commands/accessibility-check.md +608 -0
  1198. package/Dev/i18n/fr/React/commands/bundle-analyze.md +474 -0
  1199. package/Dev/i18n/fr/React/commands/check-architecture.md +130 -0
  1200. package/Dev/i18n/fr/React/commands/check-code-quality.md +172 -0
  1201. package/Dev/i18n/fr/React/commands/check-compliance.md +375 -0
  1202. package/Dev/i18n/fr/React/commands/check-security.md +279 -0
  1203. package/Dev/i18n/fr/React/commands/check-testing.md +217 -0
  1204. package/Dev/i18n/fr/React/commands/generate-component.md +607 -0
  1205. package/Dev/i18n/fr/React/commands/generate-hook.md +677 -0
  1206. package/Dev/i18n/fr/React/commands/storybook-story.md +533 -0
  1207. package/Dev/i18n/fr/React/rules/00-project-context.md.template +223 -0
  1208. package/Dev/i18n/fr/React/rules/02-architecture.md +1005 -0
  1209. package/Dev/i18n/fr/React/rules/03-coding-standards.md +995 -0
  1210. package/Dev/i18n/fr/React/rules/06-tooling.md +777 -0
  1211. package/Dev/i18n/fr/React/rules/07-testing-react.md +999 -0
  1212. package/Dev/i18n/fr/React/rules/08-quality-tools.md +758 -0
  1213. package/Dev/i18n/fr/React/rules/11-security-react.md +793 -0
  1214. package/Dev/i18n/fr/React/skills/architecture/REFERENCE.md +1005 -0
  1215. package/Dev/i18n/fr/React/skills/architecture/SKILL.md +10 -0
  1216. package/Dev/i18n/fr/React/skills/coding-standards/REFERENCE.md +995 -0
  1217. package/Dev/i18n/fr/React/skills/coding-standards/SKILL.md +10 -0
  1218. package/Dev/i18n/fr/React/skills/quality-tools/REFERENCE.md +758 -0
  1219. package/Dev/i18n/fr/React/skills/quality-tools/SKILL.md +10 -0
  1220. package/Dev/i18n/fr/React/skills/security-react/REFERENCE.md +793 -0
  1221. package/Dev/i18n/fr/React/skills/security-react/SKILL.md +10 -0
  1222. package/Dev/i18n/fr/React/skills/testing-react/REFERENCE.md +999 -0
  1223. package/Dev/i18n/fr/React/skills/testing-react/SKILL.md +10 -0
  1224. package/Dev/i18n/fr/React/skills/tooling/REFERENCE.md +777 -0
  1225. package/Dev/i18n/fr/React/skills/tooling/SKILL.md +10 -0
  1226. package/Dev/i18n/fr/React/templates/component.md +283 -0
  1227. package/Dev/i18n/fr/React/templates/hook.md +393 -0
  1228. package/Dev/i18n/fr/ReactNative/CLAUDE.md.template +543 -0
  1229. package/Dev/i18n/fr/ReactNative/FILES.md +144 -0
  1230. package/Dev/i18n/fr/ReactNative/INSTALLATION.md +407 -0
  1231. package/Dev/i18n/fr/ReactNative/README.md +437 -0
  1232. package/Dev/i18n/fr/ReactNative/SUMMARY.md +599 -0
  1233. package/Dev/i18n/fr/ReactNative/agents/reactnative-reviewer.md +380 -0
  1234. package/Dev/i18n/fr/ReactNative/checklists/new-feature.md +223 -0
  1235. package/Dev/i18n/fr/ReactNative/checklists/pre-commit.md +100 -0
  1236. package/Dev/i18n/fr/ReactNative/checklists/refactoring.md +303 -0
  1237. package/Dev/i18n/fr/ReactNative/checklists/security.md +380 -0
  1238. package/Dev/i18n/fr/ReactNative/commands/app-size.md +465 -0
  1239. package/Dev/i18n/fr/ReactNative/commands/check-architecture.md +220 -0
  1240. package/Dev/i18n/fr/ReactNative/commands/check-code-quality.md +287 -0
  1241. package/Dev/i18n/fr/ReactNative/commands/check-compliance.md +192 -0
  1242. package/Dev/i18n/fr/ReactNative/commands/check-security.md +438 -0
  1243. package/Dev/i18n/fr/ReactNative/commands/check-testing.md +316 -0
  1244. package/Dev/i18n/fr/ReactNative/commands/deep-link.md +568 -0
  1245. package/Dev/i18n/fr/ReactNative/commands/generate-screen.md +583 -0
  1246. package/Dev/i18n/fr/ReactNative/commands/native-module.md +596 -0
  1247. package/Dev/i18n/fr/ReactNative/commands/store-prepare.md +483 -0
  1248. package/Dev/i18n/fr/ReactNative/rules/00-project-context.md.template +425 -0
  1249. package/Dev/i18n/fr/ReactNative/rules/02-architecture.md +1253 -0
  1250. package/Dev/i18n/fr/ReactNative/rules/03-coding-standards.md +1230 -0
  1251. package/Dev/i18n/fr/ReactNative/rules/06-tooling.md +281 -0
  1252. package/Dev/i18n/fr/ReactNative/rules/07-testing-reactnative.md +386 -0
  1253. package/Dev/i18n/fr/ReactNative/rules/08-quality-tools.md +122 -0
  1254. package/Dev/i18n/fr/ReactNative/rules/11-security-reactnative.md +719 -0
  1255. package/Dev/i18n/fr/ReactNative/rules/12-performance.md +727 -0
  1256. package/Dev/i18n/fr/ReactNative/rules/13-state-management.md +607 -0
  1257. package/Dev/i18n/fr/ReactNative/rules/14-navigation.md +601 -0
  1258. package/Dev/i18n/fr/ReactNative/skills/architecture/REFERENCE.md +1253 -0
  1259. package/Dev/i18n/fr/ReactNative/skills/architecture/SKILL.md +10 -0
  1260. package/Dev/i18n/fr/ReactNative/skills/coding-standards/REFERENCE.md +1230 -0
  1261. package/Dev/i18n/fr/ReactNative/skills/coding-standards/SKILL.md +10 -0
  1262. package/Dev/i18n/fr/ReactNative/skills/navigation/REFERENCE.md +601 -0
  1263. package/Dev/i18n/fr/ReactNative/skills/navigation/SKILL.md +10 -0
  1264. package/Dev/i18n/fr/ReactNative/skills/performance/REFERENCE.md +727 -0
  1265. package/Dev/i18n/fr/ReactNative/skills/performance/SKILL.md +10 -0
  1266. package/Dev/i18n/fr/ReactNative/skills/quality-tools/REFERENCE.md +122 -0
  1267. package/Dev/i18n/fr/ReactNative/skills/quality-tools/SKILL.md +10 -0
  1268. package/Dev/i18n/fr/ReactNative/skills/security-reactnative/REFERENCE.md +719 -0
  1269. package/Dev/i18n/fr/ReactNative/skills/security-reactnative/SKILL.md +10 -0
  1270. package/Dev/i18n/fr/ReactNative/skills/state-management/REFERENCE.md +607 -0
  1271. package/Dev/i18n/fr/ReactNative/skills/state-management/SKILL.md +10 -0
  1272. package/Dev/i18n/fr/ReactNative/skills/testing-reactnative/REFERENCE.md +386 -0
  1273. package/Dev/i18n/fr/ReactNative/skills/testing-reactnative/SKILL.md +10 -0
  1274. package/Dev/i18n/fr/ReactNative/skills/tooling/REFERENCE.md +281 -0
  1275. package/Dev/i18n/fr/ReactNative/skills/tooling/SKILL.md +10 -0
  1276. package/Dev/i18n/fr/ReactNative/templates/component.md +170 -0
  1277. package/Dev/i18n/fr/ReactNative/templates/hook.md +204 -0
  1278. package/Dev/i18n/fr/ReactNative/templates/screen.md +159 -0
  1279. package/Dev/i18n/fr/ReactNative/templates/test-component.md +225 -0
  1280. package/Dev/i18n/fr/Symfony/CLAUDE.md.template +238 -0
  1281. package/Dev/i18n/fr/Symfony/adr/README.md +279 -0
  1282. package/Dev/i18n/fr/Symfony/adr/template.md +237 -0
  1283. package/Dev/i18n/fr/Symfony/agents/symfony-reviewer.md +406 -0
  1284. package/Dev/i18n/fr/Symfony/checklists/README.md +429 -0
  1285. package/Dev/i18n/fr/Symfony/checklists/new-feature.md +765 -0
  1286. package/Dev/i18n/fr/Symfony/checklists/pre-commit.md +527 -0
  1287. package/Dev/i18n/fr/Symfony/checklists/refactoring.md +975 -0
  1288. package/Dev/i18n/fr/Symfony/checklists/security-rgpd.md +920 -0
  1289. package/Dev/i18n/fr/Symfony/commands/api-endpoint.md +476 -0
  1290. package/Dev/i18n/fr/Symfony/commands/check-architecture.md +237 -0
  1291. package/Dev/i18n/fr/Symfony/commands/check-code-quality.md +327 -0
  1292. package/Dev/i18n/fr/Symfony/commands/check-compliance.md +177 -0
  1293. package/Dev/i18n/fr/Symfony/commands/check-security.md +582 -0
  1294. package/Dev/i18n/fr/Symfony/commands/check-testing.md +445 -0
  1295. package/Dev/i18n/fr/Symfony/commands/generate-command.md +350 -0
  1296. package/Dev/i18n/fr/Symfony/commands/generate-crud.md +440 -0
  1297. package/Dev/i18n/fr/Symfony/commands/migration-plan.md +347 -0
  1298. package/Dev/i18n/fr/Symfony/commands/optimize-doctrine.md +327 -0
  1299. package/Dev/i18n/fr/Symfony/examples/aggregate-examples.md +1128 -0
  1300. package/Dev/i18n/fr/Symfony/examples/clean-architecture-structure.md +645 -0
  1301. package/Dev/i18n/fr/Symfony/examples/domain-event-examples.md +1091 -0
  1302. package/Dev/i18n/fr/Symfony/examples/value-object-examples.md +1129 -0
  1303. package/Dev/i18n/fr/Symfony/rules/00-project-context.md.template +118 -0
  1304. package/Dev/i18n/fr/Symfony/rules/02-architecture-clean-ddd.md +979 -0
  1305. package/Dev/i18n/fr/Symfony/rules/03-coding-standards.md +402 -0
  1306. package/Dev/i18n/fr/Symfony/rules/06-docker-hadolint.md +767 -0
  1307. package/Dev/i18n/fr/Symfony/rules/07-testing-symfony.md +1121 -0
  1308. package/Dev/i18n/fr/Symfony/rules/08-quality-tools.md +982 -0
  1309. package/Dev/i18n/fr/Symfony/rules/11-security-symfony.md +1055 -0
  1310. package/Dev/i18n/fr/Symfony/rules/12-performance.md +888 -0
  1311. package/Dev/i18n/fr/Symfony/rules/13-ddd-patterns.md +1220 -0
  1312. package/Dev/i18n/fr/Symfony/rules/14-multitenant.md +432 -0
  1313. package/Dev/i18n/fr/Symfony/rules/15-doctrine-extensions.md +927 -0
  1314. package/Dev/i18n/fr/Symfony/rules/16-i18n.md +185 -0
  1315. package/Dev/i18n/fr/Symfony/rules/17-async.md +190 -0
  1316. package/Dev/i18n/fr/Symfony/rules/18-value-objects.md +536 -0
  1317. package/Dev/i18n/fr/Symfony/rules/19-aggregates.md +115 -0
  1318. package/Dev/i18n/fr/Symfony/rules/20-domain-events.md +129 -0
  1319. package/Dev/i18n/fr/Symfony/rules/21-cqrs.md +426 -0
  1320. package/Dev/i18n/fr/Symfony/skills/aggregates/REFERENCE.md +115 -0
  1321. package/Dev/i18n/fr/Symfony/skills/aggregates/SKILL.md +10 -0
  1322. package/Dev/i18n/fr/Symfony/skills/architecture-clean-ddd/REFERENCE.md +979 -0
  1323. package/Dev/i18n/fr/Symfony/skills/architecture-clean-ddd/SKILL.md +10 -0
  1324. package/Dev/i18n/fr/Symfony/skills/async/REFERENCE.md +190 -0
  1325. package/Dev/i18n/fr/Symfony/skills/async/SKILL.md +10 -0
  1326. package/Dev/i18n/fr/Symfony/skills/coding-standards/REFERENCE.md +402 -0
  1327. package/Dev/i18n/fr/Symfony/skills/coding-standards/SKILL.md +10 -0
  1328. package/Dev/i18n/fr/Symfony/skills/cqrs/REFERENCE.md +426 -0
  1329. package/Dev/i18n/fr/Symfony/skills/cqrs/SKILL.md +10 -0
  1330. package/Dev/i18n/fr/Symfony/skills/ddd-patterns/REFERENCE.md +1220 -0
  1331. package/Dev/i18n/fr/Symfony/skills/ddd-patterns/SKILL.md +10 -0
  1332. package/Dev/i18n/fr/Symfony/skills/docker-hadolint/REFERENCE.md +767 -0
  1333. package/Dev/i18n/fr/Symfony/skills/docker-hadolint/SKILL.md +10 -0
  1334. package/Dev/i18n/fr/Symfony/skills/doctrine-extensions/REFERENCE.md +927 -0
  1335. package/Dev/i18n/fr/Symfony/skills/doctrine-extensions/SKILL.md +10 -0
  1336. package/Dev/i18n/fr/Symfony/skills/domain-events/REFERENCE.md +129 -0
  1337. package/Dev/i18n/fr/Symfony/skills/domain-events/SKILL.md +10 -0
  1338. package/Dev/i18n/fr/Symfony/skills/i18n/REFERENCE.md +185 -0
  1339. package/Dev/i18n/fr/Symfony/skills/i18n/SKILL.md +10 -0
  1340. package/Dev/i18n/fr/Symfony/skills/multitenant/REFERENCE.md +432 -0
  1341. package/Dev/i18n/fr/Symfony/skills/multitenant/SKILL.md +10 -0
  1342. package/Dev/i18n/fr/Symfony/skills/performance/REFERENCE.md +888 -0
  1343. package/Dev/i18n/fr/Symfony/skills/performance/SKILL.md +10 -0
  1344. package/Dev/i18n/fr/Symfony/skills/quality-tools/REFERENCE.md +982 -0
  1345. package/Dev/i18n/fr/Symfony/skills/quality-tools/SKILL.md +10 -0
  1346. package/Dev/i18n/fr/Symfony/skills/security-symfony/REFERENCE.md +1055 -0
  1347. package/Dev/i18n/fr/Symfony/skills/security-symfony/SKILL.md +10 -0
  1348. package/Dev/i18n/fr/Symfony/skills/testing-symfony/REFERENCE.md +1121 -0
  1349. package/Dev/i18n/fr/Symfony/skills/testing-symfony/SKILL.md +10 -0
  1350. package/Dev/i18n/fr/Symfony/skills/value-objects/REFERENCE.md +536 -0
  1351. package/Dev/i18n/fr/Symfony/skills/value-objects/SKILL.md +10 -0
  1352. package/Dev/i18n/fr/Symfony/templates/README.md +279 -0
  1353. package/Dev/i18n/fr/Symfony/templates/aggregate-examples.md +1128 -0
  1354. package/Dev/i18n/fr/Symfony/templates/aggregate-root.md +860 -0
  1355. package/Dev/i18n/fr/Symfony/templates/analysis.md +323 -0
  1356. package/Dev/i18n/fr/Symfony/templates/clean-architecture-structure.md +645 -0
  1357. package/Dev/i18n/fr/Symfony/templates/domain-event-examples.md +1091 -0
  1358. package/Dev/i18n/fr/Symfony/templates/domain-event.md +681 -0
  1359. package/Dev/i18n/fr/Symfony/templates/service.md +527 -0
  1360. package/Dev/i18n/fr/Symfony/templates/template.md +237 -0
  1361. package/Dev/i18n/fr/Symfony/templates/test-behat.md +674 -0
  1362. package/Dev/i18n/fr/Symfony/templates/test-integration.md +698 -0
  1363. package/Dev/i18n/fr/Symfony/templates/test-unit.md +735 -0
  1364. package/Dev/i18n/fr/Symfony/templates/value-object-examples.md +1129 -0
  1365. package/Dev/i18n/fr/Symfony/templates/value-object.md +534 -0
  1366. package/Dev/i18n/messages/de.sh +91 -0
  1367. package/Dev/i18n/messages/en.sh +91 -0
  1368. package/Dev/i18n/messages/es.sh +91 -0
  1369. package/Dev/i18n/messages/fr.sh +91 -0
  1370. package/Dev/i18n/messages/pt.sh +91 -0
  1371. package/Dev/i18n/pt/Common/agents/accessibility-expert.md +230 -0
  1372. package/Dev/i18n/pt/Common/agents/api-designer.md +396 -0
  1373. package/Dev/i18n/pt/Common/agents/database-architect.md +263 -0
  1374. package/Dev/i18n/pt/Common/agents/devops-engineer.md +207 -0
  1375. package/Dev/i18n/pt/Common/agents/performance-auditor.md +375 -0
  1376. package/Dev/i18n/pt/Common/agents/refactoring-specialist.md +303 -0
  1377. package/Dev/i18n/pt/Common/agents/research-assistant.md +256 -0
  1378. package/Dev/i18n/pt/Common/agents/tdd-coach.md +230 -0
  1379. package/Dev/i18n/pt/Common/agents/ui-designer.md +192 -0
  1380. package/Dev/i18n/pt/Common/agents/uiux-orchestrator.md +122 -0
  1381. package/Dev/i18n/pt/Common/agents/ux-ergonome.md +187 -0
  1382. package/Dev/i18n/pt/Common/agents/workflow-orchestrator.md +225 -0
  1383. package/Dev/i18n/pt/Common/checklists/code-review.md +153 -0
  1384. package/Dev/i18n/pt/Common/checklists/definition-of-done.md +104 -0
  1385. package/Dev/i18n/pt/Common/checklists/release.md +176 -0
  1386. package/Dev/i18n/pt/Common/checklists/security-review.md +167 -0
  1387. package/Dev/i18n/pt/Common/commands/a11y-audit.md +98 -0
  1388. package/Dev/i18n/pt/Common/commands/a11y-component.md +138 -0
  1389. package/Dev/i18n/pt/Common/commands/architecture-decision.md +366 -0
  1390. package/Dev/i18n/pt/Common/commands/daily-standup.md +216 -0
  1391. package/Dev/i18n/pt/Common/commands/docker-optimize.md +392 -0
  1392. package/Dev/i18n/pt/Common/commands/fix-bug-tdd.md +383 -0
  1393. package/Dev/i18n/pt/Common/commands/full-audit.md +191 -0
  1394. package/Dev/i18n/pt/Common/commands/generate-changelog.md +237 -0
  1395. package/Dev/i18n/pt/Common/commands/pre-commit-check.md +205 -0
  1396. package/Dev/i18n/pt/Common/commands/pre-merge-check.md +237 -0
  1397. package/Dev/i18n/pt/Common/commands/release-checklist.md +245 -0
  1398. package/Dev/i18n/pt/Common/commands/research-context7.md +253 -0
  1399. package/Dev/i18n/pt/Common/commands/setup-ci.md +522 -0
  1400. package/Dev/i18n/pt/Common/commands/sprint-retro.md +329 -0
  1401. package/Dev/i18n/pt/Common/commands/sprint-review.md +313 -0
  1402. package/Dev/i18n/pt/Common/commands/sprint-start.md +285 -0
  1403. package/Dev/i18n/pt/Common/commands/ui-design-tokens.md +118 -0
  1404. package/Dev/i18n/pt/Common/commands/uiux-audit.md +189 -0
  1405. package/Dev/i18n/pt/Common/commands/uiux-component-spec.md +264 -0
  1406. package/Dev/i18n/pt/Common/commands/uiux-orchestrator.md +98 -0
  1407. package/Dev/i18n/pt/Common/commands/ux-user-flow.md +109 -0
  1408. package/Dev/i18n/pt/Common/commands/workflow-analyze.md +204 -0
  1409. package/Dev/i18n/pt/Common/commands/workflow-design.md +275 -0
  1410. package/Dev/i18n/pt/Common/commands/workflow-implement.md +241 -0
  1411. package/Dev/i18n/pt/Common/commands/workflow-init.md +257 -0
  1412. package/Dev/i18n/pt/Common/commands/workflow-plan.md +224 -0
  1413. package/Dev/i18n/pt/Common/commands/workflow-status.md +292 -0
  1414. package/Dev/i18n/pt/Common/hooks/HOOKS-QUICKSTART.md +46 -0
  1415. package/Dev/i18n/pt/Common/hooks/scripts/block-dangerous-commands.sh +45 -0
  1416. package/Dev/i18n/pt/Common/hooks/scripts/notify-slack.sh +38 -0
  1417. package/Dev/i18n/pt/Common/hooks/scripts/post-edit-lint.sh +58 -0
  1418. package/Dev/i18n/pt/Common/hooks/scripts/pre-commit-check.sh +72 -0
  1419. package/Dev/i18n/pt/Common/hooks/scripts/quality-gate.sh +98 -0
  1420. package/Dev/i18n/pt/Common/hooks/scripts/session-init.sh +77 -0
  1421. package/Dev/i18n/pt/Common/hooks/templates/settings-hooks.json +75 -0
  1422. package/Dev/i18n/pt/Common/mcp/MCP-QUICKSTART.md +79 -0
  1423. package/Dev/i18n/pt/Common/mcp/templates/context7.mcp.json +9 -0
  1424. package/Dev/i18n/pt/Common/mcp/templates/full-stack.mcp.json +27 -0
  1425. package/Dev/i18n/pt/Common/mcp/templates/github.mcp.json +12 -0
  1426. package/Dev/i18n/pt/Common/mcp/templates/postgres.mcp.json +12 -0
  1427. package/Dev/i18n/pt/Common/mcp/templates/slack.mcp.json +13 -0
  1428. package/Dev/i18n/pt/Common/rules/00-project-context.md.template +118 -0
  1429. package/Dev/i18n/pt/Common/rules/01-workflow-analysis.md +226 -0
  1430. package/Dev/i18n/pt/Common/rules/04-solid-principles.md +396 -0
  1431. package/Dev/i18n/pt/Common/rules/05-kiss-dry-yagni.md +417 -0
  1432. package/Dev/i18n/pt/Common/rules/07-testing.md +463 -0
  1433. package/Dev/i18n/pt/Common/rules/09-git-workflow.md +541 -0
  1434. package/Dev/i18n/pt/Common/rules/10-documentation.md +555 -0
  1435. package/Dev/i18n/pt/Common/rules/11-security.md +540 -0
  1436. package/Dev/i18n/pt/Common/skills/documentation/REFERENCE.md +555 -0
  1437. package/Dev/i18n/pt/Common/skills/documentation/SKILL.md +10 -0
  1438. package/Dev/i18n/pt/Common/skills/git-workflow/REFERENCE.md +541 -0
  1439. package/Dev/i18n/pt/Common/skills/git-workflow/SKILL.md +10 -0
  1440. package/Dev/i18n/pt/Common/skills/kiss-dry-yagni/REFERENCE.md +417 -0
  1441. package/Dev/i18n/pt/Common/skills/kiss-dry-yagni/SKILL.md +10 -0
  1442. package/Dev/i18n/pt/Common/skills/security/REFERENCE.md +540 -0
  1443. package/Dev/i18n/pt/Common/skills/security/SKILL.md +10 -0
  1444. package/Dev/i18n/pt/Common/skills/solid-principles/REFERENCE.md +396 -0
  1445. package/Dev/i18n/pt/Common/skills/solid-principles/SKILL.md +10 -0
  1446. package/Dev/i18n/pt/Common/skills/testing/REFERENCE.md +463 -0
  1447. package/Dev/i18n/pt/Common/skills/testing/SKILL.md +10 -0
  1448. package/Dev/i18n/pt/Common/skills/workflow-analysis/REFERENCE.md +226 -0
  1449. package/Dev/i18n/pt/Common/skills/workflow-analysis/SKILL.md +10 -0
  1450. package/Dev/i18n/pt/Common/templates/CLAUDE.md.template +58 -0
  1451. package/Dev/i18n/pt/Common/templates/bug-report.md +64 -0
  1452. package/Dev/i18n/pt/Common/templates/feature-request.md +71 -0
  1453. package/Dev/i18n/pt/Common/templates/pull-request-template.md +84 -0
  1454. package/Dev/i18n/pt/Common/templates/settings.json.template +55 -0
  1455. package/Dev/i18n/pt/Common/templates/settings.local.json.template +10 -0
  1456. package/Dev/i18n/pt/Flutter/CLAUDE.md.template +447 -0
  1457. package/Dev/i18n/pt/Flutter/INDEX.md +392 -0
  1458. package/Dev/i18n/pt/Flutter/README.md +330 -0
  1459. package/Dev/i18n/pt/Flutter/STRUCTURE.md +289 -0
  1460. package/Dev/i18n/pt/Flutter/SUMMARY.md +348 -0
  1461. package/Dev/i18n/pt/Flutter/agents/flutter-reviewer.md +590 -0
  1462. package/Dev/i18n/pt/Flutter/checklists/new-feature.md +55 -0
  1463. package/Dev/i18n/pt/Flutter/checklists/pre-commit.md +52 -0
  1464. package/Dev/i18n/pt/Flutter/checklists/refactoring.md +30 -0
  1465. package/Dev/i18n/pt/Flutter/checklists/security.md +47 -0
  1466. package/Dev/i18n/pt/Flutter/commands/analyze-performance.md +72 -0
  1467. package/Dev/i18n/pt/Flutter/commands/check-architecture.md +62 -0
  1468. package/Dev/i18n/pt/Flutter/commands/check-code-quality.md +61 -0
  1469. package/Dev/i18n/pt/Flutter/commands/check-compliance.md +44 -0
  1470. package/Dev/i18n/pt/Flutter/commands/check-security.md +62 -0
  1471. package/Dev/i18n/pt/Flutter/commands/check-testing.md +61 -0
  1472. package/Dev/i18n/pt/Flutter/commands/generate-feature.md +65 -0
  1473. package/Dev/i18n/pt/Flutter/commands/generate-widget.md +69 -0
  1474. package/Dev/i18n/pt/Flutter/commands/golden-update.md +81 -0
  1475. package/Dev/i18n/pt/Flutter/commands/localization-check.md +75 -0
  1476. package/Dev/i18n/pt/Flutter/rules/00-project-context.md.template +511 -0
  1477. package/Dev/i18n/pt/Flutter/rules/02-architecture.md +455 -0
  1478. package/Dev/i18n/pt/Flutter/rules/03-coding-standards.md +247 -0
  1479. package/Dev/i18n/pt/Flutter/rules/06-tooling.md +542 -0
  1480. package/Dev/i18n/pt/Flutter/rules/08-quality-tools.md +239 -0
  1481. package/Dev/i18n/pt/Flutter/rules/11-security-flutter.md +247 -0
  1482. package/Dev/i18n/pt/Flutter/rules/12-performance.md +230 -0
  1483. package/Dev/i18n/pt/Flutter/rules/13-state-management.md +408 -0
  1484. package/Dev/i18n/pt/Flutter/skills/architecture/REFERENCE.md +455 -0
  1485. package/Dev/i18n/pt/Flutter/skills/architecture/SKILL.md +10 -0
  1486. package/Dev/i18n/pt/Flutter/skills/coding-standards/REFERENCE.md +247 -0
  1487. package/Dev/i18n/pt/Flutter/skills/coding-standards/SKILL.md +10 -0
  1488. package/Dev/i18n/pt/Flutter/skills/performance/REFERENCE.md +230 -0
  1489. package/Dev/i18n/pt/Flutter/skills/performance/SKILL.md +10 -0
  1490. package/Dev/i18n/pt/Flutter/skills/quality-tools/REFERENCE.md +239 -0
  1491. package/Dev/i18n/pt/Flutter/skills/quality-tools/SKILL.md +10 -0
  1492. package/Dev/i18n/pt/Flutter/skills/security-flutter/REFERENCE.md +247 -0
  1493. package/Dev/i18n/pt/Flutter/skills/security-flutter/SKILL.md +10 -0
  1494. package/Dev/i18n/pt/Flutter/skills/state-management/REFERENCE.md +408 -0
  1495. package/Dev/i18n/pt/Flutter/skills/state-management/SKILL.md +10 -0
  1496. package/Dev/i18n/pt/Flutter/skills/tooling/REFERENCE.md +542 -0
  1497. package/Dev/i18n/pt/Flutter/skills/tooling/SKILL.md +10 -0
  1498. package/Dev/i18n/pt/Flutter/templates/bloc.md +118 -0
  1499. package/Dev/i18n/pt/Flutter/templates/repository.md +113 -0
  1500. package/Dev/i18n/pt/Flutter/templates/test-unit.md +67 -0
  1501. package/Dev/i18n/pt/Flutter/templates/test-widget.md +71 -0
  1502. package/Dev/i18n/pt/Flutter/templates/widget.md +119 -0
  1503. package/Dev/i18n/pt/Python/CLAUDE.md.template +442 -0
  1504. package/Dev/i18n/pt/Python/README.md +369 -0
  1505. package/Dev/i18n/pt/Python/SUMMARY.md +352 -0
  1506. package/Dev/i18n/pt/Python/agents/python-reviewer.md +118 -0
  1507. package/Dev/i18n/pt/Python/checklists/new-feature.md +423 -0
  1508. package/Dev/i18n/pt/Python/checklists/pre-commit.md +358 -0
  1509. package/Dev/i18n/pt/Python/commands/async-check.md +84 -0
  1510. package/Dev/i18n/pt/Python/commands/check-architecture.md +138 -0
  1511. package/Dev/i18n/pt/Python/commands/check-code-quality.md +174 -0
  1512. package/Dev/i18n/pt/Python/commands/check-compliance.md +260 -0
  1513. package/Dev/i18n/pt/Python/commands/check-security.md +207 -0
  1514. package/Dev/i18n/pt/Python/commands/check-testing.md +184 -0
  1515. package/Dev/i18n/pt/Python/commands/dependency-audit.md +198 -0
  1516. package/Dev/i18n/pt/Python/commands/generate-endpoint.md +90 -0
  1517. package/Dev/i18n/pt/Python/commands/generate-model.md +96 -0
  1518. package/Dev/i18n/pt/Python/commands/type-coverage.md +119 -0
  1519. package/Dev/i18n/pt/Python/examples/Makefile.example +435 -0
  1520. package/Dev/i18n/pt/Python/rules/00-project-context.md.template +190 -0
  1521. package/Dev/i18n/pt/Python/rules/02-architecture.md +444 -0
  1522. package/Dev/i18n/pt/Python/rules/03-coding-standards.md +572 -0
  1523. package/Dev/i18n/pt/Python/rules/06-tooling.md +351 -0
  1524. package/Dev/i18n/pt/Python/rules/07-testing-python.md +387 -0
  1525. package/Dev/i18n/pt/Python/skills/architecture/REFERENCE.md +444 -0
  1526. package/Dev/i18n/pt/Python/skills/architecture/SKILL.md +10 -0
  1527. package/Dev/i18n/pt/Python/skills/coding-standards/REFERENCE.md +572 -0
  1528. package/Dev/i18n/pt/Python/skills/coding-standards/SKILL.md +10 -0
  1529. package/Dev/i18n/pt/Python/skills/testing-python/REFERENCE.md +387 -0
  1530. package/Dev/i18n/pt/Python/skills/testing-python/SKILL.md +10 -0
  1531. package/Dev/i18n/pt/Python/skills/tooling/REFERENCE.md +351 -0
  1532. package/Dev/i18n/pt/Python/skills/tooling/SKILL.md +10 -0
  1533. package/Dev/i18n/pt/Python/templates/repository.md +120 -0
  1534. package/Dev/i18n/pt/Python/templates/service.md +125 -0
  1535. package/Dev/i18n/pt/React/CLAUDE.md.template +530 -0
  1536. package/Dev/i18n/pt/React/README.md +295 -0
  1537. package/Dev/i18n/pt/React/TRANSLATION_STATUS.md +65 -0
  1538. package/Dev/i18n/pt/React/agents/react-reviewer.md +295 -0
  1539. package/Dev/i18n/pt/React/checklists/new-feature.md +205 -0
  1540. package/Dev/i18n/pt/React/checklists/pre-commit.md +190 -0
  1541. package/Dev/i18n/pt/React/commands/accessibility-check.md +125 -0
  1542. package/Dev/i18n/pt/React/commands/bundle-analyze.md +55 -0
  1543. package/Dev/i18n/pt/React/commands/check-architecture.md +55 -0
  1544. package/Dev/i18n/pt/React/commands/check-code-quality.md +60 -0
  1545. package/Dev/i18n/pt/React/commands/check-compliance.md +79 -0
  1546. package/Dev/i18n/pt/React/commands/check-security.md +58 -0
  1547. package/Dev/i18n/pt/React/commands/check-testing.md +58 -0
  1548. package/Dev/i18n/pt/React/commands/generate-component.md +81 -0
  1549. package/Dev/i18n/pt/React/commands/generate-hook.md +139 -0
  1550. package/Dev/i18n/pt/React/commands/storybook-story.md +133 -0
  1551. package/Dev/i18n/pt/React/rules/00-project-context.md.template +223 -0
  1552. package/Dev/i18n/pt/React/rules/02-architecture.md +651 -0
  1553. package/Dev/i18n/pt/React/rules/03-coding-standards.md +716 -0
  1554. package/Dev/i18n/pt/React/rules/06-tooling.md +777 -0
  1555. package/Dev/i18n/pt/React/rules/07-testing-react.md +999 -0
  1556. package/Dev/i18n/pt/React/rules/08-quality-tools.md +758 -0
  1557. package/Dev/i18n/pt/React/rules/11-security-react.md +793 -0
  1558. package/Dev/i18n/pt/React/skills/architecture/REFERENCE.md +651 -0
  1559. package/Dev/i18n/pt/React/skills/architecture/SKILL.md +10 -0
  1560. package/Dev/i18n/pt/React/skills/coding-standards/REFERENCE.md +716 -0
  1561. package/Dev/i18n/pt/React/skills/coding-standards/SKILL.md +10 -0
  1562. package/Dev/i18n/pt/React/skills/quality-tools/REFERENCE.md +758 -0
  1563. package/Dev/i18n/pt/React/skills/quality-tools/SKILL.md +10 -0
  1564. package/Dev/i18n/pt/React/skills/security-react/REFERENCE.md +793 -0
  1565. package/Dev/i18n/pt/React/skills/security-react/SKILL.md +10 -0
  1566. package/Dev/i18n/pt/React/skills/testing-react/REFERENCE.md +999 -0
  1567. package/Dev/i18n/pt/React/skills/testing-react/SKILL.md +10 -0
  1568. package/Dev/i18n/pt/React/skills/tooling/REFERENCE.md +777 -0
  1569. package/Dev/i18n/pt/React/skills/tooling/SKILL.md +10 -0
  1570. package/Dev/i18n/pt/React/templates/component.md +283 -0
  1571. package/Dev/i18n/pt/React/templates/hook.md +393 -0
  1572. package/Dev/i18n/pt/ReactNative/CLAUDE.md.template +543 -0
  1573. package/Dev/i18n/pt/ReactNative/FILES.md +144 -0
  1574. package/Dev/i18n/pt/ReactNative/INSTALLATION.md +407 -0
  1575. package/Dev/i18n/pt/ReactNative/README.md +437 -0
  1576. package/Dev/i18n/pt/ReactNative/SUMMARY.md +599 -0
  1577. package/Dev/i18n/pt/ReactNative/agents/reactnative-reviewer.md +167 -0
  1578. package/Dev/i18n/pt/ReactNative/checklists/new-feature.md +278 -0
  1579. package/Dev/i18n/pt/ReactNative/checklists/pre-commit.md +270 -0
  1580. package/Dev/i18n/pt/ReactNative/checklists/refactoring.md +388 -0
  1581. package/Dev/i18n/pt/ReactNative/checklists/security.md +357 -0
  1582. package/Dev/i18n/pt/ReactNative/commands/app-size.md +494 -0
  1583. package/Dev/i18n/pt/ReactNative/commands/check-architecture.md +203 -0
  1584. package/Dev/i18n/pt/ReactNative/commands/check-code-quality.md +116 -0
  1585. package/Dev/i18n/pt/ReactNative/commands/check-compliance.md +129 -0
  1586. package/Dev/i18n/pt/ReactNative/commands/check-security.md +190 -0
  1587. package/Dev/i18n/pt/ReactNative/commands/check-testing.md +126 -0
  1588. package/Dev/i18n/pt/ReactNative/commands/deep-link.md +586 -0
  1589. package/Dev/i18n/pt/ReactNative/commands/generate-screen.md +416 -0
  1590. package/Dev/i18n/pt/ReactNative/commands/native-module.md +139 -0
  1591. package/Dev/i18n/pt/ReactNative/commands/store-prepare.md +239 -0
  1592. package/Dev/i18n/pt/ReactNative/rules/00-project-context.md.template +425 -0
  1593. package/Dev/i18n/pt/ReactNative/rules/02-architecture.md +200 -0
  1594. package/Dev/i18n/pt/ReactNative/rules/03-coding-standards.md +1230 -0
  1595. package/Dev/i18n/pt/ReactNative/rules/06-tooling.md +281 -0
  1596. package/Dev/i18n/pt/ReactNative/rules/07-testing-reactnative.md +386 -0
  1597. package/Dev/i18n/pt/ReactNative/rules/08-quality-tools.md +122 -0
  1598. package/Dev/i18n/pt/ReactNative/rules/11-security-reactnative.md +719 -0
  1599. package/Dev/i18n/pt/ReactNative/rules/12-performance.md +727 -0
  1600. package/Dev/i18n/pt/ReactNative/rules/13-state-management.md +566 -0
  1601. package/Dev/i18n/pt/ReactNative/rules/14-navigation.md +601 -0
  1602. package/Dev/i18n/pt/ReactNative/skills/architecture/REFERENCE.md +200 -0
  1603. package/Dev/i18n/pt/ReactNative/skills/architecture/SKILL.md +10 -0
  1604. package/Dev/i18n/pt/ReactNative/skills/coding-standards/REFERENCE.md +1230 -0
  1605. package/Dev/i18n/pt/ReactNative/skills/coding-standards/SKILL.md +10 -0
  1606. package/Dev/i18n/pt/ReactNative/skills/navigation/REFERENCE.md +601 -0
  1607. package/Dev/i18n/pt/ReactNative/skills/navigation/SKILL.md +10 -0
  1608. package/Dev/i18n/pt/ReactNative/skills/performance/REFERENCE.md +727 -0
  1609. package/Dev/i18n/pt/ReactNative/skills/performance/SKILL.md +10 -0
  1610. package/Dev/i18n/pt/ReactNative/skills/quality-tools/REFERENCE.md +122 -0
  1611. package/Dev/i18n/pt/ReactNative/skills/quality-tools/SKILL.md +10 -0
  1612. package/Dev/i18n/pt/ReactNative/skills/security-reactnative/REFERENCE.md +719 -0
  1613. package/Dev/i18n/pt/ReactNative/skills/security-reactnative/SKILL.md +10 -0
  1614. package/Dev/i18n/pt/ReactNative/skills/state-management/REFERENCE.md +566 -0
  1615. package/Dev/i18n/pt/ReactNative/skills/state-management/SKILL.md +10 -0
  1616. package/Dev/i18n/pt/ReactNative/skills/testing-reactnative/REFERENCE.md +386 -0
  1617. package/Dev/i18n/pt/ReactNative/skills/testing-reactnative/SKILL.md +10 -0
  1618. package/Dev/i18n/pt/ReactNative/skills/tooling/REFERENCE.md +281 -0
  1619. package/Dev/i18n/pt/ReactNative/skills/tooling/SKILL.md +10 -0
  1620. package/Dev/i18n/pt/ReactNative/templates/component.md +170 -0
  1621. package/Dev/i18n/pt/ReactNative/templates/hook.md +204 -0
  1622. package/Dev/i18n/pt/ReactNative/templates/screen.md +159 -0
  1623. package/Dev/i18n/pt/ReactNative/templates/test-component.md +225 -0
  1624. package/Dev/i18n/pt/Symfony/CLAUDE.md.template +238 -0
  1625. package/Dev/i18n/pt/Symfony/adr/README.md +230 -0
  1626. package/Dev/i18n/pt/Symfony/adr/template.md +237 -0
  1627. package/Dev/i18n/pt/Symfony/agents/symfony-reviewer.md +406 -0
  1628. package/Dev/i18n/pt/Symfony/checklists/README.md +429 -0
  1629. package/Dev/i18n/pt/Symfony/checklists/new-feature.md +765 -0
  1630. package/Dev/i18n/pt/Symfony/checklists/pre-commit.md +527 -0
  1631. package/Dev/i18n/pt/Symfony/checklists/refactoring.md +975 -0
  1632. package/Dev/i18n/pt/Symfony/checklists/security-rgpd.md +920 -0
  1633. package/Dev/i18n/pt/Symfony/commands/api-endpoint.md +476 -0
  1634. package/Dev/i18n/pt/Symfony/commands/check-architecture.md +237 -0
  1635. package/Dev/i18n/pt/Symfony/commands/check-code-quality.md +327 -0
  1636. package/Dev/i18n/pt/Symfony/commands/check-compliance.md +177 -0
  1637. package/Dev/i18n/pt/Symfony/commands/check-security.md +582 -0
  1638. package/Dev/i18n/pt/Symfony/commands/check-testing.md +445 -0
  1639. package/Dev/i18n/pt/Symfony/commands/generate-command.md +350 -0
  1640. package/Dev/i18n/pt/Symfony/commands/generate-crud.md +440 -0
  1641. package/Dev/i18n/pt/Symfony/commands/migration-plan.md +347 -0
  1642. package/Dev/i18n/pt/Symfony/commands/optimize-doctrine.md +327 -0
  1643. package/Dev/i18n/pt/Symfony/examples/aggregate-examples.md +1128 -0
  1644. package/Dev/i18n/pt/Symfony/examples/clean-architecture-structure.md +645 -0
  1645. package/Dev/i18n/pt/Symfony/examples/domain-event-examples.md +1091 -0
  1646. package/Dev/i18n/pt/Symfony/examples/value-object-examples.md +1129 -0
  1647. package/Dev/i18n/pt/Symfony/rules/00-project-context.md.template +118 -0
  1648. package/Dev/i18n/pt/Symfony/rules/02-architecture-clean-ddd.md +979 -0
  1649. package/Dev/i18n/pt/Symfony/rules/03-coding-standards.md +402 -0
  1650. package/Dev/i18n/pt/Symfony/rules/06-docker-hadolint.md +767 -0
  1651. package/Dev/i18n/pt/Symfony/rules/07-testing-symfony.md +1121 -0
  1652. package/Dev/i18n/pt/Symfony/rules/08-quality-tools.md +982 -0
  1653. package/Dev/i18n/pt/Symfony/rules/11-security-symfony.md +1055 -0
  1654. package/Dev/i18n/pt/Symfony/rules/12-performance.md +888 -0
  1655. package/Dev/i18n/pt/Symfony/rules/13-ddd-patterns.md +1220 -0
  1656. package/Dev/i18n/pt/Symfony/rules/14-multitenant.md +432 -0
  1657. package/Dev/i18n/pt/Symfony/rules/15-doctrine-extensions.md +927 -0
  1658. package/Dev/i18n/pt/Symfony/rules/16-i18n.md +185 -0
  1659. package/Dev/i18n/pt/Symfony/rules/17-async.md +190 -0
  1660. package/Dev/i18n/pt/Symfony/rules/18-value-objects.md +536 -0
  1661. package/Dev/i18n/pt/Symfony/rules/19-aggregates.md +115 -0
  1662. package/Dev/i18n/pt/Symfony/rules/20-domain-events.md +129 -0
  1663. package/Dev/i18n/pt/Symfony/rules/21-cqrs.md +426 -0
  1664. package/Dev/i18n/pt/Symfony/skills/aggregates/REFERENCE.md +115 -0
  1665. package/Dev/i18n/pt/Symfony/skills/aggregates/SKILL.md +10 -0
  1666. package/Dev/i18n/pt/Symfony/skills/architecture-clean-ddd/REFERENCE.md +979 -0
  1667. package/Dev/i18n/pt/Symfony/skills/architecture-clean-ddd/SKILL.md +10 -0
  1668. package/Dev/i18n/pt/Symfony/skills/async/REFERENCE.md +190 -0
  1669. package/Dev/i18n/pt/Symfony/skills/async/SKILL.md +10 -0
  1670. package/Dev/i18n/pt/Symfony/skills/coding-standards/REFERENCE.md +402 -0
  1671. package/Dev/i18n/pt/Symfony/skills/coding-standards/SKILL.md +10 -0
  1672. package/Dev/i18n/pt/Symfony/skills/cqrs/REFERENCE.md +426 -0
  1673. package/Dev/i18n/pt/Symfony/skills/cqrs/SKILL.md +10 -0
  1674. package/Dev/i18n/pt/Symfony/skills/ddd-patterns/REFERENCE.md +1220 -0
  1675. package/Dev/i18n/pt/Symfony/skills/ddd-patterns/SKILL.md +10 -0
  1676. package/Dev/i18n/pt/Symfony/skills/docker-hadolint/REFERENCE.md +767 -0
  1677. package/Dev/i18n/pt/Symfony/skills/docker-hadolint/SKILL.md +10 -0
  1678. package/Dev/i18n/pt/Symfony/skills/doctrine-extensions/REFERENCE.md +927 -0
  1679. package/Dev/i18n/pt/Symfony/skills/doctrine-extensions/SKILL.md +10 -0
  1680. package/Dev/i18n/pt/Symfony/skills/domain-events/REFERENCE.md +129 -0
  1681. package/Dev/i18n/pt/Symfony/skills/domain-events/SKILL.md +10 -0
  1682. package/Dev/i18n/pt/Symfony/skills/i18n/REFERENCE.md +185 -0
  1683. package/Dev/i18n/pt/Symfony/skills/i18n/SKILL.md +10 -0
  1684. package/Dev/i18n/pt/Symfony/skills/multitenant/REFERENCE.md +432 -0
  1685. package/Dev/i18n/pt/Symfony/skills/multitenant/SKILL.md +10 -0
  1686. package/Dev/i18n/pt/Symfony/skills/performance/REFERENCE.md +888 -0
  1687. package/Dev/i18n/pt/Symfony/skills/performance/SKILL.md +10 -0
  1688. package/Dev/i18n/pt/Symfony/skills/quality-tools/REFERENCE.md +982 -0
  1689. package/Dev/i18n/pt/Symfony/skills/quality-tools/SKILL.md +10 -0
  1690. package/Dev/i18n/pt/Symfony/skills/security-symfony/REFERENCE.md +1055 -0
  1691. package/Dev/i18n/pt/Symfony/skills/security-symfony/SKILL.md +10 -0
  1692. package/Dev/i18n/pt/Symfony/skills/testing-symfony/REFERENCE.md +1121 -0
  1693. package/Dev/i18n/pt/Symfony/skills/testing-symfony/SKILL.md +10 -0
  1694. package/Dev/i18n/pt/Symfony/skills/value-objects/REFERENCE.md +536 -0
  1695. package/Dev/i18n/pt/Symfony/skills/value-objects/SKILL.md +10 -0
  1696. package/Dev/i18n/pt/Symfony/templates/README.md +279 -0
  1697. package/Dev/i18n/pt/Symfony/templates/aggregate-examples.md +1128 -0
  1698. package/Dev/i18n/pt/Symfony/templates/aggregate-root.md +860 -0
  1699. package/Dev/i18n/pt/Symfony/templates/analysis.md +323 -0
  1700. package/Dev/i18n/pt/Symfony/templates/clean-architecture-structure.md +645 -0
  1701. package/Dev/i18n/pt/Symfony/templates/domain-event-examples.md +1091 -0
  1702. package/Dev/i18n/pt/Symfony/templates/domain-event.md +681 -0
  1703. package/Dev/i18n/pt/Symfony/templates/service.md +527 -0
  1704. package/Dev/i18n/pt/Symfony/templates/template.md +237 -0
  1705. package/Dev/i18n/pt/Symfony/templates/test-behat.md +674 -0
  1706. package/Dev/i18n/pt/Symfony/templates/test-integration.md +698 -0
  1707. package/Dev/i18n/pt/Symfony/templates/test-unit.md +735 -0
  1708. package/Dev/i18n/pt/Symfony/templates/value-object-examples.md +1129 -0
  1709. package/Dev/i18n/pt/Symfony/templates/value-object.md +534 -0
  1710. package/Dev/scripts/check-config.sh +678 -0
  1711. package/Dev/scripts/install-common-rules.sh +712 -0
  1712. package/Dev/scripts/install-flutter-rules.sh +523 -0
  1713. package/Dev/scripts/install-from-config.sh +699 -0
  1714. package/Dev/scripts/install-python-rules.sh +522 -0
  1715. package/Dev/scripts/install-react-rules.sh +522 -0
  1716. package/Dev/scripts/install-reactnative-rules.sh +526 -0
  1717. package/Dev/scripts/install-symfony-rules.sh +921 -0
  1718. package/Dev/scripts/lib/install-common.sh +504 -0
  1719. package/Dev/scripts/migrate-project.sh +441 -0
  1720. package/Infra/i18n/de/Docker/agents/docker-architect.md +315 -0
  1721. package/Infra/i18n/de/Docker/agents/docker-cicd.md +302 -0
  1722. package/Infra/i18n/de/Docker/agents/docker-compose.md +269 -0
  1723. package/Infra/i18n/de/Docker/agents/docker-debug.md +255 -0
  1724. package/Infra/i18n/de/Docker/agents/docker-dockerfile.md +79 -0
  1725. package/Infra/i18n/de/Docker/commands/docker-architecture.md +436 -0
  1726. package/Infra/i18n/de/Docker/commands/docker-cicd-pipeline.md +337 -0
  1727. package/Infra/i18n/de/Docker/commands/docker-compose-setup.md +255 -0
  1728. package/Infra/i18n/de/Docker/commands/docker-debug.md +227 -0
  1729. package/Infra/i18n/en/Docker/agents/docker-architect.md +315 -0
  1730. package/Infra/i18n/en/Docker/agents/docker-cicd.md +302 -0
  1731. package/Infra/i18n/en/Docker/agents/docker-compose.md +269 -0
  1732. package/Infra/i18n/en/Docker/agents/docker-debug.md +255 -0
  1733. package/Infra/i18n/en/Docker/agents/docker-dockerfile.md +195 -0
  1734. package/Infra/i18n/en/Docker/commands/docker-architecture.md +436 -0
  1735. package/Infra/i18n/en/Docker/commands/docker-cicd-pipeline.md +337 -0
  1736. package/Infra/i18n/en/Docker/commands/docker-compose-setup.md +255 -0
  1737. package/Infra/i18n/en/Docker/commands/docker-debug.md +227 -0
  1738. package/Infra/i18n/es/Docker/agents/docker-architect.md +315 -0
  1739. package/Infra/i18n/es/Docker/agents/docker-cicd.md +302 -0
  1740. package/Infra/i18n/es/Docker/agents/docker-compose.md +269 -0
  1741. package/Infra/i18n/es/Docker/agents/docker-debug.md +255 -0
  1742. package/Infra/i18n/es/Docker/agents/docker-dockerfile.md +79 -0
  1743. package/Infra/i18n/es/Docker/commands/docker-architecture.md +436 -0
  1744. package/Infra/i18n/es/Docker/commands/docker-cicd-pipeline.md +337 -0
  1745. package/Infra/i18n/es/Docker/commands/docker-compose-setup.md +255 -0
  1746. package/Infra/i18n/es/Docker/commands/docker-debug.md +227 -0
  1747. package/Infra/i18n/fr/Docker/agents/docker-architect.md +314 -0
  1748. package/Infra/i18n/fr/Docker/agents/docker-cicd.md +304 -0
  1749. package/Infra/i18n/fr/Docker/agents/docker-compose.md +269 -0
  1750. package/Infra/i18n/fr/Docker/agents/docker-debug.md +255 -0
  1751. package/Infra/i18n/fr/Docker/agents/docker-dockerfile.md +195 -0
  1752. package/Infra/i18n/fr/Docker/commands/docker-architecture.md +436 -0
  1753. package/Infra/i18n/fr/Docker/commands/docker-cicd-pipeline.md +340 -0
  1754. package/Infra/i18n/fr/Docker/commands/docker-compose-setup.md +255 -0
  1755. package/Infra/i18n/fr/Docker/commands/docker-debug.md +227 -0
  1756. package/Infra/i18n/pt/Docker/agents/docker-architect.md +315 -0
  1757. package/Infra/i18n/pt/Docker/agents/docker-cicd.md +302 -0
  1758. package/Infra/i18n/pt/Docker/agents/docker-compose.md +269 -0
  1759. package/Infra/i18n/pt/Docker/agents/docker-debug.md +255 -0
  1760. package/Infra/i18n/pt/Docker/agents/docker-dockerfile.md +79 -0
  1761. package/Infra/i18n/pt/Docker/commands/docker-architecture.md +436 -0
  1762. package/Infra/i18n/pt/Docker/commands/docker-cicd-pipeline.md +337 -0
  1763. package/Infra/i18n/pt/Docker/commands/docker-compose-setup.md +255 -0
  1764. package/Infra/i18n/pt/Docker/commands/docker-debug.md +227 -0
  1765. package/Infra/install-infra-rules.sh +425 -0
  1766. package/LICENSE +21 -0
  1767. package/Project/i18n/de/agents/product-owner.md +219 -0
  1768. package/Project/i18n/de/agents/tech-lead.md +294 -0
  1769. package/Project/i18n/de/commands/add-epic.md +88 -0
  1770. package/Project/i18n/de/commands/add-story.md +112 -0
  1771. package/Project/i18n/de/commands/add-task.md +127 -0
  1772. package/Project/i18n/de/commands/board.md +134 -0
  1773. package/Project/i18n/de/commands/decompose-tasks.md +600 -0
  1774. package/Project/i18n/de/commands/generate-backlog.md +378 -0
  1775. package/Project/i18n/de/commands/generate-prd.md +210 -0
  1776. package/Project/i18n/de/commands/generate-tech-spec.md +285 -0
  1777. package/Project/i18n/de/commands/list-epics.md +95 -0
  1778. package/Project/i18n/de/commands/list-stories.md +120 -0
  1779. package/Project/i18n/de/commands/list-tasks.md +132 -0
  1780. package/Project/i18n/de/commands/move-story.md +183 -0
  1781. package/Project/i18n/de/commands/move-task.md +204 -0
  1782. package/Project/i18n/de/commands/sprint-dev.md +194 -0
  1783. package/Project/i18n/de/commands/sprint-status.md +158 -0
  1784. package/Project/i18n/de/commands/update-epic.md +101 -0
  1785. package/Project/i18n/de/commands/update-story.md +146 -0
  1786. package/Project/i18n/de/commands/validate-backlog.md +330 -0
  1787. package/Project/i18n/de/templates/board.md +52 -0
  1788. package/Project/i18n/de/templates/epic.md +39 -0
  1789. package/Project/i18n/de/templates/index.md +74 -0
  1790. package/Project/i18n/de/templates/prd.md +256 -0
  1791. package/Project/i18n/de/templates/task.md +46 -0
  1792. package/Project/i18n/de/templates/tech-spec.md +519 -0
  1793. package/Project/i18n/de/templates/user-story.md +57 -0
  1794. package/Project/i18n/en/agents/product-owner.md +219 -0
  1795. package/Project/i18n/en/agents/tech-lead.md +294 -0
  1796. package/Project/i18n/en/commands/add-epic.md +88 -0
  1797. package/Project/i18n/en/commands/add-story.md +112 -0
  1798. package/Project/i18n/en/commands/add-task.md +127 -0
  1799. package/Project/i18n/en/commands/board.md +134 -0
  1800. package/Project/i18n/en/commands/decompose-tasks.md +600 -0
  1801. package/Project/i18n/en/commands/generate-backlog.md +378 -0
  1802. package/Project/i18n/en/commands/generate-prd.md +210 -0
  1803. package/Project/i18n/en/commands/generate-tech-spec.md +285 -0
  1804. package/Project/i18n/en/commands/list-epics.md +95 -0
  1805. package/Project/i18n/en/commands/list-stories.md +120 -0
  1806. package/Project/i18n/en/commands/list-tasks.md +132 -0
  1807. package/Project/i18n/en/commands/move-story.md +183 -0
  1808. package/Project/i18n/en/commands/move-task.md +204 -0
  1809. package/Project/i18n/en/commands/sprint-dev.md +445 -0
  1810. package/Project/i18n/en/commands/sprint-status.md +157 -0
  1811. package/Project/i18n/en/commands/update-epic.md +101 -0
  1812. package/Project/i18n/en/commands/update-story.md +146 -0
  1813. package/Project/i18n/en/commands/validate-backlog.md +330 -0
  1814. package/Project/i18n/en/templates/board.md +52 -0
  1815. package/Project/i18n/en/templates/epic.md +39 -0
  1816. package/Project/i18n/en/templates/index.md +74 -0
  1817. package/Project/i18n/en/templates/prd.md +256 -0
  1818. package/Project/i18n/en/templates/task.md +46 -0
  1819. package/Project/i18n/en/templates/tech-spec.md +519 -0
  1820. package/Project/i18n/en/templates/user-story.md +57 -0
  1821. package/Project/i18n/es/agents/product-owner.md +219 -0
  1822. package/Project/i18n/es/agents/tech-lead.md +294 -0
  1823. package/Project/i18n/es/commands/add-epic.md +88 -0
  1824. package/Project/i18n/es/commands/add-story.md +112 -0
  1825. package/Project/i18n/es/commands/add-task.md +127 -0
  1826. package/Project/i18n/es/commands/board.md +134 -0
  1827. package/Project/i18n/es/commands/decompose-tasks.md +600 -0
  1828. package/Project/i18n/es/commands/generate-backlog.md +378 -0
  1829. package/Project/i18n/es/commands/generate-prd.md +210 -0
  1830. package/Project/i18n/es/commands/generate-tech-spec.md +285 -0
  1831. package/Project/i18n/es/commands/list-epics.md +95 -0
  1832. package/Project/i18n/es/commands/list-stories.md +120 -0
  1833. package/Project/i18n/es/commands/list-tasks.md +132 -0
  1834. package/Project/i18n/es/commands/move-story.md +183 -0
  1835. package/Project/i18n/es/commands/move-task.md +204 -0
  1836. package/Project/i18n/es/commands/sprint-dev.md +194 -0
  1837. package/Project/i18n/es/commands/sprint-status.md +157 -0
  1838. package/Project/i18n/es/commands/update-epic.md +101 -0
  1839. package/Project/i18n/es/commands/update-story.md +146 -0
  1840. package/Project/i18n/es/commands/validate-backlog.md +330 -0
  1841. package/Project/i18n/es/templates/board.md +52 -0
  1842. package/Project/i18n/es/templates/epic.md +39 -0
  1843. package/Project/i18n/es/templates/index.md +74 -0
  1844. package/Project/i18n/es/templates/prd.md +256 -0
  1845. package/Project/i18n/es/templates/task.md +46 -0
  1846. package/Project/i18n/es/templates/tech-spec.md +519 -0
  1847. package/Project/i18n/es/templates/user-story.md +57 -0
  1848. package/Project/i18n/fr/agents/product-owner.md +219 -0
  1849. package/Project/i18n/fr/agents/tech-lead.md +294 -0
  1850. package/Project/i18n/fr/commands/add-epic.md +88 -0
  1851. package/Project/i18n/fr/commands/add-story.md +112 -0
  1852. package/Project/i18n/fr/commands/add-task.md +127 -0
  1853. package/Project/i18n/fr/commands/board.md +134 -0
  1854. package/Project/i18n/fr/commands/decompose-tasks.md +600 -0
  1855. package/Project/i18n/fr/commands/generate-backlog.md +378 -0
  1856. package/Project/i18n/fr/commands/generate-prd.md +210 -0
  1857. package/Project/i18n/fr/commands/generate-tech-spec.md +285 -0
  1858. package/Project/i18n/fr/commands/list-epics.md +95 -0
  1859. package/Project/i18n/fr/commands/list-stories.md +120 -0
  1860. package/Project/i18n/fr/commands/list-tasks.md +132 -0
  1861. package/Project/i18n/fr/commands/move-story.md +183 -0
  1862. package/Project/i18n/fr/commands/move-task.md +204 -0
  1863. package/Project/i18n/fr/commands/sprint-dev.md +445 -0
  1864. package/Project/i18n/fr/commands/sprint-status.md +157 -0
  1865. package/Project/i18n/fr/commands/update-epic.md +101 -0
  1866. package/Project/i18n/fr/commands/update-story.md +146 -0
  1867. package/Project/i18n/fr/commands/validate-backlog.md +330 -0
  1868. package/Project/i18n/fr/templates/board.md +52 -0
  1869. package/Project/i18n/fr/templates/epic.md +39 -0
  1870. package/Project/i18n/fr/templates/index.md +74 -0
  1871. package/Project/i18n/fr/templates/prd.md +256 -0
  1872. package/Project/i18n/fr/templates/task.md +46 -0
  1873. package/Project/i18n/fr/templates/tech-spec.md +519 -0
  1874. package/Project/i18n/fr/templates/user-story.md +57 -0
  1875. package/Project/i18n/pt/agents/product-owner.md +219 -0
  1876. package/Project/i18n/pt/agents/tech-lead.md +294 -0
  1877. package/Project/i18n/pt/commands/add-epic.md +88 -0
  1878. package/Project/i18n/pt/commands/add-story.md +112 -0
  1879. package/Project/i18n/pt/commands/add-task.md +127 -0
  1880. package/Project/i18n/pt/commands/board.md +134 -0
  1881. package/Project/i18n/pt/commands/decompose-tasks.md +600 -0
  1882. package/Project/i18n/pt/commands/generate-backlog.md +378 -0
  1883. package/Project/i18n/pt/commands/generate-prd.md +210 -0
  1884. package/Project/i18n/pt/commands/generate-tech-spec.md +285 -0
  1885. package/Project/i18n/pt/commands/list-epics.md +95 -0
  1886. package/Project/i18n/pt/commands/list-stories.md +120 -0
  1887. package/Project/i18n/pt/commands/list-tasks.md +132 -0
  1888. package/Project/i18n/pt/commands/move-story.md +183 -0
  1889. package/Project/i18n/pt/commands/move-task.md +204 -0
  1890. package/Project/i18n/pt/commands/sprint-dev.md +194 -0
  1891. package/Project/i18n/pt/commands/sprint-status.md +157 -0
  1892. package/Project/i18n/pt/commands/update-epic.md +101 -0
  1893. package/Project/i18n/pt/commands/update-story.md +146 -0
  1894. package/Project/i18n/pt/commands/validate-backlog.md +329 -0
  1895. package/Project/i18n/pt/templates/board.md +52 -0
  1896. package/Project/i18n/pt/templates/epic.md +39 -0
  1897. package/Project/i18n/pt/templates/index.md +74 -0
  1898. package/Project/i18n/pt/templates/prd.md +256 -0
  1899. package/Project/i18n/pt/templates/task.md +46 -0
  1900. package/Project/i18n/pt/templates/tech-spec.md +519 -0
  1901. package/Project/i18n/pt/templates/user-story.md +57 -0
  1902. package/Project/install-project-commands.sh +454 -0
  1903. package/README.md +415 -0
  1904. package/Tools/MultiAccount/README.md +130 -0
  1905. package/Tools/MultiAccount/claude-accounts.sh +760 -0
  1906. package/Tools/PluginExport/README.md +111 -0
  1907. package/Tools/PluginExport/export-plugin.sh +294 -0
  1908. package/Tools/ProjectConfig/README.md +151 -0
  1909. package/Tools/ProjectConfig/claude-projects.sh +714 -0
  1910. package/Tools/StatusLine/README.md +160 -0
  1911. package/Tools/StatusLine/settings.json +6 -0
  1912. package/Tools/StatusLine/statusline.conf.example +75 -0
  1913. package/Tools/StatusLine/statusline.sh +351 -0
  1914. package/Tools/i18n/accounts/de.sh +149 -0
  1915. package/Tools/i18n/accounts/en.sh +149 -0
  1916. package/Tools/i18n/accounts/es.sh +149 -0
  1917. package/Tools/i18n/accounts/fr.sh +149 -0
  1918. package/Tools/i18n/accounts/pt.sh +149 -0
  1919. package/Tools/i18n/projects/de.sh +132 -0
  1920. package/Tools/i18n/projects/en.sh +132 -0
  1921. package/Tools/i18n/projects/es.sh +132 -0
  1922. package/Tools/i18n/projects/fr.sh +132 -0
  1923. package/Tools/i18n/projects/pt.sh +132 -0
  1924. package/cli/flattener.js +487 -0
  1925. package/cli/index.js +527 -0
  1926. package/package.json +50 -0
@@ -0,0 +1,727 @@
1
+ # Performance Optimization - React Native
2
+
3
+ ## Introduction
4
+
5
+ Les performances sont critiques pour l'expérience utilisateur mobile. Target: **60 FPS** sur toutes les interactions.
6
+
7
+ ---
8
+
9
+ ## Hermes Engine
10
+
11
+ ### Activer Hermes
12
+
13
+ ```json
14
+ // app.json
15
+ {
16
+ "expo": {
17
+ "jsEngine": "hermes",
18
+ "android": {
19
+ "enableHermes": true
20
+ },
21
+ "ios": {
22
+ "jsEngine": "hermes"
23
+ }
24
+ }
25
+ }
26
+ ```
27
+
28
+ ### Bénéfices Hermes
29
+
30
+ - **Startup time**: 50% plus rapide
31
+ - **Memory usage**: 30% moins de RAM
32
+ - **App size**: Bundle plus petit
33
+ - **Performance**: Bytecode optimisé
34
+
35
+ ---
36
+
37
+ ## FlatList Optimization
38
+
39
+ ### 1. Configuration Optimale
40
+
41
+ ```typescript
42
+ <FlatList
43
+ data={items}
44
+ renderItem={renderItem}
45
+ keyExtractor={(item) => item.id}
46
+ // Performance props
47
+ initialNumToRender={10} // Render 10 items initially
48
+ maxToRenderPerBatch={10} // Render 10 items per scroll batch
49
+ updateCellsBatchingPeriod={50} // Update every 50ms
50
+ windowSize={5} // Render 5 screens worth of items
51
+ removeClippedSubviews={true} // Unmount off-screen views (Android)
52
+ // Optional: getItemLayout for known item heights
53
+ getItemLayout={(data, index) => ({
54
+ length: ITEM_HEIGHT,
55
+ offset: ITEM_HEIGHT * index,
56
+ index,
57
+ })}
58
+ />
59
+ ```
60
+
61
+ ### 2. Memoized RenderItem
62
+
63
+ ```typescript
64
+ // ❌ SCHLECHT: Re-renders on every change
65
+ const ArticlesList = () => {
66
+ const { data: articles } = useArticles();
67
+
68
+ return (
69
+ <FlatList
70
+ data={articles}
71
+ renderItem={({ item }) => (
72
+ <View>
73
+ <Text>{item.title}</Text>
74
+ <Button onPress={() => navigate(item.id)}>View</Button>
75
+ </View>
76
+ )}
77
+ />
78
+ );
79
+ };
80
+
81
+ // ✅ GUT: Memoized component
82
+ const ArticleCard = React.memo(({ article, onPress }: ArticleCardProps) => {
83
+ return (
84
+ <Pressable onPress={onPress}>
85
+ <Text>{article.title}</Text>
86
+ </Pressable>
87
+ );
88
+ });
89
+
90
+ const ArticlesList = () => {
91
+ const { data: articles } = useArticles();
92
+ const navigation = useNavigation();
93
+
94
+ const handlePress = useCallback(
95
+ (id: string) => {
96
+ navigation.navigate('ArticleDetail', { id });
97
+ },
98
+ [navigation]
99
+ );
100
+
101
+ const renderItem = useCallback(
102
+ ({ item }: { item: Article }) => (
103
+ <ArticleCard article={item} onPress={() => handlePress(item.id)} />
104
+ ),
105
+ [handlePress]
106
+ );
107
+
108
+ return (
109
+ <FlatList
110
+ data={articles}
111
+ renderItem={renderItem}
112
+ keyExtractor={(item) => item.id}
113
+ />
114
+ );
115
+ };
116
+ ```
117
+
118
+ ### 3. getItemLayout for Fixed Heights
119
+
120
+ ```typescript
121
+ const ITEM_HEIGHT = 100;
122
+
123
+ const getItemLayout = (data: any, index: number) => ({
124
+ length: ITEM_HEIGHT,
125
+ offset: ITEM_HEIGHT * index,
126
+ index,
127
+ });
128
+
129
+ <FlatList
130
+ data={items}
131
+ renderItem={renderItem}
132
+ getItemLayout={getItemLayout}
133
+ // Enables instant scroll to any position
134
+ />
135
+ ```
136
+
137
+ ---
138
+
139
+ ## Image Optimization
140
+
141
+ ### 1. expo-image (Recommandé)
142
+
143
+ ```bash
144
+ npx expo install expo-image
145
+ ```
146
+
147
+ ```typescript
148
+ // components/OptimizedImage.tsx
149
+ import { Image } from 'expo-image';
150
+
151
+ interface OptimizedImageProps {
152
+ source: { uri: string };
153
+ width?: number;
154
+ height?: number;
155
+ blurhash?: string;
156
+ }
157
+
158
+ export const OptimizedImage: FC<OptimizedImageProps> = ({
159
+ source,
160
+ width,
161
+ height,
162
+ blurhash = 'L6PZfSi_.AyE_3t7t7R**0o#DgR4', // Default blurhash
163
+ }) => {
164
+ return (
165
+ <Image
166
+ source={source}
167
+ style={{ width, height }}
168
+ placeholder={blurhash}
169
+ contentFit="cover"
170
+ transition={200}
171
+ cachePolicy="memory-disk" // Cache in memory and disk
172
+ />
173
+ );
174
+ };
175
+ ```
176
+
177
+ ### 2. Image Resizing
178
+
179
+ ```typescript
180
+ // Resize images before upload
181
+ import * as ImageManipulator from 'expo-image-manipulator';
182
+
183
+ const resizeImage = async (uri: string, maxWidth: number = 1024) => {
184
+ const manipResult = await ImageManipulator.manipulateAsync(
185
+ uri,
186
+ [{ resize: { width: maxWidth } }],
187
+ { compress: 0.8, format: ImageManipulator.SaveFormat.JPEG }
188
+ );
189
+
190
+ return manipResult.uri;
191
+ };
192
+
193
+ // Usage
194
+ const handleImagePick = async () => {
195
+ const result = await ImagePicker.launchImageLibraryAsync();
196
+ if (!result.canceled) {
197
+ const resizedUri = await resizeImage(result.assets[0].uri);
198
+ uploadImage(resizedUri);
199
+ }
200
+ };
201
+ ```
202
+
203
+ ### 3. Lazy Loading Images
204
+
205
+ ```typescript
206
+ const ArticleCard = ({ article }: ArticleCardProps) => {
207
+ const [isVisible, setIsVisible] = useState(false);
208
+
209
+ return (
210
+ <View
211
+ onLayout={(e) => {
212
+ // Load image when component becomes visible
213
+ setIsVisible(true);
214
+ }}
215
+ >
216
+ {isVisible ? (
217
+ <Image source={{ uri: article.imageUrl }} />
218
+ ) : (
219
+ <View style={{ height: 200, backgroundColor: '#f0f0f0' }} />
220
+ )}
221
+ </View>
222
+ );
223
+ };
224
+ ```
225
+
226
+ ---
227
+
228
+ ## Memoization
229
+
230
+ ### 1. React.memo
231
+
232
+ ```typescript
233
+ // Prevent unnecessary re-renders
234
+ export const ExpensiveComponent = React.memo(
235
+ ({ data }: Props) => {
236
+ return <View>{/* Expensive render */}</View>;
237
+ },
238
+ (prevProps, nextProps) => {
239
+ // Custom comparison
240
+ return prevProps.data.id === nextProps.data.id;
241
+ }
242
+ );
243
+ ```
244
+
245
+ ### 2. useMemo
246
+
247
+ ```typescript
248
+ // Memoize expensive calculations
249
+ const FilteredArticles = ({ articles, filter }: Props) => {
250
+ const filteredArticles = useMemo(() => {
251
+ return articles.filter((article) =>
252
+ article.title.toLowerCase().includes(filter.toLowerCase())
253
+ );
254
+ }, [articles, filter]);
255
+
256
+ return <ArticlesList articles={filteredArticles} />;
257
+ };
258
+ ```
259
+
260
+ ### 3. useCallback
261
+
262
+ ```typescript
263
+ // Memoize callback functions
264
+ const ArticlesList = ({ articles }: Props) => {
265
+ const navigation = useNavigation();
266
+
267
+ const handlePress = useCallback(
268
+ (id: string) => {
269
+ navigation.navigate('ArticleDetail', { id });
270
+ },
271
+ [navigation]
272
+ );
273
+
274
+ return (
275
+ <FlatList
276
+ data={articles}
277
+ renderItem={({ item }) => (
278
+ <ArticleCard article={item} onPress={() => handlePress(item.id)} />
279
+ )}
280
+ />
281
+ );
282
+ };
283
+ ```
284
+
285
+ ---
286
+
287
+ ## Animations Performance
288
+
289
+ ### 1. Native Driver
290
+
291
+ ```typescript
292
+ // ✅ GUT: useNativeDriver
293
+ Animated.timing(fadeAnim, {
294
+ toValue: 1,
295
+ duration: 300,
296
+ useNativeDriver: true, // Runs on native thread
297
+ }).start();
298
+
299
+ // ❌ SCHLECHT: Sans native driver
300
+ Animated.timing(fadeAnim, {
301
+ toValue: 1,
302
+ duration: 300,
303
+ useNativeDriver: false, // Runs on JS thread (laggy)
304
+ }).start();
305
+ ```
306
+
307
+ ### 2. React Native Reanimated
308
+
309
+ ```bash
310
+ npx expo install react-native-reanimated
311
+ ```
312
+
313
+ ```typescript
314
+ // hooks/useAnimatedValue.ts
315
+ import { useSharedValue, useAnimatedStyle, withSpring } from 'react-native-reanimated';
316
+
317
+ export const AnimatedBox = () => {
318
+ const offset = useSharedValue(0);
319
+
320
+ const animatedStyles = useAnimatedStyle(() => {
321
+ return {
322
+ transform: [{ translateX: withSpring(offset.value * 255) }],
323
+ };
324
+ });
325
+
326
+ const handlePress = () => {
327
+ offset.value = offset.value === 0 ? 1 : 0;
328
+ };
329
+
330
+ return (
331
+ <View>
332
+ <Animated.View style={[styles.box, animatedStyles]} />
333
+ <Button onPress={handlePress}>Move</Button>
334
+ </View>
335
+ );
336
+ };
337
+ ```
338
+
339
+ ### 3. LayoutAnimation
340
+
341
+ ```typescript
342
+ import { LayoutAnimation, Platform, UIManager } from 'react-native';
343
+
344
+ // Enable on Android
345
+ if (Platform.OS === 'android') {
346
+ if (UIManager.setLayoutAnimationEnabledExperimental) {
347
+ UIManager.setLayoutAnimationEnabledExperimental(true);
348
+ }
349
+ }
350
+
351
+ const MyComponent = () => {
352
+ const [expanded, setExpanded] = useState(false);
353
+
354
+ const toggleExpand = () => {
355
+ LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut);
356
+ setExpanded(!expanded);
357
+ };
358
+
359
+ return (
360
+ <View>
361
+ <Pressable onPress={toggleExpand}>
362
+ <Text>Toggle</Text>
363
+ </Pressable>
364
+ {expanded && <View style={styles.content}>{/* Content */}</View>}
365
+ </View>
366
+ );
367
+ };
368
+ ```
369
+
370
+ ---
371
+
372
+ ## Bundle Size Optimization
373
+
374
+ ### 1. Analyze Bundle
375
+
376
+ ```bash
377
+ # Analyze bundle size
378
+ npx react-native-bundle-visualizer
379
+
380
+ # Or with Expo
381
+ npx expo export --clear
382
+ ```
383
+
384
+ ### 2. Code Splitting
385
+
386
+ ```typescript
387
+ // Lazy load screens
388
+ import { lazy, Suspense } from 'react';
389
+
390
+ const ArticleDetailScreen = lazy(() => import('./screens/ArticleDetailScreen'));
391
+
392
+ const App = () => (
393
+ <Suspense fallback={<LoadingSpinner />}>
394
+ <ArticleDetailScreen />
395
+ </Suspense>
396
+ );
397
+ ```
398
+
399
+ ### 3. Remove Unused Dependencies
400
+
401
+ ```bash
402
+ # Find unused dependencies
403
+ npx depcheck
404
+
405
+ # Remove
406
+ npm uninstall unused-package
407
+ ```
408
+
409
+ ---
410
+
411
+ ## Network Performance
412
+
413
+ ### 1. Request Batching
414
+
415
+ ```typescript
416
+ // Batch multiple requests
417
+ const fetchUserData = async (userId: string) => {
418
+ const [user, posts, followers] = await Promise.all([
419
+ api.getUser(userId),
420
+ api.getUserPosts(userId),
421
+ api.getUserFollowers(userId),
422
+ ]);
423
+
424
+ return { user, posts, followers };
425
+ };
426
+ ```
427
+
428
+ ### 2. Request Caching (React Query)
429
+
430
+ ```typescript
431
+ // Cache API responses
432
+ export const useArticles = () => {
433
+ return useQuery({
434
+ queryKey: ['articles'],
435
+ queryFn: () => api.getArticles(),
436
+ staleTime: 5 * 60 * 1000, // 5 minutes
437
+ cacheTime: 10 * 60 * 1000, // 10 minutes
438
+ });
439
+ };
440
+ ```
441
+
442
+ ### 3. Pagination
443
+
444
+ ```typescript
445
+ // Infinite scroll with pagination
446
+ export const useInfiniteArticles = () => {
447
+ return useInfiniteQuery({
448
+ queryKey: ['articles'],
449
+ queryFn: ({ pageParam = 1 }) => api.getArticles({ page: pageParam }),
450
+ getNextPageParam: (lastPage) => lastPage.nextPage,
451
+ initialPageParam: 1,
452
+ });
453
+ };
454
+
455
+ const ArticlesList = () => {
456
+ const { data, fetchNextPage, hasNextPage, isFetchingNextPage } = useInfiniteArticles();
457
+
458
+ const handleEndReached = () => {
459
+ if (hasNextPage && !isFetchingNextPage) {
460
+ fetchNextPage();
461
+ }
462
+ };
463
+
464
+ const articles = data?.pages.flatMap((page) => page.articles) ?? [];
465
+
466
+ return (
467
+ <FlatList
468
+ data={articles}
469
+ renderItem={renderItem}
470
+ onEndReached={handleEndReached}
471
+ onEndReachedThreshold={0.5}
472
+ />
473
+ );
474
+ };
475
+ ```
476
+
477
+ ---
478
+
479
+ ## JavaScript Performance
480
+
481
+ ### 1. Avoid Inline Functions
482
+
483
+ ```typescript
484
+ // ❌ SCHLECHT: Creates new function on every render
485
+ <Button onPress={() => console.log('Pressed')}>Press</Button>
486
+
487
+ // ✅ GUT: Function reference
488
+ const handlePress = () => console.log('Pressed');
489
+ <Button onPress={handlePress}>Press</Button>
490
+
491
+ // ✅ GUT: useCallback for dependencies
492
+ const handlePress = useCallback(() => {
493
+ console.log('Pressed', someValue);
494
+ }, [someValue]);
495
+ <Button onPress={handlePress}>Press</Button>
496
+ ```
497
+
498
+ ### 2. Avoid Inline Styles
499
+
500
+ ```typescript
501
+ // ❌ SCHLECHT: Creates new object on every render
502
+ <View style={{ flex: 1, padding: 16 }}>
503
+
504
+ // ✅ GUT: StyleSheet
505
+ const styles = StyleSheet.create({
506
+ container: {
507
+ flex: 1,
508
+ padding: 16,
509
+ },
510
+ });
511
+ <View style={styles.container}>
512
+ ```
513
+
514
+ ### 3. Debounce Heavy Operations
515
+
516
+ ```typescript
517
+ // hooks/useDebounce.ts
518
+ import { useEffect, useState } from 'react';
519
+
520
+ export const useDebounce = <T,>(value: T, delay: number = 500): T => {
521
+ const [debouncedValue, setDebouncedValue] = useState<T>(value);
522
+
523
+ useEffect(() => {
524
+ const handler = setTimeout(() => {
525
+ setDebouncedValue(value);
526
+ }, delay);
527
+
528
+ return () => {
529
+ clearTimeout(handler);
530
+ };
531
+ }, [value, delay]);
532
+
533
+ return debouncedValue;
534
+ };
535
+
536
+ // Usage: Search with debounce
537
+ const SearchScreen = () => {
538
+ const [searchQuery, setSearchQuery] = useState('');
539
+ const debouncedQuery = useDebounce(searchQuery, 500);
540
+
541
+ const { data: results } = useQuery({
542
+ queryKey: ['search', debouncedQuery],
543
+ queryFn: () => api.search(debouncedQuery),
544
+ enabled: debouncedQuery.length > 2,
545
+ });
546
+
547
+ return (
548
+ <View>
549
+ <TextInput
550
+ value={searchQuery}
551
+ onChangeText={setSearchQuery}
552
+ placeholder="Search..."
553
+ />
554
+ <ResultsList results={results} />
555
+ </View>
556
+ );
557
+ };
558
+ ```
559
+
560
+ ---
561
+
562
+ ## Memory Management
563
+
564
+ ### 1. Cleanup Effects
565
+
566
+ ```typescript
567
+ useEffect(() => {
568
+ const subscription = api.subscribe();
569
+
570
+ // Cleanup on unmount
571
+ return () => {
572
+ subscription.unsubscribe();
573
+ };
574
+ }, []);
575
+ ```
576
+
577
+ ### 2. Cancel Async Operations
578
+
579
+ ```typescript
580
+ useEffect(() => {
581
+ let cancelled = false;
582
+
583
+ const fetchData = async () => {
584
+ const data = await api.getData();
585
+ if (!cancelled) {
586
+ setData(data);
587
+ }
588
+ };
589
+
590
+ fetchData();
591
+
592
+ return () => {
593
+ cancelled = true; // Prevent state update on unmounted component
594
+ };
595
+ }, []);
596
+ ```
597
+
598
+ ### 3. Avoid Memory Leaks
599
+
600
+ ```typescript
601
+ // ❌ SCHLECHT: Memory leak
602
+ useEffect(() => {
603
+ setInterval(() => {
604
+ console.log('Running');
605
+ }, 1000);
606
+ }, []); // Never cleaned up!
607
+
608
+ // ✅ GUT: Cleanup interval
609
+ useEffect(() => {
610
+ const interval = setInterval(() => {
611
+ console.log('Running');
612
+ }, 1000);
613
+
614
+ return () => {
615
+ clearInterval(interval);
616
+ };
617
+ }, []);
618
+ ```
619
+
620
+ ---
621
+
622
+ ## Profiling Tools
623
+
624
+ ### 1. React DevTools Profiler
625
+
626
+ ```typescript
627
+ // Wrap component in Profiler
628
+ import { Profiler } from 'react';
629
+
630
+ const onRenderCallback = (
631
+ id: string,
632
+ phase: 'mount' | 'update',
633
+ actualDuration: number
634
+ ) => {
635
+ console.log(`${id} (${phase}): ${actualDuration}ms`);
636
+ };
637
+
638
+ <Profiler id="ArticlesList" onRender={onRenderCallback}>
639
+ <ArticlesList />
640
+ </Profiler>
641
+ ```
642
+
643
+ ### 2. Performance Monitor
644
+
645
+ ```typescript
646
+ // Enable performance monitor in dev
647
+ import { Platform } from 'react-native';
648
+
649
+ if (__DEV__ && Platform.OS !== 'web') {
650
+ const DevMenu = require('react-native-dev-menu');
651
+ DevMenu.addItem('Toggle Perf Monitor', () => {
652
+ // Show FPS, RAM, CPU usage
653
+ });
654
+ }
655
+ ```
656
+
657
+ ---
658
+
659
+ ## Performance Checklist
660
+
661
+ ### Images
662
+ - [ ] expo-image utilisé
663
+ - [ ] Images redimensionnées
664
+ - [ ] Blurhash placeholders
665
+ - [ ] Lazy loading implémenté
666
+
667
+ ### Lists
668
+ - [ ] FlatList optimisé (windowSize, etc.)
669
+ - [ ] getItemLayout si hauteur fixe
670
+ - [ ] renderItem memoized
671
+ - [ ] Pagination pour grandes listes
672
+
673
+ ### Animations
674
+ - [ ] useNativeDriver: true
675
+ - [ ] Reanimated pour animations complexes
676
+ - [ ] LayoutAnimation pour layout changes
677
+
678
+ ### Code
679
+ - [ ] React.memo pour composants coûteux
680
+ - [ ] useMemo pour calculs coûteux
681
+ - [ ] useCallback pour fonctions
682
+ - [ ] Pas de inline functions/styles
683
+ - [ ] Debounce pour inputs
684
+
685
+ ### Network
686
+ - [ ] React Query avec cache
687
+ - [ ] Request batching
688
+ - [ ] Pagination
689
+ - [ ] Retry logic
690
+
691
+ ### Bundle
692
+ - [ ] Hermes activé
693
+ - [ ] Code splitting
694
+ - [ ] Dependencies minimales
695
+ - [ ] Bundle < 10MB
696
+
697
+ ---
698
+
699
+ ## Performance Metrics
700
+
701
+ ### Target Metrics
702
+
703
+ - **Startup time**: < 3s
704
+ - **FPS**: 60 FPS constant
705
+ - **Memory**: < 200MB
706
+ - **Bundle size**: < 10MB (JS)
707
+ - **API response**: < 500ms
708
+
709
+ ### Monitoring
710
+
711
+ ```typescript
712
+ // Track screen load time
713
+ const StartupTime = () => {
714
+ useEffect(() => {
715
+ const startTime = performance.now();
716
+
717
+ return () => {
718
+ const endTime = performance.now();
719
+ console.log(`Screen load time: ${endTime - startTime}ms`);
720
+ };
721
+ }, []);
722
+ };
723
+ ```
724
+
725
+ ---
726
+
727
+ **Performance is a feature. Optimize early, optimize often.**