@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,730 @@
1
+ # Outils de Développement Python
2
+
3
+ ## Package Management
4
+
5
+ ### Poetry (Recommandé)
6
+
7
+ ```toml
8
+ # pyproject.toml
9
+ [tool.poetry]
10
+ name = "myproject"
11
+ version = "0.1.0"
12
+ description = "My Python project"
13
+ authors = ["Your Name <you@example.com>"]
14
+
15
+ [tool.poetry.dependencies]
16
+ python = "^3.11"
17
+ fastapi = "^0.104.0"
18
+ sqlalchemy = "^2.0.0"
19
+ pydantic = "^2.5.0"
20
+ redis = "^5.0.0"
21
+ celery = "^5.3.0"
22
+
23
+ [tool.poetry.group.dev.dependencies]
24
+ pytest = "^7.4.0"
25
+ pytest-cov = "^4.1.0"
26
+ pytest-mock = "^3.12.0"
27
+ ruff = "^0.1.0"
28
+ mypy = "^1.7.0"
29
+ black = "^23.11.0"
30
+ isort = "^5.12.0"
31
+ bandit = "^1.7.5"
32
+
33
+ [build-system]
34
+ requires = ["poetry-core"]
35
+ build-backend = "poetry.core.masonry.api"
36
+ ```
37
+
38
+ ```bash
39
+ # Installation
40
+ curl -sSL https://install.python-poetry.org | python3 -
41
+
42
+ # Commandes de base
43
+ poetry init # Initialiser un nouveau projet
44
+ poetry install # Installer les dépendances
45
+ poetry add fastapi # Ajouter une dépendance
46
+ poetry add --group dev pytest # Ajouter une dépendance dev
47
+ poetry remove requests # Supprimer une dépendance
48
+ poetry update # Mettre à jour les dépendances
49
+ poetry lock # Générer poetry.lock
50
+ poetry shell # Activer l'environnement virtuel
51
+ poetry run python script.py # Exécuter un script
52
+ poetry export -f requirements.txt --output requirements.txt # Export requirements
53
+ ```
54
+
55
+ ### uv (Alternative Moderne)
56
+
57
+ ```bash
58
+ # Installation
59
+ curl -LsSf https://astral.sh/uv/install.sh | sh
60
+
61
+ # Commandes
62
+ uv init # Initialiser projet
63
+ uv add fastapi # Ajouter dépendance
64
+ uv sync # Synchroniser dépendances
65
+ uv run python script.py # Exécuter script
66
+ uv lock # Lock dépendances
67
+
68
+ # Plus rapide que Poetry, compatible pyproject.toml
69
+ ```
70
+
71
+ ## Python Version Management
72
+
73
+ ### pyenv
74
+
75
+ ```bash
76
+ # Installation (Linux/macOS)
77
+ curl https://pyenv.run | bash
78
+
79
+ # Configuration ~/.bashrc ou ~/.zshrc
80
+ export PATH="$HOME/.pyenv/bin:$PATH"
81
+ eval "$(pyenv init -)"
82
+ eval "$(pyenv virtualenv-init -)"
83
+
84
+ # Commandes
85
+ pyenv install 3.11.6 # Installer Python 3.11.6
86
+ pyenv versions # Lister versions installées
87
+ pyenv global 3.11.6 # Version globale
88
+ pyenv local 3.11.6 # Version pour projet (créé .python-version)
89
+ pyenv shell 3.11.6 # Version pour session shell
90
+
91
+ # Créer virtual env
92
+ pyenv virtualenv 3.11.6 myproject
93
+ pyenv activate myproject
94
+ pyenv deactivate
95
+ ```
96
+
97
+ ## Docker + Makefile
98
+
99
+ ### Dockerfile
100
+
101
+ ```dockerfile
102
+ # docker/Dockerfile
103
+ FROM python:3.11-slim
104
+
105
+ WORKDIR /app
106
+
107
+ # Install system dependencies
108
+ RUN apt-get update && apt-get install -y \
109
+ gcc \
110
+ postgresql-client \
111
+ && rm -rf /var/lib/apt/lists/*
112
+
113
+ # Install poetry
114
+ RUN pip install poetry==1.7.1
115
+
116
+ # Copy dependency files
117
+ COPY pyproject.toml poetry.lock ./
118
+
119
+ # Install dependencies (without dev dependencies for prod)
120
+ RUN poetry config virtualenvs.create false \
121
+ && poetry install --no-dev --no-interaction --no-ansi
122
+
123
+ # Copy application
124
+ COPY src/ ./src/
125
+
126
+ # Run
127
+ CMD ["uvicorn", "src.myproject.infrastructure.api.main:app", "--host", "0.0.0.0", "--port", "8000"]
128
+ ```
129
+
130
+ ```dockerfile
131
+ # docker/Dockerfile.dev
132
+ FROM python:3.11-slim
133
+
134
+ WORKDIR /app
135
+
136
+ RUN apt-get update && apt-get install -y \
137
+ gcc \
138
+ postgresql-client \
139
+ make \
140
+ && rm -rf /var/lib/apt/lists/*
141
+
142
+ RUN pip install poetry==1.7.1
143
+
144
+ COPY pyproject.toml poetry.lock ./
145
+
146
+ # Install ALL dependencies (including dev)
147
+ RUN poetry config virtualenvs.create false \
148
+ && poetry install --no-interaction --no-ansi
149
+
150
+ COPY . .
151
+
152
+ CMD ["uvicorn", "src.myproject.infrastructure.api.main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]
153
+ ```
154
+
155
+ ### docker-compose.yml
156
+
157
+ ```yaml
158
+ # docker-compose.yml
159
+ version: '3.8'
160
+
161
+ services:
162
+ app:
163
+ build:
164
+ context: .
165
+ dockerfile: docker/Dockerfile.dev
166
+ ports:
167
+ - "8000:8000"
168
+ volumes:
169
+ - .:/app
170
+ - /app/.venv # Exclure le venv local
171
+ environment:
172
+ - DATABASE_URL=postgresql://user:password@db:5432/myproject
173
+ - REDIS_URL=redis://redis:6379/0
174
+ - CELERY_BROKER_URL=redis://redis:6379/1
175
+ depends_on:
176
+ - db
177
+ - redis
178
+ command: uvicorn src.myproject.infrastructure.api.main:app --host 0.0.0.0 --port 8000 --reload
179
+
180
+ db:
181
+ image: postgres:16-alpine
182
+ environment:
183
+ - POSTGRES_USER=user
184
+ - POSTGRES_PASSWORD=password
185
+ - POSTGRES_DB=myproject
186
+ ports:
187
+ - "5432:5432"
188
+ volumes:
189
+ - postgres_data:/var/lib/postgresql/data
190
+
191
+ redis:
192
+ image: redis:7-alpine
193
+ ports:
194
+ - "6379:6379"
195
+
196
+ celery:
197
+ build:
198
+ context: .
199
+ dockerfile: docker/Dockerfile.dev
200
+ volumes:
201
+ - .:/app
202
+ environment:
203
+ - DATABASE_URL=postgresql://user:password@db:5432/myproject
204
+ - REDIS_URL=redis://redis:6379/0
205
+ - CELERY_BROKER_URL=redis://redis:6379/1
206
+ depends_on:
207
+ - db
208
+ - redis
209
+ command: celery -A src.myproject.infrastructure.messaging.celery_app worker -l info
210
+
211
+ volumes:
212
+ postgres_data:
213
+ ```
214
+
215
+ ### Makefile
216
+
217
+ ```makefile
218
+ # Makefile
219
+ .PHONY: help setup install dev test lint format clean
220
+
221
+ # Variables
222
+ DOCKER_COMPOSE = docker compose
223
+ DOCKER_EXEC = $(DOCKER_COMPOSE) exec app
224
+ PYTHON = $(DOCKER_EXEC) python
225
+ POETRY = $(DOCKER_EXEC) poetry
226
+ PYTEST = $(DOCKER_EXEC) pytest
227
+
228
+ help: ## Affiche cette aide
229
+ @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
230
+
231
+ setup: ## Configuration initiale du projet
232
+ cp .env.example .env
233
+ $(DOCKER_COMPOSE) build
234
+ $(DOCKER_COMPOSE) up -d
235
+ $(POETRY) install
236
+ $(DOCKER_COMPOSE) exec app alembic upgrade head
237
+
238
+ install: ## Installation des dépendances
239
+ $(DOCKER_COMPOSE) build
240
+ $(POETRY) install
241
+
242
+ dev: ## Lance l'environnement de développement
243
+ $(DOCKER_COMPOSE) up
244
+
245
+ dev-bg: ## Lance l'environnement en background
246
+ $(DOCKER_COMPOSE) up -d
247
+
248
+ down: ## Arrête les containers
249
+ $(DOCKER_COMPOSE) down
250
+
251
+ shell: ## Ouvre un shell dans le container
252
+ $(DOCKER_EXEC) bash
253
+
254
+ logs: ## Affiche les logs
255
+ $(DOCKER_COMPOSE) logs -f app
256
+
257
+ ps: ## État des containers
258
+ $(DOCKER_COMPOSE) ps
259
+
260
+ # Tests
261
+ test: ## Tous les tests
262
+ $(PYTEST) tests/ -v
263
+
264
+ test-unit: ## Tests unitaires uniquement
265
+ $(PYTEST) tests/unit/ -v
266
+
267
+ test-integration: ## Tests d'intégration
268
+ $(PYTEST) tests/integration/ -v
269
+
270
+ test-e2e: ## Tests end-to-end
271
+ $(PYTEST) tests/e2e/ -v
272
+
273
+ test-cov: ## Tests avec couverture
274
+ $(PYTEST) tests/ -v --cov=src --cov-report=html --cov-report=term
275
+
276
+ test-watch: ## Tests en mode watch
277
+ $(PYTEST) tests/ -v --watch
278
+
279
+ # Qualité de code
280
+ lint: ## Linting avec ruff
281
+ $(DOCKER_EXEC) ruff check src/ tests/
282
+
283
+ lint-fix: ## Linting avec auto-fix
284
+ $(DOCKER_EXEC) ruff check --fix src/ tests/
285
+
286
+ format: ## Formatage avec black + isort
287
+ $(DOCKER_EXEC) black src/ tests/
288
+ $(DOCKER_EXEC) isort src/ tests/
289
+
290
+ format-check: ## Vérifie le formatage
291
+ $(DOCKER_EXEC) black --check src/ tests/
292
+ $(DOCKER_EXEC) isort --check-only src/ tests/
293
+
294
+ type-check: ## Vérification des types avec mypy
295
+ $(DOCKER_EXEC) mypy src/
296
+
297
+ security-check: ## Analyse de sécurité avec bandit
298
+ $(DOCKER_EXEC) bandit -r src/ -ll
299
+
300
+ deps-audit: ## Audit des dépendances
301
+ $(POETRY) audit
302
+
303
+ quality: lint type-check security-check ## Tous les checks de qualité
304
+
305
+ # Base de données
306
+ db-shell: ## Shell PostgreSQL
307
+ $(DOCKER_COMPOSE) exec db psql -U user -d myproject
308
+
309
+ db-migrate: ## Crée une nouvelle migration
310
+ $(DOCKER_EXEC) alembic revision --autogenerate -m "$(msg)"
311
+
312
+ db-upgrade: ## Applique les migrations
313
+ $(DOCKER_EXEC) alembic upgrade head
314
+
315
+ db-downgrade: ## Rollback dernière migration
316
+ $(DOCKER_EXEC) alembic downgrade -1
317
+
318
+ db-reset: ## Reset complet de la DB
319
+ $(DOCKER_COMPOSE) down -v
320
+ $(DOCKER_COMPOSE) up -d db
321
+ sleep 2
322
+ $(DOCKER_EXEC) alembic upgrade head
323
+
324
+ db-seed: ## Seed data
325
+ $(PYTHON) scripts/seed_data.py
326
+
327
+ # Nettoyage
328
+ clean: ## Nettoyage des fichiers temporaires
329
+ find . -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null || true
330
+ find . -type f -name "*.pyc" -delete
331
+ find . -type f -name "*.pyo" -delete
332
+ find . -type d -name "*.egg-info" -exec rm -rf {} + 2>/dev/null || true
333
+ rm -rf .pytest_cache .mypy_cache .ruff_cache htmlcov .coverage
334
+
335
+ clean-all: clean down ## Nettoyage complet
336
+ $(DOCKER_COMPOSE) down -v
337
+ rm -rf .venv
338
+ ```
339
+
340
+ ## Pre-commit Hooks
341
+
342
+ ### Configuration
343
+
344
+ ```yaml
345
+ # .pre-commit-config.yaml
346
+ repos:
347
+ - repo: https://github.com/pre-commit/pre-commit-hooks
348
+ rev: v4.5.0
349
+ hooks:
350
+ - id: trailing-whitespace
351
+ - id: end-of-file-fixer
352
+ - id: check-yaml
353
+ - id: check-added-large-files
354
+ - id: check-json
355
+ - id: check-toml
356
+ - id: check-merge-conflict
357
+ - id: debug-statements
358
+
359
+ - repo: https://github.com/astral-sh/ruff-pre-commit
360
+ rev: v0.1.6
361
+ hooks:
362
+ - id: ruff
363
+ args: [--fix, --exit-non-zero-on-fix]
364
+
365
+ - repo: https://github.com/psf/black
366
+ rev: 23.11.0
367
+ hooks:
368
+ - id: black
369
+
370
+ - repo: https://github.com/pycqa/isort
371
+ rev: 5.12.0
372
+ hooks:
373
+ - id: isort
374
+
375
+ - repo: https://github.com/pre-commit/mirrors-mypy
376
+ rev: v1.7.1
377
+ hooks:
378
+ - id: mypy
379
+ additional_dependencies: [pydantic, sqlalchemy]
380
+
381
+ - repo: https://github.com/PyCQA/bandit
382
+ rev: 1.7.5
383
+ hooks:
384
+ - id: bandit
385
+ args: [-ll, -r, src/]
386
+ ```
387
+
388
+ ```bash
389
+ # Installation
390
+ pip install pre-commit
391
+
392
+ # Setup hooks
393
+ pre-commit install
394
+
395
+ # Run manuellement sur tous les fichiers
396
+ pre-commit run --all-files
397
+
398
+ # Update hooks
399
+ pre-commit autoupdate
400
+ ```
401
+
402
+ ## Linting & Formatting
403
+
404
+ ### Ruff (Recommandé - Rapide)
405
+
406
+ ```toml
407
+ # pyproject.toml ou ruff.toml
408
+ [tool.ruff]
409
+ line-length = 88
410
+ target-version = "py311"
411
+
412
+ [tool.ruff.lint]
413
+ select = [
414
+ "E", # pycodestyle errors
415
+ "W", # pycodestyle warnings
416
+ "F", # pyflakes
417
+ "I", # isort
418
+ "N", # pep8-naming
419
+ "UP", # pyupgrade
420
+ "B", # flake8-bugbear
421
+ "C4", # flake8-comprehensions
422
+ "DTZ", # flake8-datetimez
423
+ "T10", # flake8-debugger
424
+ "EM", # flake8-errmsg
425
+ "ISC", # flake8-implicit-str-concat
426
+ "ICN", # flake8-import-conventions
427
+ "PIE", # flake8-pie
428
+ "PT", # flake8-pytest-style
429
+ "Q", # flake8-quotes
430
+ "RSE", # flake8-raise
431
+ "RET", # flake8-return
432
+ "SIM", # flake8-simplify
433
+ "TID", # flake8-tidy-imports
434
+ "ARG", # flake8-unused-arguments
435
+ "PTH", # flake8-use-pathlib
436
+ "ERA", # eradicate
437
+ "PL", # pylint
438
+ "RUF", # ruff-specific
439
+ ]
440
+
441
+ ignore = [
442
+ "E501", # line too long (géré par black)
443
+ "PLR0913", # too many arguments
444
+ ]
445
+
446
+ [tool.ruff.lint.per-file-ignores]
447
+ "tests/**/*.py" = [
448
+ "PLR2004", # magic values in tests OK
449
+ "S101", # assert in tests OK
450
+ ]
451
+ ```
452
+
453
+ ```bash
454
+ # Commandes
455
+ ruff check . # Check
456
+ ruff check --fix . # Fix auto
457
+ ruff format . # Format (comme black)
458
+ ```
459
+
460
+ ### Black
461
+
462
+ ```toml
463
+ # pyproject.toml
464
+ [tool.black]
465
+ line-length = 88
466
+ target-version = ['py311']
467
+ include = '\.pyi?$'
468
+ ```
469
+
470
+ ```bash
471
+ # Commandes
472
+ black src/ tests/ # Format
473
+ black --check src/ # Check seulement
474
+ black --diff src/ # Voir les changements
475
+ ```
476
+
477
+ ### isort
478
+
479
+ ```toml
480
+ # pyproject.toml
481
+ [tool.isort]
482
+ profile = "black"
483
+ line_length = 88
484
+ multi_line_output = 3
485
+ include_trailing_comma = true
486
+ force_grid_wrap = 0
487
+ use_parentheses = true
488
+ ensure_newline_before_comments = true
489
+ ```
490
+
491
+ ```bash
492
+ # Commandes
493
+ isort src/ tests/ # Sort imports
494
+ isort --check src/ # Check seulement
495
+ isort --diff src/ # Voir les changements
496
+ ```
497
+
498
+ ## Type Checking
499
+
500
+ ### mypy
501
+
502
+ ```toml
503
+ # mypy.ini ou pyproject.toml
504
+ [tool.mypy]
505
+ python_version = "3.11"
506
+ strict = true
507
+ warn_return_any = true
508
+ warn_unused_configs = true
509
+ disallow_untyped_defs = true
510
+ disallow_any_generics = true
511
+ check_untyped_defs = true
512
+ no_implicit_optional = true
513
+ warn_redundant_casts = true
514
+ warn_unused_ignores = true
515
+ warn_no_return = true
516
+ warn_unreachable = true
517
+ strict_equality = true
518
+
519
+ [[tool.mypy.overrides]]
520
+ module = "tests.*"
521
+ disallow_untyped_defs = false
522
+
523
+ [[tool.mypy.overrides]]
524
+ module = "celery.*"
525
+ ignore_missing_imports = true
526
+ ```
527
+
528
+ ```bash
529
+ # Commandes
530
+ mypy src/ # Check types
531
+ mypy --strict src/ # Mode strict
532
+ mypy --install-types # Installer stubs manquants
533
+ ```
534
+
535
+ ## Security
536
+
537
+ ### Bandit
538
+
539
+ ```yaml
540
+ # .bandit
541
+ [bandit]
542
+ exclude_dirs = ["/tests", "/scripts"]
543
+ skips = ["B101", "B601"]
544
+ ```
545
+
546
+ ```bash
547
+ # Commandes
548
+ bandit -r src/ # Scan
549
+ bandit -r src/ -ll # Seulement high/medium
550
+ bandit -r src/ -f json -o report.json # Format JSON
551
+ ```
552
+
553
+ ### Safety (Audit Dépendances)
554
+
555
+ ```bash
556
+ # Avec Poetry
557
+ poetry export -f requirements.txt | safety check --stdin
558
+
559
+ # Avec pip
560
+ pip list --format=freeze | safety check --stdin
561
+ ```
562
+
563
+ ## CI/CD
564
+
565
+ ### GitHub Actions
566
+
567
+ ```yaml
568
+ # .github/workflows/ci.yml
569
+ name: CI
570
+
571
+ on:
572
+ push:
573
+ branches: [main, develop]
574
+ pull_request:
575
+ branches: [main, develop]
576
+
577
+ jobs:
578
+ test:
579
+ runs-on: ubuntu-latest
580
+
581
+ services:
582
+ postgres:
583
+ image: postgres:16
584
+ env:
585
+ POSTGRES_USER: test
586
+ POSTGRES_PASSWORD: test
587
+ POSTGRES_DB: test_db
588
+ ports:
589
+ - 5432:5432
590
+ options: >-
591
+ --health-cmd pg_isready
592
+ --health-interval 10s
593
+ --health-timeout 5s
594
+ --health-retries 5
595
+
596
+ redis:
597
+ image: redis:7
598
+ ports:
599
+ - 6379:6379
600
+
601
+ steps:
602
+ - uses: actions/checkout@v4
603
+
604
+ - name: Set up Python
605
+ uses: actions/setup-python@v4
606
+ with:
607
+ python-version: '3.11'
608
+
609
+ - name: Install Poetry
610
+ run: |
611
+ curl -sSL https://install.python-poetry.org | python3 -
612
+ echo "$HOME/.local/bin" >> $GITHUB_PATH
613
+
614
+ - name: Install dependencies
615
+ run: poetry install
616
+
617
+ - name: Lint with ruff
618
+ run: poetry run ruff check src/ tests/
619
+
620
+ - name: Type check with mypy
621
+ run: poetry run mypy src/
622
+
623
+ - name: Security check with bandit
624
+ run: poetry run bandit -r src/ -ll
625
+
626
+ - name: Run tests
627
+ env:
628
+ DATABASE_URL: postgresql://test:test@localhost:5432/test_db
629
+ REDIS_URL: redis://localhost:6379/0
630
+ run: |
631
+ poetry run pytest tests/ -v --cov=src --cov-report=xml
632
+
633
+ - name: Upload coverage
634
+ uses: codecov/codecov-action@v3
635
+ with:
636
+ file: ./coverage.xml
637
+ ```
638
+
639
+ ## Configuration Complète
640
+
641
+ ### pyproject.toml complet
642
+
643
+ ```toml
644
+ # pyproject.toml
645
+ [tool.poetry]
646
+ name = "myproject"
647
+ version = "0.1.0"
648
+ description = ""
649
+ authors = ["Author <author@example.com>"]
650
+
651
+ [tool.poetry.dependencies]
652
+ python = "^3.11"
653
+ fastapi = "^0.104.0"
654
+ uvicorn = {extras = ["standard"], version = "^0.24.0"}
655
+ sqlalchemy = "^2.0.0"
656
+ alembic = "^1.12.0"
657
+ pydantic = "^2.5.0"
658
+ pydantic-settings = "^2.1.0"
659
+ asyncpg = "^0.29.0"
660
+ redis = "^5.0.0"
661
+ celery = "^5.3.0"
662
+ python-jose = {extras = ["cryptography"], version = "^3.3.0"}
663
+ passlib = {extras = ["bcrypt"], version = "^1.7.4"}
664
+ python-multipart = "^0.0.6"
665
+
666
+ [tool.poetry.group.dev.dependencies]
667
+ pytest = "^7.4.0"
668
+ pytest-cov = "^4.1.0"
669
+ pytest-mock = "^3.12.0"
670
+ pytest-asyncio = "^0.21.0"
671
+ ruff = "^0.1.0"
672
+ mypy = "^1.7.0"
673
+ black = "^23.11.0"
674
+ isort = "^5.12.0"
675
+ bandit = "^1.7.5"
676
+ pre-commit = "^3.5.0"
677
+
678
+ [tool.black]
679
+ line-length = 88
680
+ target-version = ['py311']
681
+
682
+ [tool.isort]
683
+ profile = "black"
684
+ line_length = 88
685
+
686
+ [tool.mypy]
687
+ python_version = "3.11"
688
+ strict = true
689
+
690
+ [tool.ruff]
691
+ line-length = 88
692
+ target-version = "py311"
693
+
694
+ [tool.pytest.ini_options]
695
+ testpaths = ["tests"]
696
+ python_files = ["test_*.py"]
697
+ addopts = "-v --strict-markers"
698
+
699
+ [tool.coverage.run]
700
+ source = ["src"]
701
+ omit = ["*/tests/*", "*/migrations/*"]
702
+
703
+ [tool.coverage.report]
704
+ exclude_lines = [
705
+ "pragma: no cover",
706
+ "def __repr__",
707
+ "raise AssertionError",
708
+ "raise NotImplementedError",
709
+ "if __name__ == .__main__.:",
710
+ ]
711
+
712
+ [build-system]
713
+ requires = ["poetry-core"]
714
+ build-backend = "poetry.core.masonry.api"
715
+ ```
716
+
717
+ ## Checklist Tooling
718
+
719
+ - [ ] Poetry ou uv configuré
720
+ - [ ] pyenv pour gestion versions Python
721
+ - [ ] Docker + docker-compose setup
722
+ - [ ] Makefile avec commandes Docker
723
+ - [ ] Pre-commit hooks configurés
724
+ - [ ] Ruff pour linting
725
+ - [ ] Black pour formatting
726
+ - [ ] isort pour imports
727
+ - [ ] mypy pour type checking
728
+ - [ ] Bandit pour sécurité
729
+ - [ ] CI/CD configuré (GitHub Actions)
730
+ - [ ] .gitignore Python complet