shirokuma-docs 0.1.0-alpha.1

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 (1108) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +294 -0
  3. package/THIRD_PARTY_NOTICES.md +18 -0
  4. package/bin/shirokuma-docs +2 -0
  5. package/dist/analyzers/details-test-analysis.d.ts +31 -0
  6. package/dist/analyzers/details-test-analysis.d.ts.map +1 -0
  7. package/dist/analyzers/details-test-analysis.js +172 -0
  8. package/dist/analyzers/details-test-analysis.js.map +1 -0
  9. package/dist/analyzers/feature-map-builder.d.ts +20 -0
  10. package/dist/analyzers/feature-map-builder.d.ts.map +1 -0
  11. package/dist/analyzers/feature-map-builder.js +154 -0
  12. package/dist/analyzers/feature-map-builder.js.map +1 -0
  13. package/dist/analyzers/feature-map-references.d.ts +34 -0
  14. package/dist/analyzers/feature-map-references.d.ts.map +1 -0
  15. package/dist/analyzers/feature-map-references.js +249 -0
  16. package/dist/analyzers/feature-map-references.js.map +1 -0
  17. package/dist/analyzers/reference-analyzer.d.ts +95 -0
  18. package/dist/analyzers/reference-analyzer.d.ts.map +1 -0
  19. package/dist/analyzers/reference-analyzer.js +372 -0
  20. package/dist/analyzers/reference-analyzer.js.map +1 -0
  21. package/dist/commands/adr.d.ts +26 -0
  22. package/dist/commands/adr.d.ts.map +1 -0
  23. package/dist/commands/adr.js +129 -0
  24. package/dist/commands/adr.js.map +1 -0
  25. package/dist/commands/api-tools.d.ts +83 -0
  26. package/dist/commands/api-tools.d.ts.map +1 -0
  27. package/dist/commands/api-tools.js +771 -0
  28. package/dist/commands/api-tools.js.map +1 -0
  29. package/dist/commands/coverage.d.ts +139 -0
  30. package/dist/commands/coverage.d.ts.map +1 -0
  31. package/dist/commands/coverage.js +481 -0
  32. package/dist/commands/coverage.js.map +1 -0
  33. package/dist/commands/deps.d.ts +24 -0
  34. package/dist/commands/deps.d.ts.map +1 -0
  35. package/dist/commands/deps.js +211 -0
  36. package/dist/commands/deps.js.map +1 -0
  37. package/dist/commands/details-context.d.ts +38 -0
  38. package/dist/commands/details-context.d.ts.map +1 -0
  39. package/dist/commands/details-context.js +193 -0
  40. package/dist/commands/details-context.js.map +1 -0
  41. package/dist/commands/details-types.d.ts +315 -0
  42. package/dist/commands/details-types.d.ts.map +1 -0
  43. package/dist/commands/details-types.js +7 -0
  44. package/dist/commands/details-types.js.map +1 -0
  45. package/dist/commands/details.d.ts +24 -0
  46. package/dist/commands/details.d.ts.map +1 -0
  47. package/dist/commands/details.js +299 -0
  48. package/dist/commands/details.js.map +1 -0
  49. package/dist/commands/discussion-templates.d.ts +26 -0
  50. package/dist/commands/discussion-templates.d.ts.map +1 -0
  51. package/dist/commands/discussion-templates.js +270 -0
  52. package/dist/commands/discussion-templates.js.map +1 -0
  53. package/dist/commands/discussions.d.ts +31 -0
  54. package/dist/commands/discussions.d.ts.map +1 -0
  55. package/dist/commands/discussions.js +743 -0
  56. package/dist/commands/discussions.js.map +1 -0
  57. package/dist/commands/feature-map-types.d.ts +294 -0
  58. package/dist/commands/feature-map-types.d.ts.map +1 -0
  59. package/dist/commands/feature-map-types.js +8 -0
  60. package/dist/commands/feature-map-types.js.map +1 -0
  61. package/dist/commands/feature-map.d.ts +30 -0
  62. package/dist/commands/feature-map.d.ts.map +1 -0
  63. package/dist/commands/feature-map.js +137 -0
  64. package/dist/commands/feature-map.js.map +1 -0
  65. package/dist/commands/generate.d.ts +16 -0
  66. package/dist/commands/generate.d.ts.map +1 -0
  67. package/dist/commands/generate.js +88 -0
  68. package/dist/commands/generate.js.map +1 -0
  69. package/dist/commands/gh-discussions.d.ts +31 -0
  70. package/dist/commands/gh-discussions.d.ts.map +1 -0
  71. package/dist/commands/gh-discussions.js +743 -0
  72. package/dist/commands/gh-discussions.js.map +1 -0
  73. package/dist/commands/gh-issues-pr.d.ts +74 -0
  74. package/dist/commands/gh-issues-pr.d.ts.map +1 -0
  75. package/dist/commands/gh-issues-pr.js +417 -0
  76. package/dist/commands/gh-issues-pr.js.map +1 -0
  77. package/dist/commands/gh-issues.d.ts +90 -0
  78. package/dist/commands/gh-issues.d.ts.map +1 -0
  79. package/dist/commands/gh-issues.js +1297 -0
  80. package/dist/commands/gh-issues.js.map +1 -0
  81. package/dist/commands/gh-projects.d.ts +54 -0
  82. package/dist/commands/gh-projects.d.ts.map +1 -0
  83. package/dist/commands/gh-projects.js +966 -0
  84. package/dist/commands/gh-projects.js.map +1 -0
  85. package/dist/commands/gh-repo.d.ts +18 -0
  86. package/dist/commands/gh-repo.d.ts.map +1 -0
  87. package/dist/commands/gh-repo.js +253 -0
  88. package/dist/commands/gh-repo.js.map +1 -0
  89. package/dist/commands/github-data.d.ts +67 -0
  90. package/dist/commands/github-data.d.ts.map +1 -0
  91. package/dist/commands/github-data.js +361 -0
  92. package/dist/commands/github-data.js.map +1 -0
  93. package/dist/commands/i18n.d.ts +102 -0
  94. package/dist/commands/i18n.d.ts.map +1 -0
  95. package/dist/commands/i18n.js +829 -0
  96. package/dist/commands/i18n.js.map +1 -0
  97. package/dist/commands/impact.d.ts +14 -0
  98. package/dist/commands/impact.d.ts.map +1 -0
  99. package/dist/commands/impact.js +263 -0
  100. package/dist/commands/impact.js.map +1 -0
  101. package/dist/commands/init.d.ts +53 -0
  102. package/dist/commands/init.d.ts.map +1 -0
  103. package/dist/commands/init.js +407 -0
  104. package/dist/commands/init.js.map +1 -0
  105. package/dist/commands/issues-pr.d.ts +74 -0
  106. package/dist/commands/issues-pr.d.ts.map +1 -0
  107. package/dist/commands/issues-pr.js +417 -0
  108. package/dist/commands/issues-pr.js.map +1 -0
  109. package/dist/commands/issues.d.ts +76 -0
  110. package/dist/commands/issues.d.ts.map +1 -0
  111. package/dist/commands/issues.js +1285 -0
  112. package/dist/commands/issues.js.map +1 -0
  113. package/dist/commands/link-docs.d.ts +21 -0
  114. package/dist/commands/link-docs.d.ts.map +1 -0
  115. package/dist/commands/link-docs.js +990 -0
  116. package/dist/commands/link-docs.js.map +1 -0
  117. package/dist/commands/lint-annotations.d.ts +28 -0
  118. package/dist/commands/lint-annotations.d.ts.map +1 -0
  119. package/dist/commands/lint-annotations.js +511 -0
  120. package/dist/commands/lint-annotations.js.map +1 -0
  121. package/dist/commands/lint-code.d.ts +26 -0
  122. package/dist/commands/lint-code.d.ts.map +1 -0
  123. package/dist/commands/lint-code.js +428 -0
  124. package/dist/commands/lint-code.js.map +1 -0
  125. package/dist/commands/lint-coverage.d.ts +33 -0
  126. package/dist/commands/lint-coverage.d.ts.map +1 -0
  127. package/dist/commands/lint-coverage.js +379 -0
  128. package/dist/commands/lint-coverage.js.map +1 -0
  129. package/dist/commands/lint-docs.d.ts +23 -0
  130. package/dist/commands/lint-docs.d.ts.map +1 -0
  131. package/dist/commands/lint-docs.js +338 -0
  132. package/dist/commands/lint-docs.js.map +1 -0
  133. package/dist/commands/lint-structure.d.ts +38 -0
  134. package/dist/commands/lint-structure.d.ts.map +1 -0
  135. package/dist/commands/lint-structure.js +350 -0
  136. package/dist/commands/lint-structure.js.map +1 -0
  137. package/dist/commands/lint-tests.d.ts +25 -0
  138. package/dist/commands/lint-tests.d.ts.map +1 -0
  139. package/dist/commands/lint-tests.js +105 -0
  140. package/dist/commands/lint-tests.js.map +1 -0
  141. package/dist/commands/lint-workflow.d.ts +36 -0
  142. package/dist/commands/lint-workflow.d.ts.map +1 -0
  143. package/dist/commands/lint-workflow.js +255 -0
  144. package/dist/commands/lint-workflow.js.map +1 -0
  145. package/dist/commands/overview.d.ts +21 -0
  146. package/dist/commands/overview.d.ts.map +1 -0
  147. package/dist/commands/overview.js +1300 -0
  148. package/dist/commands/overview.js.map +1 -0
  149. package/dist/commands/packages.d.ts +107 -0
  150. package/dist/commands/packages.d.ts.map +1 -0
  151. package/dist/commands/packages.js +308 -0
  152. package/dist/commands/packages.js.map +1 -0
  153. package/dist/commands/portal-nextjs.d.ts +23 -0
  154. package/dist/commands/portal-nextjs.d.ts.map +1 -0
  155. package/dist/commands/portal-nextjs.js +336 -0
  156. package/dist/commands/portal-nextjs.js.map +1 -0
  157. package/dist/commands/portal.d.ts +24 -0
  158. package/dist/commands/portal.d.ts.map +1 -0
  159. package/dist/commands/portal.js +16 -0
  160. package/dist/commands/portal.js.map +1 -0
  161. package/dist/commands/projects.d.ts +54 -0
  162. package/dist/commands/projects.d.ts.map +1 -0
  163. package/dist/commands/projects.js +969 -0
  164. package/dist/commands/projects.js.map +1 -0
  165. package/dist/commands/repo-pairs.d.ts +19 -0
  166. package/dist/commands/repo-pairs.d.ts.map +1 -0
  167. package/dist/commands/repo-pairs.js +529 -0
  168. package/dist/commands/repo-pairs.js.map +1 -0
  169. package/dist/commands/repo.d.ts +18 -0
  170. package/dist/commands/repo.d.ts.map +1 -0
  171. package/dist/commands/repo.js +253 -0
  172. package/dist/commands/repo.js.map +1 -0
  173. package/dist/commands/schema.d.ts +49 -0
  174. package/dist/commands/schema.d.ts.map +1 -0
  175. package/dist/commands/schema.js +830 -0
  176. package/dist/commands/schema.js.map +1 -0
  177. package/dist/commands/screenshots.d.ts +203 -0
  178. package/dist/commands/screenshots.d.ts.map +1 -0
  179. package/dist/commands/screenshots.js +1234 -0
  180. package/dist/commands/screenshots.js.map +1 -0
  181. package/dist/commands/search-index.d.ts +83 -0
  182. package/dist/commands/search-index.d.ts.map +1 -0
  183. package/dist/commands/search-index.js +389 -0
  184. package/dist/commands/search-index.js.map +1 -0
  185. package/dist/commands/session.d.ts +153 -0
  186. package/dist/commands/session.d.ts.map +1 -0
  187. package/dist/commands/session.js +1243 -0
  188. package/dist/commands/session.js.map +1 -0
  189. package/dist/commands/test-cases-types.d.ts +154 -0
  190. package/dist/commands/test-cases-types.d.ts.map +1 -0
  191. package/dist/commands/test-cases-types.js +7 -0
  192. package/dist/commands/test-cases-types.js.map +1 -0
  193. package/dist/commands/test-cases.d.ts +28 -0
  194. package/dist/commands/test-cases.d.ts.map +1 -0
  195. package/dist/commands/test-cases.js +192 -0
  196. package/dist/commands/test-cases.js.map +1 -0
  197. package/dist/commands/typedoc.d.ts +21 -0
  198. package/dist/commands/typedoc.d.ts.map +1 -0
  199. package/dist/commands/typedoc.js +192 -0
  200. package/dist/commands/typedoc.js.map +1 -0
  201. package/dist/commands/update-skills.d.ts +56 -0
  202. package/dist/commands/update-skills.d.ts.map +1 -0
  203. package/dist/commands/update-skills.js +599 -0
  204. package/dist/commands/update-skills.js.map +1 -0
  205. package/dist/generators/details-entity-pages.d.ts +40 -0
  206. package/dist/generators/details-entity-pages.d.ts.map +1 -0
  207. package/dist/generators/details-entity-pages.js +301 -0
  208. package/dist/generators/details-entity-pages.js.map +1 -0
  209. package/dist/generators/details-html.d.ts +23 -0
  210. package/dist/generators/details-html.d.ts.map +1 -0
  211. package/dist/generators/details-html.js +324 -0
  212. package/dist/generators/details-html.js.map +1 -0
  213. package/dist/generators/details-module-page.d.ts +33 -0
  214. package/dist/generators/details-module-page.d.ts.map +1 -0
  215. package/dist/generators/details-module-page.js +408 -0
  216. package/dist/generators/details-module-page.js.map +1 -0
  217. package/dist/generators/details-styles.d.ts +39 -0
  218. package/dist/generators/details-styles.d.ts.map +1 -0
  219. package/dist/generators/details-styles.js +409 -0
  220. package/dist/generators/details-styles.js.map +1 -0
  221. package/dist/generators/feature-map-html.d.ts +66 -0
  222. package/dist/generators/feature-map-html.d.ts.map +1 -0
  223. package/dist/generators/feature-map-html.js +569 -0
  224. package/dist/generators/feature-map-html.js.map +1 -0
  225. package/dist/generators/feature-map-styles.d.ts +39 -0
  226. package/dist/generators/feature-map-styles.d.ts.map +1 -0
  227. package/dist/generators/feature-map-styles.js +449 -0
  228. package/dist/generators/feature-map-styles.js.map +1 -0
  229. package/dist/generators/test-cases-hierarchy.d.ts +21 -0
  230. package/dist/generators/test-cases-hierarchy.d.ts.map +1 -0
  231. package/dist/generators/test-cases-hierarchy.js +336 -0
  232. package/dist/generators/test-cases-hierarchy.js.map +1 -0
  233. package/dist/generators/test-cases-main.d.ts +20 -0
  234. package/dist/generators/test-cases-main.d.ts.map +1 -0
  235. package/dist/generators/test-cases-main.js +439 -0
  236. package/dist/generators/test-cases-main.js.map +1 -0
  237. package/dist/generators/test-cases-styles.d.ts +64 -0
  238. package/dist/generators/test-cases-styles.d.ts.map +1 -0
  239. package/dist/generators/test-cases-styles.js +1277 -0
  240. package/dist/generators/test-cases-styles.js.map +1 -0
  241. package/dist/index.d.ts +13 -0
  242. package/dist/index.d.ts.map +1 -0
  243. package/dist/index.js +517 -0
  244. package/dist/index.js.map +1 -0
  245. package/dist/lint/annotation-lint.d.ts +198 -0
  246. package/dist/lint/annotation-lint.d.ts.map +1 -0
  247. package/dist/lint/annotation-lint.js +510 -0
  248. package/dist/lint/annotation-lint.js.map +1 -0
  249. package/dist/lint/annotation-types.d.ts +161 -0
  250. package/dist/lint/annotation-types.d.ts.map +1 -0
  251. package/dist/lint/annotation-types.js +31 -0
  252. package/dist/lint/annotation-types.js.map +1 -0
  253. package/dist/lint/code-types.d.ts +135 -0
  254. package/dist/lint/code-types.d.ts.map +1 -0
  255. package/dist/lint/code-types.js +25 -0
  256. package/dist/lint/code-types.js.map +1 -0
  257. package/dist/lint/coverage-types.d.ts +128 -0
  258. package/dist/lint/coverage-types.d.ts.map +1 -0
  259. package/dist/lint/coverage-types.js +24 -0
  260. package/dist/lint/coverage-types.js.map +1 -0
  261. package/dist/lint/docs-types.d.ts +214 -0
  262. package/dist/lint/docs-types.d.ts.map +1 -0
  263. package/dist/lint/docs-types.js +18 -0
  264. package/dist/lint/docs-types.js.map +1 -0
  265. package/dist/lint/formatters/index.d.ts +14 -0
  266. package/dist/lint/formatters/index.d.ts.map +1 -0
  267. package/dist/lint/formatters/index.js +28 -0
  268. package/dist/lint/formatters/index.js.map +1 -0
  269. package/dist/lint/formatters/json.d.ts +11 -0
  270. package/dist/lint/formatters/json.d.ts.map +1 -0
  271. package/dist/lint/formatters/json.js +12 -0
  272. package/dist/lint/formatters/json.js.map +1 -0
  273. package/dist/lint/formatters/summary.d.ts +11 -0
  274. package/dist/lint/formatters/summary.d.ts.map +1 -0
  275. package/dist/lint/formatters/summary.js +37 -0
  276. package/dist/lint/formatters/summary.js.map +1 -0
  277. package/dist/lint/formatters/terminal.d.ts +11 -0
  278. package/dist/lint/formatters/terminal.d.ts.map +1 -0
  279. package/dist/lint/formatters/terminal.js +99 -0
  280. package/dist/lint/formatters/terminal.js.map +1 -0
  281. package/dist/lint/index.d.ts +18 -0
  282. package/dist/lint/index.d.ts.map +1 -0
  283. package/dist/lint/index.js +103 -0
  284. package/dist/lint/index.js.map +1 -0
  285. package/dist/lint/rules/annotation-required.d.ts +35 -0
  286. package/dist/lint/rules/annotation-required.d.ts.map +1 -0
  287. package/dist/lint/rules/annotation-required.js +127 -0
  288. package/dist/lint/rules/annotation-required.js.map +1 -0
  289. package/dist/lint/rules/code-rules.d.ts +12 -0
  290. package/dist/lint/rules/code-rules.d.ts.map +1 -0
  291. package/dist/lint/rules/code-rules.js +11 -0
  292. package/dist/lint/rules/code-rules.js.map +1 -0
  293. package/dist/lint/rules/describe-coverage.d.ts +8 -0
  294. package/dist/lint/rules/describe-coverage.d.ts.map +1 -0
  295. package/dist/lint/rules/describe-coverage.js +43 -0
  296. package/dist/lint/rules/describe-coverage.js.map +1 -0
  297. package/dist/lint/rules/duplicate-testdoc.d.ts +8 -0
  298. package/dist/lint/rules/duplicate-testdoc.d.ts.map +1 -0
  299. package/dist/lint/rules/duplicate-testdoc.js +38 -0
  300. package/dist/lint/rules/duplicate-testdoc.js.map +1 -0
  301. package/dist/lint/rules/index.d.ts +29 -0
  302. package/dist/lint/rules/index.d.ts.map +1 -0
  303. package/dist/lint/rules/index.js +55 -0
  304. package/dist/lint/rules/index.js.map +1 -0
  305. package/dist/lint/rules/server-action-structure.d.ts +37 -0
  306. package/dist/lint/rules/server-action-structure.d.ts.map +1 -0
  307. package/dist/lint/rules/server-action-structure.js +151 -0
  308. package/dist/lint/rules/server-action-structure.js.map +1 -0
  309. package/dist/lint/rules/skipped-test-report.d.ts +11 -0
  310. package/dist/lint/rules/skipped-test-report.d.ts.map +1 -0
  311. package/dist/lint/rules/skipped-test-report.js +31 -0
  312. package/dist/lint/rules/skipped-test-report.js.map +1 -0
  313. package/dist/lint/rules/structure-rules.d.ts +67 -0
  314. package/dist/lint/rules/structure-rules.d.ts.map +1 -0
  315. package/dist/lint/rules/structure-rules.js +615 -0
  316. package/dist/lint/rules/structure-rules.js.map +1 -0
  317. package/dist/lint/rules/testdoc-japanese.d.ts +8 -0
  318. package/dist/lint/rules/testdoc-japanese.d.ts.map +1 -0
  319. package/dist/lint/rules/testdoc-japanese.js +31 -0
  320. package/dist/lint/rules/testdoc-japanese.js.map +1 -0
  321. package/dist/lint/rules/testdoc-min-length.d.ts +8 -0
  322. package/dist/lint/rules/testdoc-min-length.d.ts.map +1 -0
  323. package/dist/lint/rules/testdoc-min-length.js +31 -0
  324. package/dist/lint/rules/testdoc-min-length.js.map +1 -0
  325. package/dist/lint/rules/testdoc-required.d.ts +8 -0
  326. package/dist/lint/rules/testdoc-required.d.ts.map +1 -0
  327. package/dist/lint/rules/testdoc-required.js +27 -0
  328. package/dist/lint/rules/testdoc-required.js.map +1 -0
  329. package/dist/lint/rules/workflow-branch-naming.d.ts +20 -0
  330. package/dist/lint/rules/workflow-branch-naming.d.ts.map +1 -0
  331. package/dist/lint/rules/workflow-branch-naming.js +85 -0
  332. package/dist/lint/rules/workflow-branch-naming.js.map +1 -0
  333. package/dist/lint/rules/workflow-commit-format.d.ts +27 -0
  334. package/dist/lint/rules/workflow-commit-format.d.ts.map +1 -0
  335. package/dist/lint/rules/workflow-commit-format.js +92 -0
  336. package/dist/lint/rules/workflow-commit-format.js.map +1 -0
  337. package/dist/lint/rules/workflow-issue-fields.d.ts +24 -0
  338. package/dist/lint/rules/workflow-issue-fields.d.ts.map +1 -0
  339. package/dist/lint/rules/workflow-issue-fields.js +89 -0
  340. package/dist/lint/rules/workflow-issue-fields.js.map +1 -0
  341. package/dist/lint/rules/workflow-main-protection.d.ts +32 -0
  342. package/dist/lint/rules/workflow-main-protection.d.ts.map +1 -0
  343. package/dist/lint/rules/workflow-main-protection.js +114 -0
  344. package/dist/lint/rules/workflow-main-protection.js.map +1 -0
  345. package/dist/lint/structure-types.d.ts +216 -0
  346. package/dist/lint/structure-types.d.ts.map +1 -0
  347. package/dist/lint/structure-types.js +96 -0
  348. package/dist/lint/structure-types.js.map +1 -0
  349. package/dist/lint/types.d.ts +154 -0
  350. package/dist/lint/types.d.ts.map +1 -0
  351. package/dist/lint/types.js +21 -0
  352. package/dist/lint/types.js.map +1 -0
  353. package/dist/lint/workflow-types.d.ts +90 -0
  354. package/dist/lint/workflow-types.d.ts.map +1 -0
  355. package/dist/lint/workflow-types.js +7 -0
  356. package/dist/lint/workflow-types.js.map +1 -0
  357. package/dist/md/analyzer/index.d.ts +46 -0
  358. package/dist/md/analyzer/index.d.ts.map +1 -0
  359. package/dist/md/analyzer/index.js +288 -0
  360. package/dist/md/analyzer/index.js.map +1 -0
  361. package/dist/md/builder/index.d.ts +91 -0
  362. package/dist/md/builder/index.d.ts.map +1 -0
  363. package/dist/md/builder/index.js +446 -0
  364. package/dist/md/builder/index.js.map +1 -0
  365. package/dist/md/cli/analyze.d.ts +11 -0
  366. package/dist/md/cli/analyze.d.ts.map +1 -0
  367. package/dist/md/cli/analyze.js +118 -0
  368. package/dist/md/cli/analyze.js.map +1 -0
  369. package/dist/md/cli/build.d.ts +11 -0
  370. package/dist/md/cli/build.d.ts.map +1 -0
  371. package/dist/md/cli/build.js +74 -0
  372. package/dist/md/cli/build.js.map +1 -0
  373. package/dist/md/cli/extract.d.ts +25 -0
  374. package/dist/md/cli/extract.d.ts.map +1 -0
  375. package/dist/md/cli/extract.js +230 -0
  376. package/dist/md/cli/extract.js.map +1 -0
  377. package/dist/md/cli/index.d.ts +3 -0
  378. package/dist/md/cli/index.d.ts.map +1 -0
  379. package/dist/md/cli/index.js +99 -0
  380. package/dist/md/cli/index.js.map +1 -0
  381. package/dist/md/cli/lint.d.ts +11 -0
  382. package/dist/md/cli/lint.d.ts.map +1 -0
  383. package/dist/md/cli/lint.js +165 -0
  384. package/dist/md/cli/lint.js.map +1 -0
  385. package/dist/md/cli/list.d.ts +16 -0
  386. package/dist/md/cli/list.d.ts.map +1 -0
  387. package/dist/md/cli/list.js +85 -0
  388. package/dist/md/cli/list.js.map +1 -0
  389. package/dist/md/cli/program.d.ts +11 -0
  390. package/dist/md/cli/program.d.ts.map +1 -0
  391. package/dist/md/cli/program.js +104 -0
  392. package/dist/md/cli/program.js.map +1 -0
  393. package/dist/md/cli/validate.d.ts +8 -0
  394. package/dist/md/cli/validate.d.ts.map +1 -0
  395. package/dist/md/cli/validate.js +82 -0
  396. package/dist/md/cli/validate.js.map +1 -0
  397. package/dist/md/constants.d.ts +69 -0
  398. package/dist/md/constants.d.ts.map +1 -0
  399. package/dist/md/constants.js +69 -0
  400. package/dist/md/constants.js.map +1 -0
  401. package/dist/md/extractor/index.d.ts +57 -0
  402. package/dist/md/extractor/index.d.ts.map +1 -0
  403. package/dist/md/extractor/index.js +359 -0
  404. package/dist/md/extractor/index.js.map +1 -0
  405. package/dist/md/index.d.ts +26 -0
  406. package/dist/md/index.d.ts.map +1 -0
  407. package/dist/md/index.js +30 -0
  408. package/dist/md/index.js.map +1 -0
  409. package/dist/md/linter/index.d.ts +20 -0
  410. package/dist/md/linter/index.d.ts.map +1 -0
  411. package/dist/md/linter/index.js +412 -0
  412. package/dist/md/linter/index.js.map +1 -0
  413. package/dist/md/linter/token-optimizer.d.ts +66 -0
  414. package/dist/md/linter/token-optimizer.d.ts.map +1 -0
  415. package/dist/md/linter/token-optimizer.js +292 -0
  416. package/dist/md/linter/token-optimizer.js.map +1 -0
  417. package/dist/md/lister/index.d.ts +42 -0
  418. package/dist/md/lister/index.d.ts.map +1 -0
  419. package/dist/md/lister/index.js +317 -0
  420. package/dist/md/lister/index.js.map +1 -0
  421. package/dist/md/parser/heading-numbers.d.ts +43 -0
  422. package/dist/md/parser/heading-numbers.d.ts.map +1 -0
  423. package/dist/md/parser/heading-numbers.js +97 -0
  424. package/dist/md/parser/heading-numbers.js.map +1 -0
  425. package/dist/md/parser/section-meta.d.ts +50 -0
  426. package/dist/md/parser/section-meta.d.ts.map +1 -0
  427. package/dist/md/parser/section-meta.js +212 -0
  428. package/dist/md/parser/section-meta.js.map +1 -0
  429. package/dist/md/parser/template.d.ts +56 -0
  430. package/dist/md/parser/template.d.ts.map +1 -0
  431. package/dist/md/parser/template.js +122 -0
  432. package/dist/md/parser/template.js.map +1 -0
  433. package/dist/md/plugins/loader.d.ts +15 -0
  434. package/dist/md/plugins/loader.d.ts.map +1 -0
  435. package/dist/md/plugins/loader.js +80 -0
  436. package/dist/md/plugins/loader.js.map +1 -0
  437. package/dist/md/plugins/normalize-headings.d.ts +43 -0
  438. package/dist/md/plugins/normalize-headings.d.ts.map +1 -0
  439. package/dist/md/plugins/normalize-headings.js +51 -0
  440. package/dist/md/plugins/normalize-headings.js.map +1 -0
  441. package/dist/md/plugins/normalize-whitespace.d.ts +46 -0
  442. package/dist/md/plugins/normalize-whitespace.d.ts.map +1 -0
  443. package/dist/md/plugins/normalize-whitespace.js +86 -0
  444. package/dist/md/plugins/normalize-whitespace.js.map +1 -0
  445. package/dist/md/plugins/remove-badges.d.ts +36 -0
  446. package/dist/md/plugins/remove-badges.d.ts.map +1 -0
  447. package/dist/md/plugins/remove-badges.js +59 -0
  448. package/dist/md/plugins/remove-badges.js.map +1 -0
  449. package/dist/md/plugins/remove-comments.d.ts +27 -0
  450. package/dist/md/plugins/remove-comments.d.ts.map +1 -0
  451. package/dist/md/plugins/remove-comments.js +40 -0
  452. package/dist/md/plugins/remove-comments.js.map +1 -0
  453. package/dist/md/plugins/remove-duplicates.d.ts +40 -0
  454. package/dist/md/plugins/remove-duplicates.d.ts.map +1 -0
  455. package/dist/md/plugins/remove-duplicates.js +72 -0
  456. package/dist/md/plugins/remove-duplicates.js.map +1 -0
  457. package/dist/md/plugins/remove-internal-links.d.ts +38 -0
  458. package/dist/md/plugins/remove-internal-links.d.ts.map +1 -0
  459. package/dist/md/plugins/remove-internal-links.js +66 -0
  460. package/dist/md/plugins/remove-internal-links.js.map +1 -0
  461. package/dist/md/plugins/strip-heading-numbers.d.ts +35 -0
  462. package/dist/md/plugins/strip-heading-numbers.d.ts.map +1 -0
  463. package/dist/md/plugins/strip-heading-numbers.js +59 -0
  464. package/dist/md/plugins/strip-heading-numbers.js.map +1 -0
  465. package/dist/md/plugins/strip-section-meta.d.ts +37 -0
  466. package/dist/md/plugins/strip-section-meta.d.ts.map +1 -0
  467. package/dist/md/plugins/strip-section-meta.js +62 -0
  468. package/dist/md/plugins/strip-section-meta.js.map +1 -0
  469. package/dist/md/types/config.d.ts +748 -0
  470. package/dist/md/types/config.d.ts.map +1 -0
  471. package/dist/md/types/config.js +156 -0
  472. package/dist/md/types/config.js.map +1 -0
  473. package/dist/md/types/document.d.ts +37 -0
  474. package/dist/md/types/document.d.ts.map +1 -0
  475. package/dist/md/types/document.js +2 -0
  476. package/dist/md/types/document.js.map +1 -0
  477. package/dist/md/types/validation.d.ts +107 -0
  478. package/dist/md/types/validation.d.ts.map +1 -0
  479. package/dist/md/types/validation.js +2 -0
  480. package/dist/md/types/validation.js.map +1 -0
  481. package/dist/md/utils/code-blocks.d.ts +136 -0
  482. package/dist/md/utils/code-blocks.d.ts.map +1 -0
  483. package/dist/md/utils/code-blocks.js +178 -0
  484. package/dist/md/utils/code-blocks.js.map +1 -0
  485. package/dist/md/utils/config.d.ts +10 -0
  486. package/dist/md/utils/config.d.ts.map +1 -0
  487. package/dist/md/utils/config.js +99 -0
  488. package/dist/md/utils/config.js.map +1 -0
  489. package/dist/md/utils/file-collector.d.ts +78 -0
  490. package/dist/md/utils/file-collector.d.ts.map +1 -0
  491. package/dist/md/utils/file-collector.js +100 -0
  492. package/dist/md/utils/file-collector.js.map +1 -0
  493. package/dist/md/utils/markdown.d.ts +18 -0
  494. package/dist/md/utils/markdown.d.ts.map +1 -0
  495. package/dist/md/utils/markdown.js +93 -0
  496. package/dist/md/utils/markdown.js.map +1 -0
  497. package/dist/md/utils/remark.d.ts +91 -0
  498. package/dist/md/utils/remark.d.ts.map +1 -0
  499. package/dist/md/utils/remark.js +125 -0
  500. package/dist/md/utils/remark.js.map +1 -0
  501. package/dist/md/utils/tokens.d.ts +9 -0
  502. package/dist/md/utils/tokens.d.ts.map +1 -0
  503. package/dist/md/utils/tokens.js +31 -0
  504. package/dist/md/utils/tokens.js.map +1 -0
  505. package/dist/md/validator/index.d.ts +40 -0
  506. package/dist/md/validator/index.d.ts.map +1 -0
  507. package/dist/md/validator/index.js +289 -0
  508. package/dist/md/validator/index.js.map +1 -0
  509. package/dist/parsers/details-jsdoc.d.ts +46 -0
  510. package/dist/parsers/details-jsdoc.d.ts.map +1 -0
  511. package/dist/parsers/details-jsdoc.js +262 -0
  512. package/dist/parsers/details-jsdoc.js.map +1 -0
  513. package/dist/parsers/details-zod.d.ts +22 -0
  514. package/dist/parsers/details-zod.d.ts.map +1 -0
  515. package/dist/parsers/details-zod.js +145 -0
  516. package/dist/parsers/details-zod.js.map +1 -0
  517. package/dist/parsers/drizzle-schema.d.ts +92 -0
  518. package/dist/parsers/drizzle-schema.d.ts.map +1 -0
  519. package/dist/parsers/drizzle-schema.js +376 -0
  520. package/dist/parsers/drizzle-schema.js.map +1 -0
  521. package/dist/parsers/feature-map-tags.d.ts +45 -0
  522. package/dist/parsers/feature-map-tags.d.ts.map +1 -0
  523. package/dist/parsers/feature-map-tags.js +292 -0
  524. package/dist/parsers/feature-map-tags.js.map +1 -0
  525. package/dist/parsers/feature-map-type-extraction.d.ts +62 -0
  526. package/dist/parsers/feature-map-type-extraction.d.ts.map +1 -0
  527. package/dist/parsers/feature-map-type-extraction.js +347 -0
  528. package/dist/parsers/feature-map-type-extraction.js.map +1 -0
  529. package/dist/parsers/feature-map-utils.d.ts +34 -0
  530. package/dist/parsers/feature-map-utils.d.ts.map +1 -0
  531. package/dist/parsers/feature-map-utils.js +101 -0
  532. package/dist/parsers/feature-map-utils.js.map +1 -0
  533. package/dist/parsers/jsdoc-common.d.ts +209 -0
  534. package/dist/parsers/jsdoc-common.d.ts.map +1 -0
  535. package/dist/parsers/jsdoc-common.js +655 -0
  536. package/dist/parsers/jsdoc-common.js.map +1 -0
  537. package/dist/parsers/jsdoc.d.ts +76 -0
  538. package/dist/parsers/jsdoc.d.ts.map +1 -0
  539. package/dist/parsers/jsdoc.js +238 -0
  540. package/dist/parsers/jsdoc.js.map +1 -0
  541. package/dist/parsers/screenshot-annotations.d.ts +96 -0
  542. package/dist/parsers/screenshot-annotations.d.ts.map +1 -0
  543. package/dist/parsers/screenshot-annotations.js +227 -0
  544. package/dist/parsers/screenshot-annotations.js.map +1 -0
  545. package/dist/parsers/test-annotations.d.ts +46 -0
  546. package/dist/parsers/test-annotations.d.ts.map +1 -0
  547. package/dist/parsers/test-annotations.js +393 -0
  548. package/dist/parsers/test-annotations.js.map +1 -0
  549. package/dist/parsers/test-categorization.d.ts +42 -0
  550. package/dist/parsers/test-categorization.d.ts.map +1 -0
  551. package/dist/parsers/test-categorization.js +182 -0
  552. package/dist/parsers/test-categorization.js.map +1 -0
  553. package/dist/parsers/zod-schema.d.ts +105 -0
  554. package/dist/parsers/zod-schema.d.ts.map +1 -0
  555. package/dist/parsers/zod-schema.js +270 -0
  556. package/dist/parsers/zod-schema.js.map +1 -0
  557. package/dist/utils/action-inference.d.ts +23 -0
  558. package/dist/utils/action-inference.d.ts.map +1 -0
  559. package/dist/utils/action-inference.js +36 -0
  560. package/dist/utils/action-inference.js.map +1 -0
  561. package/dist/utils/app-inference.d.ts +31 -0
  562. package/dist/utils/app-inference.d.ts.map +1 -0
  563. package/dist/utils/app-inference.js +41 -0
  564. package/dist/utils/app-inference.js.map +1 -0
  565. package/dist/utils/auto-infer.d.ts +93 -0
  566. package/dist/utils/auto-infer.d.ts.map +1 -0
  567. package/dist/utils/auto-infer.js +184 -0
  568. package/dist/utils/auto-infer.js.map +1 -0
  569. package/dist/utils/config.d.ts +709 -0
  570. package/dist/utils/config.d.ts.map +1 -0
  571. package/dist/utils/config.js +504 -0
  572. package/dist/utils/config.js.map +1 -0
  573. package/dist/utils/file.d.ts +46 -0
  574. package/dist/utils/file.d.ts.map +1 -0
  575. package/dist/utils/file.js +103 -0
  576. package/dist/utils/file.js.map +1 -0
  577. package/dist/utils/formatters.d.ts +111 -0
  578. package/dist/utils/formatters.d.ts.map +1 -0
  579. package/dist/utils/formatters.js +164 -0
  580. package/dist/utils/formatters.js.map +1 -0
  581. package/dist/utils/gh-config.d.ts +99 -0
  582. package/dist/utils/gh-config.d.ts.map +1 -0
  583. package/dist/utils/gh-config.js +247 -0
  584. package/dist/utils/gh-config.js.map +1 -0
  585. package/dist/utils/github.d.ts +98 -0
  586. package/dist/utils/github.d.ts.map +1 -0
  587. package/dist/utils/github.js +295 -0
  588. package/dist/utils/github.js.map +1 -0
  589. package/dist/utils/html.d.ts +107 -0
  590. package/dist/utils/html.d.ts.map +1 -0
  591. package/dist/utils/html.js +376 -0
  592. package/dist/utils/html.js.map +1 -0
  593. package/dist/utils/i18n.d.ts +40 -0
  594. package/dist/utils/i18n.d.ts.map +1 -0
  595. package/dist/utils/i18n.js +148 -0
  596. package/dist/utils/i18n.js.map +1 -0
  597. package/dist/utils/logger.d.ts +20 -0
  598. package/dist/utils/logger.d.ts.map +1 -0
  599. package/dist/utils/logger.js +49 -0
  600. package/dist/utils/logger.js.map +1 -0
  601. package/dist/utils/project-fields.d.ts +71 -0
  602. package/dist/utils/project-fields.d.ts.map +1 -0
  603. package/dist/utils/project-fields.js +318 -0
  604. package/dist/utils/project-fields.js.map +1 -0
  605. package/dist/utils/repo-pairs.d.ts +94 -0
  606. package/dist/utils/repo-pairs.d.ts.map +1 -0
  607. package/dist/utils/repo-pairs.js +196 -0
  608. package/dist/utils/repo-pairs.js.map +1 -0
  609. package/dist/utils/route-inference.d.ts +81 -0
  610. package/dist/utils/route-inference.d.ts.map +1 -0
  611. package/dist/utils/route-inference.js +137 -0
  612. package/dist/utils/route-inference.js.map +1 -0
  613. package/dist/utils/setup-check.d.ts +34 -0
  614. package/dist/utils/setup-check.d.ts.map +1 -0
  615. package/dist/utils/setup-check.js +136 -0
  616. package/dist/utils/setup-check.js.map +1 -0
  617. package/dist/utils/shirokumaignore.d.ts +55 -0
  618. package/dist/utils/shirokumaignore.d.ts.map +1 -0
  619. package/dist/utils/shirokumaignore.js +94 -0
  620. package/dist/utils/shirokumaignore.js.map +1 -0
  621. package/dist/utils/skills-repo.d.ts +309 -0
  622. package/dist/utils/skills-repo.d.ts.map +1 -0
  623. package/dist/utils/skills-repo.js +704 -0
  624. package/dist/utils/skills-repo.js.map +1 -0
  625. package/dist/utils/status-workflow.d.ts +54 -0
  626. package/dist/utils/status-workflow.d.ts.map +1 -0
  627. package/dist/utils/status-workflow.js +103 -0
  628. package/dist/utils/status-workflow.js.map +1 -0
  629. package/dist/validators/frontmatter.d.ts +41 -0
  630. package/dist/validators/frontmatter.d.ts.map +1 -0
  631. package/dist/validators/frontmatter.js +117 -0
  632. package/dist/validators/frontmatter.js.map +1 -0
  633. package/dist/validators/link-checker.d.ts +48 -0
  634. package/dist/validators/link-checker.d.ts.map +1 -0
  635. package/dist/validators/link-checker.js +108 -0
  636. package/dist/validators/link-checker.js.map +1 -0
  637. package/dist/validators/markdown-structure.d.ts +50 -0
  638. package/dist/validators/markdown-structure.d.ts.map +1 -0
  639. package/dist/validators/markdown-structure.js +253 -0
  640. package/dist/validators/markdown-structure.js.map +1 -0
  641. package/i18n/cli/en.json +155 -0
  642. package/i18n/cli/ja.json +155 -0
  643. package/i18n/discussion/en.json +191 -0
  644. package/i18n/discussion/ja.json +191 -0
  645. package/package.json +111 -0
  646. package/plugin/.claude-plugin/marketplace.json +25 -0
  647. package/plugin/shirokuma-hooks/.claude-plugin/plugin.json +17 -0
  648. package/plugin/shirokuma-hooks/hooks/blocked-commands.json +41 -0
  649. package/plugin/shirokuma-hooks/hooks/hooks.json +24 -0
  650. package/plugin/shirokuma-hooks/hooks/scripts/backup-handover.sh +65 -0
  651. package/plugin/shirokuma-hooks/hooks/scripts/block-destructive-commands.sh +87 -0
  652. package/plugin/shirokuma-skills-en/.claude-plugin/plugin.json +21 -0
  653. package/plugin/shirokuma-skills-en/rules/best-practices-first.md +154 -0
  654. package/plugin/shirokuma-skills-en/rules/config-authoring-flow.md +39 -0
  655. package/plugin/shirokuma-skills-en/rules/git-commit-style.md +58 -0
  656. package/plugin/shirokuma-skills-en/rules/github/.gitkeep +0 -0
  657. package/plugin/shirokuma-skills-en/rules/github/branch-workflow.md +313 -0
  658. package/plugin/shirokuma-skills-en/rules/github/discussions-usage.md +129 -0
  659. package/plugin/shirokuma-skills-en/rules/github/output-language.md +14 -0
  660. package/plugin/shirokuma-skills-en/rules/github/pr-review-response.md +37 -0
  661. package/plugin/shirokuma-skills-en/rules/github/project-items.md +276 -0
  662. package/plugin/shirokuma-skills-en/rules/memory-operations.md +38 -0
  663. package/plugin/shirokuma-skills-en/rules/nextjs/known-issues.md +59 -0
  664. package/plugin/shirokuma-skills-en/rules/nextjs/lib-structure.md +48 -0
  665. package/plugin/shirokuma-skills-en/rules/nextjs/radix-ui-hydration.md +30 -0
  666. package/plugin/shirokuma-skills-en/rules/nextjs/server-actions.md +50 -0
  667. package/plugin/shirokuma-skills-en/rules/nextjs/tailwind-v4.md +43 -0
  668. package/plugin/shirokuma-skills-en/rules/nextjs/tech-stack.md +43 -0
  669. package/plugin/shirokuma-skills-en/rules/nextjs/testing.md +66 -0
  670. package/plugin/shirokuma-skills-en/rules/output-destinations.md +112 -0
  671. package/plugin/shirokuma-skills-en/rules/shirokuma-docs/cli-invocation.md +15 -0
  672. package/plugin/shirokuma-skills-en/rules/shirokuma-docs/plugin-cache.md +54 -0
  673. package/plugin/shirokuma-skills-en/rules/shirokuma-docs/shirokuma-annotations.md +78 -0
  674. package/plugin/shirokuma-skills-en/rules/skill-authoring.md +168 -0
  675. package/plugin/shirokuma-skills-en/skills/.gitkeep +0 -0
  676. package/plugin/shirokuma-skills-en/skills/best-practices-researching/SKILL.md +144 -0
  677. package/plugin/shirokuma-skills-en/skills/claude-config-reviewing/SKILL.md +210 -0
  678. package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/SKILL.md +208 -0
  679. package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/patterns/discovery-categories.md +191 -0
  680. package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/templates/convention-proposal.md +138 -0
  681. package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/templates/rule-proposal.md +148 -0
  682. package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/workflows/analyze-codebase.md +212 -0
  683. package/plugin/shirokuma-skills-en/skills/committing-on-issue/SKILL.md +227 -0
  684. package/plugin/shirokuma-skills-en/skills/creating-pr-on-issue/SKILL.md +225 -0
  685. package/plugin/shirokuma-skills-en/skills/ending-session/SKILL.md +232 -0
  686. package/plugin/shirokuma-skills-en/skills/ending-session/templates/handover-template.md +75 -0
  687. package/plugin/shirokuma-skills-en/skills/frontend-designing/SKILL.md +271 -0
  688. package/plugin/shirokuma-skills-en/skills/frontend-designing/reference/reference.md +544 -0
  689. package/plugin/shirokuma-skills-en/skills/github-project-setup/SKILL.md +206 -0
  690. package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/custom-fields.md +42 -0
  691. package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/issue-types.md +85 -0
  692. package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/labels.md +86 -0
  693. package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/status-options.md +69 -0
  694. package/plugin/shirokuma-skills-en/skills/github-project-setup/scripts/locales/en.json +35 -0
  695. package/plugin/shirokuma-skills-en/skills/github-project-setup/scripts/locales/ja.json +35 -0
  696. package/plugin/shirokuma-skills-en/skills/github-project-setup/scripts/setup-project.py +226 -0
  697. package/plugin/shirokuma-skills-en/skills/managing-agents/SKILL.md +290 -0
  698. package/plugin/shirokuma-skills-en/skills/managing-agents/best-practices-advanced.md +326 -0
  699. package/plugin/shirokuma-skills-en/skills/managing-agents/best-practices.md +276 -0
  700. package/plugin/shirokuma-skills-en/skills/managing-agents/design-patterns.md +574 -0
  701. package/plugin/shirokuma-skills-en/skills/managing-agents/documentation-structure.md +214 -0
  702. package/plugin/shirokuma-skills-en/skills/managing-agents/examples.md +558 -0
  703. package/plugin/shirokuma-skills-en/skills/managing-agents/reference.md +522 -0
  704. package/plugin/shirokuma-skills-en/skills/managing-agents/templates/complex-agent.md +69 -0
  705. package/plugin/shirokuma-skills-en/skills/managing-agents/templates/creator-checker-pair.md +149 -0
  706. package/plugin/shirokuma-skills-en/skills/managing-agents/templates/simple-agent.md +43 -0
  707. package/plugin/shirokuma-skills-en/skills/managing-github-items/SKILL.md +50 -0
  708. package/plugin/shirokuma-skills-en/skills/managing-github-items/reference/create-item.md +82 -0
  709. package/plugin/shirokuma-skills-en/skills/managing-github-items/reference/create-spec.md +68 -0
  710. package/plugin/shirokuma-skills-en/skills/managing-github-items/reference/github-operations.md +163 -0
  711. package/plugin/shirokuma-skills-en/skills/managing-output-styles/SKILL.md +237 -0
  712. package/plugin/shirokuma-skills-en/skills/managing-output-styles/examples.md +762 -0
  713. package/plugin/shirokuma-skills-en/skills/managing-output-styles/reference.md +417 -0
  714. package/plugin/shirokuma-skills-en/skills/managing-plugins/SKILL.md +397 -0
  715. package/plugin/shirokuma-skills-en/skills/managing-plugins/examples-advanced.md +562 -0
  716. package/plugin/shirokuma-skills-en/skills/managing-plugins/examples.md +552 -0
  717. package/plugin/shirokuma-skills-en/skills/managing-plugins/reference.md +786 -0
  718. package/plugin/shirokuma-skills-en/skills/managing-rules/SKILL.md +365 -0
  719. package/plugin/shirokuma-skills-en/skills/managing-rules/templates/path-rule.md.template +27 -0
  720. package/plugin/shirokuma-skills-en/skills/managing-rules/templates/rule.md.template +15 -0
  721. package/plugin/shirokuma-skills-en/skills/managing-rules/templates/tech-stack.md.template +32 -0
  722. package/plugin/shirokuma-skills-en/skills/managing-skills/README.md +377 -0
  723. package/plugin/shirokuma-skills-en/skills/managing-skills/SKILL.md +418 -0
  724. package/plugin/shirokuma-skills-en/skills/managing-skills/architecture.md +1009 -0
  725. package/plugin/shirokuma-skills-en/skills/managing-skills/best-practices-testing.md +354 -0
  726. package/plugin/shirokuma-skills-en/skills/managing-skills/best-practices-writing.md +325 -0
  727. package/plugin/shirokuma-skills-en/skills/managing-skills/best-practices.md +334 -0
  728. package/plugin/shirokuma-skills-en/skills/managing-skills/examples.md +1024 -0
  729. package/plugin/shirokuma-skills-en/skills/managing-skills/reference-output-patterns.md +89 -0
  730. package/plugin/shirokuma-skills-en/skills/managing-skills/reference-platform.md +482 -0
  731. package/plugin/shirokuma-skills-en/skills/managing-skills/reference-workflows.md +98 -0
  732. package/plugin/shirokuma-skills-en/skills/managing-skills/reference.md +747 -0
  733. package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/LICENSE.txt +191 -0
  734. package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/init_skill.py +184 -0
  735. package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/package_skill.py +109 -0
  736. package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/quick_validate.py +128 -0
  737. package/plugin/shirokuma-skills-en/skills/managing-skills/updating-skills.md +675 -0
  738. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/SKILL.md +316 -0
  739. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/better-auth.md +185 -0
  740. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/code-patterns.md +335 -0
  741. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/coding-conventions.md +324 -0
  742. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/csp.md +97 -0
  743. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/csrf-protection.md +153 -0
  744. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/documentation.md +220 -0
  745. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/drizzle-orm.md +314 -0
  746. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/e2e-testing.md +826 -0
  747. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/image-optimization.md +227 -0
  748. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/radix-ui-hydration.md +79 -0
  749. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/rate-limiting.md +188 -0
  750. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/tailwind-v4.md +43 -0
  751. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/testing.md +298 -0
  752. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/checklists.md +76 -0
  753. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/large-scale.md +141 -0
  754. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/reference.md +171 -0
  755. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/report-template.md +53 -0
  756. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/README.md +108 -0
  757. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/component.test.tsx.template +245 -0
  758. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/delete-button.tsx.template +86 -0
  759. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/form-component.tsx.template +142 -0
  760. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/common.json.template +46 -0
  761. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/errors.json.template +29 -0
  762. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/feature.json.template +46 -0
  763. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/index.ts.template +26 -0
  764. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/page-edit.tsx.template +43 -0
  765. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/page-list.tsx.template +133 -0
  766. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/page-new.tsx.template +27 -0
  767. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/index.ts.template +19 -0
  768. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/mutations.ts.template +196 -0
  769. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/queries.ts.template +134 -0
  770. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/types.ts.template +60 -0
  771. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action.md +345 -0
  772. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action.test.ts.template +267 -0
  773. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action.ts.template +218 -0
  774. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/translations.ja.json.template +35 -0
  775. package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/translations.json.template +35 -0
  776. package/plugin/shirokuma-skills-en/skills/planning-on-issue/SKILL.md +310 -0
  777. package/plugin/shirokuma-skills-en/skills/project-config-generator/SKILL.md +301 -0
  778. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/adr.yml +75 -0
  779. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/handovers.yml +62 -0
  780. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/knowledge.yml +66 -0
  781. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/research.yml +71 -0
  782. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/adr.yml +75 -0
  783. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/handovers.yml +62 -0
  784. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/knowledge.yml +66 -0
  785. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/research.yml +71 -0
  786. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/github-discussions.md.template +161 -0
  787. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/known-issues.md.template +54 -0
  788. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/lib-structure.md.template +73 -0
  789. package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/tech-stack.md.template +51 -0
  790. package/plugin/shirokuma-skills-en/skills/publishing/SKILL.md +227 -0
  791. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/SKILL.md +506 -0
  792. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/code-quality.md +303 -0
  793. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/coding-conventions.md +419 -0
  794. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/security.md +266 -0
  795. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/testing.md +439 -0
  796. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/auth-setup.md +295 -0
  797. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/database-setup.md +284 -0
  798. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/infra-setup.md +222 -0
  799. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/project-init.md +176 -0
  800. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/styling-setup.md +324 -0
  801. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/workflows/annotation-consistency.md +256 -0
  802. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/workflows/shirokuma-docs-verification.md +219 -0
  803. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/account-lockout.md +177 -0
  804. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/audit-logging.md +374 -0
  805. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/better-auth.md +185 -0
  806. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/code-quality.md +281 -0
  807. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/docs-management.md +123 -0
  808. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/drizzle-orm.md +314 -0
  809. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/e2e-testing.md +922 -0
  810. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/i18n.md +245 -0
  811. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/jsdoc.md +250 -0
  812. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/nextjs-patterns.md +559 -0
  813. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/radix-ui-hydration.md +79 -0
  814. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/server-actions-structure.md +272 -0
  815. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/server-actions.md +445 -0
  816. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/tailwind-v4.md +43 -0
  817. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/code.md +184 -0
  818. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/docs.md +79 -0
  819. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/nextjs.md +105 -0
  820. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/plan.md +109 -0
  821. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/security.md +124 -0
  822. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/testing.md +180 -0
  823. package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/templates/report.md +121 -0
  824. package/plugin/shirokuma-skills-en/skills/showing-github/SKILL.md +276 -0
  825. package/plugin/shirokuma-skills-en/skills/showing-github/reference/github-operations.md +163 -0
  826. package/plugin/shirokuma-skills-en/skills/starting-session/SKILL.md +114 -0
  827. package/plugin/shirokuma-skills-en/skills/working-on-issue/SKILL.md +261 -0
  828. package/plugin/shirokuma-skills-ja/.claude-plugin/plugin.json +21 -0
  829. package/plugin/shirokuma-skills-ja/rules/best-practices-first.md +43 -0
  830. package/plugin/shirokuma-skills-ja/rules/config-authoring-flow.md +39 -0
  831. package/plugin/shirokuma-skills-ja/rules/git-commit-style.md +21 -0
  832. package/plugin/shirokuma-skills-ja/rules/github/branch-workflow.md +64 -0
  833. package/plugin/shirokuma-skills-ja/rules/github/discussions-usage.md +129 -0
  834. package/plugin/shirokuma-skills-ja/rules/github/output-language.md +14 -0
  835. package/plugin/shirokuma-skills-ja/rules/github/pr-review-response.md +37 -0
  836. package/plugin/shirokuma-skills-ja/rules/github/project-items.md +164 -0
  837. package/plugin/shirokuma-skills-ja/rules/memory-operations.md +38 -0
  838. package/plugin/shirokuma-skills-ja/rules/nextjs/known-issues.md +59 -0
  839. package/plugin/shirokuma-skills-ja/rules/nextjs/lib-structure.md +48 -0
  840. package/plugin/shirokuma-skills-ja/rules/nextjs/radix-ui-hydration.md +30 -0
  841. package/plugin/shirokuma-skills-ja/rules/nextjs/server-actions.md +50 -0
  842. package/plugin/shirokuma-skills-ja/rules/nextjs/tailwind-v4.md +43 -0
  843. package/plugin/shirokuma-skills-ja/rules/nextjs/tech-stack.md +43 -0
  844. package/plugin/shirokuma-skills-ja/rules/nextjs/testing.md +66 -0
  845. package/plugin/shirokuma-skills-ja/rules/output-destinations.md +95 -0
  846. package/plugin/shirokuma-skills-ja/rules/shirokuma-docs/cli-invocation.md +15 -0
  847. package/plugin/shirokuma-skills-ja/rules/shirokuma-docs/plugin-cache.md +54 -0
  848. package/plugin/shirokuma-skills-ja/rules/shirokuma-docs/shirokuma-annotations.md +78 -0
  849. package/plugin/shirokuma-skills-ja/rules/skill-authoring.md +184 -0
  850. package/plugin/shirokuma-skills-ja/skills/best-practices-researching/SKILL.md +144 -0
  851. package/plugin/shirokuma-skills-ja/skills/claude-config-reviewing/SKILL.md +210 -0
  852. package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/SKILL.md +217 -0
  853. package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/patterns/discovery-categories.md +150 -0
  854. package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/templates/convention-proposal.md +138 -0
  855. package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/templates/rule-proposal.md +148 -0
  856. package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/workflows/analyze-codebase.md +211 -0
  857. package/plugin/shirokuma-skills-ja/skills/committing-on-issue/SKILL.md +227 -0
  858. package/plugin/shirokuma-skills-ja/skills/creating-pr-on-issue/SKILL.md +187 -0
  859. package/plugin/shirokuma-skills-ja/skills/ending-session/SKILL.md +230 -0
  860. package/plugin/shirokuma-skills-ja/skills/ending-session/templates/handover-template.md +75 -0
  861. package/plugin/shirokuma-skills-ja/skills/frontend-designing/SKILL.md +270 -0
  862. package/plugin/shirokuma-skills-ja/skills/frontend-designing/reference/reference.md +533 -0
  863. package/plugin/shirokuma-skills-ja/skills/github-project-setup/SKILL.md +206 -0
  864. package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/custom-fields.md +42 -0
  865. package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/issue-types.md +84 -0
  866. package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/labels.md +85 -0
  867. package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/status-options.md +69 -0
  868. package/plugin/shirokuma-skills-ja/skills/github-project-setup/scripts/locales/en.json +35 -0
  869. package/plugin/shirokuma-skills-ja/skills/github-project-setup/scripts/locales/ja.json +35 -0
  870. package/plugin/shirokuma-skills-ja/skills/github-project-setup/scripts/setup-project.py +226 -0
  871. package/plugin/shirokuma-skills-ja/skills/managing-agents/SKILL.md +289 -0
  872. package/plugin/shirokuma-skills-ja/skills/managing-agents/best-practices-advanced.md +318 -0
  873. package/plugin/shirokuma-skills-ja/skills/managing-agents/best-practices.md +267 -0
  874. package/plugin/shirokuma-skills-ja/skills/managing-agents/design-patterns.md +473 -0
  875. package/plugin/shirokuma-skills-ja/skills/managing-agents/documentation-structure.md +170 -0
  876. package/plugin/shirokuma-skills-ja/skills/managing-agents/examples.md +324 -0
  877. package/plugin/shirokuma-skills-ja/skills/managing-agents/reference.md +464 -0
  878. package/plugin/shirokuma-skills-ja/skills/managing-agents/templates/complex-agent.md +69 -0
  879. package/plugin/shirokuma-skills-ja/skills/managing-agents/templates/creator-checker-pair.md +149 -0
  880. package/plugin/shirokuma-skills-ja/skills/managing-agents/templates/simple-agent.md +43 -0
  881. package/plugin/shirokuma-skills-ja/skills/managing-github-items/SKILL.md +50 -0
  882. package/plugin/shirokuma-skills-ja/skills/managing-github-items/reference/create-item.md +82 -0
  883. package/plugin/shirokuma-skills-ja/skills/managing-github-items/reference/create-spec.md +68 -0
  884. package/plugin/shirokuma-skills-ja/skills/managing-github-items/reference/github-operations.md +163 -0
  885. package/plugin/shirokuma-skills-ja/skills/managing-output-styles/SKILL.md +233 -0
  886. package/plugin/shirokuma-skills-ja/skills/managing-output-styles/examples.md +751 -0
  887. package/plugin/shirokuma-skills-ja/skills/managing-output-styles/reference.md +307 -0
  888. package/plugin/shirokuma-skills-ja/skills/managing-plugins/SKILL.md +327 -0
  889. package/plugin/shirokuma-skills-ja/skills/managing-plugins/examples-advanced.md +398 -0
  890. package/plugin/shirokuma-skills-ja/skills/managing-plugins/examples.md +383 -0
  891. package/plugin/shirokuma-skills-ja/skills/managing-plugins/reference.md +382 -0
  892. package/plugin/shirokuma-skills-ja/skills/managing-rules/SKILL.md +354 -0
  893. package/plugin/shirokuma-skills-ja/skills/managing-rules/templates/path-rule.md.template +27 -0
  894. package/plugin/shirokuma-skills-ja/skills/managing-rules/templates/rule.md.template +15 -0
  895. package/plugin/shirokuma-skills-ja/skills/managing-rules/templates/tech-stack.md.template +32 -0
  896. package/plugin/shirokuma-skills-ja/skills/managing-skills/README.md +377 -0
  897. package/plugin/shirokuma-skills-ja/skills/managing-skills/SKILL.md +413 -0
  898. package/plugin/shirokuma-skills-ja/skills/managing-skills/architecture.md +1009 -0
  899. package/plugin/shirokuma-skills-ja/skills/managing-skills/best-practices-testing.md +354 -0
  900. package/plugin/shirokuma-skills-ja/skills/managing-skills/best-practices-writing.md +325 -0
  901. package/plugin/shirokuma-skills-ja/skills/managing-skills/best-practices.md +334 -0
  902. package/plugin/shirokuma-skills-ja/skills/managing-skills/examples.md +1024 -0
  903. package/plugin/shirokuma-skills-ja/skills/managing-skills/reference-output-patterns.md +89 -0
  904. package/plugin/shirokuma-skills-ja/skills/managing-skills/reference-platform.md +482 -0
  905. package/plugin/shirokuma-skills-ja/skills/managing-skills/reference-workflows.md +98 -0
  906. package/plugin/shirokuma-skills-ja/skills/managing-skills/reference.md +747 -0
  907. package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/LICENSE.txt +191 -0
  908. package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/init_skill.py +184 -0
  909. package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/package_skill.py +109 -0
  910. package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/quick_validate.py +128 -0
  911. package/plugin/shirokuma-skills-ja/skills/managing-skills/updating-skills.md +675 -0
  912. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/SKILL.md +315 -0
  913. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/better-auth.md +185 -0
  914. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/code-patterns.md +335 -0
  915. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/coding-conventions.md +323 -0
  916. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/csp.md +97 -0
  917. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/csrf-protection.md +153 -0
  918. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/documentation.md +220 -0
  919. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/drizzle-orm.md +314 -0
  920. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/e2e-testing.md +826 -0
  921. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/image-optimization.md +227 -0
  922. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/radix-ui-hydration.md +79 -0
  923. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/rate-limiting.md +188 -0
  924. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/tailwind-v4.md +43 -0
  925. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/testing.md +298 -0
  926. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/checklists.md +76 -0
  927. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/large-scale.md +141 -0
  928. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/reference.md +171 -0
  929. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/report-template.md +53 -0
  930. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/README.md +108 -0
  931. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/component.test.tsx.template +245 -0
  932. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/delete-button.tsx.template +86 -0
  933. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/form-component.tsx.template +142 -0
  934. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/common.json.template +46 -0
  935. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/errors.json.template +29 -0
  936. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/feature.json.template +46 -0
  937. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/index.ts.template +26 -0
  938. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/page-edit.tsx.template +43 -0
  939. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/page-list.tsx.template +133 -0
  940. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/page-new.tsx.template +27 -0
  941. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/index.ts.template +19 -0
  942. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/mutations.ts.template +196 -0
  943. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/queries.ts.template +134 -0
  944. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/types.ts.template +60 -0
  945. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action.md +345 -0
  946. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action.test.ts.template +267 -0
  947. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action.ts.template +218 -0
  948. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/translations.ja.json.template +35 -0
  949. package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/translations.json.template +35 -0
  950. package/plugin/shirokuma-skills-ja/skills/planning-on-issue/SKILL.md +310 -0
  951. package/plugin/shirokuma-skills-ja/skills/project-config-generator/SKILL.md +289 -0
  952. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/adr.yml +75 -0
  953. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/handovers.yml +62 -0
  954. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/knowledge.yml +66 -0
  955. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/research.yml +71 -0
  956. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/adr.yml +75 -0
  957. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/handovers.yml +62 -0
  958. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/knowledge.yml +66 -0
  959. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/research.yml +71 -0
  960. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/github-discussions.md.template +161 -0
  961. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/known-issues.md.template +54 -0
  962. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/lib-structure.md.template +73 -0
  963. package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/tech-stack.md.template +51 -0
  964. package/plugin/shirokuma-skills-ja/skills/publishing/SKILL.md +227 -0
  965. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/SKILL.md +506 -0
  966. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/code-quality.md +303 -0
  967. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/coding-conventions.md +419 -0
  968. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/security.md +266 -0
  969. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/testing.md +431 -0
  970. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/auth-setup.md +295 -0
  971. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/database-setup.md +284 -0
  972. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/infra-setup.md +222 -0
  973. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/project-init.md +176 -0
  974. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/styling-setup.md +324 -0
  975. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/workflows/annotation-consistency.md +256 -0
  976. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/workflows/shirokuma-docs-verification.md +219 -0
  977. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/account-lockout.md +177 -0
  978. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/audit-logging.md +364 -0
  979. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/better-auth.md +185 -0
  980. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/code-quality.md +244 -0
  981. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/docs-management.md +95 -0
  982. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/drizzle-orm.md +314 -0
  983. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/e2e-testing.md +826 -0
  984. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/i18n.md +242 -0
  985. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/jsdoc.md +247 -0
  986. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/nextjs-patterns.md +421 -0
  987. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/radix-ui-hydration.md +79 -0
  988. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/server-actions-structure.md +272 -0
  989. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/server-actions.md +399 -0
  990. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/tailwind-v4.md +43 -0
  991. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/code.md +181 -0
  992. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/docs.md +79 -0
  993. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/nextjs.md +105 -0
  994. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/plan.md +109 -0
  995. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/security.md +124 -0
  996. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/testing.md +180 -0
  997. package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/templates/report.md +121 -0
  998. package/plugin/shirokuma-skills-ja/skills/showing-github/SKILL.md +276 -0
  999. package/plugin/shirokuma-skills-ja/skills/showing-github/reference/github-operations.md +163 -0
  1000. package/plugin/shirokuma-skills-ja/skills/starting-session/SKILL.md +93 -0
  1001. package/plugin/shirokuma-skills-ja/skills/working-on-issue/SKILL.md +208 -0
  1002. package/portal/app/api-tools/api-tools-client.tsx +411 -0
  1003. package/portal/app/api-tools/api-tools-document.tsx +240 -0
  1004. package/portal/app/api-tools/page.tsx +56 -0
  1005. package/portal/app/api-tools/swagger-view.tsx +114 -0
  1006. package/portal/app/apps/[appId]/[type]/[module]/[item]/item-tabs-client.tsx +71 -0
  1007. package/portal/app/apps/[appId]/[type]/[module]/[item]/page.tsx +1422 -0
  1008. package/portal/app/apps/[appId]/[type]/[module]/page.tsx +373 -0
  1009. package/portal/app/apps/[appId]/feature-map/feature-map-app-document.tsx +298 -0
  1010. package/portal/app/apps/[appId]/feature-map/page.tsx +224 -0
  1011. package/portal/app/apps/[appId]/i18n/page.tsx +139 -0
  1012. package/portal/app/apps/[appId]/test-cases/page.tsx +840 -0
  1013. package/portal/app/apps/[appId]/tools/[tool]/page.tsx +351 -0
  1014. package/portal/app/apps/[appId]/tools/api-tools-client.tsx +429 -0
  1015. package/portal/app/apps/[appId]/tools/page.tsx +119 -0
  1016. package/portal/app/db-schema/[db]/[table]/page.tsx +235 -0
  1017. package/portal/app/db-schema/[db]/diagram/page.tsx +81 -0
  1018. package/portal/app/db-schema/[db]/page.tsx +148 -0
  1019. package/portal/app/db-schema/db-schema-document.tsx +100 -0
  1020. package/portal/app/db-schema/diagram/client.tsx +211 -0
  1021. package/portal/app/db-schema/diagram/page.tsx +20 -0
  1022. package/portal/app/db-schema/page.tsx +145 -0
  1023. package/portal/app/db-schema/table-detail-document.tsx +710 -0
  1024. package/portal/app/db-schema/table-detail.tsx +747 -0
  1025. package/portal/app/db-schema/table-list-document.tsx +224 -0
  1026. package/portal/app/db-schema/table-list.tsx +247 -0
  1027. package/portal/app/details/[type]/[module]/[item]/item-tabs-client.tsx +71 -0
  1028. package/portal/app/details/[type]/[module]/[item]/page.tsx +1286 -0
  1029. package/portal/app/details/[type]/[module]/page.tsx +884 -0
  1030. package/portal/app/feature-map/feature-map-client.tsx +681 -0
  1031. package/portal/app/feature-map/feature-map-document.tsx +313 -0
  1032. package/portal/app/feature-map/page.tsx +438 -0
  1033. package/portal/app/globals.css +205 -0
  1034. package/portal/app/i18n/[...namespace]/page.tsx +190 -0
  1035. package/portal/app/i18n/i18n-client.tsx +369 -0
  1036. package/portal/app/i18n/page.tsx +339 -0
  1037. package/portal/app/layout.tsx +37 -0
  1038. package/portal/app/overview/page.tsx +65 -0
  1039. package/portal/app/packages/[packageId]/page.tsx +201 -0
  1040. package/portal/app/packages/page.tsx +148 -0
  1041. package/portal/app/page.tsx +568 -0
  1042. package/portal/app/test-cases/[file]/[line]/page.tsx +455 -0
  1043. package/portal/app/test-cases/[file]/[line]/test-detail-document.tsx +335 -0
  1044. package/portal/app/test-cases/[file]/page.tsx +323 -0
  1045. package/portal/app/test-cases/[file]/test-file-document.tsx +335 -0
  1046. package/portal/app/test-cases/page.tsx +546 -0
  1047. package/portal/app/test-cases/test-cases-document.tsx +384 -0
  1048. package/portal/components/code-block.tsx +57 -0
  1049. package/portal/components/document/doc-params-table.tsx +71 -0
  1050. package/portal/components/document/doc-section.tsx +133 -0
  1051. package/portal/components/document/doc-table.tsx +119 -0
  1052. package/portal/components/document/index.ts +9 -0
  1053. package/portal/components/drawflow-er-diagram.tsx +607 -0
  1054. package/portal/components/interactive-er-diagram.tsx +228 -0
  1055. package/portal/components/layout/app-sidebar.tsx +490 -0
  1056. package/portal/components/layout/er-sidebar.tsx +116 -0
  1057. package/portal/components/layout/global-header.tsx +117 -0
  1058. package/portal/components/layout/layout-content.tsx +48 -0
  1059. package/portal/components/markdown-content.tsx +120 -0
  1060. package/portal/components/mermaid-diagram.tsx +83 -0
  1061. package/portal/components/reactflow-er-diagram.tsx +475 -0
  1062. package/portal/components/search-dialog.tsx +268 -0
  1063. package/portal/components/shared/coverage-score-bar.tsx +144 -0
  1064. package/portal/components/swagger/endpoint-accordion.tsx +117 -0
  1065. package/portal/components/swagger/index.ts +7 -0
  1066. package/portal/components/swagger/method-badge.tsx +55 -0
  1067. package/portal/components/swagger/params-table.tsx +78 -0
  1068. package/portal/components/tabs-with-hash.tsx +43 -0
  1069. package/portal/components/test/index.ts +2 -0
  1070. package/portal/components/test/test-bdd-card.tsx +192 -0
  1071. package/portal/components/test/test-matrix.tsx +242 -0
  1072. package/portal/components/ui/accordion.tsx +66 -0
  1073. package/portal/components/ui/badge.tsx +46 -0
  1074. package/portal/components/ui/breadcrumb.tsx +109 -0
  1075. package/portal/components/ui/button.tsx +62 -0
  1076. package/portal/components/ui/card.tsx +92 -0
  1077. package/portal/components/ui/collapsible.tsx +33 -0
  1078. package/portal/components/ui/dialog.tsx +118 -0
  1079. package/portal/components/ui/progress.tsx +28 -0
  1080. package/portal/components/ui/scroll-area.tsx +58 -0
  1081. package/portal/components/ui/sheet.tsx +139 -0
  1082. package/portal/components/ui/table.tsx +116 -0
  1083. package/portal/components/ui/tabs.tsx +66 -0
  1084. package/portal/components.json +21 -0
  1085. package/portal/lib/constants/test-categories.ts +186 -0
  1086. package/portal/lib/data-loader.ts +1181 -0
  1087. package/portal/lib/db-schema-utils.ts +182 -0
  1088. package/portal/lib/format.ts +43 -0
  1089. package/portal/lib/hooks/use-hash-tab.ts +144 -0
  1090. package/portal/lib/path-utils.ts +25 -0
  1091. package/portal/lib/search-index-generator.ts +214 -0
  1092. package/portal/lib/search.ts +126 -0
  1093. package/portal/lib/sidebar-context.tsx +111 -0
  1094. package/portal/lib/types.ts +740 -0
  1095. package/portal/lib/utils.ts +6 -0
  1096. package/portal/next.config.ts +21 -0
  1097. package/portal/package.json +45 -0
  1098. package/portal/postcss.config.mjs +8 -0
  1099. package/portal/tsconfig.json +41 -0
  1100. package/portal/types/drawflow.d.ts +80 -0
  1101. package/templates/README.md +73 -0
  1102. package/templates/coverage.html +367 -0
  1103. package/templates/dark-theme.css +443 -0
  1104. package/templates/discussion/adr.yml.hbs +65 -0
  1105. package/templates/discussion/handovers.yml.hbs +57 -0
  1106. package/templates/discussion/knowledge.yml.hbs +60 -0
  1107. package/templates/discussion/reports.yml.hbs +68 -0
  1108. package/templates/discussion/research.yml.hbs +61 -0
