create-apppaaaul 2.0.44 → 2.0.47
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/templates/nextjs-ts-clean/project/.agents/skills/api-design-principles/SKILL.md +528 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/api-design-principles/assets/api-design-checklist.md +155 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/api-design-principles/assets/rest-api-template.py +182 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/api-design-principles/references/graphql-schema-design.md +583 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/api-design-principles/references/rest-best-practices.md +408 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/better-auth-best-practices/SKILL.md +166 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/brainstorming/SKILL.md +96 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/changelog-generator/SKILL.md +104 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/error-handling-patterns/SKILL.md +641 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/interface-design/SKILL.md +391 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/interface-design/references/critique.md +67 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/interface-design/references/example.md +86 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/interface-design/references/principles.md +235 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/interface-design/references/validation.md +48 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/SKILL.md +153 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/async-patterns.md +87 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/bundling.md +180 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/data-patterns.md +297 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/debug-tricks.md +105 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/directives.md +73 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/error-handling.md +227 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/file-conventions.md +140 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/font.md +245 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/functions.md +108 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/hydration-error.md +91 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/image.md +173 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/metadata.md +301 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/parallel-routes.md +287 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/route-handlers.md +146 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/rsc-boundaries.md +159 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/runtime-selection.md +39 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/scripts.md +141 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/self-hosting.md +371 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/next-best-practices/suspense-boundaries.md +67 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/postgresql-table-design/SKILL.md +202 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/prompt-engineering-patterns/SKILL.md +480 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/prompt-engineering-patterns/assets/prompt-template-library.md +264 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/prompt-engineering-patterns/references/chain-of-thought.md +412 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/prompt-engineering-patterns/references/few-shot-learning.md +386 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/prompt-engineering-patterns/references/prompt-optimization.md +428 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/prompt-engineering-patterns/references/prompt-templates.md +484 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/prompt-engineering-patterns/references/system-prompts.md +195 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/seo-audit/SKILL.md +410 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/seo-audit/references/aeo-geo-patterns.md +285 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/AGENTS.md +2934 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/SKILL.md +136 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +55 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/advanced-init-once.md +42 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/advanced-use-latest.md +39 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/async-api-routes.md +38 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/async-defer-await.md +80 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/async-dependencies.md +51 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/async-parallel.md +28 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +99 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +59 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/bundle-conditional.md +31 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +49 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +35 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/bundle-preload.md +50 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/client-event-listeners.md +74 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +71 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +48 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/client-swr-dedup.md +56 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +107 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-cache-function-results.md +80 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-cache-property-access.md +28 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-cache-storage.md +70 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-combine-iterations.md +32 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-early-exit.md +50 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +45 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-index-maps.md +37 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-length-check-first.md +49 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-min-max-loop.md +82 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +24 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +57 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rendering-activity.md +26 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +40 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +38 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +46 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +30 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +28 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rendering-usetransition-loading.md +75 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +39 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-dependencies.md +45 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +40 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-derived-state.md +29 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +74 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +58 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +38 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-memo.md +44 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +45 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +35 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-transitions.md +40 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +73 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +73 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/server-auth-actions.md +96 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/server-cache-lru.md +41 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/server-cache-react.md +76 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/server-dedup-props.md +65 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +83 -0
- package/dist/templates/nextjs-ts-clean/project/.agents/skills/vercel-react-best-practices/rules/server-serialization.md +38 -0
- package/dist/templates/nextjs-ts-clean/project/eslint.config.mjs +6 -8
- package/dist/templates/nextjs-ts-clean/project/package.json +1 -1
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/api-design-principles/SKILL.md +528 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/api-design-principles/assets/api-design-checklist.md +155 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/api-design-principles/assets/rest-api-template.py +182 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/api-design-principles/references/graphql-schema-design.md +583 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/api-design-principles/references/rest-best-practices.md +408 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/better-auth-best-practices/SKILL.md +166 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/brainstorming/SKILL.md +96 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/changelog-generator/SKILL.md +104 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/error-handling-patterns/SKILL.md +641 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/interface-design/SKILL.md +391 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/interface-design/references/critique.md +67 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/interface-design/references/example.md +86 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/interface-design/references/principles.md +235 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/interface-design/references/validation.md +48 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/SKILL.md +153 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/async-patterns.md +87 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/bundling.md +180 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/data-patterns.md +297 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/debug-tricks.md +105 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/directives.md +73 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/error-handling.md +227 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/file-conventions.md +140 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/font.md +245 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/functions.md +108 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/hydration-error.md +91 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/image.md +173 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/metadata.md +301 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/parallel-routes.md +287 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/route-handlers.md +146 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/rsc-boundaries.md +159 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/runtime-selection.md +39 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/scripts.md +141 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/self-hosting.md +371 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/next-best-practices/suspense-boundaries.md +67 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/postgresql-table-design/SKILL.md +202 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/prompt-engineering-patterns/SKILL.md +480 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/prompt-engineering-patterns/assets/prompt-template-library.md +264 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/prompt-engineering-patterns/references/chain-of-thought.md +412 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/prompt-engineering-patterns/references/few-shot-learning.md +386 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/prompt-engineering-patterns/references/prompt-optimization.md +428 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/prompt-engineering-patterns/references/prompt-templates.md +484 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/prompt-engineering-patterns/references/system-prompts.md +195 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/seo-audit/SKILL.md +410 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/seo-audit/references/aeo-geo-patterns.md +285 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/AGENTS.md +2934 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/SKILL.md +136 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +55 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/advanced-init-once.md +42 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/advanced-use-latest.md +39 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/async-api-routes.md +38 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/async-defer-await.md +80 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/async-dependencies.md +51 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/async-parallel.md +28 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +99 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +59 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/bundle-conditional.md +31 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +49 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +35 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/bundle-preload.md +50 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/client-event-listeners.md +74 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +71 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +48 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/client-swr-dedup.md +56 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +107 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-cache-function-results.md +80 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-cache-property-access.md +28 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-cache-storage.md +70 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-combine-iterations.md +32 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-early-exit.md +50 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +45 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-index-maps.md +37 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-length-check-first.md +49 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-min-max-loop.md +82 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +24 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +57 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rendering-activity.md +26 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +40 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +38 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +46 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +30 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +28 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rendering-usetransition-loading.md +75 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +39 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-dependencies.md +45 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +40 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-derived-state.md +29 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +74 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +58 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +38 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-memo.md +44 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +45 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +35 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-transitions.md +40 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +73 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +73 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/server-auth-actions.md +96 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/server-cache-lru.md +41 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/server-cache-react.md +76 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/server-dedup-props.md +65 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +83 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/.agents/skills/vercel-react-best-practices/rules/server-serialization.md +38 -0
- package/dist/templates/nextjs-ts-landing-prisma/project/eslint.config.mjs +6 -8
- package/dist/templates/nextjs-ts-landing-prisma/project/package.json +2 -2
- package/dist/templates/nextjs-ts-landing-prisma/project/pnpm-lock.yaml +6 -18
- package/package.json +1 -1
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"sentiment_analysis": [
|
|
3
|
+
{
|
|
4
|
+
"input": "This product exceeded my expectations! The quality is outstanding.",
|
|
5
|
+
"output": "Positive"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"input": "Terrible experience. The item arrived damaged and customer service was unhelpful.",
|
|
9
|
+
"output": "Negative"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"input": "The product works as described. Nothing special, but does the job.",
|
|
13
|
+
"output": "Neutral"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"entity_extraction": [
|
|
17
|
+
{
|
|
18
|
+
"input": "Apple CEO Tim Cook announced the new iPhone at an event in Cupertino on September 12th.",
|
|
19
|
+
"output": {
|
|
20
|
+
"persons": ["Tim Cook"],
|
|
21
|
+
"organizations": ["Apple"],
|
|
22
|
+
"products": ["iPhone"],
|
|
23
|
+
"locations": ["Cupertino"],
|
|
24
|
+
"dates": ["September 12th"]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"input": "Microsoft acquired GitHub for $7.5 billion in 2018.",
|
|
29
|
+
"output": {
|
|
30
|
+
"persons": [],
|
|
31
|
+
"organizations": ["Microsoft", "GitHub"],
|
|
32
|
+
"products": [],
|
|
33
|
+
"locations": [],
|
|
34
|
+
"dates": ["2018"],
|
|
35
|
+
"monetary_values": ["$7.5 billion"]
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"code_generation": [
|
|
40
|
+
{
|
|
41
|
+
"input": "Write a Python function to check if a string is a palindrome",
|
|
42
|
+
"output": "def is_palindrome(s: str) -> bool:\n \"\"\"Check if string is palindrome, ignoring case and spaces.\"\"\"\n # Remove spaces and convert to lowercase\n cleaned = s.replace(' ', '').lower()\n # Compare with reversed string\n return cleaned == cleaned[::-1]"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"text_classification": [
|
|
46
|
+
{
|
|
47
|
+
"input": "How do I reset my password?",
|
|
48
|
+
"output": "account_management"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"input": "My order hasn't arrived yet. Where is it?",
|
|
52
|
+
"output": "shipping_inquiry"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"input": "I'd like to cancel my subscription.",
|
|
56
|
+
"output": "subscription_cancellation"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"input": "The app keeps crashing when I try to log in.",
|
|
60
|
+
"output": "technical_support"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"data_transformation": [
|
|
64
|
+
{
|
|
65
|
+
"input": "John Smith, john@email.com, (555) 123-4567",
|
|
66
|
+
"output": {
|
|
67
|
+
"name": "John Smith",
|
|
68
|
+
"email": "john@email.com",
|
|
69
|
+
"phone": "(555) 123-4567"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"input": "Jane Doe | jane.doe@company.com | +1-555-987-6543",
|
|
74
|
+
"output": {
|
|
75
|
+
"name": "Jane Doe",
|
|
76
|
+
"email": "jane.doe@company.com",
|
|
77
|
+
"phone": "+1-555-987-6543"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"question_answering": [
|
|
82
|
+
{
|
|
83
|
+
"context": "The Eiffel Tower is a wrought-iron lattice tower in Paris, France. It was constructed from 1887 to 1889 and stands 324 meters (1,063 ft) tall.",
|
|
84
|
+
"question": "When was the Eiffel Tower built?",
|
|
85
|
+
"answer": "The Eiffel Tower was constructed from 1887 to 1889."
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"context": "Python 3.11 was released on October 24, 2022. It includes performance improvements and new features like exception groups and improved error messages.",
|
|
89
|
+
"question": "What are the new features in Python 3.11?",
|
|
90
|
+
"answer": "Python 3.11 includes exception groups, improved error messages, and performance improvements."
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"summarization": [
|
|
94
|
+
{
|
|
95
|
+
"input": "Climate change refers to long-term shifts in global temperatures and weather patterns. While climate change is natural, human activities have been the main driver since the 1800s, primarily due to the burning of fossil fuels like coal, oil and gas which produces heat-trapping greenhouse gases. The consequences include rising sea levels, more extreme weather events, and threats to biodiversity.",
|
|
96
|
+
"output": "Climate change involves long-term alterations in global temperatures and weather patterns, primarily driven by human fossil fuel consumption since the 1800s, resulting in rising sea levels, extreme weather, and biodiversity threats."
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"sql_generation": [
|
|
100
|
+
{
|
|
101
|
+
"schema": "users (id, name, email, created_at)\norders (id, user_id, total, order_date)",
|
|
102
|
+
"request": "Find all users who have placed orders totaling more than $1000",
|
|
103
|
+
"output": "SELECT u.id, u.name, u.email, SUM(o.total) as total_spent\nFROM users u\nJOIN orders o ON u.id = o.user_id\nGROUP BY u.id, u.name, u.email\nHAVING SUM(o.total) > 1000;"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
# Prompt Template Library
|
|
2
|
+
|
|
3
|
+
## Classification Templates
|
|
4
|
+
|
|
5
|
+
### Sentiment Analysis
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
Classify the sentiment of the following text as Positive, Negative, or Neutral.
|
|
9
|
+
|
|
10
|
+
Text: {text}
|
|
11
|
+
|
|
12
|
+
Sentiment:
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
### Intent Detection
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
Determine the user's intent from the following message.
|
|
19
|
+
|
|
20
|
+
Possible intents: {intent_list}
|
|
21
|
+
|
|
22
|
+
Message: {message}
|
|
23
|
+
|
|
24
|
+
Intent:
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### Topic Classification
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
Classify the following article into one of these categories: {categories}
|
|
31
|
+
|
|
32
|
+
Article:
|
|
33
|
+
{article}
|
|
34
|
+
|
|
35
|
+
Category:
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Extraction Templates
|
|
39
|
+
|
|
40
|
+
### Named Entity Recognition
|
|
41
|
+
|
|
42
|
+
```
|
|
43
|
+
Extract all named entities from the text and categorize them.
|
|
44
|
+
|
|
45
|
+
Text: {text}
|
|
46
|
+
|
|
47
|
+
Entities (JSON format):
|
|
48
|
+
{
|
|
49
|
+
"persons": [],
|
|
50
|
+
"organizations": [],
|
|
51
|
+
"locations": [],
|
|
52
|
+
"dates": []
|
|
53
|
+
}
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
### Structured Data Extraction
|
|
57
|
+
|
|
58
|
+
```
|
|
59
|
+
Extract structured information from the job posting.
|
|
60
|
+
|
|
61
|
+
Job Posting:
|
|
62
|
+
{posting}
|
|
63
|
+
|
|
64
|
+
Extracted Information (JSON):
|
|
65
|
+
{
|
|
66
|
+
"title": "",
|
|
67
|
+
"company": "",
|
|
68
|
+
"location": "",
|
|
69
|
+
"salary_range": "",
|
|
70
|
+
"requirements": [],
|
|
71
|
+
"responsibilities": []
|
|
72
|
+
}
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
## Generation Templates
|
|
76
|
+
|
|
77
|
+
### Email Generation
|
|
78
|
+
|
|
79
|
+
```
|
|
80
|
+
Write a professional {email_type} email.
|
|
81
|
+
|
|
82
|
+
To: {recipient}
|
|
83
|
+
Context: {context}
|
|
84
|
+
Key points to include:
|
|
85
|
+
{key_points}
|
|
86
|
+
|
|
87
|
+
Email:
|
|
88
|
+
Subject:
|
|
89
|
+
Body:
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### Code Generation
|
|
93
|
+
|
|
94
|
+
```
|
|
95
|
+
Generate {language} code for the following task:
|
|
96
|
+
|
|
97
|
+
Task: {task_description}
|
|
98
|
+
|
|
99
|
+
Requirements:
|
|
100
|
+
{requirements}
|
|
101
|
+
|
|
102
|
+
Include:
|
|
103
|
+
- Error handling
|
|
104
|
+
- Input validation
|
|
105
|
+
- Inline comments
|
|
106
|
+
|
|
107
|
+
Code:
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
### Creative Writing
|
|
111
|
+
|
|
112
|
+
```
|
|
113
|
+
Write a {length}-word {style} story about {topic}.
|
|
114
|
+
|
|
115
|
+
Include these elements:
|
|
116
|
+
- {element_1}
|
|
117
|
+
- {element_2}
|
|
118
|
+
- {element_3}
|
|
119
|
+
|
|
120
|
+
Story:
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
## Transformation Templates
|
|
124
|
+
|
|
125
|
+
### Summarization
|
|
126
|
+
|
|
127
|
+
```
|
|
128
|
+
Summarize the following text in {num_sentences} sentences.
|
|
129
|
+
|
|
130
|
+
Text:
|
|
131
|
+
{text}
|
|
132
|
+
|
|
133
|
+
Summary:
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
### Translation with Context
|
|
137
|
+
|
|
138
|
+
```
|
|
139
|
+
Translate the following {source_lang} text to {target_lang}.
|
|
140
|
+
|
|
141
|
+
Context: {context}
|
|
142
|
+
Tone: {tone}
|
|
143
|
+
|
|
144
|
+
Text: {text}
|
|
145
|
+
|
|
146
|
+
Translation:
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
### Format Conversion
|
|
150
|
+
|
|
151
|
+
```
|
|
152
|
+
Convert the following {source_format} to {target_format}.
|
|
153
|
+
|
|
154
|
+
Input:
|
|
155
|
+
{input_data}
|
|
156
|
+
|
|
157
|
+
Output ({target_format}):
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
## Analysis Templates
|
|
161
|
+
|
|
162
|
+
### Code Review
|
|
163
|
+
|
|
164
|
+
```
|
|
165
|
+
Review the following code for:
|
|
166
|
+
1. Bugs and errors
|
|
167
|
+
2. Performance issues
|
|
168
|
+
3. Security vulnerabilities
|
|
169
|
+
4. Best practice violations
|
|
170
|
+
|
|
171
|
+
Code:
|
|
172
|
+
{code}
|
|
173
|
+
|
|
174
|
+
Review:
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
### SWOT Analysis
|
|
178
|
+
|
|
179
|
+
```
|
|
180
|
+
Conduct a SWOT analysis for: {subject}
|
|
181
|
+
|
|
182
|
+
Context: {context}
|
|
183
|
+
|
|
184
|
+
Analysis:
|
|
185
|
+
Strengths:
|
|
186
|
+
-
|
|
187
|
+
|
|
188
|
+
Weaknesses:
|
|
189
|
+
-
|
|
190
|
+
|
|
191
|
+
Opportunities:
|
|
192
|
+
-
|
|
193
|
+
|
|
194
|
+
Threats:
|
|
195
|
+
-
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
## Question Answering Templates
|
|
199
|
+
|
|
200
|
+
### RAG Template
|
|
201
|
+
|
|
202
|
+
```
|
|
203
|
+
Answer the question based on the provided context. If the context doesn't contain enough information, say so.
|
|
204
|
+
|
|
205
|
+
Context:
|
|
206
|
+
{context}
|
|
207
|
+
|
|
208
|
+
Question: {question}
|
|
209
|
+
|
|
210
|
+
Answer:
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
### Multi-Turn Q&A
|
|
214
|
+
|
|
215
|
+
```
|
|
216
|
+
Previous conversation:
|
|
217
|
+
{conversation_history}
|
|
218
|
+
|
|
219
|
+
New question: {question}
|
|
220
|
+
|
|
221
|
+
Answer (continue naturally from conversation):
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
## Specialized Templates
|
|
225
|
+
|
|
226
|
+
### SQL Query Generation
|
|
227
|
+
|
|
228
|
+
```
|
|
229
|
+
Generate a SQL query for the following request.
|
|
230
|
+
|
|
231
|
+
Database schema:
|
|
232
|
+
{schema}
|
|
233
|
+
|
|
234
|
+
Request: {request}
|
|
235
|
+
|
|
236
|
+
SQL Query:
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
### Regex Pattern Creation
|
|
240
|
+
|
|
241
|
+
```
|
|
242
|
+
Create a regex pattern to match: {requirement}
|
|
243
|
+
|
|
244
|
+
Test cases that should match:
|
|
245
|
+
{positive_examples}
|
|
246
|
+
|
|
247
|
+
Test cases that should NOT match:
|
|
248
|
+
{negative_examples}
|
|
249
|
+
|
|
250
|
+
Regex pattern:
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
### API Documentation
|
|
254
|
+
|
|
255
|
+
```
|
|
256
|
+
Generate API documentation for this function:
|
|
257
|
+
|
|
258
|
+
Code:
|
|
259
|
+
{function_code}
|
|
260
|
+
|
|
261
|
+
Documentation (follow {doc_format} format):
|
|
262
|
+
```
|
|
263
|
+
|
|
264
|
+
## Use these templates by filling in the {variables}
|