moai-adk 0.9.1__py3-none-any.whl → 0.11.0__py3-none-any.whl

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.

Potentially problematic release.


This version of moai-adk might be problematic. Click here for more details.

Files changed (260) hide show
  1. moai_adk/core/project/phase_executor.py +4 -0
  2. moai_adk/core/tags/ci_validator.py +33 -3
  3. moai_adk/core/template_engine.py +6 -2
  4. moai_adk/templates/.git-hooks/pre-push +143 -0
  5. moai_adk/templates/.github/workflows/moai-gitflow.yml +6 -1
  6. moai_adk/templates/.github/workflows/release.yml +6 -2
  7. moai_adk/templates/.github/workflows/tag-validation.yml +57 -8
  8. moai_adk/templates/CLAUDE.md +477 -28
  9. moai_adk/templates/README.md +256 -0
  10. {moai_adk-0.9.1.dist-info → moai_adk-0.11.0.dist-info}/METADATA +740 -90
  11. moai_adk-0.11.0.dist-info/RECORD +77 -0
  12. moai_adk/templates/.claude/agents/alfred/cc-manager.md +0 -316
  13. moai_adk/templates/.claude/agents/alfred/debug-helper.md +0 -208
  14. moai_adk/templates/.claude/agents/alfred/doc-syncer.md +0 -214
  15. moai_adk/templates/.claude/agents/alfred/git-manager.md +0 -406
  16. moai_adk/templates/.claude/agents/alfred/implementation-planner.md +0 -350
  17. moai_adk/templates/.claude/agents/alfred/project-manager.md +0 -273
  18. moai_adk/templates/.claude/agents/alfred/quality-gate.md +0 -343
  19. moai_adk/templates/.claude/agents/alfred/skill-factory.md +0 -865
  20. moai_adk/templates/.claude/agents/alfred/spec-builder.md +0 -287
  21. moai_adk/templates/.claude/agents/alfred/tag-agent.md +0 -287
  22. moai_adk/templates/.claude/agents/alfred/tdd-implementer.md +0 -326
  23. moai_adk/templates/.claude/agents/alfred/trust-checker.md +0 -375
  24. moai_adk/templates/.claude/commands/alfred/0-project.md +0 -1189
  25. moai_adk/templates/.claude/commands/alfred/1-plan.md +0 -728
  26. moai_adk/templates/.claude/commands/alfred/2-run.md +0 -545
  27. moai_adk/templates/.claude/commands/alfred/3-sync.md +0 -683
  28. moai_adk/templates/.claude/commands/alfred/9-feedback.md +0 -149
  29. moai_adk/templates/.claude/hooks/alfred/.moai/cache/version-check.json +0 -9
  30. moai_adk/templates/.claude/hooks/alfred/README.md +0 -343
  31. moai_adk/templates/.claude/hooks/alfred/TROUBLESHOOTING.md +0 -471
  32. moai_adk/templates/.claude/hooks/alfred/alfred_hooks.py +0 -209
  33. moai_adk/templates/.claude/hooks/alfred/core/version_cache.py +0 -198
  34. moai_adk/templates/.claude/hooks/alfred/notification__handle_events.py +0 -102
  35. moai_adk/templates/.claude/hooks/alfred/post_tool__log_changes.py +0 -102
  36. moai_adk/templates/.claude/hooks/alfred/pre_tool__auto_checkpoint.py +0 -108
  37. moai_adk/templates/.claude/hooks/alfred/session_end__cleanup.py +0 -102
  38. moai_adk/templates/.claude/hooks/alfred/session_start__show_project_info.py +0 -102
  39. moai_adk/templates/.claude/hooks/alfred/shared/core/__init__.py +0 -170
  40. moai_adk/templates/.claude/hooks/alfred/shared/core/checkpoint.py +0 -271
  41. moai_adk/templates/.claude/hooks/alfred/shared/core/context.py +0 -67
  42. moai_adk/templates/.claude/hooks/alfred/shared/core/project.py +0 -683
  43. moai_adk/templates/.claude/hooks/alfred/shared/core/tags.py +0 -198
  44. moai_adk/templates/.claude/hooks/alfred/shared/core/version_cache.py +0 -198
  45. moai_adk/templates/.claude/hooks/alfred/shared/handlers/__init__.py +0 -21
  46. moai_adk/templates/.claude/hooks/alfred/shared/handlers/notification.py +0 -25
  47. moai_adk/templates/.claude/hooks/alfred/shared/handlers/session.py +0 -175
  48. moai_adk/templates/.claude/hooks/alfred/shared/handlers/tool.py +0 -90
  49. moai_adk/templates/.claude/hooks/alfred/shared/handlers/user.py +0 -61
  50. moai_adk/templates/.claude/hooks/alfred/stop__handle_interrupt.py +0 -102
  51. moai_adk/templates/.claude/hooks/alfred/subagent_stop__handle_subagent_end.py +0 -102
  52. moai_adk/templates/.claude/hooks/alfred/user_prompt__jit_load_docs.py +0 -120
  53. moai_adk/templates/.claude/output-styles/alfred/agentic-coding.md +0 -640
  54. moai_adk/templates/.claude/output-styles/alfred/moai-adk-learning.md +0 -696
  55. moai_adk/templates/.claude/output-styles/alfred/study-with-alfred.md +0 -474
  56. moai_adk/templates/.claude/settings.json +0 -144
  57. moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/SKILL.md +0 -113
  58. moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/examples.md +0 -29
  59. moai_adk/templates/.claude/skills/moai-alfred-ears-authoring/reference.md +0 -28
  60. moai_adk/templates/.claude/skills/moai-alfred-git-workflow/SKILL.md +0 -122
  61. moai_adk/templates/.claude/skills/moai-alfred-git-workflow/examples.md +0 -29
  62. moai_adk/templates/.claude/skills/moai-alfred-git-workflow/reference.md +0 -29
  63. moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/SKILL.md +0 -237
  64. moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/examples.md +0 -615
  65. moai_adk/templates/.claude/skills/moai-alfred-interactive-questions/reference.md +0 -653
  66. moai_adk/templates/.claude/skills/moai-alfred-language-detection/SKILL.md +0 -113
  67. moai_adk/templates/.claude/skills/moai-alfred-language-detection/examples.md +0 -29
  68. moai_adk/templates/.claude/skills/moai-alfred-language-detection/reference.md +0 -28
  69. moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/SKILL.md +0 -113
  70. moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/examples.md +0 -29
  71. moai_adk/templates/.claude/skills/moai-alfred-spec-metadata-validation/reference.md +0 -28
  72. moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/SKILL.md +0 -113
  73. moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/examples.md +0 -29
  74. moai_adk/templates/.claude/skills/moai-alfred-tag-scanning/reference.md +0 -28
  75. moai_adk/templates/.claude/skills/moai-alfred-trust-validation/SKILL.md +0 -113
  76. moai_adk/templates/.claude/skills/moai-alfred-trust-validation/examples.md +0 -29
  77. moai_adk/templates/.claude/skills/moai-alfred-trust-validation/reference.md +0 -28
  78. moai_adk/templates/.claude/skills/moai-cc-agents/SKILL.md +0 -269
  79. moai_adk/templates/.claude/skills/moai-cc-agents/templates/agent-template.md +0 -32
  80. moai_adk/templates/.claude/skills/moai-cc-claude-md/SKILL.md +0 -298
  81. moai_adk/templates/.claude/skills/moai-cc-claude-md/templates/CLAUDE-template.md +0 -26
  82. moai_adk/templates/.claude/skills/moai-cc-commands/SKILL.md +0 -307
  83. moai_adk/templates/.claude/skills/moai-cc-commands/templates/command-template.md +0 -21
  84. moai_adk/templates/.claude/skills/moai-cc-hooks/SKILL.md +0 -252
  85. moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/pre-bash-check.sh +0 -19
  86. moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/preserve-permissions.sh +0 -19
  87. moai_adk/templates/.claude/skills/moai-cc-hooks/scripts/validate-bash-command.py +0 -24
  88. moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/SKILL.md +0 -199
  89. moai_adk/templates/.claude/skills/moai-cc-mcp-plugins/templates/settings-mcp-template.json +0 -39
  90. moai_adk/templates/.claude/skills/moai-cc-memory/SKILL.md +0 -316
  91. moai_adk/templates/.claude/skills/moai-cc-memory/templates/session-summary-template.md +0 -18
  92. moai_adk/templates/.claude/skills/moai-cc-settings/SKILL.md +0 -263
  93. moai_adk/templates/.claude/skills/moai-cc-settings/templates/settings-complete-template.json +0 -30
  94. moai_adk/templates/.claude/skills/moai-cc-skills/SKILL.md +0 -291
  95. moai_adk/templates/.claude/skills/moai-cc-skills/templates/SKILL-template.md +0 -15
  96. moai_adk/templates/.claude/skills/moai-domain-backend/SKILL.md +0 -290
  97. moai_adk/templates/.claude/skills/moai-domain-backend/examples.md +0 -1633
  98. moai_adk/templates/.claude/skills/moai-domain-backend/reference.md +0 -660
  99. moai_adk/templates/.claude/skills/moai-domain-cli-tool/SKILL.md +0 -123
  100. moai_adk/templates/.claude/skills/moai-domain-cli-tool/examples.md +0 -29
  101. moai_adk/templates/.claude/skills/moai-domain-cli-tool/reference.md +0 -30
  102. moai_adk/templates/.claude/skills/moai-domain-data-science/SKILL.md +0 -123
  103. moai_adk/templates/.claude/skills/moai-domain-data-science/examples.md +0 -29
  104. moai_adk/templates/.claude/skills/moai-domain-data-science/reference.md +0 -30
  105. moai_adk/templates/.claude/skills/moai-domain-database/SKILL.md +0 -123
  106. moai_adk/templates/.claude/skills/moai-domain-database/examples.md +0 -29
  107. moai_adk/templates/.claude/skills/moai-domain-database/reference.md +0 -30
  108. moai_adk/templates/.claude/skills/moai-domain-devops/SKILL.md +0 -124
  109. moai_adk/templates/.claude/skills/moai-domain-devops/examples.md +0 -29
  110. moai_adk/templates/.claude/skills/moai-domain-devops/reference.md +0 -31
  111. moai_adk/templates/.claude/skills/moai-domain-frontend/SKILL.md +0 -124
  112. moai_adk/templates/.claude/skills/moai-domain-frontend/examples.md +0 -29
  113. moai_adk/templates/.claude/skills/moai-domain-frontend/reference.md +0 -31
  114. moai_adk/templates/.claude/skills/moai-domain-ml/SKILL.md +0 -123
  115. moai_adk/templates/.claude/skills/moai-domain-ml/examples.md +0 -29
  116. moai_adk/templates/.claude/skills/moai-domain-ml/reference.md +0 -30
  117. moai_adk/templates/.claude/skills/moai-domain-mobile-app/SKILL.md +0 -123
  118. moai_adk/templates/.claude/skills/moai-domain-mobile-app/examples.md +0 -29
  119. moai_adk/templates/.claude/skills/moai-domain-mobile-app/reference.md +0 -30
  120. moai_adk/templates/.claude/skills/moai-domain-security/SKILL.md +0 -123
  121. moai_adk/templates/.claude/skills/moai-domain-security/examples.md +0 -29
  122. moai_adk/templates/.claude/skills/moai-domain-security/reference.md +0 -30
  123. moai_adk/templates/.claude/skills/moai-domain-web-api/SKILL.md +0 -123
  124. moai_adk/templates/.claude/skills/moai-domain-web-api/examples.md +0 -29
  125. moai_adk/templates/.claude/skills/moai-domain-web-api/reference.md +0 -30
  126. moai_adk/templates/.claude/skills/moai-essentials-debug/SKILL.md +0 -303
  127. moai_adk/templates/.claude/skills/moai-essentials-debug/examples.md +0 -1064
  128. moai_adk/templates/.claude/skills/moai-essentials-debug/reference.md +0 -1047
  129. moai_adk/templates/.claude/skills/moai-essentials-perf/SKILL.md +0 -113
  130. moai_adk/templates/.claude/skills/moai-essentials-perf/examples.md +0 -29
  131. moai_adk/templates/.claude/skills/moai-essentials-perf/reference.md +0 -28
  132. moai_adk/templates/.claude/skills/moai-essentials-refactor/SKILL.md +0 -113
  133. moai_adk/templates/.claude/skills/moai-essentials-refactor/examples.md +0 -29
  134. moai_adk/templates/.claude/skills/moai-essentials-refactor/reference.md +0 -28
  135. moai_adk/templates/.claude/skills/moai-essentials-review/SKILL.md +0 -113
  136. moai_adk/templates/.claude/skills/moai-essentials-review/examples.md +0 -29
  137. moai_adk/templates/.claude/skills/moai-essentials-review/reference.md +0 -28
  138. moai_adk/templates/.claude/skills/moai-foundation-ears/SKILL.md +0 -116
  139. moai_adk/templates/.claude/skills/moai-foundation-ears/examples.md +0 -29
  140. moai_adk/templates/.claude/skills/moai-foundation-ears/reference.md +0 -28
  141. moai_adk/templates/.claude/skills/moai-foundation-git/SKILL.md +0 -122
  142. moai_adk/templates/.claude/skills/moai-foundation-git/examples.md +0 -29
  143. moai_adk/templates/.claude/skills/moai-foundation-git/reference.md +0 -29
  144. moai_adk/templates/.claude/skills/moai-foundation-langs/SKILL.md +0 -113
  145. moai_adk/templates/.claude/skills/moai-foundation-langs/examples.md +0 -29
  146. moai_adk/templates/.claude/skills/moai-foundation-langs/reference.md +0 -28
  147. moai_adk/templates/.claude/skills/moai-foundation-specs/SKILL.md +0 -113
  148. moai_adk/templates/.claude/skills/moai-foundation-specs/examples.md +0 -29
  149. moai_adk/templates/.claude/skills/moai-foundation-specs/reference.md +0 -28
  150. moai_adk/templates/.claude/skills/moai-foundation-tags/SKILL.md +0 -113
  151. moai_adk/templates/.claude/skills/moai-foundation-tags/examples.md +0 -29
  152. moai_adk/templates/.claude/skills/moai-foundation-tags/reference.md +0 -28
  153. moai_adk/templates/.claude/skills/moai-foundation-trust/SKILL.md +0 -307
  154. moai_adk/templates/.claude/skills/moai-foundation-trust/examples.md +0 -0
  155. moai_adk/templates/.claude/skills/moai-foundation-trust/reference.md +0 -1099
  156. moai_adk/templates/.claude/skills/moai-lang-c/SKILL.md +0 -124
  157. moai_adk/templates/.claude/skills/moai-lang-c/examples.md +0 -29
  158. moai_adk/templates/.claude/skills/moai-lang-c/reference.md +0 -31
  159. moai_adk/templates/.claude/skills/moai-lang-cpp/SKILL.md +0 -124
  160. moai_adk/templates/.claude/skills/moai-lang-cpp/examples.md +0 -29
  161. moai_adk/templates/.claude/skills/moai-lang-cpp/reference.md +0 -31
  162. moai_adk/templates/.claude/skills/moai-lang-csharp/SKILL.md +0 -123
  163. moai_adk/templates/.claude/skills/moai-lang-csharp/examples.md +0 -29
  164. moai_adk/templates/.claude/skills/moai-lang-csharp/reference.md +0 -30
  165. moai_adk/templates/.claude/skills/moai-lang-dart/SKILL.md +0 -123
  166. moai_adk/templates/.claude/skills/moai-lang-dart/examples.md +0 -29
  167. moai_adk/templates/.claude/skills/moai-lang-dart/reference.md +0 -30
  168. moai_adk/templates/.claude/skills/moai-lang-go/SKILL.md +0 -124
  169. moai_adk/templates/.claude/skills/moai-lang-go/examples.md +0 -29
  170. moai_adk/templates/.claude/skills/moai-lang-go/reference.md +0 -31
  171. moai_adk/templates/.claude/skills/moai-lang-java/SKILL.md +0 -124
  172. moai_adk/templates/.claude/skills/moai-lang-java/examples.md +0 -29
  173. moai_adk/templates/.claude/skills/moai-lang-java/reference.md +0 -31
  174. moai_adk/templates/.claude/skills/moai-lang-javascript/SKILL.md +0 -125
  175. moai_adk/templates/.claude/skills/moai-lang-javascript/examples.md +0 -29
  176. moai_adk/templates/.claude/skills/moai-lang-javascript/reference.md +0 -32
  177. moai_adk/templates/.claude/skills/moai-lang-kotlin/SKILL.md +0 -124
  178. moai_adk/templates/.claude/skills/moai-lang-kotlin/examples.md +0 -29
  179. moai_adk/templates/.claude/skills/moai-lang-kotlin/reference.md +0 -31
  180. moai_adk/templates/.claude/skills/moai-lang-php/SKILL.md +0 -123
  181. moai_adk/templates/.claude/skills/moai-lang-php/examples.md +0 -29
  182. moai_adk/templates/.claude/skills/moai-lang-php/reference.md +0 -30
  183. moai_adk/templates/.claude/skills/moai-lang-python/SKILL.md +0 -431
  184. moai_adk/templates/.claude/skills/moai-lang-python/examples.md +0 -624
  185. moai_adk/templates/.claude/skills/moai-lang-python/reference.md +0 -316
  186. moai_adk/templates/.claude/skills/moai-lang-r/SKILL.md +0 -123
  187. moai_adk/templates/.claude/skills/moai-lang-r/examples.md +0 -29
  188. moai_adk/templates/.claude/skills/moai-lang-r/reference.md +0 -30
  189. moai_adk/templates/.claude/skills/moai-lang-ruby/SKILL.md +0 -124
  190. moai_adk/templates/.claude/skills/moai-lang-ruby/examples.md +0 -29
  191. moai_adk/templates/.claude/skills/moai-lang-ruby/reference.md +0 -31
  192. moai_adk/templates/.claude/skills/moai-lang-rust/SKILL.md +0 -124
  193. moai_adk/templates/.claude/skills/moai-lang-rust/examples.md +0 -29
  194. moai_adk/templates/.claude/skills/moai-lang-rust/reference.md +0 -31
  195. moai_adk/templates/.claude/skills/moai-lang-scala/SKILL.md +0 -123
  196. moai_adk/templates/.claude/skills/moai-lang-scala/examples.md +0 -29
  197. moai_adk/templates/.claude/skills/moai-lang-scala/reference.md +0 -30
  198. moai_adk/templates/.claude/skills/moai-lang-shell/SKILL.md +0 -123
  199. moai_adk/templates/.claude/skills/moai-lang-shell/examples.md +0 -29
  200. moai_adk/templates/.claude/skills/moai-lang-shell/reference.md +0 -30
  201. moai_adk/templates/.claude/skills/moai-lang-sql/SKILL.md +0 -124
  202. moai_adk/templates/.claude/skills/moai-lang-sql/examples.md +0 -29
  203. moai_adk/templates/.claude/skills/moai-lang-sql/reference.md +0 -31
  204. moai_adk/templates/.claude/skills/moai-lang-swift/SKILL.md +0 -123
  205. moai_adk/templates/.claude/skills/moai-lang-swift/examples.md +0 -29
  206. moai_adk/templates/.claude/skills/moai-lang-swift/reference.md +0 -30
  207. moai_adk/templates/.claude/skills/moai-lang-typescript/SKILL.md +0 -127
  208. moai_adk/templates/.claude/skills/moai-lang-typescript/examples.md +0 -29
  209. moai_adk/templates/.claude/skills/moai-lang-typescript/reference.md +0 -34
  210. moai_adk/templates/.claude/skills/moai-skill-factory/CHECKLIST.md +0 -482
  211. moai_adk/templates/.claude/skills/moai-skill-factory/EXAMPLES.md +0 -278
  212. moai_adk/templates/.claude/skills/moai-skill-factory/INTERACTIVE-DISCOVERY.md +0 -524
  213. moai_adk/templates/.claude/skills/moai-skill-factory/METADATA.md +0 -477
  214. moai_adk/templates/.claude/skills/moai-skill-factory/PARALLEL-ANALYSIS-REPORT.md +0 -429
  215. moai_adk/templates/.claude/skills/moai-skill-factory/PYTHON-VERSION-MATRIX.md +0 -391
  216. moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-FACTORY-WORKFLOW.md +0 -431
  217. moai_adk/templates/.claude/skills/moai-skill-factory/SKILL-UPDATE-ADVISOR.md +0 -577
  218. moai_adk/templates/.claude/skills/moai-skill-factory/SKILL.md +0 -271
  219. moai_adk/templates/.claude/skills/moai-skill-factory/STEP-BY-STEP-GUIDE.md +0 -466
  220. moai_adk/templates/.claude/skills/moai-skill-factory/STRUCTURE.md +0 -583
  221. moai_adk/templates/.claude/skills/moai-skill-factory/WEB-RESEARCH.md +0 -526
  222. moai_adk/templates/.claude/skills/moai-skill-factory/reference.md +0 -465
  223. moai_adk/templates/.claude/skills/moai-skill-factory/scripts/generate-structure.sh +0 -328
  224. moai_adk/templates/.claude/skills/moai-skill-factory/scripts/validate-skill.sh +0 -312
  225. moai_adk/templates/.claude/skills/moai-skill-factory/templates/SKILL_TEMPLATE.md +0 -245
  226. moai_adk/templates/.claude/skills/moai-skill-factory/templates/examples-template.md +0 -285
  227. moai_adk/templates/.claude/skills/moai-skill-factory/templates/reference-template.md +0 -278
  228. moai_adk/templates/.claude/skills/moai-skill-factory/templates/scripts-template.sh +0 -303
  229. moai_adk/templates/.claude/skills/moai-spec-authoring/README.md +0 -137
  230. moai_adk/templates/.claude/skills/moai-spec-authoring/SKILL.md +0 -219
  231. moai_adk/templates/.claude/skills/moai-spec-authoring/examples/validate-spec.sh +0 -161
  232. moai_adk/templates/.claude/skills/moai-spec-authoring/examples.md +0 -541
  233. moai_adk/templates/.claude/skills/moai-spec-authoring/reference.md +0 -622
  234. moai_adk/templates/.github/workflows/tag-report.yml +0 -261
  235. moai_adk/templates/.moai/config.json +0 -113
  236. moai_adk/templates/.moai/docs/quick-issue-creation-guide.md +0 -219
  237. moai_adk/templates/.moai/hooks/install.sh +0 -79
  238. moai_adk/templates/.moai/hooks/pre-commit.sh +0 -66
  239. moai_adk/templates/.moai/memory/CLAUDE-AGENTS-GUIDE.md +0 -208
  240. moai_adk/templates/.moai/memory/CLAUDE-PRACTICES.md +0 -369
  241. moai_adk/templates/.moai/memory/CLAUDE-RULES.md +0 -539
  242. moai_adk/templates/.moai/memory/DEVELOPMENT-GUIDE.md +0 -344
  243. moai_adk/templates/.moai/memory/GITFLOW-PROTECTION-POLICY.md +0 -220
  244. moai_adk/templates/.moai/memory/ISSUE-LABEL-MAPPING.md +0 -150
  245. moai_adk/templates/.moai/memory/SKILLS-DESCRIPTION-POLICY.md +0 -218
  246. moai_adk/templates/.moai/memory/SPEC-METADATA.md +0 -356
  247. moai_adk/templates/.moai/memory/gitflow-protection-policy.md +0 -220
  248. moai_adk/templates/.moai/memory/spec-metadata.md +0 -356
  249. moai_adk/templates/.moai/project/product.md +0 -161
  250. moai_adk/templates/.moai/project/structure.md +0 -156
  251. moai_adk/templates/.moai/project/tech.md +0 -227
  252. moai_adk/templates/src/moai_adk/core/__init__.py +0 -5
  253. moai_adk/templates/src/moai_adk/core/tags/__init__.py +0 -86
  254. moai_adk/templates/src/moai_adk/core/tags/ci_validator.py +0 -433
  255. moai_adk/templates/src/moai_adk/core/tags/cli.py +0 -283
  256. moai_adk/templates/src/moai_adk/core/tags/validator.py +0 -897
  257. moai_adk-0.9.1.dist-info/RECORD +0 -320
  258. {moai_adk-0.9.1.dist-info → moai_adk-0.11.0.dist-info}/WHEEL +0 -0
  259. {moai_adk-0.9.1.dist-info → moai_adk-0.11.0.dist-info}/entry_points.txt +0 -0
  260. {moai_adk-0.9.1.dist-info → moai_adk-0.11.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,245 +0,0 @@
1
- ---
2
- name: "[Action Verb] [Domain]"
3
- description: "[Capability 1], [Capability 2], or [Capability 3]. Use when [trigger 1], [trigger 2], or [trigger 3]."
4
- allowed-tools: "Tool1, Tool2, Tool3"
5
- ---
6
-
7
- # [Skill Name]
8
-
9
- > **Quick Reference**: See [reference.md](reference.md) for detailed reference, [examples.md](examples.md) for real-world scenarios.
10
-
11
- ---
12
-
13
- ## What Is This Skill?
14
-
15
- [One-sentence summary of what the Skill provides]
16
-
17
- ---
18
-
19
- ## Quick Start
20
-
21
- [Fastest path to getting started. 5-10 lines maximum]
22
-
23
- ```
24
- Code example showing immediate usage
25
- ```
26
-
27
- ---
28
-
29
- ## Overview
30
-
31
- ### Problem Domain
32
-
33
- Describe the problem this Skill solves.
34
-
35
- ### Scope
36
-
37
- What's included:
38
- - Item 1
39
- - Item 2
40
- - Item 3
41
-
42
- What's NOT included:
43
- - Out of scope 1
44
- - Out of scope 2
45
-
46
- ### Key Concepts
47
-
48
- 1. **Concept 1**: Brief explanation
49
- 2. **Concept 2**: Brief explanation
50
- 3. **Concept 3**: Brief explanation
51
-
52
- ---
53
-
54
- ## Framework: High Freedom (Principles)
55
-
56
- > Use for conceptual guidance, decision frameworks, and principles
57
-
58
- ### Core Principles
59
-
60
- 1. **Principle 1**
61
- - Rationale
62
- - When to apply
63
-
64
- 2. **Principle 2**
65
- - Rationale
66
- - When to apply
67
-
68
- 3. **Principle 3**
69
- - Rationale
70
- - When to apply
71
-
72
- ### Decision Framework
73
-
74
- ```
75
- Question 1: [Ask]
76
- ├─ If YES: [Recommendation 1]
77
- └─ If NO: [Recommendation 2]
78
-
79
- Question 2: [Ask]
80
- ├─ If YES: [Recommendation 1]
81
- └─ If NO: [Recommendation 2]
82
- ```
83
-
84
- ### Trade-off Analysis
85
-
86
- | Option | Pros | Cons | When to Use |
87
- |--------|------|------|-------------|
88
- | Approach 1 | Pro 1 | Con 1 | Scenario 1 |
89
- | Approach 2 | Pro 2 | Con 2 | Scenario 2 |
90
- | Approach 3 | Pro 3 | Con 3 | Scenario 3 |
91
-
92
- ---
93
-
94
- ## Framework: Medium Freedom (Patterns)
95
-
96
- > Use for standard patterns, workflows, and pseudocode
97
-
98
- ### Pattern 1: [Pattern Name]
99
-
100
- **When to use**: [Describe scenario]
101
-
102
- ```pseudocode
103
- 1. Step 1
104
- ├─ Substep 1
105
- └─ Substep 2
106
-
107
- 2. Step 2
108
- ├─ Substep 1
109
- └─ Substep 2
110
-
111
- 3. Step 3
112
- ```
113
-
114
- **Example**:
115
- ```python
116
- # Concrete implementation example
117
- code_example_here()
118
- ```
119
-
120
- ### Pattern 2: [Pattern Name]
121
-
122
- **When to use**: [Describe scenario]
123
-
124
- ```pseudocode
125
- Flowchart or pseudocode here
126
- ```
127
-
128
- **Example**:
129
- ```python
130
- # Concrete implementation example
131
- code_example_here()
132
- ```
133
-
134
- ---
135
-
136
- ## Framework: Low Freedom (Scripts)
137
-
138
- > Use for deterministic, error-prone operations
139
-
140
- ### Script 1: [Script Purpose]
141
-
142
- See `scripts/script-name.sh` for the complete implementation.
143
-
144
- ```bash
145
- #!/bin/bash
146
- set -euo pipefail
147
-
148
- # This script does [what]
149
-
150
- # Step 1: Validate inputs
151
- if [[ -z "$VAR" ]]; then
152
- echo "ERROR: Variable required" >&2
153
- exit 1
154
- fi
155
-
156
- # Step 2: Execute operation
157
- operation_here
158
-
159
- # Step 3: Report success
160
- echo "✓ Operation completed successfully"
161
- exit 0
162
- ```
163
-
164
- **Usage**:
165
- ```bash
166
- ./scripts/script-name.sh [args]
167
- ```
168
-
169
- ---
170
-
171
- ## Common Use Cases
172
-
173
- ### Use Case 1: [Scenario]
174
-
175
- Description of the scenario.
176
-
177
- **Recommended approach**: [Pattern/Principle reference]
178
-
179
- **Example**: See [examples.md](examples.md) Example 1
180
-
181
- ### Use Case 2: [Scenario]
182
-
183
- Description of the scenario.
184
-
185
- **Recommended approach**: [Pattern/Principle reference]
186
-
187
- **Example**: See [examples.md](examples.md) Example 2
188
-
189
- ---
190
-
191
- ## Best Practices
192
-
193
- 1. **Practice 1**: Recommendation with rationale
194
- 2. **Practice 2**: Recommendation with rationale
195
- 3. **Practice 3**: Recommendation with rationale
196
-
197
- ---
198
-
199
- ## Anti-Patterns to Avoid
200
-
201
- ❌ **Don't do this**: Explanation of what not to do and why
202
-
203
- ✅ **Do this instead**: Correct approach
204
-
205
- ---
206
-
207
- ## FAQ
208
-
209
- ### Q: [Frequently asked question 1]
210
-
211
- A: [Answer with reference to relevant section]
212
-
213
- ### Q: [Frequently asked question 2]
214
-
215
- A: [Answer with reference to relevant section]
216
-
217
- ### Q: [Frequently asked question 3]
218
-
219
- A: [Answer with reference to relevant section]
220
-
221
- ---
222
-
223
- ## Related Resources
224
-
225
- - [reference.md](reference.md) — Detailed reference documentation
226
- - [examples.md](examples.md) — Real-world usage examples
227
- - `scripts/` — Automation utilities
228
- - `templates/` — Reusable templates
229
-
230
- ---
231
-
232
- ## Glossary
233
-
234
- - **Term 1**: Definition
235
- - **Term 2**: Definition
236
- - **Term 3**: Definition
237
-
238
- ---
239
-
240
- ## Version & Status
241
-
242
- **Version**: 0.1.0
243
- **Status**: Draft
244
- **Last Updated**: 2025-10-22
245
- **Framework**: MoAI-ADK + Claude Code Skills
@@ -1,285 +0,0 @@
1
- # Examples: [Skill Domain]
2
-
3
- Real-world examples demonstrating [Skill Name] in practice.
4
-
5
- ---
6
-
7
- ## Example 1: Basic Usage
8
-
9
- **Scenario**: [Describe a simple, common scenario]
10
-
11
- [Additional context or problem statement]
12
-
13
- **Code**:
14
- ```python
15
- # Basic implementation
16
- code_example_here()
17
- ```
18
-
19
- **Expected Output**:
20
- ```
21
- expected output or result
22
- ```
23
-
24
- **Explanation**:
25
- - What the code does
26
- - Why this approach works
27
- - Key concepts demonstrated
28
-
29
- **Related Concept**: See [SKILL.md](SKILL.md) section "[Related Section]"
30
-
31
- ---
32
-
33
- ## Example 2: Intermediate Pattern
34
-
35
- **Scenario**: [Describe a more complex scenario]
36
-
37
- [Context about when this pattern is useful]
38
-
39
- **Code**:
40
- ```python
41
- # Intermediate implementation with error handling
42
- code_example_with_patterns()
43
- ```
44
-
45
- **Expected Output**:
46
- ```
47
- expected output here
48
- ```
49
-
50
- **Key Points**:
51
- - Pattern 1 from main Skill
52
- - Pattern 2 from main Skill
53
- - Error handling strategy
54
-
55
- **Variations**:
56
- - How to modify for similar use case 1
57
- - How to modify for similar use case 2
58
-
59
- **Related Concept**: See [SKILL.md](SKILL.md) section "[Related Section]"
60
-
61
- ---
62
-
63
- ## Example 3: Advanced Use Case
64
-
65
- **Scenario**: [Describe a complex, less common scenario]
66
-
67
- [Problem statement and why this is challenging]
68
-
69
- **Code**:
70
- ```python
71
- # Advanced implementation combining multiple patterns
72
- advanced_implementation()
73
- ```
74
-
75
- **Expected Output**:
76
- ```
77
- expected output or results
78
- ```
79
-
80
- **Why This Works**:
81
- - How principles from [SKILL.md](SKILL.md) apply
82
- - Why this approach is optimal for this scenario
83
- - Performance considerations
84
-
85
- **Edge Cases Handled**:
86
- - Edge case 1 and how it's handled
87
- - Edge case 2 and how it's handled
88
- - Edge case 3 and how it's handled
89
-
90
- **Performance**:
91
- - Time complexity: O(...)
92
- - Space complexity: O(...)
93
- - Optimization techniques used
94
-
95
- **Related Concept**: See [SKILL.md](SKILL.md) section "[Related Section]"
96
-
97
- ---
98
-
99
- ## Example 4: Edge Case / Error Handling
100
-
101
- **Scenario**: [Describe an unusual or error scenario]
102
-
103
- [Why this edge case matters]
104
-
105
- **Problem Code** (What NOT to do):
106
- ```python
107
- # This approach fails in certain conditions
108
- bad_approach()
109
- # ❌ Problem: [What goes wrong]
110
- ```
111
-
112
- **Solution Code**:
113
- ```python
114
- # Proper error handling
115
- correct_approach()
116
- # ✅ Why this works: [Explanation]
117
- ```
118
-
119
- **Input**:
120
- ```
121
- test_input_here
122
- ```
123
-
124
- **Output**:
125
- ```
126
- expected_output_here
127
- ```
128
-
129
- **Key Takeaway**: [Learning point from this example]
130
-
131
- **Related Concept**: See [SKILL.md](SKILL.md) section "[Anti-patterns]"
132
-
133
- ---
134
-
135
- ## Common Patterns Demonstrated
136
-
137
- ### Pattern 1: [Pattern Name]
138
-
139
- Used in: Example 1, Example 2
140
-
141
- Description: [Explain what this pattern accomplishes]
142
-
143
- Quick reference:
144
- ```
145
- Pattern pseudocode or key steps
146
- ```
147
-
148
- ### Pattern 2: [Pattern Name]
149
-
150
- Used in: Example 2, Example 3
151
-
152
- Description: [Explain what this pattern accomplishes]
153
-
154
- Quick reference:
155
- ```
156
- Pattern pseudocode or key steps
157
- ```
158
-
159
- ### Pattern 3: [Pattern Name]
160
-
161
- Used in: Example 3, Example 4
162
-
163
- Description: [Explain what this pattern accomplishes]
164
-
165
- Quick reference:
166
- ```
167
- Pattern pseudocode or key steps
168
- ```
169
-
170
- ---
171
-
172
- ## Troubleshooting Common Issues
173
-
174
- ### Issue 1: [Common Problem]
175
-
176
- **Symptoms**: [What the user observes]
177
-
178
- **Root Cause**: [Why it happens]
179
-
180
- **Solution**:
181
- ```python
182
- # Fixed approach
183
- solution_code()
184
- ```
185
-
186
- **Reference**: See Example [X] for similar scenario
187
-
188
- ### Issue 2: [Common Problem]
189
-
190
- **Symptoms**: [What the user observes]
191
-
192
- **Root Cause**: [Why it happens]
193
-
194
- **Solution**:
195
- ```python
196
- # Fixed approach
197
- solution_code()
198
- ```
199
-
200
- **Reference**: See [reference.md](reference.md) for details
201
-
202
- ---
203
-
204
- ## Quick Reference by Use Case
205
-
206
- | Use Case | Best Example | Pattern | Key Concept |
207
- |----------|--------------|---------|-------------|
208
- | Getting started | Example 1 | Basic Pattern | Fundamentals |
209
- | Production use | Example 2 | Standard Pattern | Best practices |
210
- | Complex scenario | Example 3 | Advanced Pattern | Optimization |
211
- | Error handling | Example 4 | Error Pattern | Robustness |
212
-
213
- ---
214
-
215
- ## Testing Examples
216
-
217
- Each example includes test cases to verify correctness:
218
-
219
- ### Example 1 Tests
220
-
221
- ```python
222
- def test_example_1_basic():
223
- result = basic_function()
224
- assert result == expected_value
225
-
226
- def test_example_1_with_input():
227
- result = basic_function("input")
228
- assert result == expected_value
229
- ```
230
-
231
- ### Example 2 Tests
232
-
233
- ```python
234
- def test_example_2_intermediate():
235
- result = intermediate_function()
236
- assert result.valid == True
237
-
238
- def test_example_2_error_handling():
239
- with pytest.raises(ValueError):
240
- intermediate_function(bad_input)
241
- ```
242
-
243
- ---
244
-
245
- ## Performance Benchmarks
246
-
247
- | Example | Input Size | Time | Memory | Notes |
248
- |---------|-----------|------|--------|-------|
249
- | Example 1 | 100 items | 10ms | 1MB | Basic |
250
- | Example 2 | 1K items | 50ms | 5MB | Optimized |
251
- | Example 3 | 10K items | 200ms | 20MB | Advanced |
252
- | Example 4 | Edge case | 5ms | 0.5MB | Error handling |
253
-
254
- ---
255
-
256
- ## Next Steps
257
-
258
- After reviewing these examples:
259
-
260
- 1. **Understand the basics**: Start with Example 1
261
- 2. **Learn patterns**: Study Examples 2-3
262
- 3. **Handle edge cases**: Review Example 4
263
- 4. **Reference detailed docs**: See [SKILL.md](SKILL.md) and [reference.md](reference.md)
264
- 5. **Run your own tests**: Modify examples for your use case
265
-
266
- ---
267
-
268
- ## Related Resources
269
-
270
- - [SKILL.md](SKILL.md) — Main framework and concepts
271
- - [reference.md](reference.md) — Detailed API and configuration reference
272
- - `scripts/` — Automated tools and utilities
273
- - `templates/` — Reusable code templates
274
-
275
- ---
276
-
277
- ## Version & Updates
278
-
279
- **Version**: 0.1.0
280
- **Last Updated**: 2025-10-22
281
- **Framework**: MoAI-ADK + Claude Code Skills
282
-
283
- ### Example History
284
-
285
- - v0.1.0: Initial examples added