@@ -0,0 +1,569 @@
1
+ /**
2
+ * feature-map HTML ジェネレーター
3
+ *
4
+ * FeatureMap データから HTML ページを生成する。
5
+ * メインリストレイアウト、サイドバービュー、カード/リストアイテムを構築。
6
+ */
7
+ import { escapeHtml, formatDescription, wrapHtmlDocument, icons } from "../utils/html.js";
8
+ import { extractModuleName } from "../parsers/feature-map-utils.js";
9
+ import { getStyles, getScripts } from "./feature-map-styles.js";
10
+ /**
11
+ * アイテムをモジュール別にグループ化
12
+ */
13
+ export function groupByModule(items) {
14
+ const grouped = new Map();
15
+ for (const item of items) {
16
+ const moduleName = extractModuleName(item.path);
17
+ const existing = grouped.get(moduleName) || [];
18
+ existing.push(item);
19
+ grouped.set(moduleName, existing);
20
+ }
21
+ // モジュール名でソート
22
+ return new Map([...grouped.entries()].sort((a, b) => a[0].localeCompare(b[0])));
23
+ }
24
+ /**
25
+ * モジュール別リストセクションを生成
26
+ */
27
+ export function buildModuleListSection(type, groupedItems, moduleDescriptions = new Map()) {
28
+ if (groupedItems.size === 0) {
29
+ return '<div class="empty-message">アイテムがありません</div>';
30
+ }
31
+ const sections = [];
32
+ for (const [moduleName, items] of groupedItems) {
33
+ const listItems = items.map(item => buildListItem(type, item, moduleName)).join('');
34
+ const description = moduleDescriptions.get(moduleName);
35
+ const descriptionHtml = description
36
+ ? `<p class="module-description">${formatDescription(description)}</p>`
37
+ : '';
38
+ // モジュール詳細ページへのリンク
39
+ const moduleDetailHref = `details/${type}/${escapeHtml(moduleName)}.html`;
40
+ sections.push(`
41
+ <div class="module-group" data-module="${escapeHtml(moduleName)}">
42
+ <a href="${moduleDetailHref}" class="module-header">
43
+ <div class="module-header-main">
44
+ <span class="module-name">${escapeHtml(moduleName)}</span>
45
+ <span class="module-count">${items.length}</span>
46
+ </div>
47
+ ${descriptionHtml}
48
+ </a>
49
+ <div class="module-items">
50
+ ${listItems}
51
+ </div>
52
+ </div>
53
+ `);
54
+ }
55
+ return sections.join('');
56
+ }
57
+ /**
58
+ * リストアイテムを生成
59
+ */
60
+ export function buildListItem(type, item, moduleName) {
61
+ const name = item.name;
62
+ const description = item.description || '';
63
+ const href = `details/${type}/${escapeHtml(moduleName)}/${escapeHtml(name)}.html`;
64
+ // 追加情報
65
+ let meta = '';
66
+ if (type === 'screen' && 'route' in item && item.route) {
67
+ meta = `<span class="item-route">${escapeHtml(item.route)}</span>`;
68
+ }
69
+ else if (type === 'action' && 'dbTables' in item && item.dbTables.length > 0) {
70
+ meta = `<span class="item-meta">${item.dbTables.length} tables</span>`;
71
+ }
72
+ else if (type === 'table' && 'usedInActions' in item && item.usedInActions.length > 0) {
73
+ meta = `<span class="item-meta">${item.usedInActions.length} actions</span>`;
74
+ }
75
+ return `
76
+ <a href="${href}" class="list-item" data-name="${escapeHtml(name)}" data-module="${escapeHtml(moduleName)}">
77
+ <span class="item-name">${escapeHtml(name)}</span>
78
+ ${description ? `<span class="item-description">${escapeHtml(description.substring(0, 60))}${description.length > 60 ? '...' : ''}</span>` : ''}
79
+ ${meta}
80
+ </a>
81
+ `;
82
+ }
83
+ /**
84
+ * Feature Map HTML を生成 (Module-grouped List レイアウト)
85
+ */
86
+ export function generateFeatureMapHtml(featureMap, projectName, config, moduleDescriptions = new Map()) {
87
+ const styles = getStyles();
88
+ const scripts = getScripts(featureMap, config);
89
+ // 全アイテムを収集
90
+ const allScreens = [];
91
+ const allComponents = [];
92
+ const allActions = [];
93
+ const allModules = [];
94
+ const allTables = [];
95
+ for (const group of Object.values(featureMap.features)) {
96
+ allScreens.push(...group.screens);
97
+ allComponents.push(...group.components);
98
+ allActions.push(...group.actions);
99
+ allModules.push(...group.modules);
100
+ allTables.push(...group.tables);
101
+ }
102
+ allScreens.push(...featureMap.uncategorized.screens);
103
+ allComponents.push(...featureMap.uncategorized.components);
104
+ allActions.push(...featureMap.uncategorized.actions);
105
+ allModules.push(...featureMap.uncategorized.modules);
106
+ allTables.push(...featureMap.uncategorized.tables);
107
+ // モジュール別にグループ化
108
+ const groupedScreens = groupByModule(allScreens);
109
+ const groupedComponents = groupByModule(allComponents);
110
+ const groupedActions = groupByModule(allActions);
111
+ const groupedTables = groupByModule(allTables);
112
+ const content = `
113
+ <div class="container">
114
+ <div class="page-header">
115
+ <h1 class="page-title">${escapeHtml(projectName)} 機能マップ</h1>
116
+ <p class="page-description">
117
+ コードアノテーションから抽出された機能階層構造
118
+ <a href="feature-map.json" class="export-link" download title="JSONエクスポート">
119
+ ${icons.download} JSON
120
+ </a>
121
+ </p>
122
+ </div>
123
+ ${buildSummaryCard(featureMap)}
124
+
125
+ <!-- Filter Tabs -->
126
+ <div class="filter-tabs">
127
+ <button class="filter-tab${allScreens.length > 0 ? '' : ' disabled'}" data-filter="screen">Screens (${allScreens.length})</button>
128
+ <button class="filter-tab${allComponents.length > 0 ? '' : ' disabled'}" data-filter="component">Components (${allComponents.length})</button>
129
+ <button class="filter-tab active" data-filter="action">Actions (${allActions.length})</button>
130
+ <button class="filter-tab" data-filter="table">Tables (${allTables.length})</button>
131
+ </div>
132
+
133
+ <!-- List Panels -->
134
+ <div class="list-panel" id="panel-screen" data-type="screen">
135
+ ${buildModuleListSection('screen', groupedScreens, moduleDescriptions)}
136
+ </div>
137
+ <div class="list-panel" id="panel-component" data-type="component">
138
+ ${buildModuleListSection('component', groupedComponents, moduleDescriptions)}
139
+ </div>
140
+ <div class="list-panel active" id="panel-action" data-type="action">
141
+ ${buildModuleListSection('action', groupedActions, moduleDescriptions)}
142
+ </div>
143
+ <div class="list-panel" id="panel-table" data-type="table">
144
+ ${buildModuleListSection('table', groupedTables, moduleDescriptions)}
145
+ </div>
146
+
147
+ </div>
148
+ `;
149
+ return wrapHtmlDocument({
150
+ title: `機能階層マップ - ${projectName}`,
151
+ content,
152
+ styles,
153
+ scripts,
154
+ headElements: `<link rel="stylesheet" href="/global-nav.css">`,
155
+ bodyEndScripts: `<script src="/global-nav.js"></script>`,
156
+ });
157
+ }
158
+ /**
159
+ * サイドバー HTML を構築
160
+ */
161
+ export function buildSidebar(featureMap) {
162
+ const layerView = buildLayerView(featureMap);
163
+ const featureView = buildFeatureView(featureMap);
164
+ return `
165
+ <div id="layerView" class="sidebar-view active">
166
+ ${layerView}
167
+ </div>
168
+ <div id="featureView" class="sidebar-view">
169
+ ${featureView}
170
+ </div>
171
+ `;
172
+ }
173
+ /**
174
+ * レイヤー別サイドバービューを構築
175
+ */
176
+ export function buildLayerView(featureMap) {
177
+ const allScreens = [];
178
+ const allComponents = [];
179
+ const allActions = [];
180
+ const allModules = [];
181
+ const allTables = [];
182
+ const collectFromGroup = (group) => {
183
+ allScreens.push(...group.screens);
184
+ allComponents.push(...group.components);
185
+ allActions.push(...group.actions);
186
+ allModules.push(...group.modules);
187
+ allTables.push(...group.tables);
188
+ };
189
+ for (const group of Object.values(featureMap.features)) {
190
+ collectFromGroup(group);
191
+ }
192
+ collectFromGroup(featureMap.uncategorized);
193
+ return `
194
+ <div class="sidebar-group expanded" data-group="features">
195
+ <div class="sidebar-group-header">
196
+ <span class="expand-icon">${icons.chevronDown}</span>
197
+ <span class="layer-icon feature">${icons.feature}</span>
198
+ <span class="group-name">Features</span>
199
+ <span class="group-count">${Object.keys(featureMap.features).length}</span>
200
+ </div>
201
+ <div class="sidebar-group-items">
202
+ ${Object.keys(featureMap.features).sort().map(name => `
203
+ <div class="sidebar-item" data-id="feature-${escapeHtml(name)}" data-type="feature" tabindex="0">
204
+ <span class="item-name">${escapeHtml(name)}</span>
205
+ </div>
206
+ `).join('')}
207
+ </div>
208
+ </div>
209
+ <div class="sidebar-group expanded" data-group="screens">
210
+ <div class="sidebar-group-header">
211
+ <span class="expand-icon">${icons.chevronDown}</span>
212
+ <span class="layer-icon screen">${icons.screen}</span>
213
+ <span class="group-name">Screens</span>
214
+ <span class="group-count">${allScreens.length}</span>
215
+ </div>
216
+ <div class="sidebar-group-items">
217
+ ${allScreens.map(s => `
218
+ <div class="sidebar-item" data-id="screen-${escapeHtml(s.name)}" data-type="screen" tabindex="0">
219
+ <span class="item-name">${escapeHtml(s.name)}</span>
220
+ </div>
221
+ `).join('')}
222
+ </div>
223
+ </div>
224
+ <div class="sidebar-group expanded" data-group="components">
225
+ <div class="sidebar-group-header">
226
+ <span class="expand-icon">${icons.chevronDown}</span>
227
+ <span class="layer-icon component">${icons.component}</span>
228
+ <span class="group-name">Components</span>
229
+ <span class="group-count">${allComponents.length}</span>
230
+ </div>
231
+ <div class="sidebar-group-items">
232
+ ${allComponents.map(c => `
233
+ <div class="sidebar-item" data-id="component-${escapeHtml(c.name)}" data-type="component" tabindex="0">
234
+ <span class="item-name">${escapeHtml(c.name)}</span>
235
+ </div>
236
+ `).join('')}
237
+ </div>
238
+ </div>
239
+ <div class="sidebar-group expanded" data-group="actions">
240
+ <div class="sidebar-group-header">
241
+ <span class="expand-icon">${icons.chevronDown}</span>
242
+ <span class="layer-icon action">${icons.action}</span>
243
+ <span class="group-name">Actions</span>
244
+ <span class="group-count">${allActions.length}</span>
245
+ </div>
246
+ <div class="sidebar-group-items">
247
+ ${allActions.map(a => `
248
+ <div class="sidebar-item" data-id="action-${escapeHtml(a.name)}" data-type="action" tabindex="0">
249
+ <span class="item-name">${escapeHtml(a.name)}</span>
250
+ </div>
251
+ `).join('')}
252
+ </div>
253
+ </div>
254
+ <div class="sidebar-group expanded" data-group="tables">
255
+ <div class="sidebar-group-header">
256
+ <span class="expand-icon">${icons.chevronDown}</span>
257
+ <span class="layer-icon table">${icons.table}</span>
258
+ <span class="group-name">Tables</span>
259
+ <span class="group-count">${allTables.length}</span>
260
+ </div>
261
+ <div class="sidebar-group-items">
262
+ ${allTables.map(t => `
263
+ <div class="sidebar-item" data-id="table-${escapeHtml(t.name)}" data-type="table" tabindex="0">
264
+ <span class="item-name">${escapeHtml(t.name)}</span>
265
+ </div>
266
+ `).join('')}
267
+ </div>
268
+ </div>
269
+ `;
270
+ }
271
+ /**
272
+ * 機能別サイドバービューを構築
273
+ */
274
+ export function buildFeatureView(featureMap) {
275
+ const featureItems = [];
276
+ for (const [featureName, group] of Object.entries(featureMap.features).sort()) {
277
+ const totalCount = group.screens.length + group.components.length + group.actions.length + group.tables.length;
278
+ featureItems.push(`
279
+ <div class="sidebar-group expanded" data-group="feature-${escapeHtml(featureName)}">
280
+ <div class="sidebar-group-header">
281
+ <span class="expand-icon">${icons.chevronDown}</span>
282
+ <span class="layer-icon feature">${icons.feature}</span>
283
+ <span class="group-name">${escapeHtml(featureName)}</span>
284
+ <span class="group-count">${totalCount}</span>
285
+ </div>
286
+ <div class="sidebar-group-items">
287
+ ${group.screens.map(s => `
288
+ <div class="sidebar-item" data-id="screen-${escapeHtml(s.name)}" data-type="screen" tabindex="0">
289
+ <span class="layer-icon screen mini">${icons.screen}</span>
290
+ <span class="item-name">${escapeHtml(s.name)}</span>
291
+ </div>
292
+ `).join('')}
293
+ ${group.components.map(c => `
294
+ <div class="sidebar-item" data-id="component-${escapeHtml(c.name)}" data-type="component" tabindex="0">
295
+ <span class="layer-icon component mini">${icons.component}</span>
296
+ <span class="item-name">${escapeHtml(c.name)}</span>
297
+ </div>
298
+ `).join('')}
299
+ ${group.actions.map(a => `
300
+ <div class="sidebar-item" data-id="action-${escapeHtml(a.name)}" data-type="action" tabindex="0">
301
+ <span class="layer-icon action mini">${icons.action}</span>
302
+ <span class="item-name">${escapeHtml(a.name)}</span>
303
+ </div>
304
+ `).join('')}
305
+ ${group.tables.map(t => `
306
+ <div class="sidebar-item" data-id="table-${escapeHtml(t.name)}" data-type="table" tabindex="0">
307
+ <span class="layer-icon table mini">${icons.table}</span>
308
+ <span class="item-name">${escapeHtml(t.name)}</span>
309
+ </div>
310
+ `).join('')}
311
+ </div>
312
+ </div>
313
+ `);
314
+ }
315
+ // Uncategorized
316
+ const uncat = featureMap.uncategorized;
317
+ const uncatTotal = uncat.screens.length + uncat.components.length + uncat.actions.length + uncat.tables.length;
318
+ if (uncatTotal > 0) {
319
+ featureItems.push(`
320
+ <div class="sidebar-group expanded" data-group="uncategorized">
321
+ <div class="sidebar-group-header">
322
+ <span class="expand-icon">${icons.chevronDown}</span>
323
+ <span class="layer-icon feature">${icons.feature}</span>
324
+ <span class="group-name">未分類</span>
325
+ <span class="group-count">${uncatTotal}</span>
326
+ </div>
327
+ <div class="sidebar-group-items">
328
+ ${uncat.screens.map(s => `
329
+ <div class="sidebar-item" data-id="screen-${escapeHtml(s.name)}" data-type="screen" tabindex="0">
330
+ <span class="layer-icon screen mini">${icons.screen}</span>
331
+ <span class="item-name">${escapeHtml(s.name)}</span>
332
+ </div>
333
+ `).join('')}
334
+ ${uncat.components.map(c => `
335
+ <div class="sidebar-item" data-id="component-${escapeHtml(c.name)}" data-type="component" tabindex="0">
336
+ <span class="layer-icon component mini">${icons.component}</span>
337
+ <span class="item-name">${escapeHtml(c.name)}</span>
338
+ </div>
339
+ `).join('')}
340
+ ${uncat.actions.map(a => `
341
+ <div class="sidebar-item" data-id="action-${escapeHtml(a.name)}" data-type="action" tabindex="0">
342
+ <span class="layer-icon action mini">${icons.action}</span>
343
+ <span class="item-name">${escapeHtml(a.name)}</span>
344
+ </div>
345
+ `).join('')}
346
+ ${uncat.tables.map(t => `
347
+ <div class="sidebar-item" data-id="table-${escapeHtml(t.name)}" data-type="table" tabindex="0">
348
+ <span class="layer-icon table mini">${icons.table}</span>
349
+ <span class="item-name">${escapeHtml(t.name)}</span>
350
+ </div>
351
+ `).join('')}
352
+ </div>
353
+ </div>
354
+ `);
355
+ }
356
+ return featureItems.join('');
357
+ }
358
+ /**
359
+ * 詳細パネルのHTMLデータを構築
360
+ */
361
+ export function buildDetailPanel(featureMap) {
362
+ const featureNames = Object.keys(featureMap.features).sort();
363
+ if (featureNames.length > 0) {
364
+ return buildFeatureDetail(featureNames[0], featureMap.features[featureNames[0]], featureMap);
365
+ }
366
+ return `
367
+ <div class="detail-welcome">
368
+ <h2>機能マップへようこそ</h2>
369
+ <p>左のサイドバーからアイテムを選択して詳細を表示します。</p>
370
+ </div>
371
+ `;
372
+ }
373
+ /**
374
+ * Feature詳細を構築
375
+ */
376
+ export function buildFeatureDetail(name, group, _featureMap) {
377
+ const screenCount = group.screens.length;
378
+ const componentCount = group.components.length;
379
+ const actionCount = group.actions.length;
380
+ const tableCount = group.tables.length;
381
+ let description = '';
382
+ if (group.screens.length > 0 && group.screens[0].description) {
383
+ description = group.screens[0].description;
384
+ }
385
+ else if (group.components.length > 0 && group.components[0].description) {
386
+ description = group.components[0].description;
387
+ }
388
+ return `
389
+ <div class="detail-header">
390
+ <span class="detail-icon feature">${icons.feature}</span>
391
+ <div class="detail-title-area">
392
+ <h2>${escapeHtml(name)}</h2>
393
+ ${description ? `<p class="detail-description">${escapeHtml(description)}</p>` : ''}
394
+ </div>
395
+ </div>
396
+ <div class="detail-summary">
397
+ <span class="summary-badge screens">${screenCount} screens</span>
398
+ <span class="summary-badge components">${componentCount} components</span>
399
+ <span class="summary-badge actions">${actionCount} actions</span>
400
+ <span class="summary-badge tables">${tableCount} tables</span>
401
+ </div>
402
+ ${screenCount > 0 ? `
403
+ <div class="detail-section">
404
+ <h3><span class="layer-icon screen">${icons.screen}</span> Screens (${screenCount})</h3>
405
+ <div class="detail-cards">
406
+ ${group.screens.map(s => buildScreenCard(s)).join('')}
407
+ </div>
408
+ </div>
409
+ ` : ''}
410
+ ${componentCount > 0 ? `
411
+ <div class="detail-section">
412
+ <h3><span class="layer-icon component">${icons.component}</span> Components (${componentCount})</h3>
413
+ <div class="detail-cards">
414
+ ${group.components.map(c => buildComponentCard(c)).join('')}
415
+ </div>
416
+ </div>
417
+ ` : ''}
418
+ ${actionCount > 0 ? `
419
+ <div class="detail-section">
420
+ <h3><span class="layer-icon action">${icons.action}</span> Actions (${actionCount})</h3>
421
+ <div class="detail-cards">
422
+ ${group.actions.map(a => buildActionCard(a)).join('')}
423
+ </div>
424
+ </div>
425
+ ` : ''}
426
+ ${tableCount > 0 ? `
427
+ <div class="detail-section">
428
+ <h3><span class="layer-icon table">${icons.table}</span> Tables (${tableCount})</h3>
429
+ <div class="detail-cards">
430
+ ${group.tables.map(t => buildTableCard(t)).join('')}
431
+ </div>
432
+ </div>
433
+ ` : ''}
434
+ `;
435
+ }
436
+ /**
437
+ * Screen詳細カードを構築
438
+ */
439
+ export function buildScreenCard(screen) {
440
+ const moduleName = extractModuleName(screen.path);
441
+ return `
442
+ <a href="details/screens/${escapeHtml(moduleName)}/${escapeHtml(screen.name)}.html" class="detail-card screen" data-type="screen" data-name="${escapeHtml(screen.name)}" data-module="${escapeHtml(moduleName)}">
443
+ <div class="card-icon">${icons.screen}</div>
444
+ <div class="card-body">
445
+ <h3 class="card-name">${escapeHtml(screen.name)}</h3>
446
+ <div class="card-module">${escapeHtml(moduleName)}</div>
447
+ ${screen.route ? `<div class="card-route">${escapeHtml(screen.route)}</div>` : ''}
448
+ ${screen.description ? `<p class="card-description">${escapeHtml(screen.description)}</p>` : ''}
449
+ <div class="card-footer">
450
+ <span class="card-type-badge screen">Screen</span>
451
+ ${screen.usedComponents.length > 0 ? `<span class="card-count">${screen.usedComponents.length} components</span>` : ''}
452
+ ${screen.usedActions.length > 0 ? `<span class="card-count">${screen.usedActions.length} actions</span>` : ''}
453
+ </div>
454
+ </div>
455
+ </a>
456
+ `;
457
+ }
458
+ /**
459
+ * Component詳細カードを構築
460
+ */
461
+ export function buildComponentCard(comp) {
462
+ const moduleName = extractModuleName(comp.path);
463
+ return `
464
+ <a href="details/components/${escapeHtml(moduleName)}/${escapeHtml(comp.name)}.html" class="detail-card component" data-type="component" data-name="${escapeHtml(comp.name)}" data-module="${escapeHtml(moduleName)}">
465
+ <div class="card-icon">${icons.component}</div>
466
+ <div class="card-body">
467
+ <h3 class="card-name">${escapeHtml(comp.name)}</h3>
468
+ <div class="card-module">${escapeHtml(moduleName)}</div>
469
+ ${comp.description ? `<p class="card-description">${escapeHtml(comp.description)}</p>` : ''}
470
+ <div class="card-footer">
471
+ <span class="card-type-badge component">Component</span>
472
+ ${comp.usedInScreens.length > 0 ? `<span class="card-count">${comp.usedInScreens.length} screens</span>` : ''}
473
+ ${comp.usedActions.length > 0 ? `<span class="card-count">${comp.usedActions.length} actions</span>` : ''}
474
+ </div>
475
+ </div>
476
+ </a>
477
+ `;
478
+ }
479
+ /**
480
+ * Action詳細カードを構築
481
+ */
482
+ export function buildActionCard(action) {
483
+ const moduleName = extractModuleName(action.path);
484
+ return `
485
+ <a href="details/actions/${escapeHtml(moduleName)}/${escapeHtml(action.name)}.html" class="detail-card action" data-type="action" data-name="${escapeHtml(action.name)}" data-module="${escapeHtml(moduleName)}">
486
+ <div class="card-icon">${icons.action}</div>
487
+ <div class="card-body">
488
+ <h3 class="card-name">${escapeHtml(action.name)}</h3>
489
+ <div class="card-module">${escapeHtml(moduleName)}</div>
490
+ ${action.description ? `<p class="card-description">${escapeHtml(action.description)}</p>` : ''}
491
+ <div class="card-footer">
492
+ <span class="card-type-badge action">Action</span>
493
+ ${action.usedInScreens.length > 0 ? `<span class="card-count">${action.usedInScreens.length} screens</span>` : ''}
494
+ ${action.dbTables.length > 0 ? `<span class="card-count">${action.dbTables.length} tables</span>` : ''}
495
+ </div>
496
+ </div>
497
+ </a>
498
+ `;
499
+ }
500
+ /**
501
+ * Table詳細カードを構築
502
+ */
503
+ export function buildTableCard(table) {
504
+ const moduleName = extractModuleName(table.path);
505
+ return `
506
+ <a href="details/tables/${escapeHtml(moduleName)}/${escapeHtml(table.name)}.html" class="detail-card table" data-type="table" data-name="${escapeHtml(table.name)}" data-module="${escapeHtml(moduleName)}">
507
+ <div class="card-icon">${icons.table}</div>
508
+ <div class="card-body">
509
+ <h3 class="card-name">${escapeHtml(table.name)}</h3>
510
+ <div class="card-module">${escapeHtml(moduleName)}</div>
511
+ ${table.description ? `<p class="card-description">${escapeHtml(table.description)}</p>` : ''}
512
+ <div class="card-footer">
513
+ <span class="card-type-badge table">Table</span>
514
+ ${table.usedInActions.length > 0 ? `<span class="card-count">${table.usedInActions.length} actions</span>` : ''}
515
+ </div>
516
+ </div>
517
+ </a>
518
+ `;
519
+ }
520
+ /**
521
+ * サマリーカード HTML を生成
522
+ */
523
+ export function buildSummaryCard(featureMap) {
524
+ const featureCount = Object.keys(featureMap.features).length;
525
+ let totalScreens = 0;
526
+ let totalComponents = 0;
527
+ let totalActions = 0;
528
+ let totalTables = 0;
529
+ for (const group of Object.values(featureMap.features)) {
530
+ totalScreens += group.screens.length;
531
+ totalComponents += group.components.length;
532
+ totalActions += group.actions.length;
533
+ totalTables += group.tables.length;
534
+ }
535
+ totalScreens += featureMap.uncategorized.screens.length;
536
+ totalComponents += featureMap.uncategorized.components.length;
537
+ totalActions += featureMap.uncategorized.actions.length;
538
+ totalTables += featureMap.uncategorized.tables.length;
539
+ return `
540
+ <div class="summary-card">
541
+ <div class="summary-grid">
542
+ <div class="summary-item summary-features">
543
+ <div class="summary-value">${featureCount}</div>
544
+ <div class="summary-label">Features</div>
545
+ </div>
546
+ <div class="summary-item summary-screens">
547
+ <div class="summary-value">${totalScreens}</div>
548
+ <div class="summary-label">Screens</div>
549
+ </div>
550
+ <div class="summary-item summary-components">
551
+ <div class="summary-value">${totalComponents}</div>
552
+ <div class="summary-label">Components</div>
553
+ </div>
554
+ <div class="summary-item summary-actions">
555
+ <div class="summary-value">${totalActions}</div>
556
+ <div class="summary-label">Actions</div>
557
+ </div>
558
+ <div class="summary-item summary-tables">
559
+ <div class="summary-value">${totalTables}</div>
560
+ <div class="summary-label">Tables</div>
561
+ </div>
562
+ </div>
563
+ <div class="summary-meta">
564
+ 生成日時: ${new Date(featureMap.generatedAt).toLocaleString("ja-JP")}
565
+ </div>
566
+ </div>
567
+ `;
568
+ }
569
+ //# sourceMappingURL=feature-map-html.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature-map-html.js","sourceRoot":"","sources":["../../src/generators/feature-map-html.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * feature-map スタイル・スクリプト・設定
3
+ *
4
+ * feature-map HTML ページ用の CSS スタイルと JavaScript、
5
+ * および設定解決ロジック。
6
+ */
7
+ import type { ExternalDocConfig, ResolvedFeatureMapConfig, FeatureMap } from "../commands/feature-map-types.js";
8
+ /**
9
+ * デフォルト設定を取得
10
+ */
11
+ export declare function getDefaultFeatureMapConfig(): ResolvedFeatureMapConfig;
12
+ /**
13
+ * 設定を解決
14
+ */
15
+ export declare function resolveFeatureMapConfig(config?: {
16
+ enabled?: boolean;
17
+ include?: string[];
18
+ exclude?: string[];
19
+ externalDocs?: ExternalDocConfig[];
20
+ storybook?: {
21
+ enabled?: boolean;
22
+ url?: string;
23
+ pathTemplate?: string;
24
+ label?: string;
25
+ };
26
+ }): ResolvedFeatureMapConfig;
27
+ /**
28
+ * ファイルを収集
29
+ */
30
+ export declare function collectFiles(projectPath: string, config: ResolvedFeatureMapConfig): string[];
31
+ /**
32
+ * スタイル
33
+ */
34
+ export declare function getStyles(): string;
35
+ /**
36
+ * スクリプト
37
+ */
38
+ export declare function getScripts(featureMap: FeatureMap, config: ResolvedFeatureMapConfig): string;
39
+ //# sourceMappingURL=feature-map-styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature-map-styles.d.ts","sourceRoot":"","sources":["../../src/generators/feature-map-styles.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EACV,iBAAiB,EAEjB,wBAAwB,EACxB,UAAU,EACX,MAAM,kCAAkC,CAAC;AAM1C;;GAEG;AACH,wBAAgB,0BAA0B,IAAI,wBAAwB,CA6BrE;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,MAAM,CAAC,EAAE;IAC/C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,YAAY,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACnC,SAAS,CAAC,EAAE;QACV,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;CACH,GAAG,wBAAwB,CAqB3B;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,wBAAwB,GAAG,MAAM,EAAE,CAgB5F;AAMD;;GAEG;AACH,wBAAgB,SAAS,IAAI,MAAM,CAgUlC;AAMD;;GAEG;AACH,wBAAgB,UAAU,CAAC,UAAU,EAAE,UAAU,EAAE,MAAM,EAAE,wBAAwB,GAAG,MAAM,CA+B3F"}