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.
- package/LICENSE +21 -0
- package/README.md +294 -0
- package/THIRD_PARTY_NOTICES.md +18 -0
- package/bin/shirokuma-docs +2 -0
- package/dist/analyzers/details-test-analysis.d.ts +31 -0
- package/dist/analyzers/details-test-analysis.d.ts.map +1 -0
- package/dist/analyzers/details-test-analysis.js +172 -0
- package/dist/analyzers/details-test-analysis.js.map +1 -0
- package/dist/analyzers/feature-map-builder.d.ts +20 -0
- package/dist/analyzers/feature-map-builder.d.ts.map +1 -0
- package/dist/analyzers/feature-map-builder.js +154 -0
- package/dist/analyzers/feature-map-builder.js.map +1 -0
- package/dist/analyzers/feature-map-references.d.ts +34 -0
- package/dist/analyzers/feature-map-references.d.ts.map +1 -0
- package/dist/analyzers/feature-map-references.js +249 -0
- package/dist/analyzers/feature-map-references.js.map +1 -0
- package/dist/analyzers/reference-analyzer.d.ts +95 -0
- package/dist/analyzers/reference-analyzer.d.ts.map +1 -0
- package/dist/analyzers/reference-analyzer.js +372 -0
- package/dist/analyzers/reference-analyzer.js.map +1 -0
- package/dist/commands/adr.d.ts +26 -0
- package/dist/commands/adr.d.ts.map +1 -0
- package/dist/commands/adr.js +129 -0
- package/dist/commands/adr.js.map +1 -0
- package/dist/commands/api-tools.d.ts +83 -0
- package/dist/commands/api-tools.d.ts.map +1 -0
- package/dist/commands/api-tools.js +771 -0
- package/dist/commands/api-tools.js.map +1 -0
- package/dist/commands/coverage.d.ts +139 -0
- package/dist/commands/coverage.d.ts.map +1 -0
- package/dist/commands/coverage.js +481 -0
- package/dist/commands/coverage.js.map +1 -0
- package/dist/commands/deps.d.ts +24 -0
- package/dist/commands/deps.d.ts.map +1 -0
- package/dist/commands/deps.js +211 -0
- package/dist/commands/deps.js.map +1 -0
- package/dist/commands/details-context.d.ts +38 -0
- package/dist/commands/details-context.d.ts.map +1 -0
- package/dist/commands/details-context.js +193 -0
- package/dist/commands/details-context.js.map +1 -0
- package/dist/commands/details-types.d.ts +315 -0
- package/dist/commands/details-types.d.ts.map +1 -0
- package/dist/commands/details-types.js +7 -0
- package/dist/commands/details-types.js.map +1 -0
- package/dist/commands/details.d.ts +24 -0
- package/dist/commands/details.d.ts.map +1 -0
- package/dist/commands/details.js +299 -0
- package/dist/commands/details.js.map +1 -0
- package/dist/commands/discussion-templates.d.ts +26 -0
- package/dist/commands/discussion-templates.d.ts.map +1 -0
- package/dist/commands/discussion-templates.js +270 -0
- package/dist/commands/discussion-templates.js.map +1 -0
- package/dist/commands/discussions.d.ts +31 -0
- package/dist/commands/discussions.d.ts.map +1 -0
- package/dist/commands/discussions.js +743 -0
- package/dist/commands/discussions.js.map +1 -0
- package/dist/commands/feature-map-types.d.ts +294 -0
- package/dist/commands/feature-map-types.d.ts.map +1 -0
- package/dist/commands/feature-map-types.js +8 -0
- package/dist/commands/feature-map-types.js.map +1 -0
- package/dist/commands/feature-map.d.ts +30 -0
- package/dist/commands/feature-map.d.ts.map +1 -0
- package/dist/commands/feature-map.js +137 -0
- package/dist/commands/feature-map.js.map +1 -0
- package/dist/commands/generate.d.ts +16 -0
- package/dist/commands/generate.d.ts.map +1 -0
- package/dist/commands/generate.js +88 -0
- package/dist/commands/generate.js.map +1 -0
- package/dist/commands/gh-discussions.d.ts +31 -0
- package/dist/commands/gh-discussions.d.ts.map +1 -0
- package/dist/commands/gh-discussions.js +743 -0
- package/dist/commands/gh-discussions.js.map +1 -0
- package/dist/commands/gh-issues-pr.d.ts +74 -0
- package/dist/commands/gh-issues-pr.d.ts.map +1 -0
- package/dist/commands/gh-issues-pr.js +417 -0
- package/dist/commands/gh-issues-pr.js.map +1 -0
- package/dist/commands/gh-issues.d.ts +90 -0
- package/dist/commands/gh-issues.d.ts.map +1 -0
- package/dist/commands/gh-issues.js +1297 -0
- package/dist/commands/gh-issues.js.map +1 -0
- package/dist/commands/gh-projects.d.ts +54 -0
- package/dist/commands/gh-projects.d.ts.map +1 -0
- package/dist/commands/gh-projects.js +966 -0
- package/dist/commands/gh-projects.js.map +1 -0
- package/dist/commands/gh-repo.d.ts +18 -0
- package/dist/commands/gh-repo.d.ts.map +1 -0
- package/dist/commands/gh-repo.js +253 -0
- package/dist/commands/gh-repo.js.map +1 -0
- package/dist/commands/github-data.d.ts +67 -0
- package/dist/commands/github-data.d.ts.map +1 -0
- package/dist/commands/github-data.js +361 -0
- package/dist/commands/github-data.js.map +1 -0
- package/dist/commands/i18n.d.ts +102 -0
- package/dist/commands/i18n.d.ts.map +1 -0
- package/dist/commands/i18n.js +829 -0
- package/dist/commands/i18n.js.map +1 -0
- package/dist/commands/impact.d.ts +14 -0
- package/dist/commands/impact.d.ts.map +1 -0
- package/dist/commands/impact.js +263 -0
- package/dist/commands/impact.js.map +1 -0
- package/dist/commands/init.d.ts +53 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +407 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/issues-pr.d.ts +74 -0
- package/dist/commands/issues-pr.d.ts.map +1 -0
- package/dist/commands/issues-pr.js +417 -0
- package/dist/commands/issues-pr.js.map +1 -0
- package/dist/commands/issues.d.ts +76 -0
- package/dist/commands/issues.d.ts.map +1 -0
- package/dist/commands/issues.js +1285 -0
- package/dist/commands/issues.js.map +1 -0
- package/dist/commands/link-docs.d.ts +21 -0
- package/dist/commands/link-docs.d.ts.map +1 -0
- package/dist/commands/link-docs.js +990 -0
- package/dist/commands/link-docs.js.map +1 -0
- package/dist/commands/lint-annotations.d.ts +28 -0
- package/dist/commands/lint-annotations.d.ts.map +1 -0
- package/dist/commands/lint-annotations.js +511 -0
- package/dist/commands/lint-annotations.js.map +1 -0
- package/dist/commands/lint-code.d.ts +26 -0
- package/dist/commands/lint-code.d.ts.map +1 -0
- package/dist/commands/lint-code.js +428 -0
- package/dist/commands/lint-code.js.map +1 -0
- package/dist/commands/lint-coverage.d.ts +33 -0
- package/dist/commands/lint-coverage.d.ts.map +1 -0
- package/dist/commands/lint-coverage.js +379 -0
- package/dist/commands/lint-coverage.js.map +1 -0
- package/dist/commands/lint-docs.d.ts +23 -0
- package/dist/commands/lint-docs.d.ts.map +1 -0
- package/dist/commands/lint-docs.js +338 -0
- package/dist/commands/lint-docs.js.map +1 -0
- package/dist/commands/lint-structure.d.ts +38 -0
- package/dist/commands/lint-structure.d.ts.map +1 -0
- package/dist/commands/lint-structure.js +350 -0
- package/dist/commands/lint-structure.js.map +1 -0
- package/dist/commands/lint-tests.d.ts +25 -0
- package/dist/commands/lint-tests.d.ts.map +1 -0
- package/dist/commands/lint-tests.js +105 -0
- package/dist/commands/lint-tests.js.map +1 -0
- package/dist/commands/lint-workflow.d.ts +36 -0
- package/dist/commands/lint-workflow.d.ts.map +1 -0
- package/dist/commands/lint-workflow.js +255 -0
- package/dist/commands/lint-workflow.js.map +1 -0
- package/dist/commands/overview.d.ts +21 -0
- package/dist/commands/overview.d.ts.map +1 -0
- package/dist/commands/overview.js +1300 -0
- package/dist/commands/overview.js.map +1 -0
- package/dist/commands/packages.d.ts +107 -0
- package/dist/commands/packages.d.ts.map +1 -0
- package/dist/commands/packages.js +308 -0
- package/dist/commands/packages.js.map +1 -0
- package/dist/commands/portal-nextjs.d.ts +23 -0
- package/dist/commands/portal-nextjs.d.ts.map +1 -0
- package/dist/commands/portal-nextjs.js +336 -0
- package/dist/commands/portal-nextjs.js.map +1 -0
- package/dist/commands/portal.d.ts +24 -0
- package/dist/commands/portal.d.ts.map +1 -0
- package/dist/commands/portal.js +16 -0
- package/dist/commands/portal.js.map +1 -0
- package/dist/commands/projects.d.ts +54 -0
- package/dist/commands/projects.d.ts.map +1 -0
- package/dist/commands/projects.js +969 -0
- package/dist/commands/projects.js.map +1 -0
- package/dist/commands/repo-pairs.d.ts +19 -0
- package/dist/commands/repo-pairs.d.ts.map +1 -0
- package/dist/commands/repo-pairs.js +529 -0
- package/dist/commands/repo-pairs.js.map +1 -0
- package/dist/commands/repo.d.ts +18 -0
- package/dist/commands/repo.d.ts.map +1 -0
- package/dist/commands/repo.js +253 -0
- package/dist/commands/repo.js.map +1 -0
- package/dist/commands/schema.d.ts +49 -0
- package/dist/commands/schema.d.ts.map +1 -0
- package/dist/commands/schema.js +830 -0
- package/dist/commands/schema.js.map +1 -0
- package/dist/commands/screenshots.d.ts +203 -0
- package/dist/commands/screenshots.d.ts.map +1 -0
- package/dist/commands/screenshots.js +1234 -0
- package/dist/commands/screenshots.js.map +1 -0
- package/dist/commands/search-index.d.ts +83 -0
- package/dist/commands/search-index.d.ts.map +1 -0
- package/dist/commands/search-index.js +389 -0
- package/dist/commands/search-index.js.map +1 -0
- package/dist/commands/session.d.ts +153 -0
- package/dist/commands/session.d.ts.map +1 -0
- package/dist/commands/session.js +1243 -0
- package/dist/commands/session.js.map +1 -0
- package/dist/commands/test-cases-types.d.ts +154 -0
- package/dist/commands/test-cases-types.d.ts.map +1 -0
- package/dist/commands/test-cases-types.js +7 -0
- package/dist/commands/test-cases-types.js.map +1 -0
- package/dist/commands/test-cases.d.ts +28 -0
- package/dist/commands/test-cases.d.ts.map +1 -0
- package/dist/commands/test-cases.js +192 -0
- package/dist/commands/test-cases.js.map +1 -0
- package/dist/commands/typedoc.d.ts +21 -0
- package/dist/commands/typedoc.d.ts.map +1 -0
- package/dist/commands/typedoc.js +192 -0
- package/dist/commands/typedoc.js.map +1 -0
- package/dist/commands/update-skills.d.ts +56 -0
- package/dist/commands/update-skills.d.ts.map +1 -0
- package/dist/commands/update-skills.js +599 -0
- package/dist/commands/update-skills.js.map +1 -0
- package/dist/generators/details-entity-pages.d.ts +40 -0
- package/dist/generators/details-entity-pages.d.ts.map +1 -0
- package/dist/generators/details-entity-pages.js +301 -0
- package/dist/generators/details-entity-pages.js.map +1 -0
- package/dist/generators/details-html.d.ts +23 -0
- package/dist/generators/details-html.d.ts.map +1 -0
- package/dist/generators/details-html.js +324 -0
- package/dist/generators/details-html.js.map +1 -0
- package/dist/generators/details-module-page.d.ts +33 -0
- package/dist/generators/details-module-page.d.ts.map +1 -0
- package/dist/generators/details-module-page.js +408 -0
- package/dist/generators/details-module-page.js.map +1 -0
- package/dist/generators/details-styles.d.ts +39 -0
- package/dist/generators/details-styles.d.ts.map +1 -0
- package/dist/generators/details-styles.js +409 -0
- package/dist/generators/details-styles.js.map +1 -0
- package/dist/generators/feature-map-html.d.ts +66 -0
- package/dist/generators/feature-map-html.d.ts.map +1 -0
- package/dist/generators/feature-map-html.js +569 -0
- package/dist/generators/feature-map-html.js.map +1 -0
- package/dist/generators/feature-map-styles.d.ts +39 -0
- package/dist/generators/feature-map-styles.d.ts.map +1 -0
- package/dist/generators/feature-map-styles.js +449 -0
- package/dist/generators/feature-map-styles.js.map +1 -0
- package/dist/generators/test-cases-hierarchy.d.ts +21 -0
- package/dist/generators/test-cases-hierarchy.d.ts.map +1 -0
- package/dist/generators/test-cases-hierarchy.js +336 -0
- package/dist/generators/test-cases-hierarchy.js.map +1 -0
- package/dist/generators/test-cases-main.d.ts +20 -0
- package/dist/generators/test-cases-main.d.ts.map +1 -0
- package/dist/generators/test-cases-main.js +439 -0
- package/dist/generators/test-cases-main.js.map +1 -0
- package/dist/generators/test-cases-styles.d.ts +64 -0
- package/dist/generators/test-cases-styles.d.ts.map +1 -0
- package/dist/generators/test-cases-styles.js +1277 -0
- package/dist/generators/test-cases-styles.js.map +1 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +517 -0
- package/dist/index.js.map +1 -0
- package/dist/lint/annotation-lint.d.ts +198 -0
- package/dist/lint/annotation-lint.d.ts.map +1 -0
- package/dist/lint/annotation-lint.js +510 -0
- package/dist/lint/annotation-lint.js.map +1 -0
- package/dist/lint/annotation-types.d.ts +161 -0
- package/dist/lint/annotation-types.d.ts.map +1 -0
- package/dist/lint/annotation-types.js +31 -0
- package/dist/lint/annotation-types.js.map +1 -0
- package/dist/lint/code-types.d.ts +135 -0
- package/dist/lint/code-types.d.ts.map +1 -0
- package/dist/lint/code-types.js +25 -0
- package/dist/lint/code-types.js.map +1 -0
- package/dist/lint/coverage-types.d.ts +128 -0
- package/dist/lint/coverage-types.d.ts.map +1 -0
- package/dist/lint/coverage-types.js +24 -0
- package/dist/lint/coverage-types.js.map +1 -0
- package/dist/lint/docs-types.d.ts +214 -0
- package/dist/lint/docs-types.d.ts.map +1 -0
- package/dist/lint/docs-types.js +18 -0
- package/dist/lint/docs-types.js.map +1 -0
- package/dist/lint/formatters/index.d.ts +14 -0
- package/dist/lint/formatters/index.d.ts.map +1 -0
- package/dist/lint/formatters/index.js +28 -0
- package/dist/lint/formatters/index.js.map +1 -0
- package/dist/lint/formatters/json.d.ts +11 -0
- package/dist/lint/formatters/json.d.ts.map +1 -0
- package/dist/lint/formatters/json.js +12 -0
- package/dist/lint/formatters/json.js.map +1 -0
- package/dist/lint/formatters/summary.d.ts +11 -0
- package/dist/lint/formatters/summary.d.ts.map +1 -0
- package/dist/lint/formatters/summary.js +37 -0
- package/dist/lint/formatters/summary.js.map +1 -0
- package/dist/lint/formatters/terminal.d.ts +11 -0
- package/dist/lint/formatters/terminal.d.ts.map +1 -0
- package/dist/lint/formatters/terminal.js +99 -0
- package/dist/lint/formatters/terminal.js.map +1 -0
- package/dist/lint/index.d.ts +18 -0
- package/dist/lint/index.d.ts.map +1 -0
- package/dist/lint/index.js +103 -0
- package/dist/lint/index.js.map +1 -0
- package/dist/lint/rules/annotation-required.d.ts +35 -0
- package/dist/lint/rules/annotation-required.d.ts.map +1 -0
- package/dist/lint/rules/annotation-required.js +127 -0
- package/dist/lint/rules/annotation-required.js.map +1 -0
- package/dist/lint/rules/code-rules.d.ts +12 -0
- package/dist/lint/rules/code-rules.d.ts.map +1 -0
- package/dist/lint/rules/code-rules.js +11 -0
- package/dist/lint/rules/code-rules.js.map +1 -0
- package/dist/lint/rules/describe-coverage.d.ts +8 -0
- package/dist/lint/rules/describe-coverage.d.ts.map +1 -0
- package/dist/lint/rules/describe-coverage.js +43 -0
- package/dist/lint/rules/describe-coverage.js.map +1 -0
- package/dist/lint/rules/duplicate-testdoc.d.ts +8 -0
- package/dist/lint/rules/duplicate-testdoc.d.ts.map +1 -0
- package/dist/lint/rules/duplicate-testdoc.js +38 -0
- package/dist/lint/rules/duplicate-testdoc.js.map +1 -0
- package/dist/lint/rules/index.d.ts +29 -0
- package/dist/lint/rules/index.d.ts.map +1 -0
- package/dist/lint/rules/index.js +55 -0
- package/dist/lint/rules/index.js.map +1 -0
- package/dist/lint/rules/server-action-structure.d.ts +37 -0
- package/dist/lint/rules/server-action-structure.d.ts.map +1 -0
- package/dist/lint/rules/server-action-structure.js +151 -0
- package/dist/lint/rules/server-action-structure.js.map +1 -0
- package/dist/lint/rules/skipped-test-report.d.ts +11 -0
- package/dist/lint/rules/skipped-test-report.d.ts.map +1 -0
- package/dist/lint/rules/skipped-test-report.js +31 -0
- package/dist/lint/rules/skipped-test-report.js.map +1 -0
- package/dist/lint/rules/structure-rules.d.ts +67 -0
- package/dist/lint/rules/structure-rules.d.ts.map +1 -0
- package/dist/lint/rules/structure-rules.js +615 -0
- package/dist/lint/rules/structure-rules.js.map +1 -0
- package/dist/lint/rules/testdoc-japanese.d.ts +8 -0
- package/dist/lint/rules/testdoc-japanese.d.ts.map +1 -0
- package/dist/lint/rules/testdoc-japanese.js +31 -0
- package/dist/lint/rules/testdoc-japanese.js.map +1 -0
- package/dist/lint/rules/testdoc-min-length.d.ts +8 -0
- package/dist/lint/rules/testdoc-min-length.d.ts.map +1 -0
- package/dist/lint/rules/testdoc-min-length.js +31 -0
- package/dist/lint/rules/testdoc-min-length.js.map +1 -0
- package/dist/lint/rules/testdoc-required.d.ts +8 -0
- package/dist/lint/rules/testdoc-required.d.ts.map +1 -0
- package/dist/lint/rules/testdoc-required.js +27 -0
- package/dist/lint/rules/testdoc-required.js.map +1 -0
- package/dist/lint/rules/workflow-branch-naming.d.ts +20 -0
- package/dist/lint/rules/workflow-branch-naming.d.ts.map +1 -0
- package/dist/lint/rules/workflow-branch-naming.js +85 -0
- package/dist/lint/rules/workflow-branch-naming.js.map +1 -0
- package/dist/lint/rules/workflow-commit-format.d.ts +27 -0
- package/dist/lint/rules/workflow-commit-format.d.ts.map +1 -0
- package/dist/lint/rules/workflow-commit-format.js +92 -0
- package/dist/lint/rules/workflow-commit-format.js.map +1 -0
- package/dist/lint/rules/workflow-issue-fields.d.ts +24 -0
- package/dist/lint/rules/workflow-issue-fields.d.ts.map +1 -0
- package/dist/lint/rules/workflow-issue-fields.js +89 -0
- package/dist/lint/rules/workflow-issue-fields.js.map +1 -0
- package/dist/lint/rules/workflow-main-protection.d.ts +32 -0
- package/dist/lint/rules/workflow-main-protection.d.ts.map +1 -0
- package/dist/lint/rules/workflow-main-protection.js +114 -0
- package/dist/lint/rules/workflow-main-protection.js.map +1 -0
- package/dist/lint/structure-types.d.ts +216 -0
- package/dist/lint/structure-types.d.ts.map +1 -0
- package/dist/lint/structure-types.js +96 -0
- package/dist/lint/structure-types.js.map +1 -0
- package/dist/lint/types.d.ts +154 -0
- package/dist/lint/types.d.ts.map +1 -0
- package/dist/lint/types.js +21 -0
- package/dist/lint/types.js.map +1 -0
- package/dist/lint/workflow-types.d.ts +90 -0
- package/dist/lint/workflow-types.d.ts.map +1 -0
- package/dist/lint/workflow-types.js +7 -0
- package/dist/lint/workflow-types.js.map +1 -0
- package/dist/md/analyzer/index.d.ts +46 -0
- package/dist/md/analyzer/index.d.ts.map +1 -0
- package/dist/md/analyzer/index.js +288 -0
- package/dist/md/analyzer/index.js.map +1 -0
- package/dist/md/builder/index.d.ts +91 -0
- package/dist/md/builder/index.d.ts.map +1 -0
- package/dist/md/builder/index.js +446 -0
- package/dist/md/builder/index.js.map +1 -0
- package/dist/md/cli/analyze.d.ts +11 -0
- package/dist/md/cli/analyze.d.ts.map +1 -0
- package/dist/md/cli/analyze.js +118 -0
- package/dist/md/cli/analyze.js.map +1 -0
- package/dist/md/cli/build.d.ts +11 -0
- package/dist/md/cli/build.d.ts.map +1 -0
- package/dist/md/cli/build.js +74 -0
- package/dist/md/cli/build.js.map +1 -0
- package/dist/md/cli/extract.d.ts +25 -0
- package/dist/md/cli/extract.d.ts.map +1 -0
- package/dist/md/cli/extract.js +230 -0
- package/dist/md/cli/extract.js.map +1 -0
- package/dist/md/cli/index.d.ts +3 -0
- package/dist/md/cli/index.d.ts.map +1 -0
- package/dist/md/cli/index.js +99 -0
- package/dist/md/cli/index.js.map +1 -0
- package/dist/md/cli/lint.d.ts +11 -0
- package/dist/md/cli/lint.d.ts.map +1 -0
- package/dist/md/cli/lint.js +165 -0
- package/dist/md/cli/lint.js.map +1 -0
- package/dist/md/cli/list.d.ts +16 -0
- package/dist/md/cli/list.d.ts.map +1 -0
- package/dist/md/cli/list.js +85 -0
- package/dist/md/cli/list.js.map +1 -0
- package/dist/md/cli/program.d.ts +11 -0
- package/dist/md/cli/program.d.ts.map +1 -0
- package/dist/md/cli/program.js +104 -0
- package/dist/md/cli/program.js.map +1 -0
- package/dist/md/cli/validate.d.ts +8 -0
- package/dist/md/cli/validate.d.ts.map +1 -0
- package/dist/md/cli/validate.js +82 -0
- package/dist/md/cli/validate.js.map +1 -0
- package/dist/md/constants.d.ts +69 -0
- package/dist/md/constants.d.ts.map +1 -0
- package/dist/md/constants.js +69 -0
- package/dist/md/constants.js.map +1 -0
- package/dist/md/extractor/index.d.ts +57 -0
- package/dist/md/extractor/index.d.ts.map +1 -0
- package/dist/md/extractor/index.js +359 -0
- package/dist/md/extractor/index.js.map +1 -0
- package/dist/md/index.d.ts +26 -0
- package/dist/md/index.d.ts.map +1 -0
- package/dist/md/index.js +30 -0
- package/dist/md/index.js.map +1 -0
- package/dist/md/linter/index.d.ts +20 -0
- package/dist/md/linter/index.d.ts.map +1 -0
- package/dist/md/linter/index.js +412 -0
- package/dist/md/linter/index.js.map +1 -0
- package/dist/md/linter/token-optimizer.d.ts +66 -0
- package/dist/md/linter/token-optimizer.d.ts.map +1 -0
- package/dist/md/linter/token-optimizer.js +292 -0
- package/dist/md/linter/token-optimizer.js.map +1 -0
- package/dist/md/lister/index.d.ts +42 -0
- package/dist/md/lister/index.d.ts.map +1 -0
- package/dist/md/lister/index.js +317 -0
- package/dist/md/lister/index.js.map +1 -0
- package/dist/md/parser/heading-numbers.d.ts +43 -0
- package/dist/md/parser/heading-numbers.d.ts.map +1 -0
- package/dist/md/parser/heading-numbers.js +97 -0
- package/dist/md/parser/heading-numbers.js.map +1 -0
- package/dist/md/parser/section-meta.d.ts +50 -0
- package/dist/md/parser/section-meta.d.ts.map +1 -0
- package/dist/md/parser/section-meta.js +212 -0
- package/dist/md/parser/section-meta.js.map +1 -0
- package/dist/md/parser/template.d.ts +56 -0
- package/dist/md/parser/template.d.ts.map +1 -0
- package/dist/md/parser/template.js +122 -0
- package/dist/md/parser/template.js.map +1 -0
- package/dist/md/plugins/loader.d.ts +15 -0
- package/dist/md/plugins/loader.d.ts.map +1 -0
- package/dist/md/plugins/loader.js +80 -0
- package/dist/md/plugins/loader.js.map +1 -0
- package/dist/md/plugins/normalize-headings.d.ts +43 -0
- package/dist/md/plugins/normalize-headings.d.ts.map +1 -0
- package/dist/md/plugins/normalize-headings.js +51 -0
- package/dist/md/plugins/normalize-headings.js.map +1 -0
- package/dist/md/plugins/normalize-whitespace.d.ts +46 -0
- package/dist/md/plugins/normalize-whitespace.d.ts.map +1 -0
- package/dist/md/plugins/normalize-whitespace.js +86 -0
- package/dist/md/plugins/normalize-whitespace.js.map +1 -0
- package/dist/md/plugins/remove-badges.d.ts +36 -0
- package/dist/md/plugins/remove-badges.d.ts.map +1 -0
- package/dist/md/plugins/remove-badges.js +59 -0
- package/dist/md/plugins/remove-badges.js.map +1 -0
- package/dist/md/plugins/remove-comments.d.ts +27 -0
- package/dist/md/plugins/remove-comments.d.ts.map +1 -0
- package/dist/md/plugins/remove-comments.js +40 -0
- package/dist/md/plugins/remove-comments.js.map +1 -0
- package/dist/md/plugins/remove-duplicates.d.ts +40 -0
- package/dist/md/plugins/remove-duplicates.d.ts.map +1 -0
- package/dist/md/plugins/remove-duplicates.js +72 -0
- package/dist/md/plugins/remove-duplicates.js.map +1 -0
- package/dist/md/plugins/remove-internal-links.d.ts +38 -0
- package/dist/md/plugins/remove-internal-links.d.ts.map +1 -0
- package/dist/md/plugins/remove-internal-links.js +66 -0
- package/dist/md/plugins/remove-internal-links.js.map +1 -0
- package/dist/md/plugins/strip-heading-numbers.d.ts +35 -0
- package/dist/md/plugins/strip-heading-numbers.d.ts.map +1 -0
- package/dist/md/plugins/strip-heading-numbers.js +59 -0
- package/dist/md/plugins/strip-heading-numbers.js.map +1 -0
- package/dist/md/plugins/strip-section-meta.d.ts +37 -0
- package/dist/md/plugins/strip-section-meta.d.ts.map +1 -0
- package/dist/md/plugins/strip-section-meta.js +62 -0
- package/dist/md/plugins/strip-section-meta.js.map +1 -0
- package/dist/md/types/config.d.ts +748 -0
- package/dist/md/types/config.d.ts.map +1 -0
- package/dist/md/types/config.js +156 -0
- package/dist/md/types/config.js.map +1 -0
- package/dist/md/types/document.d.ts +37 -0
- package/dist/md/types/document.d.ts.map +1 -0
- package/dist/md/types/document.js +2 -0
- package/dist/md/types/document.js.map +1 -0
- package/dist/md/types/validation.d.ts +107 -0
- package/dist/md/types/validation.d.ts.map +1 -0
- package/dist/md/types/validation.js +2 -0
- package/dist/md/types/validation.js.map +1 -0
- package/dist/md/utils/code-blocks.d.ts +136 -0
- package/dist/md/utils/code-blocks.d.ts.map +1 -0
- package/dist/md/utils/code-blocks.js +178 -0
- package/dist/md/utils/code-blocks.js.map +1 -0
- package/dist/md/utils/config.d.ts +10 -0
- package/dist/md/utils/config.d.ts.map +1 -0
- package/dist/md/utils/config.js +99 -0
- package/dist/md/utils/config.js.map +1 -0
- package/dist/md/utils/file-collector.d.ts +78 -0
- package/dist/md/utils/file-collector.d.ts.map +1 -0
- package/dist/md/utils/file-collector.js +100 -0
- package/dist/md/utils/file-collector.js.map +1 -0
- package/dist/md/utils/markdown.d.ts +18 -0
- package/dist/md/utils/markdown.d.ts.map +1 -0
- package/dist/md/utils/markdown.js +93 -0
- package/dist/md/utils/markdown.js.map +1 -0
- package/dist/md/utils/remark.d.ts +91 -0
- package/dist/md/utils/remark.d.ts.map +1 -0
- package/dist/md/utils/remark.js +125 -0
- package/dist/md/utils/remark.js.map +1 -0
- package/dist/md/utils/tokens.d.ts +9 -0
- package/dist/md/utils/tokens.d.ts.map +1 -0
- package/dist/md/utils/tokens.js +31 -0
- package/dist/md/utils/tokens.js.map +1 -0
- package/dist/md/validator/index.d.ts +40 -0
- package/dist/md/validator/index.d.ts.map +1 -0
- package/dist/md/validator/index.js +289 -0
- package/dist/md/validator/index.js.map +1 -0
- package/dist/parsers/details-jsdoc.d.ts +46 -0
- package/dist/parsers/details-jsdoc.d.ts.map +1 -0
- package/dist/parsers/details-jsdoc.js +262 -0
- package/dist/parsers/details-jsdoc.js.map +1 -0
- package/dist/parsers/details-zod.d.ts +22 -0
- package/dist/parsers/details-zod.d.ts.map +1 -0
- package/dist/parsers/details-zod.js +145 -0
- package/dist/parsers/details-zod.js.map +1 -0
- package/dist/parsers/drizzle-schema.d.ts +92 -0
- package/dist/parsers/drizzle-schema.d.ts.map +1 -0
- package/dist/parsers/drizzle-schema.js +376 -0
- package/dist/parsers/drizzle-schema.js.map +1 -0
- package/dist/parsers/feature-map-tags.d.ts +45 -0
- package/dist/parsers/feature-map-tags.d.ts.map +1 -0
- package/dist/parsers/feature-map-tags.js +292 -0
- package/dist/parsers/feature-map-tags.js.map +1 -0
- package/dist/parsers/feature-map-type-extraction.d.ts +62 -0
- package/dist/parsers/feature-map-type-extraction.d.ts.map +1 -0
- package/dist/parsers/feature-map-type-extraction.js +347 -0
- package/dist/parsers/feature-map-type-extraction.js.map +1 -0
- package/dist/parsers/feature-map-utils.d.ts +34 -0
- package/dist/parsers/feature-map-utils.d.ts.map +1 -0
- package/dist/parsers/feature-map-utils.js +101 -0
- package/dist/parsers/feature-map-utils.js.map +1 -0
- package/dist/parsers/jsdoc-common.d.ts +209 -0
- package/dist/parsers/jsdoc-common.d.ts.map +1 -0
- package/dist/parsers/jsdoc-common.js +655 -0
- package/dist/parsers/jsdoc-common.js.map +1 -0
- package/dist/parsers/jsdoc.d.ts +76 -0
- package/dist/parsers/jsdoc.d.ts.map +1 -0
- package/dist/parsers/jsdoc.js +238 -0
- package/dist/parsers/jsdoc.js.map +1 -0
- package/dist/parsers/screenshot-annotations.d.ts +96 -0
- package/dist/parsers/screenshot-annotations.d.ts.map +1 -0
- package/dist/parsers/screenshot-annotations.js +227 -0
- package/dist/parsers/screenshot-annotations.js.map +1 -0
- package/dist/parsers/test-annotations.d.ts +46 -0
- package/dist/parsers/test-annotations.d.ts.map +1 -0
- package/dist/parsers/test-annotations.js +393 -0
- package/dist/parsers/test-annotations.js.map +1 -0
- package/dist/parsers/test-categorization.d.ts +42 -0
- package/dist/parsers/test-categorization.d.ts.map +1 -0
- package/dist/parsers/test-categorization.js +182 -0
- package/dist/parsers/test-categorization.js.map +1 -0
- package/dist/parsers/zod-schema.d.ts +105 -0
- package/dist/parsers/zod-schema.d.ts.map +1 -0
- package/dist/parsers/zod-schema.js +270 -0
- package/dist/parsers/zod-schema.js.map +1 -0
- package/dist/utils/action-inference.d.ts +23 -0
- package/dist/utils/action-inference.d.ts.map +1 -0
- package/dist/utils/action-inference.js +36 -0
- package/dist/utils/action-inference.js.map +1 -0
- package/dist/utils/app-inference.d.ts +31 -0
- package/dist/utils/app-inference.d.ts.map +1 -0
- package/dist/utils/app-inference.js +41 -0
- package/dist/utils/app-inference.js.map +1 -0
- package/dist/utils/auto-infer.d.ts +93 -0
- package/dist/utils/auto-infer.d.ts.map +1 -0
- package/dist/utils/auto-infer.js +184 -0
- package/dist/utils/auto-infer.js.map +1 -0
- package/dist/utils/config.d.ts +709 -0
- package/dist/utils/config.d.ts.map +1 -0
- package/dist/utils/config.js +504 -0
- package/dist/utils/config.js.map +1 -0
- package/dist/utils/file.d.ts +46 -0
- package/dist/utils/file.d.ts.map +1 -0
- package/dist/utils/file.js +103 -0
- package/dist/utils/file.js.map +1 -0
- package/dist/utils/formatters.d.ts +111 -0
- package/dist/utils/formatters.d.ts.map +1 -0
- package/dist/utils/formatters.js +164 -0
- package/dist/utils/formatters.js.map +1 -0
- package/dist/utils/gh-config.d.ts +99 -0
- package/dist/utils/gh-config.d.ts.map +1 -0
- package/dist/utils/gh-config.js +247 -0
- package/dist/utils/gh-config.js.map +1 -0
- package/dist/utils/github.d.ts +98 -0
- package/dist/utils/github.d.ts.map +1 -0
- package/dist/utils/github.js +295 -0
- package/dist/utils/github.js.map +1 -0
- package/dist/utils/html.d.ts +107 -0
- package/dist/utils/html.d.ts.map +1 -0
- package/dist/utils/html.js +376 -0
- package/dist/utils/html.js.map +1 -0
- package/dist/utils/i18n.d.ts +40 -0
- package/dist/utils/i18n.d.ts.map +1 -0
- package/dist/utils/i18n.js +148 -0
- package/dist/utils/i18n.js.map +1 -0
- package/dist/utils/logger.d.ts +20 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +49 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/project-fields.d.ts +71 -0
- package/dist/utils/project-fields.d.ts.map +1 -0
- package/dist/utils/project-fields.js +318 -0
- package/dist/utils/project-fields.js.map +1 -0
- package/dist/utils/repo-pairs.d.ts +94 -0
- package/dist/utils/repo-pairs.d.ts.map +1 -0
- package/dist/utils/repo-pairs.js +196 -0
- package/dist/utils/repo-pairs.js.map +1 -0
- package/dist/utils/route-inference.d.ts +81 -0
- package/dist/utils/route-inference.d.ts.map +1 -0
- package/dist/utils/route-inference.js +137 -0
- package/dist/utils/route-inference.js.map +1 -0
- package/dist/utils/setup-check.d.ts +34 -0
- package/dist/utils/setup-check.d.ts.map +1 -0
- package/dist/utils/setup-check.js +136 -0
- package/dist/utils/setup-check.js.map +1 -0
- package/dist/utils/shirokumaignore.d.ts +55 -0
- package/dist/utils/shirokumaignore.d.ts.map +1 -0
- package/dist/utils/shirokumaignore.js +94 -0
- package/dist/utils/shirokumaignore.js.map +1 -0
- package/dist/utils/skills-repo.d.ts +309 -0
- package/dist/utils/skills-repo.d.ts.map +1 -0
- package/dist/utils/skills-repo.js +704 -0
- package/dist/utils/skills-repo.js.map +1 -0
- package/dist/utils/status-workflow.d.ts +54 -0
- package/dist/utils/status-workflow.d.ts.map +1 -0
- package/dist/utils/status-workflow.js +103 -0
- package/dist/utils/status-workflow.js.map +1 -0
- package/dist/validators/frontmatter.d.ts +41 -0
- package/dist/validators/frontmatter.d.ts.map +1 -0
- package/dist/validators/frontmatter.js +117 -0
- package/dist/validators/frontmatter.js.map +1 -0
- package/dist/validators/link-checker.d.ts +48 -0
- package/dist/validators/link-checker.d.ts.map +1 -0
- package/dist/validators/link-checker.js +108 -0
- package/dist/validators/link-checker.js.map +1 -0
- package/dist/validators/markdown-structure.d.ts +50 -0
- package/dist/validators/markdown-structure.d.ts.map +1 -0
- package/dist/validators/markdown-structure.js +253 -0
- package/dist/validators/markdown-structure.js.map +1 -0
- package/i18n/cli/en.json +155 -0
- package/i18n/cli/ja.json +155 -0
- package/i18n/discussion/en.json +191 -0
- package/i18n/discussion/ja.json +191 -0
- package/package.json +111 -0
- package/plugin/.claude-plugin/marketplace.json +25 -0
- package/plugin/shirokuma-hooks/.claude-plugin/plugin.json +17 -0
- package/plugin/shirokuma-hooks/hooks/blocked-commands.json +41 -0
- package/plugin/shirokuma-hooks/hooks/hooks.json +24 -0
- package/plugin/shirokuma-hooks/hooks/scripts/backup-handover.sh +65 -0
- package/plugin/shirokuma-hooks/hooks/scripts/block-destructive-commands.sh +87 -0
- package/plugin/shirokuma-skills-en/.claude-plugin/plugin.json +21 -0
- package/plugin/shirokuma-skills-en/rules/best-practices-first.md +154 -0
- package/plugin/shirokuma-skills-en/rules/config-authoring-flow.md +39 -0
- package/plugin/shirokuma-skills-en/rules/git-commit-style.md +58 -0
- package/plugin/shirokuma-skills-en/rules/github/.gitkeep +0 -0
- package/plugin/shirokuma-skills-en/rules/github/branch-workflow.md +313 -0
- package/plugin/shirokuma-skills-en/rules/github/discussions-usage.md +129 -0
- package/plugin/shirokuma-skills-en/rules/github/output-language.md +14 -0
- package/plugin/shirokuma-skills-en/rules/github/pr-review-response.md +37 -0
- package/plugin/shirokuma-skills-en/rules/github/project-items.md +276 -0
- package/plugin/shirokuma-skills-en/rules/memory-operations.md +38 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/known-issues.md +59 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/lib-structure.md +48 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/radix-ui-hydration.md +30 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/server-actions.md +50 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/tech-stack.md +43 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/testing.md +66 -0
- package/plugin/shirokuma-skills-en/rules/output-destinations.md +112 -0
- package/plugin/shirokuma-skills-en/rules/shirokuma-docs/cli-invocation.md +15 -0
- package/plugin/shirokuma-skills-en/rules/shirokuma-docs/plugin-cache.md +54 -0
- package/plugin/shirokuma-skills-en/rules/shirokuma-docs/shirokuma-annotations.md +78 -0
- package/plugin/shirokuma-skills-en/rules/skill-authoring.md +168 -0
- package/plugin/shirokuma-skills-en/skills/.gitkeep +0 -0
- package/plugin/shirokuma-skills-en/skills/best-practices-researching/SKILL.md +144 -0
- package/plugin/shirokuma-skills-en/skills/claude-config-reviewing/SKILL.md +210 -0
- package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/SKILL.md +208 -0
- package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/patterns/discovery-categories.md +191 -0
- package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/templates/convention-proposal.md +138 -0
- package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/templates/rule-proposal.md +148 -0
- package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/workflows/analyze-codebase.md +212 -0
- package/plugin/shirokuma-skills-en/skills/committing-on-issue/SKILL.md +227 -0
- package/plugin/shirokuma-skills-en/skills/creating-pr-on-issue/SKILL.md +225 -0
- package/plugin/shirokuma-skills-en/skills/ending-session/SKILL.md +232 -0
- package/plugin/shirokuma-skills-en/skills/ending-session/templates/handover-template.md +75 -0
- package/plugin/shirokuma-skills-en/skills/frontend-designing/SKILL.md +271 -0
- package/plugin/shirokuma-skills-en/skills/frontend-designing/reference/reference.md +544 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/SKILL.md +206 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/custom-fields.md +42 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/issue-types.md +85 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/labels.md +86 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/status-options.md +69 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/scripts/locales/en.json +35 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/scripts/locales/ja.json +35 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/scripts/setup-project.py +226 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/SKILL.md +290 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/best-practices-advanced.md +326 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/best-practices.md +276 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/design-patterns.md +574 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/documentation-structure.md +214 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/examples.md +558 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/reference.md +522 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/templates/complex-agent.md +69 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/templates/creator-checker-pair.md +149 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/templates/simple-agent.md +43 -0
- package/plugin/shirokuma-skills-en/skills/managing-github-items/SKILL.md +50 -0
- package/plugin/shirokuma-skills-en/skills/managing-github-items/reference/create-item.md +82 -0
- package/plugin/shirokuma-skills-en/skills/managing-github-items/reference/create-spec.md +68 -0
- package/plugin/shirokuma-skills-en/skills/managing-github-items/reference/github-operations.md +163 -0
- package/plugin/shirokuma-skills-en/skills/managing-output-styles/SKILL.md +237 -0
- package/plugin/shirokuma-skills-en/skills/managing-output-styles/examples.md +762 -0
- package/plugin/shirokuma-skills-en/skills/managing-output-styles/reference.md +417 -0
- package/plugin/shirokuma-skills-en/skills/managing-plugins/SKILL.md +397 -0
- package/plugin/shirokuma-skills-en/skills/managing-plugins/examples-advanced.md +562 -0
- package/plugin/shirokuma-skills-en/skills/managing-plugins/examples.md +552 -0
- package/plugin/shirokuma-skills-en/skills/managing-plugins/reference.md +786 -0
- package/plugin/shirokuma-skills-en/skills/managing-rules/SKILL.md +365 -0
- package/plugin/shirokuma-skills-en/skills/managing-rules/templates/path-rule.md.template +27 -0
- package/plugin/shirokuma-skills-en/skills/managing-rules/templates/rule.md.template +15 -0
- package/plugin/shirokuma-skills-en/skills/managing-rules/templates/tech-stack.md.template +32 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/README.md +377 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/SKILL.md +418 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/architecture.md +1009 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/best-practices-testing.md +354 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/best-practices-writing.md +325 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/best-practices.md +334 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/examples.md +1024 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/reference-output-patterns.md +89 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/reference-platform.md +482 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/reference-workflows.md +98 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/reference.md +747 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/LICENSE.txt +191 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/init_skill.py +184 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/package_skill.py +109 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/quick_validate.py +128 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/updating-skills.md +675 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/SKILL.md +316 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/better-auth.md +185 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/code-patterns.md +335 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/coding-conventions.md +324 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/csp.md +97 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/csrf-protection.md +153 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/documentation.md +220 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/drizzle-orm.md +314 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/e2e-testing.md +826 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/image-optimization.md +227 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/radix-ui-hydration.md +79 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/rate-limiting.md +188 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/testing.md +298 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/checklists.md +76 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/large-scale.md +141 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/reference.md +171 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/report-template.md +53 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/README.md +108 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/component.test.tsx.template +245 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/delete-button.tsx.template +86 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/form-component.tsx.template +142 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/common.json.template +46 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/errors.json.template +29 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/feature.json.template +46 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/index.ts.template +26 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/page-edit.tsx.template +43 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/page-list.tsx.template +133 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/page-new.tsx.template +27 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/index.ts.template +19 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/mutations.ts.template +196 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/queries.ts.template +134 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/types.ts.template +60 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action.md +345 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action.test.ts.template +267 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action.ts.template +218 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/translations.ja.json.template +35 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/translations.json.template +35 -0
- package/plugin/shirokuma-skills-en/skills/planning-on-issue/SKILL.md +310 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/SKILL.md +301 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/adr.yml +75 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/handovers.yml +62 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/knowledge.yml +66 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/research.yml +71 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/adr.yml +75 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/handovers.yml +62 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/knowledge.yml +66 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/research.yml +71 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/github-discussions.md.template +161 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/known-issues.md.template +54 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/lib-structure.md.template +73 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/tech-stack.md.template +51 -0
- package/plugin/shirokuma-skills-en/skills/publishing/SKILL.md +227 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/SKILL.md +506 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/code-quality.md +303 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/coding-conventions.md +419 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/security.md +266 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/testing.md +439 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/auth-setup.md +295 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/database-setup.md +284 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/infra-setup.md +222 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/project-init.md +176 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/styling-setup.md +324 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/workflows/annotation-consistency.md +256 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/workflows/shirokuma-docs-verification.md +219 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/account-lockout.md +177 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/audit-logging.md +374 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/better-auth.md +185 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/code-quality.md +281 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/docs-management.md +123 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/drizzle-orm.md +314 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/e2e-testing.md +922 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/i18n.md +245 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/jsdoc.md +250 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/nextjs-patterns.md +559 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/radix-ui-hydration.md +79 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/server-actions-structure.md +272 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/server-actions.md +445 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/code.md +184 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/docs.md +79 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/nextjs.md +105 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/plan.md +109 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/security.md +124 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/testing.md +180 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/templates/report.md +121 -0
- package/plugin/shirokuma-skills-en/skills/showing-github/SKILL.md +276 -0
- package/plugin/shirokuma-skills-en/skills/showing-github/reference/github-operations.md +163 -0
- package/plugin/shirokuma-skills-en/skills/starting-session/SKILL.md +114 -0
- package/plugin/shirokuma-skills-en/skills/working-on-issue/SKILL.md +261 -0
- package/plugin/shirokuma-skills-ja/.claude-plugin/plugin.json +21 -0
- package/plugin/shirokuma-skills-ja/rules/best-practices-first.md +43 -0
- package/plugin/shirokuma-skills-ja/rules/config-authoring-flow.md +39 -0
- package/plugin/shirokuma-skills-ja/rules/git-commit-style.md +21 -0
- package/plugin/shirokuma-skills-ja/rules/github/branch-workflow.md +64 -0
- package/plugin/shirokuma-skills-ja/rules/github/discussions-usage.md +129 -0
- package/plugin/shirokuma-skills-ja/rules/github/output-language.md +14 -0
- package/plugin/shirokuma-skills-ja/rules/github/pr-review-response.md +37 -0
- package/plugin/shirokuma-skills-ja/rules/github/project-items.md +164 -0
- package/plugin/shirokuma-skills-ja/rules/memory-operations.md +38 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/known-issues.md +59 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/lib-structure.md +48 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/radix-ui-hydration.md +30 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/server-actions.md +50 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/tech-stack.md +43 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/testing.md +66 -0
- package/plugin/shirokuma-skills-ja/rules/output-destinations.md +95 -0
- package/plugin/shirokuma-skills-ja/rules/shirokuma-docs/cli-invocation.md +15 -0
- package/plugin/shirokuma-skills-ja/rules/shirokuma-docs/plugin-cache.md +54 -0
- package/plugin/shirokuma-skills-ja/rules/shirokuma-docs/shirokuma-annotations.md +78 -0
- package/plugin/shirokuma-skills-ja/rules/skill-authoring.md +184 -0
- package/plugin/shirokuma-skills-ja/skills/best-practices-researching/SKILL.md +144 -0
- package/plugin/shirokuma-skills-ja/skills/claude-config-reviewing/SKILL.md +210 -0
- package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/SKILL.md +217 -0
- package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/patterns/discovery-categories.md +150 -0
- package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/templates/convention-proposal.md +138 -0
- package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/templates/rule-proposal.md +148 -0
- package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/workflows/analyze-codebase.md +211 -0
- package/plugin/shirokuma-skills-ja/skills/committing-on-issue/SKILL.md +227 -0
- package/plugin/shirokuma-skills-ja/skills/creating-pr-on-issue/SKILL.md +187 -0
- package/plugin/shirokuma-skills-ja/skills/ending-session/SKILL.md +230 -0
- package/plugin/shirokuma-skills-ja/skills/ending-session/templates/handover-template.md +75 -0
- package/plugin/shirokuma-skills-ja/skills/frontend-designing/SKILL.md +270 -0
- package/plugin/shirokuma-skills-ja/skills/frontend-designing/reference/reference.md +533 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/SKILL.md +206 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/custom-fields.md +42 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/issue-types.md +84 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/labels.md +85 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/status-options.md +69 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/scripts/locales/en.json +35 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/scripts/locales/ja.json +35 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/scripts/setup-project.py +226 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/SKILL.md +289 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/best-practices-advanced.md +318 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/best-practices.md +267 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/design-patterns.md +473 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/documentation-structure.md +170 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/examples.md +324 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/reference.md +464 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/templates/complex-agent.md +69 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/templates/creator-checker-pair.md +149 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/templates/simple-agent.md +43 -0
- package/plugin/shirokuma-skills-ja/skills/managing-github-items/SKILL.md +50 -0
- package/plugin/shirokuma-skills-ja/skills/managing-github-items/reference/create-item.md +82 -0
- package/plugin/shirokuma-skills-ja/skills/managing-github-items/reference/create-spec.md +68 -0
- package/plugin/shirokuma-skills-ja/skills/managing-github-items/reference/github-operations.md +163 -0
- package/plugin/shirokuma-skills-ja/skills/managing-output-styles/SKILL.md +233 -0
- package/plugin/shirokuma-skills-ja/skills/managing-output-styles/examples.md +751 -0
- package/plugin/shirokuma-skills-ja/skills/managing-output-styles/reference.md +307 -0
- package/plugin/shirokuma-skills-ja/skills/managing-plugins/SKILL.md +327 -0
- package/plugin/shirokuma-skills-ja/skills/managing-plugins/examples-advanced.md +398 -0
- package/plugin/shirokuma-skills-ja/skills/managing-plugins/examples.md +383 -0
- package/plugin/shirokuma-skills-ja/skills/managing-plugins/reference.md +382 -0
- package/plugin/shirokuma-skills-ja/skills/managing-rules/SKILL.md +354 -0
- package/plugin/shirokuma-skills-ja/skills/managing-rules/templates/path-rule.md.template +27 -0
- package/plugin/shirokuma-skills-ja/skills/managing-rules/templates/rule.md.template +15 -0
- package/plugin/shirokuma-skills-ja/skills/managing-rules/templates/tech-stack.md.template +32 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/README.md +377 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/SKILL.md +413 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/architecture.md +1009 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/best-practices-testing.md +354 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/best-practices-writing.md +325 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/best-practices.md +334 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/examples.md +1024 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/reference-output-patterns.md +89 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/reference-platform.md +482 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/reference-workflows.md +98 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/reference.md +747 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/LICENSE.txt +191 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/init_skill.py +184 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/package_skill.py +109 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/quick_validate.py +128 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/updating-skills.md +675 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/SKILL.md +315 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/better-auth.md +185 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/code-patterns.md +335 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/coding-conventions.md +323 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/csp.md +97 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/csrf-protection.md +153 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/documentation.md +220 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/drizzle-orm.md +314 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/e2e-testing.md +826 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/image-optimization.md +227 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/radix-ui-hydration.md +79 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/rate-limiting.md +188 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/testing.md +298 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/checklists.md +76 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/large-scale.md +141 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/reference.md +171 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/report-template.md +53 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/README.md +108 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/component.test.tsx.template +245 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/delete-button.tsx.template +86 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/form-component.tsx.template +142 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/common.json.template +46 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/errors.json.template +29 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/feature.json.template +46 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/index.ts.template +26 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/page-edit.tsx.template +43 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/page-list.tsx.template +133 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/page-new.tsx.template +27 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/index.ts.template +19 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/mutations.ts.template +196 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/queries.ts.template +134 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/types.ts.template +60 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action.md +345 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action.test.ts.template +267 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action.ts.template +218 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/translations.ja.json.template +35 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/translations.json.template +35 -0
- package/plugin/shirokuma-skills-ja/skills/planning-on-issue/SKILL.md +310 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/SKILL.md +289 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/adr.yml +75 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/handovers.yml +62 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/knowledge.yml +66 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/research.yml +71 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/adr.yml +75 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/handovers.yml +62 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/knowledge.yml +66 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/research.yml +71 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/github-discussions.md.template +161 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/known-issues.md.template +54 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/lib-structure.md.template +73 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/tech-stack.md.template +51 -0
- package/plugin/shirokuma-skills-ja/skills/publishing/SKILL.md +227 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/SKILL.md +506 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/code-quality.md +303 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/coding-conventions.md +419 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/security.md +266 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/testing.md +431 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/auth-setup.md +295 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/database-setup.md +284 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/infra-setup.md +222 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/project-init.md +176 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/styling-setup.md +324 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/workflows/annotation-consistency.md +256 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/workflows/shirokuma-docs-verification.md +219 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/account-lockout.md +177 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/audit-logging.md +364 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/better-auth.md +185 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/code-quality.md +244 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/docs-management.md +95 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/drizzle-orm.md +314 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/e2e-testing.md +826 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/i18n.md +242 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/jsdoc.md +247 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/nextjs-patterns.md +421 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/radix-ui-hydration.md +79 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/server-actions-structure.md +272 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/server-actions.md +399 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/code.md +181 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/docs.md +79 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/nextjs.md +105 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/plan.md +109 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/security.md +124 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/testing.md +180 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/templates/report.md +121 -0
- package/plugin/shirokuma-skills-ja/skills/showing-github/SKILL.md +276 -0
- package/plugin/shirokuma-skills-ja/skills/showing-github/reference/github-operations.md +163 -0
- package/plugin/shirokuma-skills-ja/skills/starting-session/SKILL.md +93 -0
- package/plugin/shirokuma-skills-ja/skills/working-on-issue/SKILL.md +208 -0
- package/portal/app/api-tools/api-tools-client.tsx +411 -0
- package/portal/app/api-tools/api-tools-document.tsx +240 -0
- package/portal/app/api-tools/page.tsx +56 -0
- package/portal/app/api-tools/swagger-view.tsx +114 -0
- package/portal/app/apps/[appId]/[type]/[module]/[item]/item-tabs-client.tsx +71 -0
- package/portal/app/apps/[appId]/[type]/[module]/[item]/page.tsx +1422 -0
- package/portal/app/apps/[appId]/[type]/[module]/page.tsx +373 -0
- package/portal/app/apps/[appId]/feature-map/feature-map-app-document.tsx +298 -0
- package/portal/app/apps/[appId]/feature-map/page.tsx +224 -0
- package/portal/app/apps/[appId]/i18n/page.tsx +139 -0
- package/portal/app/apps/[appId]/test-cases/page.tsx +840 -0
- package/portal/app/apps/[appId]/tools/[tool]/page.tsx +351 -0
- package/portal/app/apps/[appId]/tools/api-tools-client.tsx +429 -0
- package/portal/app/apps/[appId]/tools/page.tsx +119 -0
- package/portal/app/db-schema/[db]/[table]/page.tsx +235 -0
- package/portal/app/db-schema/[db]/diagram/page.tsx +81 -0
- package/portal/app/db-schema/[db]/page.tsx +148 -0
- package/portal/app/db-schema/db-schema-document.tsx +100 -0
- package/portal/app/db-schema/diagram/client.tsx +211 -0
- package/portal/app/db-schema/diagram/page.tsx +20 -0
- package/portal/app/db-schema/page.tsx +145 -0
- package/portal/app/db-schema/table-detail-document.tsx +710 -0
- package/portal/app/db-schema/table-detail.tsx +747 -0
- package/portal/app/db-schema/table-list-document.tsx +224 -0
- package/portal/app/db-schema/table-list.tsx +247 -0
- package/portal/app/details/[type]/[module]/[item]/item-tabs-client.tsx +71 -0
- package/portal/app/details/[type]/[module]/[item]/page.tsx +1286 -0
- package/portal/app/details/[type]/[module]/page.tsx +884 -0
- package/portal/app/feature-map/feature-map-client.tsx +681 -0
- package/portal/app/feature-map/feature-map-document.tsx +313 -0
- package/portal/app/feature-map/page.tsx +438 -0
- package/portal/app/globals.css +205 -0
- package/portal/app/i18n/[...namespace]/page.tsx +190 -0
- package/portal/app/i18n/i18n-client.tsx +369 -0
- package/portal/app/i18n/page.tsx +339 -0
- package/portal/app/layout.tsx +37 -0
- package/portal/app/overview/page.tsx +65 -0
- package/portal/app/packages/[packageId]/page.tsx +201 -0
- package/portal/app/packages/page.tsx +148 -0
- package/portal/app/page.tsx +568 -0
- package/portal/app/test-cases/[file]/[line]/page.tsx +455 -0
- package/portal/app/test-cases/[file]/[line]/test-detail-document.tsx +335 -0
- package/portal/app/test-cases/[file]/page.tsx +323 -0
- package/portal/app/test-cases/[file]/test-file-document.tsx +335 -0
- package/portal/app/test-cases/page.tsx +546 -0
- package/portal/app/test-cases/test-cases-document.tsx +384 -0
- package/portal/components/code-block.tsx +57 -0
- package/portal/components/document/doc-params-table.tsx +71 -0
- package/portal/components/document/doc-section.tsx +133 -0
- package/portal/components/document/doc-table.tsx +119 -0
- package/portal/components/document/index.ts +9 -0
- package/portal/components/drawflow-er-diagram.tsx +607 -0
- package/portal/components/interactive-er-diagram.tsx +228 -0
- package/portal/components/layout/app-sidebar.tsx +490 -0
- package/portal/components/layout/er-sidebar.tsx +116 -0
- package/portal/components/layout/global-header.tsx +117 -0
- package/portal/components/layout/layout-content.tsx +48 -0
- package/portal/components/markdown-content.tsx +120 -0
- package/portal/components/mermaid-diagram.tsx +83 -0
- package/portal/components/reactflow-er-diagram.tsx +475 -0
- package/portal/components/search-dialog.tsx +268 -0
- package/portal/components/shared/coverage-score-bar.tsx +144 -0
- package/portal/components/swagger/endpoint-accordion.tsx +117 -0
- package/portal/components/swagger/index.ts +7 -0
- package/portal/components/swagger/method-badge.tsx +55 -0
- package/portal/components/swagger/params-table.tsx +78 -0
- package/portal/components/tabs-with-hash.tsx +43 -0
- package/portal/components/test/index.ts +2 -0
- package/portal/components/test/test-bdd-card.tsx +192 -0
- package/portal/components/test/test-matrix.tsx +242 -0
- package/portal/components/ui/accordion.tsx +66 -0
- package/portal/components/ui/badge.tsx +46 -0
- package/portal/components/ui/breadcrumb.tsx +109 -0
- package/portal/components/ui/button.tsx +62 -0
- package/portal/components/ui/card.tsx +92 -0
- package/portal/components/ui/collapsible.tsx +33 -0
- package/portal/components/ui/dialog.tsx +118 -0
- package/portal/components/ui/progress.tsx +28 -0
- package/portal/components/ui/scroll-area.tsx +58 -0
- package/portal/components/ui/sheet.tsx +139 -0
- package/portal/components/ui/table.tsx +116 -0
- package/portal/components/ui/tabs.tsx +66 -0
- package/portal/components.json +21 -0
- package/portal/lib/constants/test-categories.ts +186 -0
- package/portal/lib/data-loader.ts +1181 -0
- package/portal/lib/db-schema-utils.ts +182 -0
- package/portal/lib/format.ts +43 -0
- package/portal/lib/hooks/use-hash-tab.ts +144 -0
- package/portal/lib/path-utils.ts +25 -0
- package/portal/lib/search-index-generator.ts +214 -0
- package/portal/lib/search.ts +126 -0
- package/portal/lib/sidebar-context.tsx +111 -0
- package/portal/lib/types.ts +740 -0
- package/portal/lib/utils.ts +6 -0
- package/portal/next.config.ts +21 -0
- package/portal/package.json +45 -0
- package/portal/postcss.config.mjs +8 -0
- package/portal/tsconfig.json +41 -0
- package/portal/types/drawflow.d.ts +80 -0
- package/templates/README.md +73 -0
- package/templates/coverage.html +367 -0
- package/templates/dark-theme.css +443 -0
- package/templates/discussion/adr.yml.hbs +65 -0
- package/templates/discussion/handovers.yml.hbs +57 -0
- package/templates/discussion/knowledge.yml.hbs +60 -0
- package/templates/discussion/reports.yml.hbs +68 -0
- package/templates/discussion/research.yml.hbs +61 -0
|
@@ -0,0 +1,1024 @@
|
|
|
1
|
+
# Agent Skills: Examples and Patterns
|
|
2
|
+
|
|
3
|
+
## Table of Contents
|
|
4
|
+
|
|
5
|
+
1. [Complete Skill Examples](#complete-skill-examples)
|
|
6
|
+
2. [Description Examples](#description-examples)
|
|
7
|
+
3. [Common Workflow Patterns](#common-workflow-patterns)
|
|
8
|
+
4. [Supporting File Examples](#supporting-file-examples)
|
|
9
|
+
5. [Script Examples](#script-examples)
|
|
10
|
+
6. [Real-World Use Cases](#real-world-use-cases)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## Complete Skill Examples
|
|
15
|
+
|
|
16
|
+
### Example 1: PDF Processing Skill
|
|
17
|
+
|
|
18
|
+
**File: `.claude/skills/processing-pdfs/SKILL.md`**
|
|
19
|
+
|
|
20
|
+
```markdown
|
|
21
|
+
---
|
|
22
|
+
name: processing-pdfs
|
|
23
|
+
description: Extract text and tables from PDF files, fill forms, merge PDFs, and convert to other formats. Use when working with PDF files or when user asks to "read PDF", "extract PDF text", "fill PDF form", or "merge PDFs".
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
# PDF Processing Skill
|
|
27
|
+
|
|
28
|
+
Process PDF documents with text extraction, form filling, merging, and conversion capabilities.
|
|
29
|
+
|
|
30
|
+
## When to Use
|
|
31
|
+
|
|
32
|
+
Automatically invoke when the user:
|
|
33
|
+
- Asks to "read a PDF" or "extract PDF text"
|
|
34
|
+
- Wants to "fill a PDF form"
|
|
35
|
+
- Needs to "merge PDF files"
|
|
36
|
+
- Mentions "PDF conversion"
|
|
37
|
+
- Says "analyze PDF document"
|
|
38
|
+
|
|
39
|
+
## Workflow
|
|
40
|
+
|
|
41
|
+
### Step 1: Analyze PDF
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
python scripts/analyze_pdf.py input.pdf
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
Extracts:
|
|
48
|
+
- Number of pages
|
|
49
|
+
- Text content
|
|
50
|
+
- Form fields
|
|
51
|
+
- Images
|
|
52
|
+
|
|
53
|
+
### Step 2: Perform Operation
|
|
54
|
+
|
|
55
|
+
**Text Extraction**:
|
|
56
|
+
```bash
|
|
57
|
+
python scripts/extract_text.py input.pdf output.txt
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
**Form Filling**:
|
|
61
|
+
```bash
|
|
62
|
+
python scripts/fill_form.py input.pdf data.json output.pdf
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
**Merging**:
|
|
66
|
+
```bash
|
|
67
|
+
python scripts/merge_pdfs.py file1.pdf file2.pdf --output merged.pdf
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### Step 3: Validate Output
|
|
71
|
+
|
|
72
|
+
Check that:
|
|
73
|
+
- Output file exists
|
|
74
|
+
- File size is reasonable
|
|
75
|
+
- Content is accessible
|
|
76
|
+
|
|
77
|
+
## Common Patterns
|
|
78
|
+
|
|
79
|
+
See [examples.md](examples.md) for:
|
|
80
|
+
- Form filling with JSON data
|
|
81
|
+
- Batch PDF processing
|
|
82
|
+
- PDF to text conversion
|
|
83
|
+
- Merging with bookmarks
|
|
84
|
+
|
|
85
|
+
## Error Handling
|
|
86
|
+
|
|
87
|
+
**File not found**:
|
|
88
|
+
```
|
|
89
|
+
ERROR: PDF file not found at path: [path]
|
|
90
|
+
Solution: Verify file path and permissions
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
**Corrupted PDF**:
|
|
94
|
+
```
|
|
95
|
+
ERROR: Unable to parse PDF (may be corrupted)
|
|
96
|
+
Solution: Try repairing with: python scripts/repair_pdf.py
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
**Password protected**:
|
|
100
|
+
```
|
|
101
|
+
ERROR: PDF is password protected
|
|
102
|
+
Solution: Provide password: --password "your-password"
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
## Notes
|
|
106
|
+
|
|
107
|
+
- Supports PDF 1.4 through 2.0
|
|
108
|
+
- Form filling requires XFA or AcroForm
|
|
109
|
+
- OCR available via --ocr flag
|
|
110
|
+
- Max file size: 100MB (configurable)
|
|
111
|
+
|
|
112
|
+
## Related Resources
|
|
113
|
+
|
|
114
|
+
- [reference.md](reference.md) - Complete API documentation
|
|
115
|
+
- [examples.md](examples.md) - Detailed examples
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
**Supporting file: `scripts/extract_text.py`**
|
|
119
|
+
|
|
120
|
+
```python
|
|
121
|
+
#!/usr/bin/env python3
|
|
122
|
+
"""Extract text from PDF file."""
|
|
123
|
+
|
|
124
|
+
import sys
|
|
125
|
+
import PyPDF2
|
|
126
|
+
from pathlib import Path
|
|
127
|
+
|
|
128
|
+
def extract_text(pdf_path, output_path):
|
|
129
|
+
"""Extract all text from PDF."""
|
|
130
|
+
try:
|
|
131
|
+
with open(pdf_path, 'rb') as pdf_file:
|
|
132
|
+
reader = PyPDF2.PdfReader(pdf_file)
|
|
133
|
+
|
|
134
|
+
if reader.is_encrypted:
|
|
135
|
+
print("ERROR: PDF is password protected", file=sys.stderr)
|
|
136
|
+
sys.exit(1)
|
|
137
|
+
|
|
138
|
+
text_content = []
|
|
139
|
+
for page_num, page in enumerate(reader.pages, 1):
|
|
140
|
+
text = page.extract_text()
|
|
141
|
+
text_content.append(f"--- Page {page_num} ---\n{text}\n")
|
|
142
|
+
|
|
143
|
+
output_path.write_text('\n'.join(text_content))
|
|
144
|
+
print(f"✅ Extracted {len(reader.pages)} pages to {output_path}")
|
|
145
|
+
|
|
146
|
+
except FileNotFoundError:
|
|
147
|
+
print(f"ERROR: File not found: {pdf_path}", file=sys.stderr)
|
|
148
|
+
sys.exit(1)
|
|
149
|
+
except Exception as e:
|
|
150
|
+
print(f"ERROR: {type(e).__name__}: {e}", file=sys.stderr)
|
|
151
|
+
sys.exit(1)
|
|
152
|
+
|
|
153
|
+
if __name__ == "__main__":
|
|
154
|
+
if len(sys.argv) != 3:
|
|
155
|
+
print("Usage: extract_text.py <input.pdf> <output.txt>")
|
|
156
|
+
sys.exit(1)
|
|
157
|
+
|
|
158
|
+
pdf_path = Path(sys.argv[1])
|
|
159
|
+
output_path = Path(sys.argv[2])
|
|
160
|
+
|
|
161
|
+
extract_text(pdf_path, output_path)
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
### Example 2: Data Validation Skill
|
|
165
|
+
|
|
166
|
+
**File: `.claude/skills/validating-data/SKILL.md`**
|
|
167
|
+
|
|
168
|
+
```markdown
|
|
169
|
+
---
|
|
170
|
+
name: validating-data
|
|
171
|
+
description: Validate structured data against schemas, check constraints, and generate validation reports. Use when user asks to "validate data", "check schema", "verify JSON", or "validate against rules".
|
|
172
|
+
allowed-tools: Read, Grep, Glob
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
# Data Validation Skill
|
|
176
|
+
|
|
177
|
+
Validate structured data (JSON, YAML, CSV) against schemas and custom rules.
|
|
178
|
+
|
|
179
|
+
## When to Use
|
|
180
|
+
|
|
181
|
+
Automatically invoke when the user:
|
|
182
|
+
- Asks to "validate data" or "check schema"
|
|
183
|
+
- Wants to "verify JSON structure"
|
|
184
|
+
- Needs to "validate CSV format"
|
|
185
|
+
- Mentions "data quality check"
|
|
186
|
+
- Says "check against schema"
|
|
187
|
+
|
|
188
|
+
## Workflow
|
|
189
|
+
|
|
190
|
+
### Step 1: Load Schema
|
|
191
|
+
|
|
192
|
+
```bash
|
|
193
|
+
cat schema.json
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
Review schema structure and requirements.
|
|
197
|
+
|
|
198
|
+
### Step 2: Load Data
|
|
199
|
+
|
|
200
|
+
```bash
|
|
201
|
+
cat data.json
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
### Step 3: Validate
|
|
205
|
+
|
|
206
|
+
```bash
|
|
207
|
+
python scripts/validate.py data.json --schema schema.json
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
Output shows:
|
|
211
|
+
- ✅ Valid fields
|
|
212
|
+
- ❌ Invalid fields with reasons
|
|
213
|
+
- ⚠️ Warnings for optional issues
|
|
214
|
+
|
|
215
|
+
### Step 4: Generate Report
|
|
216
|
+
|
|
217
|
+
```bash
|
|
218
|
+
python scripts/validate.py data.json --schema schema.json --report report.html
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
## Validation Types
|
|
222
|
+
|
|
223
|
+
**Schema Validation**:
|
|
224
|
+
- Required fields
|
|
225
|
+
- Data types
|
|
226
|
+
- Format patterns
|
|
227
|
+
- Enum values
|
|
228
|
+
|
|
229
|
+
**Constraint Validation**:
|
|
230
|
+
- Min/max values
|
|
231
|
+
- String length
|
|
232
|
+
- Array size
|
|
233
|
+
- Custom rules
|
|
234
|
+
|
|
235
|
+
**Cross-Field Validation**:
|
|
236
|
+
- Dependent fields
|
|
237
|
+
- Conditional requirements
|
|
238
|
+
- Referential integrity
|
|
239
|
+
|
|
240
|
+
## Error Handling
|
|
241
|
+
|
|
242
|
+
Script exits with:
|
|
243
|
+
- `0`: All validations passed
|
|
244
|
+
- `1`: Validation errors found
|
|
245
|
+
- `2`: Schema or data file not found
|
|
246
|
+
- `3`: Invalid schema format
|
|
247
|
+
|
|
248
|
+
## Notes
|
|
249
|
+
|
|
250
|
+
- Supports JSON Schema Draft 7
|
|
251
|
+
- YAML converted to JSON automatically
|
|
252
|
+
- CSV validation via custom rules
|
|
253
|
+
- Generates human-readable reports
|
|
254
|
+
|
|
255
|
+
## Related Resources
|
|
256
|
+
|
|
257
|
+
- [reference.md](reference.md) - Schema format details
|
|
258
|
+
- [examples.md](examples.md) - Validation examples
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
### Example 3: Generating Reports Skill
|
|
262
|
+
|
|
263
|
+
**File: `.claude/skills/generating-reports/SKILL.md`**
|
|
264
|
+
|
|
265
|
+
```markdown
|
|
266
|
+
---
|
|
267
|
+
name: generating-reports
|
|
268
|
+
description: Generate formatted reports from data in PDF, HTML, Markdown, or Excel formats. Use when user asks to "generate report", "create document", "export to PDF", or "make report".
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
# Report Generation Skill
|
|
272
|
+
|
|
273
|
+
Generate formatted reports from structured data with multiple output formats.
|
|
274
|
+
|
|
275
|
+
## When to Use
|
|
276
|
+
|
|
277
|
+
Automatically invoke when the user:
|
|
278
|
+
- Asks to "generate a report"
|
|
279
|
+
- Wants to "create documentation"
|
|
280
|
+
- Needs to "export to PDF" or "create Excel file"
|
|
281
|
+
- Mentions "formatted output"
|
|
282
|
+
- Says "make a report from this data"
|
|
283
|
+
|
|
284
|
+
## Workflow
|
|
285
|
+
|
|
286
|
+
### Step 1: Prepare Data
|
|
287
|
+
|
|
288
|
+
Ensure data is in supported format:
|
|
289
|
+
- JSON (structured data)
|
|
290
|
+
- CSV (tabular data)
|
|
291
|
+
- YAML (configuration-style data)
|
|
292
|
+
|
|
293
|
+
### Step 2: Choose Template
|
|
294
|
+
|
|
295
|
+
Available templates:
|
|
296
|
+
- `executive-summary`: High-level overview
|
|
297
|
+
- `detailed-analysis`: In-depth report
|
|
298
|
+
- `comparison`: Side-by-side comparison
|
|
299
|
+
- `dashboard`: Visual metrics
|
|
300
|
+
|
|
301
|
+
### Step 3: Generate Report
|
|
302
|
+
|
|
303
|
+
```bash
|
|
304
|
+
python scripts/generate_report.py \
|
|
305
|
+
--data data.json \
|
|
306
|
+
--template executive-summary \
|
|
307
|
+
--output report.pdf
|
|
308
|
+
```
|
|
309
|
+
|
|
310
|
+
### Step 4: Validate Output
|
|
311
|
+
|
|
312
|
+
Check that:
|
|
313
|
+
- File generated successfully
|
|
314
|
+
- Content matches expectations
|
|
315
|
+
- Formatting is correct
|
|
316
|
+
|
|
317
|
+
## Output Formats
|
|
318
|
+
|
|
319
|
+
**PDF** (via ReportLab):
|
|
320
|
+
```bash
|
|
321
|
+
--output report.pdf
|
|
322
|
+
```
|
|
323
|
+
|
|
324
|
+
**HTML** (responsive):
|
|
325
|
+
```bash
|
|
326
|
+
--output report.html
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
**Markdown**:
|
|
330
|
+
```bash
|
|
331
|
+
--output report.md
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
**Excel** (with charts):
|
|
335
|
+
```bash
|
|
336
|
+
--output report.xlsx --charts
|
|
337
|
+
```
|
|
338
|
+
|
|
339
|
+
## Customization
|
|
340
|
+
|
|
341
|
+
**Custom styling**:
|
|
342
|
+
```bash
|
|
343
|
+
--style custom-style.css
|
|
344
|
+
```
|
|
345
|
+
|
|
346
|
+
**Logo and branding**:
|
|
347
|
+
```bash
|
|
348
|
+
--logo company-logo.png --brand
|
|
349
|
+
```
|
|
350
|
+
|
|
351
|
+
**Page layout**:
|
|
352
|
+
```bash
|
|
353
|
+
--layout landscape --margins "1in"
|
|
354
|
+
```
|
|
355
|
+
|
|
356
|
+
## Notes
|
|
357
|
+
|
|
358
|
+
- PDF generation requires: reportlab, pillow
|
|
359
|
+
- Excel generation requires: openpyxl, xlsxwriter
|
|
360
|
+
- HTML templates customizable in templates/
|
|
361
|
+
- Max data size: 10MB (configurable)
|
|
362
|
+
|
|
363
|
+
## Related Resources
|
|
364
|
+
|
|
365
|
+
- [templates/](templates/) - Available templates
|
|
366
|
+
- [examples.md](examples.md) - Report examples
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
---
|
|
370
|
+
|
|
371
|
+
## Description Examples
|
|
372
|
+
|
|
373
|
+
### Good Descriptions (Scored)
|
|
374
|
+
|
|
375
|
+
**Score: 10/10** (Excellent):
|
|
376
|
+
```yaml
|
|
377
|
+
description: Extract text and tables from PDF files, fill PDF forms with data, merge multiple PDFs, and convert PDFs to text or images. Use when working with PDF files or when user asks to "read PDF", "extract PDF text", "fill PDF form", "merge PDFs", or "convert PDF".
|
|
378
|
+
```
|
|
379
|
+
|
|
380
|
+
**Why excellent**:
|
|
381
|
+
- Multiple clear capabilities listed
|
|
382
|
+
- Specific file type (PDF)
|
|
383
|
+
- Five specific trigger phrases in quotes
|
|
384
|
+
- Third person voice
|
|
385
|
+
- Concrete actions (extract, fill, merge, convert)
|
|
386
|
+
|
|
387
|
+
**Score: 8/10** (Good):
|
|
388
|
+
```yaml
|
|
389
|
+
description: Analyze Excel spreadsheets to generate pivot tables, charts, and statistical summaries. Use when user asks to "analyze Excel file", "create pivot table", or "process spreadsheet data".
|
|
390
|
+
```
|
|
391
|
+
|
|
392
|
+
**Why good**:
|
|
393
|
+
- Clear capabilities
|
|
394
|
+
- Specific file type (Excel)
|
|
395
|
+
- Three trigger phrases
|
|
396
|
+
- Minor: Could mention .xlsx extension
|
|
397
|
+
|
|
398
|
+
**Score: 6/10** (Adequate):
|
|
399
|
+
```yaml
|
|
400
|
+
description: Process JSON data with validation and transformation. Use when working with JSON files.
|
|
401
|
+
```
|
|
402
|
+
|
|
403
|
+
**Why adequate**:
|
|
404
|
+
- Basic capability statement
|
|
405
|
+
- File type mentioned
|
|
406
|
+
- Missing: Specific trigger phrases in quotes
|
|
407
|
+
- Missing: Detailed capabilities
|
|
408
|
+
|
|
409
|
+
**Score: 3/10** (Poor):
|
|
410
|
+
```yaml
|
|
411
|
+
description: Helps with data processing and file operations.
|
|
412
|
+
```
|
|
413
|
+
|
|
414
|
+
**Why poor**:
|
|
415
|
+
- Vague ("helps with")
|
|
416
|
+
- No specific file types
|
|
417
|
+
- No trigger phrases
|
|
418
|
+
- No concrete capabilities
|
|
419
|
+
|
|
420
|
+
### Bad Descriptions (What Not to Do)
|
|
421
|
+
|
|
422
|
+
❌ **Too vague**:
|
|
423
|
+
```yaml
|
|
424
|
+
description: Utility for handling documents
|
|
425
|
+
```
|
|
426
|
+
|
|
427
|
+
❌ **First person**:
|
|
428
|
+
```yaml
|
|
429
|
+
description: I can help you analyze spreadsheets and create reports
|
|
430
|
+
```
|
|
431
|
+
|
|
432
|
+
❌ **No triggers**:
|
|
433
|
+
```yaml
|
|
434
|
+
description: Processes various file formats and performs data operations
|
|
435
|
+
```
|
|
436
|
+
|
|
437
|
+
❌ **Too long** (exceeds 1024 chars):
|
|
438
|
+
```yaml
|
|
439
|
+
description: This skill is designed to provide comprehensive data processing capabilities including but not limited to parsing various file formats such as JSON, XML, CSV, and Excel spreadsheets, performing complex data transformations and aggregations, generating detailed reports in multiple output formats, validating data against predefined schemas, handling error conditions gracefully, supporting batch processing operations, integrating with external APIs and services, providing extensive logging and debugging capabilities...
|
|
440
|
+
```
|
|
441
|
+
|
|
442
|
+
---
|
|
443
|
+
|
|
444
|
+
## Common Workflow Patterns
|
|
445
|
+
|
|
446
|
+
### Pattern 1: Read-Analyze-Report
|
|
447
|
+
|
|
448
|
+
```markdown
|
|
449
|
+
## Workflow
|
|
450
|
+
|
|
451
|
+
### Step 1: Read Input
|
|
452
|
+
```bash
|
|
453
|
+
cat input-file
|
|
454
|
+
```
|
|
455
|
+
|
|
456
|
+
### Step 2: Analyze
|
|
457
|
+
Run analysis:
|
|
458
|
+
```bash
|
|
459
|
+
python scripts/analyze.py input-file
|
|
460
|
+
```
|
|
461
|
+
|
|
462
|
+
### Step 3: Generate Report
|
|
463
|
+
```bash
|
|
464
|
+
python scripts/report.py --format html
|
|
465
|
+
```
|
|
466
|
+
```
|
|
467
|
+
|
|
468
|
+
### Pattern 2: Validate-Fix-Validate Loop
|
|
469
|
+
|
|
470
|
+
```markdown
|
|
471
|
+
## Workflow
|
|
472
|
+
|
|
473
|
+
Repeat until valid (max 3 attempts):
|
|
474
|
+
|
|
475
|
+
### Step 1: Validate
|
|
476
|
+
```bash
|
|
477
|
+
python scripts/validate.py data.json
|
|
478
|
+
```
|
|
479
|
+
|
|
480
|
+
### Step 2: If Errors Found
|
|
481
|
+
- Analyze error messages
|
|
482
|
+
- Apply fixes
|
|
483
|
+
- Document changes
|
|
484
|
+
|
|
485
|
+
### Step 3: Re-validate
|
|
486
|
+
Return to Step 1
|
|
487
|
+
|
|
488
|
+
### Step 4: Success
|
|
489
|
+
If validation passes after 3 or fewer attempts: Complete
|
|
490
|
+
If still failing: Report errors and suggest manual intervention
|
|
491
|
+
```
|
|
492
|
+
|
|
493
|
+
### Pattern 3: Batch Processing with Progress
|
|
494
|
+
|
|
495
|
+
```markdown
|
|
496
|
+
## Workflow
|
|
497
|
+
|
|
498
|
+
### Step 1: Create File List
|
|
499
|
+
```bash
|
|
500
|
+
find . -name "*.txt" > files.list
|
|
501
|
+
```
|
|
502
|
+
|
|
503
|
+
### Step 2: Process Each File
|
|
504
|
+
```bash
|
|
505
|
+
while read file; do
|
|
506
|
+
echo "Processing: $file"
|
|
507
|
+
python scripts/process.py "$file"
|
|
508
|
+
done < files.list
|
|
509
|
+
```
|
|
510
|
+
|
|
511
|
+
### Step 3: Generate Summary
|
|
512
|
+
```bash
|
|
513
|
+
python scripts/summarize.py --input files.list
|
|
514
|
+
```
|
|
515
|
+
|
|
516
|
+
Progress tracking:
|
|
517
|
+
- [ ] Files discovered: __
|
|
518
|
+
- [ ] Files processed: __
|
|
519
|
+
- [ ] Errors encountered: __
|
|
520
|
+
```
|
|
521
|
+
|
|
522
|
+
### Pattern 4: Interactive Decision
|
|
523
|
+
|
|
524
|
+
```markdown
|
|
525
|
+
## Workflow
|
|
526
|
+
|
|
527
|
+
### Step 1: Determine Operation Type
|
|
528
|
+
|
|
529
|
+
Ask user or infer from context:
|
|
530
|
+
- Creating new content?
|
|
531
|
+
- Editing existing content?
|
|
532
|
+
- Converting format?
|
|
533
|
+
|
|
534
|
+
### Step 2: Route to Appropriate Workflow
|
|
535
|
+
|
|
536
|
+
**If creating**:
|
|
537
|
+
1. Generate structure
|
|
538
|
+
2. Populate content
|
|
539
|
+
3. Validate output
|
|
540
|
+
|
|
541
|
+
**If editing**:
|
|
542
|
+
1. Load existing content
|
|
543
|
+
2. Apply modifications
|
|
544
|
+
3. Preserve metadata
|
|
545
|
+
|
|
546
|
+
**If converting**:
|
|
547
|
+
1. Parse source format
|
|
548
|
+
2. Transform data
|
|
549
|
+
3. Validate conversion
|
|
550
|
+
```
|
|
551
|
+
|
|
552
|
+
---
|
|
553
|
+
|
|
554
|
+
## Supporting File Examples
|
|
555
|
+
|
|
556
|
+
### Example: reference.md Structure
|
|
557
|
+
|
|
558
|
+
```markdown
|
|
559
|
+
# Skill Name: Complete Reference
|
|
560
|
+
|
|
561
|
+
## Table of Contents
|
|
562
|
+
|
|
563
|
+
1. [API Reference](#api-reference)
|
|
564
|
+
2. [Configuration Options](#configuration-options)
|
|
565
|
+
3. [Field Specifications](#field-specifications)
|
|
566
|
+
4. [Error Codes](#error-codes)
|
|
567
|
+
|
|
568
|
+
---
|
|
569
|
+
|
|
570
|
+
## API Reference
|
|
571
|
+
|
|
572
|
+
### Function: process_data()
|
|
573
|
+
|
|
574
|
+
**Signature**:
|
|
575
|
+
```python
|
|
576
|
+
def process_data(
|
|
577
|
+
input_path: Path,
|
|
578
|
+
output_path: Path,
|
|
579
|
+
options: Dict[str, Any]
|
|
580
|
+
) -> ProcessResult
|
|
581
|
+
```
|
|
582
|
+
|
|
583
|
+
**Parameters**:
|
|
584
|
+
- `input_path`: Path to input file
|
|
585
|
+
- `output_path`: Path for output file
|
|
586
|
+
- `options`: Processing options dict
|
|
587
|
+
|
|
588
|
+
**Returns**:
|
|
589
|
+
- `ProcessResult` object with status and metadata
|
|
590
|
+
|
|
591
|
+
**Raises**:
|
|
592
|
+
- `FileNotFoundError`: Input file doesn't exist
|
|
593
|
+
- `ValidationError`: Input data invalid
|
|
594
|
+
- `ProcessingError`: Processing failed
|
|
595
|
+
|
|
596
|
+
**Example**:
|
|
597
|
+
```python
|
|
598
|
+
result = process_data(
|
|
599
|
+
Path("input.json"),
|
|
600
|
+
Path("output.json"),
|
|
601
|
+
{"validate": True, "strict": False}
|
|
602
|
+
)
|
|
603
|
+
```
|
|
604
|
+
|
|
605
|
+
---
|
|
606
|
+
|
|
607
|
+
## Configuration Options
|
|
608
|
+
|
|
609
|
+
| Option | Type | Default | Description |
|
|
610
|
+
|--------|------|---------|-------------|
|
|
611
|
+
| `validate` | bool | `True` | Enable validation |
|
|
612
|
+
| `strict` | bool | `False` | Strict mode |
|
|
613
|
+
| `timeout` | int | `30` | Timeout in seconds |
|
|
614
|
+
| `retries` | int | `3` | Max retry attempts |
|
|
615
|
+
|
|
616
|
+
---
|
|
617
|
+
|
|
618
|
+
## Error Codes
|
|
619
|
+
|
|
620
|
+
| Code | Name | Description | Solution |
|
|
621
|
+
|------|------|-------------|----------|
|
|
622
|
+
| `E001` | `FileNotFound` | Input file missing | Check file path |
|
|
623
|
+
| `E002` | `InvalidFormat` | Format not supported | Convert to supported format |
|
|
624
|
+
| `E003` | `ValidationFailed` | Data validation failed | Fix data errors |
|
|
625
|
+
```
|
|
626
|
+
|
|
627
|
+
### Example: examples.md Structure
|
|
628
|
+
|
|
629
|
+
```markdown
|
|
630
|
+
# Skill Name: Examples
|
|
631
|
+
|
|
632
|
+
## Example 1: Basic Usage
|
|
633
|
+
|
|
634
|
+
**Scenario**: Convert JSON to CSV
|
|
635
|
+
|
|
636
|
+
**Input** (`data.json`):
|
|
637
|
+
```json
|
|
638
|
+
[
|
|
639
|
+
{"name": "Alice", "age": 30, "city": "NYC"},
|
|
640
|
+
{"name": "Bob", "age": 25, "city": "SF"}
|
|
641
|
+
]
|
|
642
|
+
```
|
|
643
|
+
|
|
644
|
+
**Command**:
|
|
645
|
+
```bash
|
|
646
|
+
python scripts/convert.py data.json --format csv
|
|
647
|
+
```
|
|
648
|
+
|
|
649
|
+
**Output** (`data.csv`):
|
|
650
|
+
```csv
|
|
651
|
+
name,age,city
|
|
652
|
+
Alice,30,NYC
|
|
653
|
+
Bob,25,SF
|
|
654
|
+
```
|
|
655
|
+
|
|
656
|
+
## Example 2: Advanced Usage
|
|
657
|
+
|
|
658
|
+
**Scenario**: Convert with validation and custom delimiter
|
|
659
|
+
|
|
660
|
+
**Input** (`data.json`):
|
|
661
|
+
```json
|
|
662
|
+
[
|
|
663
|
+
{"name": "Alice", "age": 30},
|
|
664
|
+
{"name": "Bob", "age": "invalid"}
|
|
665
|
+
]
|
|
666
|
+
```
|
|
667
|
+
|
|
668
|
+
**Command**:
|
|
669
|
+
```bash
|
|
670
|
+
python scripts/convert.py data.json \
|
|
671
|
+
--format csv \
|
|
672
|
+
--validate \
|
|
673
|
+
--delimiter "|"
|
|
674
|
+
```
|
|
675
|
+
|
|
676
|
+
**Output** (`data.csv`):
|
|
677
|
+
```csv
|
|
678
|
+
name|age
|
|
679
|
+
Alice|30
|
|
680
|
+
```
|
|
681
|
+
|
|
682
|
+
**Error log**:
|
|
683
|
+
```
|
|
684
|
+
WARNING: Row 2: Invalid age value "invalid" - skipped
|
|
685
|
+
```
|
|
686
|
+
|
|
687
|
+
## Example 3: Batch Processing
|
|
688
|
+
|
|
689
|
+
**Scenario**: Convert all JSON files in directory
|
|
690
|
+
|
|
691
|
+
**Command**:
|
|
692
|
+
```bash
|
|
693
|
+
find ./data -name "*.json" -exec \
|
|
694
|
+
python scripts/convert.py {} --format csv \;
|
|
695
|
+
```
|
|
696
|
+
|
|
697
|
+
**Result**:
|
|
698
|
+
- `data/file1.json` → `data/file1.csv`
|
|
699
|
+
- `data/file2.json` → `data/file2.csv`
|
|
700
|
+
- `data/file3.json` → `data/file3.csv`
|
|
701
|
+
```
|
|
702
|
+
|
|
703
|
+
---
|
|
704
|
+
|
|
705
|
+
## Script Examples
|
|
706
|
+
|
|
707
|
+
### Example 1: Validation Script
|
|
708
|
+
|
|
709
|
+
**File: `scripts/validate.py`**
|
|
710
|
+
|
|
711
|
+
```python
|
|
712
|
+
#!/usr/bin/env python3
|
|
713
|
+
"""Validate data against schema."""
|
|
714
|
+
|
|
715
|
+
import sys
|
|
716
|
+
import json
|
|
717
|
+
from pathlib import Path
|
|
718
|
+
import jsonschema
|
|
719
|
+
|
|
720
|
+
def load_json(path):
|
|
721
|
+
"""Load JSON file with error handling."""
|
|
722
|
+
try:
|
|
723
|
+
return json.loads(Path(path).read_text())
|
|
724
|
+
except FileNotFoundError:
|
|
725
|
+
print(f"ERROR: File not found: {path}", file=sys.stderr)
|
|
726
|
+
sys.exit(2)
|
|
727
|
+
except json.JSONDecodeError as e:
|
|
728
|
+
print(f"ERROR: Invalid JSON in {path}: {e}", file=sys.stderr)
|
|
729
|
+
sys.exit(3)
|
|
730
|
+
|
|
731
|
+
def validate(data, schema):
|
|
732
|
+
"""Validate data against schema."""
|
|
733
|
+
try:
|
|
734
|
+
jsonschema.validate(data, schema)
|
|
735
|
+
return []
|
|
736
|
+
except jsonschema.ValidationError as e:
|
|
737
|
+
return [str(e)]
|
|
738
|
+
except jsonschema.SchemaError as e:
|
|
739
|
+
print(f"ERROR: Invalid schema: {e}", file=sys.stderr)
|
|
740
|
+
sys.exit(3)
|
|
741
|
+
|
|
742
|
+
def main():
|
|
743
|
+
if len(sys.argv) != 3:
|
|
744
|
+
print("Usage: validate.py <data.json> <schema.json>")
|
|
745
|
+
sys.exit(1)
|
|
746
|
+
|
|
747
|
+
data = load_json(sys.argv[1])
|
|
748
|
+
schema = load_json(sys.argv[2])
|
|
749
|
+
|
|
750
|
+
errors = validate(data, schema)
|
|
751
|
+
|
|
752
|
+
if not errors:
|
|
753
|
+
print("✅ Validation passed")
|
|
754
|
+
sys.exit(0)
|
|
755
|
+
else:
|
|
756
|
+
print("❌ Validation failed:")
|
|
757
|
+
for error in errors:
|
|
758
|
+
print(f" - {error}")
|
|
759
|
+
sys.exit(1)
|
|
760
|
+
|
|
761
|
+
if __name__ == "__main__":
|
|
762
|
+
main()
|
|
763
|
+
```
|
|
764
|
+
|
|
765
|
+
### Example 2: Transformation Script
|
|
766
|
+
|
|
767
|
+
**File: `scripts/transform.py`**
|
|
768
|
+
|
|
769
|
+
```python
|
|
770
|
+
#!/usr/bin/env python3
|
|
771
|
+
"""Transform data format."""
|
|
772
|
+
|
|
773
|
+
import sys
|
|
774
|
+
import json
|
|
775
|
+
import csv
|
|
776
|
+
from pathlib import Path
|
|
777
|
+
|
|
778
|
+
def json_to_csv(json_data, output_path):
|
|
779
|
+
"""Convert JSON array to CSV."""
|
|
780
|
+
if not json_data:
|
|
781
|
+
print("WARNING: Empty data", file=sys.stderr)
|
|
782
|
+
return
|
|
783
|
+
|
|
784
|
+
keys = json_data[0].keys()
|
|
785
|
+
|
|
786
|
+
with open(output_path, 'w', newline='') as csvfile:
|
|
787
|
+
writer = csv.DictWriter(csvfile, fieldnames=keys)
|
|
788
|
+
writer.writeheader()
|
|
789
|
+
writer.writerows(json_data)
|
|
790
|
+
|
|
791
|
+
print(f"✅ Converted {len(json_data)} rows to {output_path}")
|
|
792
|
+
|
|
793
|
+
def main():
|
|
794
|
+
if len(sys.argv) != 3:
|
|
795
|
+
print("Usage: transform.py <input.json> <output.csv>")
|
|
796
|
+
sys.exit(1)
|
|
797
|
+
|
|
798
|
+
try:
|
|
799
|
+
json_data = json.loads(Path(sys.argv[1]).read_text())
|
|
800
|
+
json_to_csv(json_data, sys.argv[2])
|
|
801
|
+
except Exception as e:
|
|
802
|
+
print(f"ERROR: {type(e).__name__}: {e}", file=sys.stderr)
|
|
803
|
+
sys.exit(1)
|
|
804
|
+
|
|
805
|
+
if __name__ == "__main__":
|
|
806
|
+
main()
|
|
807
|
+
```
|
|
808
|
+
|
|
809
|
+
---
|
|
810
|
+
|
|
811
|
+
## Real-World Use Cases
|
|
812
|
+
|
|
813
|
+
### Use Case 1: Code Review Skill
|
|
814
|
+
|
|
815
|
+
**Scenario**: Automated code review for pull requests
|
|
816
|
+
|
|
817
|
+
**Skill name**: `reviewing-code-changes`
|
|
818
|
+
|
|
819
|
+
**Capabilities**:
|
|
820
|
+
- Analyze git diff
|
|
821
|
+
- Check coding standards
|
|
822
|
+
- Identify potential bugs
|
|
823
|
+
- Suggest improvements
|
|
824
|
+
|
|
825
|
+
**Key features**:
|
|
826
|
+
- Read-only (allowed-tools: Read, Grep, Glob, Bash(git diff:*))
|
|
827
|
+
- Generates detailed review report
|
|
828
|
+
- Prioritizes issues by severity
|
|
829
|
+
- Provides code examples for fixes
|
|
830
|
+
|
|
831
|
+
### Use Case 2: API Documentation Generator
|
|
832
|
+
|
|
833
|
+
**Scenario**: Generate API docs from source code
|
|
834
|
+
|
|
835
|
+
**Skill name**: `generating-api-documentation`
|
|
836
|
+
|
|
837
|
+
**Capabilities**:
|
|
838
|
+
- Parse source files for docstrings
|
|
839
|
+
- Extract type information
|
|
840
|
+
- Generate formatted docs
|
|
841
|
+
- Create navigation structure
|
|
842
|
+
|
|
843
|
+
**Key features**:
|
|
844
|
+
- Supports multiple languages (Python, TypeScript, Go)
|
|
845
|
+
- Outputs Markdown, HTML, or PDF
|
|
846
|
+
- Includes code examples from tests
|
|
847
|
+
- Cross-references related functions
|
|
848
|
+
|
|
849
|
+
### Use Case 3: Log Analysis Skill
|
|
850
|
+
|
|
851
|
+
**Scenario**: Analyze application logs for issues
|
|
852
|
+
|
|
853
|
+
**Skill name**: `analyzing-application-logs`
|
|
854
|
+
|
|
855
|
+
**Capabilities**:
|
|
856
|
+
- Parse log files (various formats)
|
|
857
|
+
- Identify errors and warnings
|
|
858
|
+
- Detect patterns and anomalies
|
|
859
|
+
- Generate summary reports
|
|
860
|
+
|
|
861
|
+
**Key features**:
|
|
862
|
+
- Handles large files efficiently
|
|
863
|
+
- Time-based filtering
|
|
864
|
+
- Severity-based grouping
|
|
865
|
+
- Interactive drill-down reports
|
|
866
|
+
|
|
867
|
+
### Use Case 4: Test Data Generator
|
|
868
|
+
|
|
869
|
+
**Scenario**: Generate realistic test data for development
|
|
870
|
+
|
|
871
|
+
**Skill name**: `generating-test-data`
|
|
872
|
+
|
|
873
|
+
**Capabilities**:
|
|
874
|
+
- Create sample JSON, CSV, XML
|
|
875
|
+
- Follow schema constraints
|
|
876
|
+
- Generate realistic fake data
|
|
877
|
+
- Support various data types
|
|
878
|
+
|
|
879
|
+
**Key features**:
|
|
880
|
+
- Configurable data volume
|
|
881
|
+
- Consistent cross-references
|
|
882
|
+
- Locale-specific data (names, addresses)
|
|
883
|
+
- Exportable in multiple formats
|
|
884
|
+
|
|
885
|
+
---
|
|
886
|
+
|
|
887
|
+
## Template Library
|
|
888
|
+
|
|
889
|
+
### Template 1: Basic Skill
|
|
890
|
+
|
|
891
|
+
```markdown
|
|
892
|
+
---
|
|
893
|
+
name: verb-ing-object
|
|
894
|
+
description: [What it does]. Use when [triggers].
|
|
895
|
+
---
|
|
896
|
+
|
|
897
|
+
# [Title] Skill
|
|
898
|
+
|
|
899
|
+
[Brief description]
|
|
900
|
+
|
|
901
|
+
## When to Use
|
|
902
|
+
|
|
903
|
+
Automatically invoke when the user:
|
|
904
|
+
- [Trigger 1]
|
|
905
|
+
- [Trigger 2]
|
|
906
|
+
- [Trigger 3]
|
|
907
|
+
|
|
908
|
+
## Workflow
|
|
909
|
+
|
|
910
|
+
### Step 1: [Action]
|
|
911
|
+
[Instructions]
|
|
912
|
+
|
|
913
|
+
### Step 2: [Action]
|
|
914
|
+
[Instructions]
|
|
915
|
+
|
|
916
|
+
### Step 3: [Action]
|
|
917
|
+
[Instructions]
|
|
918
|
+
|
|
919
|
+
## Error Handling
|
|
920
|
+
|
|
921
|
+
[Common errors and solutions]
|
|
922
|
+
|
|
923
|
+
## Notes
|
|
924
|
+
|
|
925
|
+
- [Important points]
|
|
926
|
+
|
|
927
|
+
## Related Resources
|
|
928
|
+
|
|
929
|
+
- [reference.md](reference.md)
|
|
930
|
+
- [examples.md](examples.md)
|
|
931
|
+
```
|
|
932
|
+
|
|
933
|
+
### Template 2: Read-Only Analysis Skill
|
|
934
|
+
|
|
935
|
+
```markdown
|
|
936
|
+
---
|
|
937
|
+
name: analyzing-something
|
|
938
|
+
description: [Analysis capabilities]. Use when [triggers].
|
|
939
|
+
allowed-tools: Read, Grep, Glob
|
|
940
|
+
---
|
|
941
|
+
|
|
942
|
+
# [Title] Analysis Skill
|
|
943
|
+
|
|
944
|
+
[Purpose]
|
|
945
|
+
|
|
946
|
+
## When to Use
|
|
947
|
+
|
|
948
|
+
[Trigger scenarios]
|
|
949
|
+
|
|
950
|
+
## Analysis Workflow
|
|
951
|
+
|
|
952
|
+
### Step 1: Scan Files
|
|
953
|
+
\```bash
|
|
954
|
+
find . -name "pattern"
|
|
955
|
+
\```
|
|
956
|
+
|
|
957
|
+
### Step 2: Analyze Content
|
|
958
|
+
\```bash
|
|
959
|
+
grep "pattern" files
|
|
960
|
+
\```
|
|
961
|
+
|
|
962
|
+
### Step 3: Generate Report
|
|
963
|
+
[Report format]
|
|
964
|
+
|
|
965
|
+
## Metrics
|
|
966
|
+
|
|
967
|
+
- Metric 1
|
|
968
|
+
- Metric 2
|
|
969
|
+
- Metric 3
|
|
970
|
+
|
|
971
|
+
## Output Format
|
|
972
|
+
|
|
973
|
+
[How results are presented]
|
|
974
|
+
|
|
975
|
+
## Notes
|
|
976
|
+
|
|
977
|
+
- Read-only operation
|
|
978
|
+
- No modifications made
|
|
979
|
+
```
|
|
980
|
+
|
|
981
|
+
### Template 3: Data Transformation Skill
|
|
982
|
+
|
|
983
|
+
```markdown
|
|
984
|
+
---
|
|
985
|
+
name: transforming-data-format
|
|
986
|
+
description: Convert between formats. Use when [triggers].
|
|
987
|
+
---
|
|
988
|
+
|
|
989
|
+
# Data Transformation Skill
|
|
990
|
+
|
|
991
|
+
Convert data between [format A] and [format B].
|
|
992
|
+
|
|
993
|
+
## When to Use
|
|
994
|
+
|
|
995
|
+
[Trigger scenarios]
|
|
996
|
+
|
|
997
|
+
## Workflow
|
|
998
|
+
|
|
999
|
+
### Step 1: Detect Format
|
|
1000
|
+
Identify input format automatically.
|
|
1001
|
+
|
|
1002
|
+
### Step 2: Transform
|
|
1003
|
+
Apply conversion:
|
|
1004
|
+
\```bash
|
|
1005
|
+
python scripts/convert.py input output
|
|
1006
|
+
\```
|
|
1007
|
+
|
|
1008
|
+
### Step 3: Validate
|
|
1009
|
+
Ensure output is valid [format].
|
|
1010
|
+
|
|
1011
|
+
## Supported Formats
|
|
1012
|
+
|
|
1013
|
+
**Input**: [List]
|
|
1014
|
+
**Output**: [List]
|
|
1015
|
+
|
|
1016
|
+
## Options
|
|
1017
|
+
|
|
1018
|
+
- `--validate`: Validate after conversion
|
|
1019
|
+
- `--strict`: Strict mode (fail on warnings)
|
|
1020
|
+
|
|
1021
|
+
## Notes
|
|
1022
|
+
|
|
1023
|
+
[Important constraints]
|
|
1024
|
+
```
|