bsmnt 0.4.0 → 0.4.2
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/dist/{helpers/add → application/add-hooks}/index.d.ts +4 -4
- package/dist/application/add-hooks/index.d.ts.map +1 -0
- package/dist/{helpers/add → application/add-hooks}/index.js +22 -35
- package/dist/application/add-hooks/index.js.map +1 -0
- package/dist/{utils → application/add-integration}/format-results.d.ts +1 -6
- package/dist/application/add-integration/format-results.d.ts.map +1 -0
- package/dist/{utils → application/add-integration}/format-results.js +1 -6
- package/dist/application/add-integration/format-results.js.map +1 -0
- package/dist/{helpers/integrate → application/add-integration}/index.d.ts +2 -1
- package/dist/application/add-integration/index.d.ts.map +1 -0
- package/dist/{helpers/integrate → application/add-integration}/index.js +46 -41
- package/dist/application/add-integration/index.js.map +1 -0
- package/dist/application/create-project/build-context.d.ts +9 -0
- package/dist/application/create-project/build-context.d.ts.map +1 -0
- package/dist/application/create-project/build-context.js +13 -0
- package/dist/application/create-project/build-context.js.map +1 -0
- package/dist/application/create-project/index.d.ts +44 -0
- package/dist/application/create-project/index.d.ts.map +1 -0
- package/dist/application/create-project/index.js +70 -0
- package/dist/application/create-project/index.js.map +1 -0
- package/dist/application/create-project/map-selection-to-registry.d.ts +3 -0
- package/dist/application/create-project/map-selection-to-registry.d.ts.map +1 -0
- package/dist/application/create-project/map-selection-to-registry.js +30 -0
- package/dist/application/create-project/map-selection-to-registry.js.map +1 -0
- package/dist/application/create-project/resolve-selection.d.ts +15 -0
- package/dist/application/create-project/resolve-selection.d.ts.map +1 -0
- package/dist/application/create-project/resolve-selection.js +11 -0
- package/dist/application/create-project/resolve-selection.js.map +1 -0
- package/dist/{helpers/skills → application/install-skills}/index.d.ts +1 -1
- package/dist/application/install-skills/index.d.ts.map +1 -0
- package/dist/{helpers/skills → application/install-skills}/index.js +31 -44
- package/dist/application/install-skills/index.js.map +1 -0
- package/dist/{utils/detect-project.d.ts → application/shared/project-detection.d.ts} +8 -15
- package/dist/application/shared/project-detection.d.ts.map +1 -0
- package/dist/{utils/detect-project.js → application/shared/project-detection.js} +8 -24
- package/dist/application/shared/project-detection.js.map +1 -0
- package/dist/core/create/build-plan.d.ts +8 -0
- package/dist/core/create/build-plan.d.ts.map +1 -0
- package/dist/core/create/build-plan.js +89 -0
- package/dist/core/create/build-plan.js.map +1 -0
- package/dist/core/create/execute-plan.d.ts +23 -0
- package/dist/core/create/execute-plan.d.ts.map +1 -0
- package/dist/core/create/execute-plan.js +23 -0
- package/dist/core/create/execute-plan.js.map +1 -0
- package/dist/core/create/internal-ids.d.ts +23 -0
- package/dist/core/create/internal-ids.d.ts.map +1 -0
- package/dist/core/create/internal-ids.js +36 -0
- package/dist/core/create/internal-ids.js.map +1 -0
- package/dist/core/create/registry.d.ts +12 -0
- package/dist/core/create/registry.d.ts.map +1 -0
- package/dist/core/create/registry.js +33 -0
- package/dist/core/create/registry.js.map +1 -0
- package/dist/core/create/types.d.ts +96 -0
- package/dist/core/create/types.d.ts.map +1 -0
- package/dist/core/create/types.js +2 -0
- package/dist/core/create/types.js.map +1 -0
- package/dist/domain/agents.d.ts +61 -0
- package/dist/domain/agents.d.ts.map +1 -0
- package/dist/domain/agents.js +35 -0
- package/dist/domain/agents.js.map +1 -0
- package/dist/domain/animations.d.ts +20 -0
- package/dist/domain/animations.d.ts.map +1 -0
- package/dist/domain/animations.js +13 -0
- package/dist/domain/animations.js.map +1 -0
- package/dist/domain/cms.d.ts +24 -0
- package/dist/domain/cms.d.ts.map +1 -0
- package/dist/domain/cms.js +13 -0
- package/dist/domain/cms.js.map +1 -0
- package/dist/domain/hooks.d.ts +67 -0
- package/dist/domain/hooks.d.ts.map +1 -0
- package/dist/domain/hooks.js +52 -0
- package/dist/domain/hooks.js.map +1 -0
- package/dist/domain/skills.d.ts +70 -0
- package/dist/domain/skills.d.ts.map +1 -0
- package/dist/domain/skills.js +84 -0
- package/dist/domain/skills.js.map +1 -0
- package/dist/domain/templates.d.ts +51 -0
- package/dist/domain/templates.d.ts.map +1 -0
- package/dist/domain/templates.js +27 -0
- package/dist/domain/templates.js.map +1 -0
- package/dist/index.js +124 -115
- package/dist/index.js.map +1 -1
- package/dist/infrastructure/agents/register-sanity-mcp.d.ts +12 -0
- package/dist/infrastructure/agents/register-sanity-mcp.d.ts.map +1 -0
- package/dist/infrastructure/agents/register-sanity-mcp.js +153 -0
- package/dist/infrastructure/agents/register-sanity-mcp.js.map +1 -0
- package/dist/infrastructure/create/apply-copy-paths.d.ts +3 -0
- package/dist/infrastructure/create/apply-copy-paths.d.ts.map +1 -0
- package/dist/infrastructure/create/apply-copy-paths.js +12 -0
- package/dist/infrastructure/create/apply-copy-paths.js.map +1 -0
- package/dist/infrastructure/create/apply-merge-paths.d.ts +3 -0
- package/dist/infrastructure/create/apply-merge-paths.d.ts.map +1 -0
- package/dist/infrastructure/create/apply-merge-paths.js +17 -0
- package/dist/infrastructure/create/apply-merge-paths.js.map +1 -0
- package/dist/infrastructure/create/apply-package-json.d.ts +8 -0
- package/dist/infrastructure/create/apply-package-json.d.ts.map +1 -0
- package/dist/infrastructure/create/apply-package-json.js +46 -0
- package/dist/infrastructure/create/apply-package-json.js.map +1 -0
- package/dist/infrastructure/create/copy-template.d.ts +10 -0
- package/dist/infrastructure/create/copy-template.d.ts.map +1 -0
- package/dist/infrastructure/create/copy-template.js.map +1 -0
- package/dist/infrastructure/create/executor.d.ts +3 -0
- package/dist/infrastructure/create/executor.d.ts.map +1 -0
- package/dist/infrastructure/create/executor.js +21 -0
- package/dist/infrastructure/create/executor.js.map +1 -0
- package/dist/{helpers/create/init-git.d.ts → infrastructure/create/init-git-repo.d.ts} +2 -3
- package/dist/infrastructure/create/init-git-repo.d.ts.map +1 -0
- package/dist/{helpers/create/init-git.js → infrastructure/create/init-git-repo.js} +1 -4
- package/dist/infrastructure/create/init-git-repo.js.map +1 -0
- package/dist/{helpers/create/install.d.ts → infrastructure/create/install-dependencies.d.ts} +1 -1
- package/dist/infrastructure/create/install-dependencies.d.ts.map +1 -0
- package/dist/{helpers/create/install.js → infrastructure/create/install-dependencies.js} +1 -1
- package/dist/infrastructure/create/install-dependencies.js.map +1 -0
- package/dist/infrastructure/create/lifecycle-registry.d.ts +3 -0
- package/dist/infrastructure/create/lifecycle-registry.d.ts.map +1 -0
- package/dist/infrastructure/create/lifecycle-registry.js +38 -0
- package/dist/infrastructure/create/lifecycle-registry.js.map +1 -0
- package/dist/infrastructure/create/merge-registry.d.ts +3 -0
- package/dist/infrastructure/create/merge-registry.d.ts.map +1 -0
- package/dist/infrastructure/create/merge-registry.js +27 -0
- package/dist/infrastructure/create/merge-registry.js.map +1 -0
- package/dist/infrastructure/create/rename-files.d.ts.map +1 -0
- package/dist/infrastructure/create/rename-files.js.map +1 -0
- package/dist/{helpers → infrastructure}/create/setup-agent.d.ts +9 -7
- package/dist/infrastructure/create/setup-agent.d.ts.map +1 -0
- package/dist/infrastructure/create/setup-agent.js +77 -0
- package/dist/infrastructure/create/setup-agent.js.map +1 -0
- package/dist/infrastructure/create/setup-sanity.d.ts.map +1 -0
- package/dist/{helpers → infrastructure}/create/setup-sanity.js +1 -19
- package/dist/infrastructure/create/setup-sanity.js.map +1 -0
- package/dist/infrastructure/integrations/inject-integration.d.ts +9 -0
- package/dist/infrastructure/integrations/inject-integration.d.ts.map +1 -0
- package/dist/{helpers/integrate/merge-orchestrator.js → infrastructure/integrations/inject-integration.js} +26 -38
- package/dist/infrastructure/integrations/inject-integration.js.map +1 -0
- package/dist/modules/features/agents/index.d.ts +3 -0
- package/dist/modules/features/agents/index.d.ts.map +1 -0
- package/dist/modules/features/agents/index.js +4 -0
- package/dist/modules/features/agents/index.js.map +1 -0
- package/dist/modules/features/agents/shared.d.ts +4 -0
- package/dist/modules/features/agents/shared.d.ts.map +1 -0
- package/dist/modules/features/agents/shared.js +21 -0
- package/dist/modules/features/agents/shared.js.map +1 -0
- package/dist/{configs/animations.d.ts → modules/features/animation/config.d.ts} +1 -1
- package/dist/modules/features/animation/config.d.ts.map +1 -0
- package/dist/{configs/animations.js → modules/features/animation/config.js} +1 -1
- package/dist/modules/features/animation/config.js.map +1 -0
- package/dist/modules/features/animation/gsap.d.ts +3 -0
- package/dist/modules/features/animation/gsap.d.ts.map +1 -0
- package/dist/modules/features/animation/gsap.js +16 -0
- package/dist/modules/features/animation/gsap.js.map +1 -0
- package/dist/modules/features/animation/index.d.ts +3 -0
- package/dist/modules/features/animation/index.d.ts.map +1 -0
- package/dist/modules/features/animation/index.js +4 -0
- package/dist/modules/features/animation/index.js.map +1 -0
- package/dist/modules/features/animation/motion.d.ts +3 -0
- package/dist/modules/features/animation/motion.d.ts.map +1 -0
- package/dist/modules/features/animation/motion.js +16 -0
- package/dist/modules/features/animation/motion.js.map +1 -0
- package/dist/modules/features/cms/index.d.ts +3 -0
- package/dist/modules/features/cms/index.d.ts.map +1 -0
- package/dist/modules/features/cms/index.js +7 -0
- package/dist/modules/features/cms/index.js.map +1 -0
- package/dist/modules/features/cms/sanity/config.d.ts.map +1 -0
- package/dist/{helpers/integrate → modules/features/cms}/sanity/config.js +3 -2
- package/dist/modules/features/cms/sanity/config.js.map +1 -0
- package/dist/modules/features/cms/sanity/index.d.ts +3 -0
- package/dist/modules/features/cms/sanity/index.d.ts.map +1 -0
- package/dist/modules/features/cms/sanity/index.js +61 -0
- package/dist/modules/features/cms/sanity/index.js.map +1 -0
- package/dist/{helpers/integrate/sanity/mergers/check-integration-merger.d.ts → modules/features/cms/sanity/mergers/check-integration.d.ts} +1 -1
- package/dist/modules/features/cms/sanity/mergers/check-integration.d.ts.map +1 -0
- package/dist/{helpers/integrate/sanity/mergers/check-integration-merger.js → modules/features/cms/sanity/mergers/check-integration.js} +1 -1
- package/dist/modules/features/cms/sanity/mergers/check-integration.js.map +1 -0
- package/dist/{helpers/integrate/sanity/mergers/layout-merger.d.ts → modules/features/cms/sanity/mergers/layout.d.ts} +1 -1
- package/dist/modules/features/cms/sanity/mergers/layout.d.ts.map +1 -0
- package/dist/{helpers/integrate/sanity/mergers/layout-merger.js → modules/features/cms/sanity/mergers/layout.js} +1 -1
- package/dist/modules/features/cms/sanity/mergers/layout.js.map +1 -0
- package/dist/modules/features/cms/sanity/mergers/sitemap.d.ts +13 -0
- package/dist/modules/features/cms/sanity/mergers/sitemap.d.ts.map +1 -0
- package/dist/modules/features/cms/sanity/mergers/sitemap.js +92 -0
- package/dist/modules/features/cms/sanity/mergers/sitemap.js.map +1 -0
- package/dist/modules/features/cms/sanity-pagebuilder/config.d.ts +14 -0
- package/dist/modules/features/cms/sanity-pagebuilder/config.d.ts.map +1 -0
- package/dist/modules/features/cms/sanity-pagebuilder/config.js +44 -0
- package/dist/modules/features/cms/sanity-pagebuilder/config.js.map +1 -0
- package/dist/modules/features/cms/sanity-pagebuilder/index.d.ts +3 -0
- package/dist/modules/features/cms/sanity-pagebuilder/index.d.ts.map +1 -0
- package/dist/modules/features/cms/sanity-pagebuilder/index.js +46 -0
- package/dist/modules/features/cms/sanity-pagebuilder/index.js.map +1 -0
- package/dist/modules/features/hooks/factory.d.ts +4 -0
- package/dist/modules/features/hooks/factory.d.ts.map +1 -0
- package/dist/modules/features/hooks/factory.js +26 -0
- package/dist/modules/features/hooks/factory.js.map +1 -0
- package/dist/modules/features/hooks/index.d.ts +3 -0
- package/dist/modules/features/hooks/index.d.ts.map +1 -0
- package/dist/modules/features/hooks/index.js +4 -0
- package/dist/modules/features/hooks/index.js.map +1 -0
- package/dist/modules/presets/index.d.ts +3 -0
- package/dist/modules/presets/index.d.ts.map +1 -0
- package/dist/modules/presets/index.js +11 -0
- package/dist/modules/presets/index.js.map +1 -0
- package/dist/modules/presets/next-default.d.ts +3 -0
- package/dist/modules/presets/next-default.d.ts.map +1 -0
- package/dist/modules/presets/next-default.js +9 -0
- package/dist/modules/presets/next-default.js.map +1 -0
- package/dist/modules/presets/next-experiments.d.ts +3 -0
- package/dist/modules/presets/next-experiments.d.ts.map +1 -0
- package/dist/modules/presets/next-experiments.js +9 -0
- package/dist/modules/presets/next-experiments.js.map +1 -0
- package/dist/modules/presets/next-pagebuilder.d.ts +3 -0
- package/dist/modules/presets/next-pagebuilder.d.ts.map +1 -0
- package/dist/modules/presets/next-pagebuilder.js +10 -0
- package/dist/modules/presets/next-pagebuilder.js.map +1 -0
- package/dist/modules/presets/next-webgl.d.ts +3 -0
- package/dist/modules/presets/next-webgl.d.ts.map +1 -0
- package/dist/modules/presets/next-webgl.js +9 -0
- package/dist/modules/presets/next-webgl.js.map +1 -0
- package/dist/paths.d.ts +7 -1
- package/dist/paths.d.ts.map +1 -1
- package/dist/paths.js +8 -2
- package/dist/paths.js.map +1 -1
- package/index.js +2 -2
- package/package.json +11 -4
- package/src/modules/features/cms/sanity/files/.knip.json +8 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/api/blog/[slug]/route.ts +3 -4
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/api/revalidate/route.ts +1 -4
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/blog/[slug]/page.tsx +8 -9
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/layout.tsx +2 -2
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/sitemap.md/route.ts +18 -29
- package/src/modules/features/cms/sanity/files/app/sitemap.xml/route.ts +51 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/env.ts +2 -4
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/queries.ts +0 -42
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/index.ts +1 -1
- package/src/modules/features/cms/sanity/files/lib/scripts/copy-sanity-mcp.ts +23 -0
- package/src/modules/features/cms/sanity/files/lib/scripts/generate-page.ts +297 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/utils/json-ld.tsx +1 -6
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/utils/metadata.ts +2 -2
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/utils/url.ts +4 -2
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/proxy.ts +11 -11
- package/src/template-hooks/use-device-perf.ts +27 -17
- package/src/templates/next-default/.env.example +3 -3
- package/src/templates/next-default/.vscode/extensions.json +1 -5
- package/src/templates/next-default/.vscode/settings.json +1 -1
- package/src/templates/next-default/.zed/settings.json +47 -0
- package/src/templates/next-default/README.md +7 -6
- package/src/templates/next-default/_gitignore +1 -3
- package/src/templates/next-default/app/layout.tsx +21 -35
- package/src/templates/next-default/app/robots.ts +3 -4
- package/src/templates/next-default/app/sitemap.xml/route.ts +29 -29
- package/src/templates/next-default/biome.json +9 -2
- package/src/templates/next-default/components/ui/image/index.tsx +2 -1
- package/src/templates/next-default/components/ui/link/index.tsx +35 -35
- package/src/templates/next-default/lefthook.yml +25 -0
- package/src/templates/next-default/lib/README.md +8 -4
- package/src/templates/next-default/lib/hooks/use-media.ts +6 -3
- package/src/templates/next-default/lib/scripts/dev.ts +32 -0
- package/src/templates/next-default/lib/styles/README.md +13 -0
- package/src/templates/next-default/lib/styles/fonts.ts +20 -0
- package/src/templates/next-default/lib/styles/global.css +15 -196
- package/src/templates/next-default/lib/styles/index.css +3 -0
- package/src/templates/next-default/lib/styles/tokens.css +182 -0
- package/src/templates/next-default/lib/utils/README.md +40 -0
- package/src/templates/next-default/lib/utils/easings.ts +240 -0
- package/src/templates/next-default/lib/utils/fetch.ts +84 -0
- package/src/templates/next-default/lib/utils/global-css.d.ts +1 -0
- package/src/templates/next-default/lib/utils/json-ld.tsx +70 -68
- package/src/templates/next-default/lib/utils/math.ts +236 -0
- package/src/templates/next-default/lib/utils/metadata.ts +26 -27
- package/src/templates/next-default/lib/utils/strings.ts +246 -0
- package/src/templates/next-default/lib/utils/types.d.ts +15 -0
- package/src/templates/next-default/lib/utils/url.ts +8 -5
- package/src/templates/next-default/lib/utils/viewport.ts +199 -0
- package/src/templates/next-default/package.json +12 -7
- package/src/templates/next-default/svg.d.ts +1 -0
- package/src/templates/next-experiments/.env.example +3 -3
- package/src/templates/next-experiments/.knip.json +3 -0
- package/src/templates/next-experiments/.vscode/extensions.json +1 -5
- package/src/templates/next-experiments/.vscode/settings.json +1 -1
- package/src/templates/next-experiments/.zed/settings.json +47 -0
- package/src/templates/next-experiments/README.md +7 -6
- package/src/templates/next-experiments/_gitignore +1 -3
- package/src/templates/next-experiments/app/layout.tsx +21 -35
- package/src/templates/next-experiments/app/robots.ts +5 -2
- package/src/templates/next-experiments/app/sitemap.xml/route.ts +51 -0
- package/src/templates/next-experiments/biome.json +4 -2
- package/src/templates/next-experiments/components/layout/navigation-menu.tsx +1 -1
- package/src/templates/next-experiments/components/layout/wrapper/index.tsx +6 -6
- package/src/templates/next-experiments/components/ui/image/index.tsx +33 -33
- package/src/templates/next-experiments/lib/README.md +8 -4
- package/src/templates/next-experiments/lib/hooks/use-media.ts +6 -3
- package/src/templates/next-experiments/lib/scripts/dev.ts +32 -0
- package/src/templates/next-experiments/lib/styles/README.md +13 -0
- package/src/templates/next-experiments/lib/styles/fonts.ts +20 -0
- package/src/templates/next-experiments/lib/styles/global.css +16 -196
- package/src/templates/next-experiments/lib/styles/index.css +3 -0
- package/src/templates/next-experiments/lib/styles/tokens.css +182 -0
- package/src/templates/next-experiments/lib/utils/README.md +40 -0
- package/src/templates/next-experiments/lib/utils/easings.ts +240 -0
- package/src/templates/next-experiments/lib/utils/fetch.ts +84 -0
- package/src/templates/next-experiments/lib/utils/global-css.d.ts +1 -0
- package/src/templates/next-experiments/lib/utils/json-ld.tsx +70 -68
- package/src/templates/next-experiments/lib/utils/math.ts +236 -0
- package/src/templates/next-experiments/lib/utils/metadata.ts +26 -27
- package/src/templates/next-experiments/lib/utils/strings.ts +246 -0
- package/src/templates/next-experiments/lib/utils/types.d.ts +15 -0
- package/src/templates/next-experiments/lib/utils/url.ts +8 -5
- package/src/templates/next-experiments/lib/utils/viewport.ts +199 -0
- package/src/templates/next-experiments/package.json +6 -6
- package/src/templates/next-experiments/svg.d.ts +1 -0
- package/src/templates/next-pagebuilder/.vscode/extensions.json +16 -0
- package/src/templates/next-pagebuilder/.vscode/settings.json +105 -0
- package/src/templates/next-pagebuilder/.zed/settings.json +47 -0
- package/src/templates/next-pagebuilder/_gitignore +1 -3
- package/src/templates/next-pagebuilder/app/(content)/[[...slug]]/page.tsx +17 -8
- package/src/templates/next-pagebuilder/app/(content)/layout.tsx +18 -7
- package/src/templates/next-pagebuilder/app/actions/refresh.ts +5 -0
- package/src/templates/next-pagebuilder/app/robots.ts +3 -4
- package/src/templates/next-pagebuilder/biome.json +17 -0
- package/src/templates/next-pagebuilder/components/layout/footer/index.tsx +17 -22
- package/src/templates/next-pagebuilder/components/layout/header/index.tsx +3 -5
- package/src/templates/next-pagebuilder/components/layout/json-ld/index.tsx +11 -10
- package/src/templates/next-pagebuilder/components/layout/wrapper/index.tsx +14 -4
- package/src/templates/next-pagebuilder/components/page-builder/components/article-content/index.tsx +4 -9
- package/src/templates/next-pagebuilder/components/page-builder/components/article-content/related-post-item.tsx +4 -4
- package/src/templates/next-pagebuilder/components/page-builder/components/{post-collection → content-collection}/content-card.tsx +2 -2
- package/src/templates/next-pagebuilder/components/page-builder/components/content-collection/content-filters.tsx +93 -0
- package/src/templates/next-pagebuilder/components/page-builder/components/{post-collection → content-collection}/content-grid.tsx +7 -9
- package/src/templates/next-pagebuilder/components/page-builder/components/content-collection/content-pagination-nav.tsx +71 -0
- package/src/templates/next-pagebuilder/components/page-builder/components/content-collection/index.tsx +219 -0
- package/src/templates/next-pagebuilder/components/page-builder/components/{post-collection → content-collection}/types.ts +7 -4
- package/src/templates/next-pagebuilder/components/page-builder/renderer.tsx +17 -5
- package/src/templates/next-pagebuilder/components/page-builder/types.ts +9 -7
- package/src/templates/next-pagebuilder/components/page-document/index.tsx +19 -4
- package/src/templates/next-pagebuilder/lefthook.yml +25 -0
- package/src/templates/next-pagebuilder/lib/integrations/sanity/sanity.types.ts +208 -0
- package/src/templates/next-pagebuilder/lib/styles/global.css +0 -1
- package/src/templates/next-pagebuilder/next.config.ts +1 -0
- package/src/templates/next-pagebuilder/package.json +13 -26
- package/src/templates/next-pagebuilder/postcss.config.mjs +27 -1
- package/src/templates/next-pagebuilder/svg.d.ts +1 -0
- package/src/templates/next-webgl/.env.example +3 -3
- package/src/templates/next-webgl/.vscode/extensions.json +1 -5
- package/src/templates/next-webgl/.vscode/settings.json +1 -1
- package/src/templates/next-webgl/.zed/settings.json +47 -0
- package/src/templates/next-webgl/README.md +7 -6
- package/src/templates/next-webgl/_gitignore +1 -3
- package/src/templates/next-webgl/app/layout.tsx +21 -35
- package/src/templates/next-webgl/app/robots.ts +3 -4
- package/src/templates/next-webgl/app/sitemap.xml/route.ts +29 -29
- package/src/templates/next-webgl/biome.json +9 -2
- package/src/templates/next-webgl/components/ui/image/index.tsx +2 -1
- package/src/templates/next-webgl/components/webgl/components/scene/index.tsx +0 -2
- package/src/templates/next-webgl/lefthook.yml +25 -0
- package/src/templates/next-webgl/lib/README.md +8 -4
- package/src/templates/next-webgl/lib/hooks/use-media.ts +6 -3
- package/src/templates/next-webgl/lib/scripts/dev.ts +32 -0
- package/src/templates/next-webgl/lib/styles/README.md +13 -0
- package/src/templates/next-webgl/lib/styles/fonts.ts +20 -0
- package/src/templates/next-webgl/lib/styles/global.css +16 -196
- package/src/templates/next-webgl/lib/styles/index.css +3 -0
- package/src/templates/next-webgl/lib/styles/tokens.css +182 -0
- package/src/templates/next-webgl/lib/utils/README.md +40 -0
- package/src/templates/next-webgl/lib/utils/easings.ts +240 -0
- package/src/templates/next-webgl/lib/utils/fetch.ts +84 -0
- package/src/templates/next-webgl/lib/utils/global-css.d.ts +1 -0
- package/src/templates/next-webgl/lib/utils/json-ld.tsx +70 -68
- package/src/templates/next-webgl/lib/utils/math.ts +236 -0
- package/src/templates/next-webgl/lib/utils/metadata.ts +26 -27
- package/src/templates/next-webgl/lib/utils/strings.ts +246 -0
- package/src/templates/next-webgl/lib/utils/types.d.ts +15 -0
- package/src/templates/next-webgl/lib/utils/url.ts +8 -5
- package/src/templates/next-webgl/lib/utils/viewport.ts +199 -0
- package/src/templates/next-webgl/package.json +13 -8
- package/src/templates/next-webgl/svg.d.ts +1 -0
- package/src/templates/next-webgl/tsconfig.tsbuildinfo +1 -1
- package/dist/configs/animations.d.ts.map +0 -1
- package/dist/configs/animations.js.map +0 -1
- package/dist/configs/skills.d.ts +0 -27
- package/dist/configs/skills.d.ts.map +0 -1
- package/dist/configs/skills.js +0 -18
- package/dist/configs/skills.js.map +0 -1
- package/dist/configs/skills.json +0 -26
- package/dist/helpers/add/hooks-config.d.ts +0 -22
- package/dist/helpers/add/hooks-config.d.ts.map +0 -1
- package/dist/helpers/add/hooks-config.js +0 -31
- package/dist/helpers/add/hooks-config.js.map +0 -1
- package/dist/helpers/add/index.d.ts.map +0 -1
- package/dist/helpers/add/index.js.map +0 -1
- package/dist/helpers/create/copy-template.d.ts +0 -11
- package/dist/helpers/create/copy-template.d.ts.map +0 -1
- package/dist/helpers/create/copy-template.js.map +0 -1
- package/dist/helpers/create/index.d.ts +0 -24
- package/dist/helpers/create/index.d.ts.map +0 -1
- package/dist/helpers/create/index.js +0 -99
- package/dist/helpers/create/index.js.map +0 -1
- package/dist/helpers/create/init-git.d.ts.map +0 -1
- package/dist/helpers/create/init-git.js.map +0 -1
- package/dist/helpers/create/install.d.ts.map +0 -1
- package/dist/helpers/create/install.js.map +0 -1
- package/dist/helpers/create/rename-files.d.ts.map +0 -1
- package/dist/helpers/create/rename-files.js.map +0 -1
- package/dist/helpers/create/setup-agent.d.ts.map +0 -1
- package/dist/helpers/create/setup-agent.js +0 -91
- package/dist/helpers/create/setup-agent.js.map +0 -1
- package/dist/helpers/create/setup-sanity.d.ts.map +0 -1
- package/dist/helpers/create/setup-sanity.js.map +0 -1
- package/dist/helpers/create/update-package.d.ts +0 -20
- package/dist/helpers/create/update-package.d.ts.map +0 -1
- package/dist/helpers/create/update-package.js +0 -97
- package/dist/helpers/create/update-package.js.map +0 -1
- package/dist/helpers/integrate/index.d.ts.map +0 -1
- package/dist/helpers/integrate/index.js.map +0 -1
- package/dist/helpers/integrate/merge-config.d.ts +0 -21
- package/dist/helpers/integrate/merge-config.d.ts.map +0 -1
- package/dist/helpers/integrate/merge-config.js +0 -42
- package/dist/helpers/integrate/merge-config.js.map +0 -1
- package/dist/helpers/integrate/merge-orchestrator.d.ts +0 -10
- package/dist/helpers/integrate/merge-orchestrator.d.ts.map +0 -1
- package/dist/helpers/integrate/merge-orchestrator.js.map +0 -1
- package/dist/helpers/integrate/sanity/config.d.ts.map +0 -1
- package/dist/helpers/integrate/sanity/config.js.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/check-integration-merger.d.ts.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/check-integration-merger.js.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/layout-merger.d.ts.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/layout-merger.js.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/sitemap-merger.d.ts +0 -11
- package/dist/helpers/integrate/sanity/mergers/sitemap-merger.d.ts.map +0 -1
- package/dist/helpers/integrate/sanity/mergers/sitemap-merger.js +0 -133
- package/dist/helpers/integrate/sanity/mergers/sitemap-merger.js.map +0 -1
- package/dist/helpers/skills/index.d.ts.map +0 -1
- package/dist/helpers/skills/index.js.map +0 -1
- package/dist/utils/detect-project.d.ts.map +0 -1
- package/dist/utils/detect-project.js.map +0 -1
- package/dist/utils/format-results.d.ts.map +0 -1
- package/dist/utils/format-results.js.map +0 -1
- package/src/helpers/integrate/sanity/files/lib/integrations/sanity/WEBHOOK-SETUP.md +0 -74
- package/src/helpers/integrate/sanity/files/lib/integrations/sanity/sitemap.ts +0 -90
- package/src/template-hooks/config.js +0 -32
- package/src/templates/next-default/css.d.ts +0 -1
- package/src/templates/next-default/lib/utils/portable-text-to-markdown.ts +0 -83
- package/src/templates/next-default/tsconfig.tsbuildinfo +0 -1
- package/src/templates/next-experiments/css.d.ts +0 -1
- package/src/templates/next-experiments/lib/utils/portable-text-to-markdown.ts +0 -83
- package/src/templates/next-pagebuilder/app/api/[[...slug]]/route.ts +0 -100
- package/src/templates/next-pagebuilder/app/api/draft-mode/disable/route.ts +0 -7
- package/src/templates/next-pagebuilder/app/api/draft-mode/enable/route.ts +0 -20
- package/src/templates/next-pagebuilder/app/api/revalidate/route.ts +0 -121
- package/src/templates/next-pagebuilder/app/sitemap.md/route.ts +0 -124
- package/src/templates/next-pagebuilder/app/studio/[[...tool]]/page.tsx +0 -8
- package/src/templates/next-pagebuilder/components/page-builder/components/post-collection/index.tsx +0 -28
- package/src/templates/next-pagebuilder/components/sanity/draft-mode-toggle.tsx +0 -27
- package/src/templates/next-pagebuilder/components/sanity/rich-text.tsx +0 -87
- package/src/templates/next-pagebuilder/components/sanity/visual-editing.tsx +0 -27
- package/src/templates/next-pagebuilder/components/ui/sanity-image/index.tsx +0 -41
- package/src/templates/next-pagebuilder/lib/integrations/check-integration.ts +0 -5
- package/src/templates/next-pagebuilder/lib/integrations/sanity/client.ts +0 -27
- package/src/templates/next-pagebuilder/lib/integrations/sanity/components/disable-draft-mode.tsx +0 -23
- package/src/templates/next-pagebuilder/lib/integrations/sanity/components/page-builder-input.tsx +0 -36
- package/src/templates/next-pagebuilder/lib/integrations/sanity/components/page-category-input.tsx +0 -50
- package/src/templates/next-pagebuilder/lib/integrations/sanity/components/rich-text.tsx +0 -84
- package/src/templates/next-pagebuilder/lib/integrations/sanity/confirm-publish-action.ts +0 -40
- package/src/templates/next-pagebuilder/lib/integrations/sanity/env.ts +0 -34
- package/src/templates/next-pagebuilder/lib/integrations/sanity/fetchers/layout.ts +0 -35
- package/src/templates/next-pagebuilder/lib/integrations/sanity/icons.ts +0 -58
- package/src/templates/next-pagebuilder/lib/integrations/sanity/live/index.tsx +0 -61
- package/src/templates/next-pagebuilder/lib/integrations/sanity/markdown-proxy.config.ts +0 -50
- package/src/templates/next-pagebuilder/lib/integrations/sanity/page-builder-config.ts +0 -132
- package/src/templates/next-pagebuilder/lib/integrations/sanity/page-category.ts +0 -28
- package/src/templates/next-pagebuilder/lib/integrations/sanity/queries.ts +0 -281
- package/src/templates/next-pagebuilder/lib/integrations/sanity/sanity.cli.ts +0 -29
- package/src/templates/next-pagebuilder/lib/integrations/sanity/sanity.config.ts +0 -211
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/components/index.ts +0 -4
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/components/reusable/blog-content.ts +0 -89
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/components/reusable/description.ts +0 -29
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/components/reusable/hero.ts +0 -28
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/components/singleton/content-collection.ts +0 -45
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/content/author.ts +0 -70
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/content/blog-category.ts +0 -55
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/index.ts +0 -96
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/layout/company-data.ts +0 -62
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/layout/footer.ts +0 -79
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/layout/navbar.ts +0 -74
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/link.ts +0 -125
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/logo-field.ts +0 -9
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/metadata.ts +0 -68
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/nav-objects.ts +0 -192
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/page-builder.ts +0 -39
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/page-folder.ts +0 -124
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/page.ts +0 -232
- package/src/templates/next-pagebuilder/lib/integrations/sanity/schemas/shared/richText.ts +0 -63
- package/src/templates/next-pagebuilder/lib/integrations/sanity/singletons.ts +0 -44
- package/src/templates/next-pagebuilder/lib/integrations/sanity/structure.ts +0 -453
- package/src/templates/next-pagebuilder/lib/integrations/sanity/utils/image.ts +0 -8
- package/src/templates/next-pagebuilder/lib/integrations/sanity/utils/link.ts +0 -137
- package/src/templates/next-pagebuilder/lib/integrations/sanity/utils/page-builder-markdown.ts +0 -81
- package/src/templates/next-pagebuilder/lib/scripts/sanity-typegen.ts +0 -45
- package/src/templates/next-pagebuilder/lib/utils/json-ld.tsx +0 -213
- package/src/templates/next-pagebuilder/lib/utils/metadata.ts +0 -167
- package/src/templates/next-pagebuilder/lib/utils/sitemap.ts +0 -37
- package/src/templates/next-pagebuilder/proxy.ts +0 -81
- package/src/templates/next-webgl/css.d.ts +0 -1
- package/src/templates/next-webgl/lib/utils/portable-text-to-markdown.ts +0 -83
- package/dist/{helpers → infrastructure}/create/copy-template.js +0 -0
- package/dist/{helpers → infrastructure}/create/rename-files.d.ts +0 -0
- package/dist/{helpers → infrastructure}/create/rename-files.js +0 -0
- package/dist/{helpers → infrastructure}/create/setup-sanity.d.ts +0 -0
- package/dist/{helpers/integrate → modules/features/cms}/sanity/config.d.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/api/draft-mode/disable/route.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/api/draft-mode/enable/route.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/studio/[[...tool]]/page.tsx +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/app/studio/layout.tsx +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/components/ui/sanity-image/index.tsx +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/README.md +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/check-integration.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/MARKDOWN-PROXY.md +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/README.md +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/client.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/components/disable-draft-mode.tsx +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/components/rich-text.tsx +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/confirm-publish-action.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/live/index.tsx +1 -1
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/markdown-proxy.config.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/sanity.cli.ts +0 -0
- package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/sanity.config.ts +1 -1
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/sanity.types.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schema.json +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/article.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/example.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/link.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/metadata.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/navigation.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/schemas/richText.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/structure.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/utils/image.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/integrations/sanity/utils/link.ts +0 -0
- /package/src/{helpers/integrate → modules/features/cms}/sanity/files/lib/utils/portable-text-to-markdown.ts +0 -0
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import type { AgentId } from "../../domain/agents.js";
|
|
2
|
+
import type { AnimationId } from "../../domain/animations.js";
|
|
3
|
+
import type { CmsId } from "../../domain/cms.js";
|
|
4
|
+
import type { HookId } from "../../domain/hooks.js";
|
|
5
|
+
import type { TemplateId } from "../../domain/templates.js";
|
|
6
|
+
import type { CreateLifecycleStepId, CreateMergerId } from "./internal-ids.js";
|
|
7
|
+
export type PresetModuleId = string;
|
|
8
|
+
export type FeatureModuleId = string;
|
|
9
|
+
export type LifecycleStage = "preInstall" | "postInstall" | "finalize";
|
|
10
|
+
export interface PackageJsonContribution {
|
|
11
|
+
dependencies?: Record<string, string>;
|
|
12
|
+
devDependencies?: Record<string, string>;
|
|
13
|
+
scripts?: Record<string, string>;
|
|
14
|
+
}
|
|
15
|
+
export interface CopyOperation {
|
|
16
|
+
from: string;
|
|
17
|
+
to: string;
|
|
18
|
+
overwrite?: boolean;
|
|
19
|
+
}
|
|
20
|
+
export interface MergeOperation {
|
|
21
|
+
target: string;
|
|
22
|
+
mergerId: CreateMergerId;
|
|
23
|
+
source?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface EnvRequirement {
|
|
26
|
+
key: string;
|
|
27
|
+
required?: boolean;
|
|
28
|
+
example?: string;
|
|
29
|
+
}
|
|
30
|
+
export interface LifecycleStep {
|
|
31
|
+
id: CreateLifecycleStepId;
|
|
32
|
+
payload?: Record<string, string | boolean | number | null>;
|
|
33
|
+
}
|
|
34
|
+
export interface LifecycleContributions {
|
|
35
|
+
preInstall?: LifecycleStep[];
|
|
36
|
+
postInstall?: LifecycleStep[];
|
|
37
|
+
finalize?: LifecycleStep[];
|
|
38
|
+
}
|
|
39
|
+
export interface Contribution {
|
|
40
|
+
packageJson?: PackageJsonContribution;
|
|
41
|
+
copyPaths?: CopyOperation[];
|
|
42
|
+
mergePaths?: MergeOperation[];
|
|
43
|
+
env?: EnvRequirement[];
|
|
44
|
+
lifecycle?: LifecycleContributions;
|
|
45
|
+
}
|
|
46
|
+
export interface CreateSelection {
|
|
47
|
+
template: TemplateId;
|
|
48
|
+
cms: CmsId | null;
|
|
49
|
+
animation: AnimationId | null;
|
|
50
|
+
agents: AgentId[];
|
|
51
|
+
hooks: HookId[];
|
|
52
|
+
}
|
|
53
|
+
export interface RegistrySelection {
|
|
54
|
+
presetId: PresetModuleId;
|
|
55
|
+
featureIds: FeatureModuleId[];
|
|
56
|
+
}
|
|
57
|
+
export interface CreateContext {
|
|
58
|
+
projectName: string;
|
|
59
|
+
targetDir: string;
|
|
60
|
+
pathPrefix: "" | "src/";
|
|
61
|
+
template: TemplateId;
|
|
62
|
+
cms: CmsId | null;
|
|
63
|
+
animation: AnimationId | null;
|
|
64
|
+
agents: AgentId[];
|
|
65
|
+
hooks: HookId[];
|
|
66
|
+
}
|
|
67
|
+
export interface PresetModule {
|
|
68
|
+
id: PresetModuleId;
|
|
69
|
+
kind: "preset";
|
|
70
|
+
label: string;
|
|
71
|
+
description: string;
|
|
72
|
+
template: TemplateId;
|
|
73
|
+
allowedFeatures?: FeatureModuleId[];
|
|
74
|
+
defaultFeatures?: FeatureModuleId[];
|
|
75
|
+
recommendedFeatures?: FeatureModuleId[];
|
|
76
|
+
contribute?: (context: CreateContext) => Contribution;
|
|
77
|
+
}
|
|
78
|
+
export interface FeatureModule {
|
|
79
|
+
id: FeatureModuleId;
|
|
80
|
+
kind: "feature";
|
|
81
|
+
label: string;
|
|
82
|
+
requires?: FeatureModuleId[];
|
|
83
|
+
conflictsWith?: FeatureModuleId[];
|
|
84
|
+
contribute: (context: CreateContext) => Contribution;
|
|
85
|
+
}
|
|
86
|
+
export interface CreatePlan {
|
|
87
|
+
preset: PresetModule;
|
|
88
|
+
features: FeatureModule[];
|
|
89
|
+
template: TemplateId;
|
|
90
|
+
packageJson: Required<PackageJsonContribution>;
|
|
91
|
+
copyPaths: CopyOperation[];
|
|
92
|
+
mergePaths: MergeOperation[];
|
|
93
|
+
env: EnvRequirement[];
|
|
94
|
+
lifecycle: Required<LifecycleContributions>;
|
|
95
|
+
}
|
|
96
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/core/create/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/core/create/types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export interface AgentDefinition {
|
|
2
|
+
label: string;
|
|
3
|
+
cliArg: string;
|
|
4
|
+
folder: string;
|
|
5
|
+
}
|
|
6
|
+
export declare const AGENTS: {
|
|
7
|
+
readonly claude: {
|
|
8
|
+
readonly label: "Claude Code";
|
|
9
|
+
readonly cliArg: "claude-code";
|
|
10
|
+
readonly folder: ".claude";
|
|
11
|
+
};
|
|
12
|
+
readonly opencode: {
|
|
13
|
+
readonly label: "OpenCode";
|
|
14
|
+
readonly cliArg: "opencode";
|
|
15
|
+
readonly folder: ".opencode";
|
|
16
|
+
};
|
|
17
|
+
readonly cursor: {
|
|
18
|
+
readonly label: "Cursor";
|
|
19
|
+
readonly cliArg: "cursor";
|
|
20
|
+
readonly folder: ".cursor";
|
|
21
|
+
};
|
|
22
|
+
readonly codex: {
|
|
23
|
+
readonly label: "Codex";
|
|
24
|
+
readonly cliArg: "codex";
|
|
25
|
+
readonly folder: ".codex";
|
|
26
|
+
};
|
|
27
|
+
readonly gemini: {
|
|
28
|
+
readonly label: "Gemini CLI";
|
|
29
|
+
readonly cliArg: "gemini-cli";
|
|
30
|
+
readonly folder: ".gemini";
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
export type AgentId = keyof typeof AGENTS;
|
|
34
|
+
export declare const AGENT_CATALOG: ({
|
|
35
|
+
label: "Claude Code";
|
|
36
|
+
cliArg: "claude-code";
|
|
37
|
+
folder: ".claude";
|
|
38
|
+
id: AgentId;
|
|
39
|
+
} | {
|
|
40
|
+
label: "OpenCode";
|
|
41
|
+
cliArg: "opencode";
|
|
42
|
+
folder: ".opencode";
|
|
43
|
+
id: AgentId;
|
|
44
|
+
} | {
|
|
45
|
+
label: "Cursor";
|
|
46
|
+
cliArg: "cursor";
|
|
47
|
+
folder: ".cursor";
|
|
48
|
+
id: AgentId;
|
|
49
|
+
} | {
|
|
50
|
+
label: "Codex";
|
|
51
|
+
cliArg: "codex";
|
|
52
|
+
folder: ".codex";
|
|
53
|
+
id: AgentId;
|
|
54
|
+
} | {
|
|
55
|
+
label: "Gemini CLI";
|
|
56
|
+
cliArg: "gemini-cli";
|
|
57
|
+
folder: ".gemini";
|
|
58
|
+
id: AgentId;
|
|
59
|
+
})[];
|
|
60
|
+
export declare function isAgentId(value: unknown): value is AgentId;
|
|
61
|
+
//# sourceMappingURL=agents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agents.d.ts","sourceRoot":"","sources":["../../src/domain/agents.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BiC,CAAC;AAErD,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,MAAM,CAAC;AAE1C,eAAO,MAAM,aAAa;;;;QACf,OAAO;;;;;QAAP,OAAO;;;;;QAAP,OAAO;;;;;QAAP,OAAO;;;;;QAAP,OAAO;IAEf,CAAC;AAEJ,wBAAgB,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,OAAO,CAE1D"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export const AGENTS = {
|
|
2
|
+
claude: {
|
|
3
|
+
label: "Claude Code",
|
|
4
|
+
cliArg: "claude-code",
|
|
5
|
+
folder: ".claude",
|
|
6
|
+
},
|
|
7
|
+
opencode: {
|
|
8
|
+
label: "OpenCode",
|
|
9
|
+
cliArg: "opencode",
|
|
10
|
+
folder: ".opencode",
|
|
11
|
+
},
|
|
12
|
+
cursor: {
|
|
13
|
+
label: "Cursor",
|
|
14
|
+
cliArg: "cursor",
|
|
15
|
+
folder: ".cursor",
|
|
16
|
+
},
|
|
17
|
+
codex: {
|
|
18
|
+
label: "Codex",
|
|
19
|
+
cliArg: "codex",
|
|
20
|
+
folder: ".codex",
|
|
21
|
+
},
|
|
22
|
+
gemini: {
|
|
23
|
+
label: "Gemini CLI",
|
|
24
|
+
cliArg: "gemini-cli",
|
|
25
|
+
folder: ".gemini",
|
|
26
|
+
},
|
|
27
|
+
};
|
|
28
|
+
export const AGENT_CATALOG = Object.entries(AGENTS).map(([id, agent]) => ({
|
|
29
|
+
id: id,
|
|
30
|
+
...agent,
|
|
31
|
+
}));
|
|
32
|
+
export function isAgentId(value) {
|
|
33
|
+
return typeof value === "string" && value in AGENTS;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=agents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agents.js","sourceRoot":"","sources":["../../src/domain/agents.ts"],"names":[],"mappings":"AAMA,MAAM,CAAC,MAAM,MAAM,GAAG;IACrB,MAAM,EAAE;QACP,KAAK,EAAE,aAAa;QACpB,MAAM,EAAE,aAAa;QACrB,MAAM,EAAE,SAAS;KACjB;IACD,QAAQ,EAAE;QACT,KAAK,EAAE,UAAU;QACjB,MAAM,EAAE,UAAU;QAClB,MAAM,EAAE,WAAW;KACnB;IACD,MAAM,EAAE;QACP,KAAK,EAAE,QAAQ;QACf,MAAM,EAAE,QAAQ;QAChB,MAAM,EAAE,SAAS;KACjB;IACD,KAAK,EAAE;QACN,KAAK,EAAE,OAAO;QACd,MAAM,EAAE,OAAO;QACf,MAAM,EAAE,QAAQ;KAChB;IACD,MAAM,EAAE;QACP,KAAK,EAAE,YAAY;QACnB,MAAM,EAAE,YAAY;QACpB,MAAM,EAAE,SAAS;KACjB;CACkD,CAAC;AAIrD,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC;IACzE,EAAE,EAAE,EAAa;IACjB,GAAG,KAAK;CACR,CAAC,CAAC,CAAC;AAEJ,MAAM,UAAU,SAAS,CAAC,KAAc;IACvC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,IAAI,MAAM,CAAC;AACrD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface AnimationDefinition {
|
|
2
|
+
label: string;
|
|
3
|
+
}
|
|
4
|
+
export declare const ANIMATIONS: {
|
|
5
|
+
readonly gsap: {
|
|
6
|
+
readonly label: "GSAP";
|
|
7
|
+
};
|
|
8
|
+
readonly motion: {
|
|
9
|
+
readonly label: "Framer Motion";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type AnimationId = keyof typeof ANIMATIONS;
|
|
13
|
+
export declare const ANIMATION_CATALOG: ({
|
|
14
|
+
label: "GSAP";
|
|
15
|
+
id: AnimationId;
|
|
16
|
+
} | {
|
|
17
|
+
label: "Framer Motion";
|
|
18
|
+
id: AnimationId;
|
|
19
|
+
})[];
|
|
20
|
+
//# sourceMappingURL=animations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../../src/domain/animations.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IACnC,KAAK,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,UAAU;;;;;;;CAOiC,CAAC;AAEzD,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,UAAU,CAAC;AAElD,eAAO,MAAM,iBAAiB;;QAElB,WAAW;;;QAAX,WAAW;IAGtB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const ANIMATIONS = {
|
|
2
|
+
gsap: {
|
|
3
|
+
label: "GSAP",
|
|
4
|
+
},
|
|
5
|
+
motion: {
|
|
6
|
+
label: "Framer Motion",
|
|
7
|
+
},
|
|
8
|
+
};
|
|
9
|
+
export const ANIMATION_CATALOG = Object.entries(ANIMATIONS).map(([id, animation]) => ({
|
|
10
|
+
id: id,
|
|
11
|
+
...animation,
|
|
12
|
+
}));
|
|
13
|
+
//# sourceMappingURL=animations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"animations.js","sourceRoot":"","sources":["../../src/domain/animations.ts"],"names":[],"mappings":"AAIA,MAAM,CAAC,MAAM,UAAU,GAAG;IACzB,IAAI,EAAE;QACL,KAAK,EAAE,MAAM;KACb;IACD,MAAM,EAAE;QACP,KAAK,EAAE,eAAe;KACtB;CACsD,CAAC;AAIzD,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,GAAG,CAC9D,CAAC,CAAC,EAAE,EAAE,SAAS,CAAC,EAAE,EAAE,CAAC,CAAC;IACrB,EAAE,EAAE,EAAiB;IACrB,GAAG,SAAS;CACZ,CAAC,CACF,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { SkillId } from "./skills.js";
|
|
2
|
+
export interface CmsDefinition {
|
|
3
|
+
label: string;
|
|
4
|
+
description: string;
|
|
5
|
+
integrationPath: string;
|
|
6
|
+
skills: readonly SkillId[];
|
|
7
|
+
}
|
|
8
|
+
export declare const CMS: {
|
|
9
|
+
readonly sanity: {
|
|
10
|
+
readonly label: "Sanity CMS";
|
|
11
|
+
readonly description: "Headless CMS with real-time collaboration";
|
|
12
|
+
readonly integrationPath: "lib/integrations/sanity";
|
|
13
|
+
readonly skills: readonly ["sanity-agent-toolkit"];
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export type CmsId = keyof typeof CMS;
|
|
17
|
+
export declare const CMS_CATALOG: {
|
|
18
|
+
label: "Sanity CMS";
|
|
19
|
+
description: "Headless CMS with real-time collaboration";
|
|
20
|
+
integrationPath: "lib/integrations/sanity";
|
|
21
|
+
skills: readonly ["sanity-agent-toolkit"];
|
|
22
|
+
id: CmsId;
|
|
23
|
+
}[];
|
|
24
|
+
//# sourceMappingURL=cms.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cms.d.ts","sourceRoot":"","sources":["../../src/domain/cms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAE3C,MAAM,WAAW,aAAa;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,EAAE,SAAS,OAAO,EAAE,CAAC;CAC3B;AAED,eAAO,MAAM,GAAG;;;;;;;CAOkC,CAAC;AAEnD,MAAM,MAAM,KAAK,GAAG,MAAM,OAAO,GAAG,CAAC;AAErC,eAAO,MAAM,WAAW;;;;;QACb,KAAK;GAEb,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const CMS = {
|
|
2
|
+
sanity: {
|
|
3
|
+
label: "Sanity CMS",
|
|
4
|
+
description: "Headless CMS with real-time collaboration",
|
|
5
|
+
integrationPath: "lib/integrations/sanity",
|
|
6
|
+
skills: ["sanity-agent-toolkit"],
|
|
7
|
+
},
|
|
8
|
+
};
|
|
9
|
+
export const CMS_CATALOG = Object.entries(CMS).map(([id, cms]) => ({
|
|
10
|
+
id: id,
|
|
11
|
+
...cms,
|
|
12
|
+
}));
|
|
13
|
+
//# sourceMappingURL=cms.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cms.js","sourceRoot":"","sources":["../../src/domain/cms.ts"],"names":[],"mappings":"AASA,MAAM,CAAC,MAAM,GAAG,GAAG;IAClB,MAAM,EAAE;QACP,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,2CAA2C;QACxD,eAAe,EAAE,yBAAyB;QAC1C,MAAM,EAAE,CAAC,sBAAsB,CAAC;KAChC;CACgD,CAAC;AAInD,MAAM,CAAC,MAAM,WAAW,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC;IAClE,EAAE,EAAE,EAAW;IACf,GAAG,GAAG;CACN,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
export interface HookDefinition {
|
|
2
|
+
label: string;
|
|
3
|
+
file: string;
|
|
4
|
+
requiredHooks?: readonly string[];
|
|
5
|
+
dependencies: Record<string, string>;
|
|
6
|
+
devDependencies: Record<string, string>;
|
|
7
|
+
}
|
|
8
|
+
export declare const HOOKS: {
|
|
9
|
+
readonly "use-battery": {
|
|
10
|
+
readonly label: "use-battery";
|
|
11
|
+
readonly file: "use-battery.ts";
|
|
12
|
+
readonly dependencies: {
|
|
13
|
+
readonly "lodash-es": "^4.17.21";
|
|
14
|
+
};
|
|
15
|
+
readonly devDependencies: {
|
|
16
|
+
readonly "@types/lodash-es": "^4.17.12";
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
readonly "use-device-perf": {
|
|
20
|
+
readonly label: "use-device-perf";
|
|
21
|
+
readonly file: "use-device-perf.ts";
|
|
22
|
+
readonly requiredHooks: readonly ["use-battery"];
|
|
23
|
+
readonly dependencies: {
|
|
24
|
+
readonly "detect-gpu": "^5.0.0";
|
|
25
|
+
readonly "react-device-detect": "^2.2.3";
|
|
26
|
+
readonly zustand: "^5.0.0";
|
|
27
|
+
};
|
|
28
|
+
readonly devDependencies: {};
|
|
29
|
+
};
|
|
30
|
+
readonly "use-intersection-observer": {
|
|
31
|
+
readonly label: "use-intersection-observer";
|
|
32
|
+
readonly file: "use-intersection-observer.ts";
|
|
33
|
+
readonly dependencies: {};
|
|
34
|
+
readonly devDependencies: {};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
export type HookId = keyof typeof HOOKS;
|
|
38
|
+
export declare const HOOK_CATALOG: ({
|
|
39
|
+
label: "use-battery";
|
|
40
|
+
file: "use-battery.ts";
|
|
41
|
+
dependencies: {
|
|
42
|
+
readonly "lodash-es": "^4.17.21";
|
|
43
|
+
};
|
|
44
|
+
devDependencies: {
|
|
45
|
+
readonly "@types/lodash-es": "^4.17.12";
|
|
46
|
+
};
|
|
47
|
+
id: HookId;
|
|
48
|
+
} | {
|
|
49
|
+
label: "use-device-perf";
|
|
50
|
+
file: "use-device-perf.ts";
|
|
51
|
+
requiredHooks: readonly ["use-battery"];
|
|
52
|
+
dependencies: {
|
|
53
|
+
readonly "detect-gpu": "^5.0.0";
|
|
54
|
+
readonly "react-device-detect": "^2.2.3";
|
|
55
|
+
readonly zustand: "^5.0.0";
|
|
56
|
+
};
|
|
57
|
+
devDependencies: {};
|
|
58
|
+
id: HookId;
|
|
59
|
+
} | {
|
|
60
|
+
label: "use-intersection-observer";
|
|
61
|
+
file: "use-intersection-observer.ts";
|
|
62
|
+
dependencies: {};
|
|
63
|
+
devDependencies: {};
|
|
64
|
+
id: HookId;
|
|
65
|
+
})[];
|
|
66
|
+
export declare function expandHookSelection(hookIds: HookId[]): HookId[];
|
|
67
|
+
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../src/domain/hooks.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAClC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC;AAED,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BiC,CAAC;AAEpD,MAAM,MAAM,MAAM,GAAG,MAAM,OAAO,KAAK,CAAC;AAExC,eAAO,MAAM,YAAY;;;;;;;;;QACd,MAAM;;;;;;;;;;;QAAN,MAAM;;;;;;QAAN,MAAM;IAEd,CAAC;AAEJ,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAqB/D"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export const HOOKS = {
|
|
2
|
+
"use-battery": {
|
|
3
|
+
label: "use-battery",
|
|
4
|
+
file: "use-battery.ts",
|
|
5
|
+
dependencies: {
|
|
6
|
+
"lodash-es": "^4.17.21",
|
|
7
|
+
},
|
|
8
|
+
devDependencies: {
|
|
9
|
+
"@types/lodash-es": "^4.17.12",
|
|
10
|
+
},
|
|
11
|
+
},
|
|
12
|
+
"use-device-perf": {
|
|
13
|
+
label: "use-device-perf",
|
|
14
|
+
file: "use-device-perf.ts",
|
|
15
|
+
requiredHooks: ["use-battery"],
|
|
16
|
+
dependencies: {
|
|
17
|
+
"detect-gpu": "^5.0.0",
|
|
18
|
+
"react-device-detect": "^2.2.3",
|
|
19
|
+
zustand: "^5.0.0",
|
|
20
|
+
},
|
|
21
|
+
devDependencies: {},
|
|
22
|
+
},
|
|
23
|
+
"use-intersection-observer": {
|
|
24
|
+
label: "use-intersection-observer",
|
|
25
|
+
file: "use-intersection-observer.ts",
|
|
26
|
+
dependencies: {},
|
|
27
|
+
devDependencies: {},
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
export const HOOK_CATALOG = Object.entries(HOOKS).map(([id, hook]) => ({
|
|
31
|
+
id: id,
|
|
32
|
+
...hook,
|
|
33
|
+
}));
|
|
34
|
+
export function expandHookSelection(hookIds) {
|
|
35
|
+
const expanded = [];
|
|
36
|
+
const seen = new Set();
|
|
37
|
+
function visit(hookId) {
|
|
38
|
+
if (seen.has(hookId))
|
|
39
|
+
return;
|
|
40
|
+
seen.add(hookId);
|
|
41
|
+
const hook = HOOKS[hookId];
|
|
42
|
+
for (const requiredHook of hook.requiredHooks ?? []) {
|
|
43
|
+
visit(requiredHook);
|
|
44
|
+
}
|
|
45
|
+
expanded.push(hookId);
|
|
46
|
+
}
|
|
47
|
+
for (const hookId of hookIds) {
|
|
48
|
+
visit(hookId);
|
|
49
|
+
}
|
|
50
|
+
return expanded;
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=hooks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hooks.js","sourceRoot":"","sources":["../../src/domain/hooks.ts"],"names":[],"mappings":"AAQA,MAAM,CAAC,MAAM,KAAK,GAAG;IACpB,aAAa,EAAE;QACd,KAAK,EAAE,aAAa;QACpB,IAAI,EAAE,gBAAgB;QACtB,YAAY,EAAE;YACb,WAAW,EAAE,UAAU;SACvB;QACD,eAAe,EAAE;YAChB,kBAAkB,EAAE,UAAU;SAC9B;KACD;IACD,iBAAiB,EAAE;QAClB,KAAK,EAAE,iBAAiB;QACxB,IAAI,EAAE,oBAAoB;QAC1B,aAAa,EAAE,CAAC,aAAa,CAAC;QAC9B,YAAY,EAAE;YACb,YAAY,EAAE,QAAQ;YACtB,qBAAqB,EAAE,QAAQ;YAC/B,OAAO,EAAE,QAAQ;SACjB;QACD,eAAe,EAAE,EAAE;KACnB;IACD,2BAA2B,EAAE;QAC5B,KAAK,EAAE,2BAA2B;QAClC,IAAI,EAAE,8BAA8B;QACpC,YAAY,EAAE,EAAE;QAChB,eAAe,EAAE,EAAE;KACnB;CACiD,CAAC;AAIpD,MAAM,CAAC,MAAM,YAAY,GAAG,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IACtE,EAAE,EAAE,EAAY;IAChB,GAAG,IAAI;CACP,CAAC,CAAC,CAAC;AAEJ,MAAM,UAAU,mBAAmB,CAAC,OAAiB;IACpD,MAAM,QAAQ,GAAa,EAAE,CAAC;IAC9B,MAAM,IAAI,GAAG,IAAI,GAAG,EAAU,CAAC;IAE/B,SAAS,KAAK,CAAC,MAAc;QAC5B,IAAI,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC;YAAE,OAAO;QAC7B,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QACjB,MAAM,IAAI,GAAG,KAAK,CAAC,MAAM,CAAmB,CAAC;QAE7C,KAAK,MAAM,YAAY,IAAI,IAAI,CAAC,aAAa,IAAI,EAAE,EAAE,CAAC;YACrD,KAAK,CAAC,YAAsB,CAAC,CAAC;QAC/B,CAAC;QAED,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACvB,CAAC;IAED,KAAK,MAAM,MAAM,IAAI,OAAO,EAAE,CAAC;QAC9B,KAAK,CAAC,MAAM,CAAC,CAAC;IACf,CAAC;IAED,OAAO,QAAQ,CAAC;AACjB,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import type { AgentId } from "./agents.js";
|
|
2
|
+
export interface SkillDefinition {
|
|
3
|
+
name: string;
|
|
4
|
+
description: string;
|
|
5
|
+
recommendedForAgents?: readonly AgentId[];
|
|
6
|
+
}
|
|
7
|
+
export interface SkillInstallDefinition {
|
|
8
|
+
source: string;
|
|
9
|
+
args: readonly string[];
|
|
10
|
+
detectNames: readonly string[];
|
|
11
|
+
}
|
|
12
|
+
export declare const SKILLS: {
|
|
13
|
+
readonly "vercel-react-best-practices": {
|
|
14
|
+
readonly name: "React Best Practices";
|
|
15
|
+
readonly description: "React/Next.js performance patterns from Vercel";
|
|
16
|
+
};
|
|
17
|
+
readonly "web-design-guidelines": {
|
|
18
|
+
readonly name: "Web Design Guidelines";
|
|
19
|
+
readonly description: "Web design and UI guidelines";
|
|
20
|
+
};
|
|
21
|
+
readonly "frontend-design": {
|
|
22
|
+
readonly name: "Frontend Design";
|
|
23
|
+
readonly description: "Production-grade frontend interface patterns";
|
|
24
|
+
};
|
|
25
|
+
readonly "next-best-practices": {
|
|
26
|
+
readonly name: "Next.js Best Practices";
|
|
27
|
+
readonly description: "Next.js-specific best practices";
|
|
28
|
+
};
|
|
29
|
+
readonly "webgpu-threejs-tsl": {
|
|
30
|
+
readonly name: "WebGPU Three.js TSL";
|
|
31
|
+
readonly description: "WebGPU and Three.js TSL workflow support";
|
|
32
|
+
};
|
|
33
|
+
readonly "sanity-agent-toolkit": {
|
|
34
|
+
readonly name: "Sanity Agent Toolkit";
|
|
35
|
+
readonly description: "Sanity MCP tools and content workflow support";
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export type SkillId = keyof typeof SKILLS;
|
|
39
|
+
export declare const SKILL_CATALOG: ({
|
|
40
|
+
name: "React Best Practices";
|
|
41
|
+
description: "React/Next.js performance patterns from Vercel";
|
|
42
|
+
id: SkillId;
|
|
43
|
+
} | {
|
|
44
|
+
name: "Web Design Guidelines";
|
|
45
|
+
description: "Web design and UI guidelines";
|
|
46
|
+
id: SkillId;
|
|
47
|
+
} | {
|
|
48
|
+
name: "Frontend Design";
|
|
49
|
+
description: "Production-grade frontend interface patterns";
|
|
50
|
+
id: SkillId;
|
|
51
|
+
} | {
|
|
52
|
+
name: "Next.js Best Practices";
|
|
53
|
+
description: "Next.js-specific best practices";
|
|
54
|
+
id: SkillId;
|
|
55
|
+
} | {
|
|
56
|
+
name: "WebGPU Three.js TSL";
|
|
57
|
+
description: "WebGPU and Three.js TSL workflow support";
|
|
58
|
+
id: SkillId;
|
|
59
|
+
} | {
|
|
60
|
+
name: "Sanity Agent Toolkit";
|
|
61
|
+
description: "Sanity MCP tools and content workflow support";
|
|
62
|
+
id: SkillId;
|
|
63
|
+
})[];
|
|
64
|
+
export declare const BASE_SKILL_IDS: readonly SkillId[];
|
|
65
|
+
export declare function getSkillInstallDefinition(skillId: SkillId): SkillInstallDefinition;
|
|
66
|
+
export declare function buildSkillInstallCommand(skillId: SkillId, options: {
|
|
67
|
+
agentArg?: string;
|
|
68
|
+
global?: boolean;
|
|
69
|
+
}): string;
|
|
70
|
+
//# sourceMappingURL=skills.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skills.d.ts","sourceRoot":"","sources":["../../src/domain/skills.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAE3C,MAAM,WAAW,eAAe;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,SAAS,OAAO,EAAE,CAAC;CAC1C;AAED,MAAM,WAAW,sBAAsB;IACtC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,SAAS,MAAM,EAAE,CAAC;IACxB,WAAW,EAAE,SAAS,MAAM,EAAE,CAAC;CAC/B;AAED,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CAyBiC,CAAC;AAErD,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,MAAM,CAAC;AAE1C,eAAO,MAAM,aAAa;;;QACf,OAAO;;;;QAAP,OAAO;;;;QAAP,OAAO;;;;QAAP,OAAO;;;;QAAP,OAAO;;;;QAAP,OAAO;IAEf,CAAC;AAEJ,eAAO,MAAM,cAAc,EAAE,SAAS,OAAO,EAK5C,CAAC;AAmCF,wBAAgB,yBAAyB,CACxC,OAAO,EAAE,OAAO,GACd,sBAAsB,CAExB;AAED,wBAAgB,wBAAwB,CACvC,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE;IACR,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB,GACC,MAAM,CAeR"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
export const SKILLS = {
|
|
2
|
+
"vercel-react-best-practices": {
|
|
3
|
+
name: "React Best Practices",
|
|
4
|
+
description: "React/Next.js performance patterns from Vercel",
|
|
5
|
+
},
|
|
6
|
+
"web-design-guidelines": {
|
|
7
|
+
name: "Web Design Guidelines",
|
|
8
|
+
description: "Web design and UI guidelines",
|
|
9
|
+
},
|
|
10
|
+
"frontend-design": {
|
|
11
|
+
name: "Frontend Design",
|
|
12
|
+
description: "Production-grade frontend interface patterns",
|
|
13
|
+
},
|
|
14
|
+
"next-best-practices": {
|
|
15
|
+
name: "Next.js Best Practices",
|
|
16
|
+
description: "Next.js-specific best practices",
|
|
17
|
+
},
|
|
18
|
+
"webgpu-threejs-tsl": {
|
|
19
|
+
name: "WebGPU Three.js TSL",
|
|
20
|
+
description: "WebGPU and Three.js TSL workflow support",
|
|
21
|
+
},
|
|
22
|
+
"sanity-agent-toolkit": {
|
|
23
|
+
name: "Sanity Agent Toolkit",
|
|
24
|
+
description: "Sanity MCP tools and content workflow support",
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
export const SKILL_CATALOG = Object.entries(SKILLS).map(([id, skill]) => ({
|
|
28
|
+
id: id,
|
|
29
|
+
...skill,
|
|
30
|
+
}));
|
|
31
|
+
export const BASE_SKILL_IDS = [
|
|
32
|
+
"vercel-react-best-practices",
|
|
33
|
+
"web-design-guidelines",
|
|
34
|
+
"frontend-design",
|
|
35
|
+
"next-best-practices",
|
|
36
|
+
];
|
|
37
|
+
const SKILL_INSTALL_CATALOG = {
|
|
38
|
+
"vercel-react-best-practices": {
|
|
39
|
+
source: "vercel-labs/agent-skills",
|
|
40
|
+
args: ["--skill", "vercel-react-best-practices"],
|
|
41
|
+
detectNames: ["vercel-react-best-practices"],
|
|
42
|
+
},
|
|
43
|
+
"web-design-guidelines": {
|
|
44
|
+
source: "vercel-labs/agent-skills",
|
|
45
|
+
args: ["--skill", "web-design-guidelines"],
|
|
46
|
+
detectNames: ["web-design-guidelines"],
|
|
47
|
+
},
|
|
48
|
+
"frontend-design": {
|
|
49
|
+
source: "anthropics/skills",
|
|
50
|
+
args: ["--skill", "frontend-design"],
|
|
51
|
+
detectNames: ["frontend-design"],
|
|
52
|
+
},
|
|
53
|
+
"next-best-practices": {
|
|
54
|
+
source: "vercel-labs/next-skills",
|
|
55
|
+
args: ["--skill", "next-best-practices"],
|
|
56
|
+
detectNames: ["next-best-practices"],
|
|
57
|
+
},
|
|
58
|
+
"webgpu-threejs-tsl": {
|
|
59
|
+
source: "https://github.com/dgreenheck/webgpu-claude-skill",
|
|
60
|
+
args: ["--skill", "webgpu-threejs-tsl"],
|
|
61
|
+
detectNames: ["webgpu-threejs-tsl"],
|
|
62
|
+
},
|
|
63
|
+
"sanity-agent-toolkit": {
|
|
64
|
+
source: "sanity-io/agent-toolkit",
|
|
65
|
+
args: [],
|
|
66
|
+
detectNames: ["sanity-io/agent-toolkit", "agent-toolkit"],
|
|
67
|
+
},
|
|
68
|
+
};
|
|
69
|
+
export function getSkillInstallDefinition(skillId) {
|
|
70
|
+
return SKILL_INSTALL_CATALOG[skillId];
|
|
71
|
+
}
|
|
72
|
+
export function buildSkillInstallCommand(skillId, options) {
|
|
73
|
+
const install = getSkillInstallDefinition(skillId);
|
|
74
|
+
const args = [...install.args];
|
|
75
|
+
if (options.agentArg) {
|
|
76
|
+
args.push("-a", options.agentArg);
|
|
77
|
+
}
|
|
78
|
+
if (options.global) {
|
|
79
|
+
args.push("-g");
|
|
80
|
+
}
|
|
81
|
+
args.push("-y");
|
|
82
|
+
return `bunx skills add ${install.source}${args.length > 0 ? ` ${args.join(" ")}` : ""}`;
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=skills.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skills.js","sourceRoot":"","sources":["../../src/domain/skills.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { SkillId } from "./skills.js";
|
|
2
|
+
export interface TemplateDefinition {
|
|
3
|
+
label: string;
|
|
4
|
+
description: string;
|
|
5
|
+
skills: readonly SkillId[];
|
|
6
|
+
}
|
|
7
|
+
export declare const TEMPLATES: {
|
|
8
|
+
readonly "next-default": {
|
|
9
|
+
readonly label: "Default (Next.js Starter)";
|
|
10
|
+
readonly description: "Next.js starter preset";
|
|
11
|
+
readonly skills: readonly [];
|
|
12
|
+
};
|
|
13
|
+
readonly "next-webgl": {
|
|
14
|
+
readonly label: "WebGL/WebGPU (3D Graphics)";
|
|
15
|
+
readonly description: "3D graphics starter preset";
|
|
16
|
+
readonly skills: readonly ["webgpu-threejs-tsl"];
|
|
17
|
+
};
|
|
18
|
+
readonly "next-pagebuilder": {
|
|
19
|
+
readonly label: "Page Builder";
|
|
20
|
+
readonly description: "Next.js page builder preset with built-in Sanity support";
|
|
21
|
+
readonly skills: readonly [];
|
|
22
|
+
};
|
|
23
|
+
readonly "next-experiments": {
|
|
24
|
+
readonly label: "Experiment (Creative Coding)";
|
|
25
|
+
readonly description: "Creative coding starter preset";
|
|
26
|
+
readonly skills: readonly ["webgpu-threejs-tsl"];
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export type TemplateId = keyof typeof TEMPLATES;
|
|
30
|
+
export declare const TEMPLATE_CATALOG: ({
|
|
31
|
+
label: "Default (Next.js Starter)";
|
|
32
|
+
description: "Next.js starter preset";
|
|
33
|
+
skills: readonly [];
|
|
34
|
+
id: TemplateId;
|
|
35
|
+
} | {
|
|
36
|
+
label: "WebGL/WebGPU (3D Graphics)";
|
|
37
|
+
description: "3D graphics starter preset";
|
|
38
|
+
skills: readonly ["webgpu-threejs-tsl"];
|
|
39
|
+
id: TemplateId;
|
|
40
|
+
} | {
|
|
41
|
+
label: "Page Builder";
|
|
42
|
+
description: "Next.js page builder preset with built-in Sanity support";
|
|
43
|
+
skills: readonly [];
|
|
44
|
+
id: TemplateId;
|
|
45
|
+
} | {
|
|
46
|
+
label: "Experiment (Creative Coding)";
|
|
47
|
+
description: "Creative coding starter preset";
|
|
48
|
+
skills: readonly ["webgpu-threejs-tsl"];
|
|
49
|
+
id: TemplateId;
|
|
50
|
+
})[];
|
|
51
|
+
//# sourceMappingURL=templates.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"templates.d.ts","sourceRoot":"","sources":["../../src/domain/templates.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAE3C,MAAM,WAAW,kBAAkB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,SAAS,OAAO,EAAE,CAAC;CAC3B;AAED,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;CAqBiC,CAAC;AAExD,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,SAAS,CAAC;AAEhD,eAAO,MAAM,gBAAgB;;;;QAEjB,UAAU;;;;;QAAV,UAAU;;;;;QAAV,UAAU;;;;;QAAV,UAAU;IAGrB,CAAC"}
|