cfsa-antigravity 3.0.2 → 3.1.0
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/README.md +27 -10
- package/bin/cli.mjs +7 -6
- package/package.json +1 -1
- package/template/.agent/PRDS/codex-runtime-support.md +2 -2
- package/template/.agent/TASKS/codex-runtime-support.md +2 -2
- package/template/.agent/instructions/workflow.md +3 -3
- package/template/.agent/kit-sync.md +3 -3
- package/template/.agent/rules/completion-checklist.md +3 -3
- package/template/.agent/skills/parallel-agents/SKILL.md +1 -1
- package/template/.agent/skills/session-continuity/SKILL.md +6 -6
- package/template/.agent/skills/session-continuity/protocols/01-session-resumption.md +1 -1
- package/template/.agent/skills/session-continuity/protocols/02-progress-generation.md +3 -3
- package/template/.agent/skills/session-continuity/protocols/03-progress-update.md +4 -4
- package/template/.agent/skills/session-continuity/protocols/07-spec-pipeline-generation.md +1 -1
- package/template/.agent/skills/session-continuity/protocols/08-spec-pipeline-update.md +2 -2
- package/template/.agent/skills/session-continuity/protocols/11-parallel-synthesis.md +1 -1
- package/template/.agent/workflows/create-prd-architecture.md +2 -2
- package/template/.agent/workflows/create-prd-design-system.md +2 -2
- package/template/.agent/workflows/create-prd-security.md +2 -2
- package/template/.agent/workflows/create-prd-stack.md +2 -2
- package/template/.agent/workflows/create-prd.md +2 -2
- package/template/.agent/workflows/decompose-architecture-validate.md +1 -1
- package/template/.agent/workflows/decompose-architecture.md +2 -2
- package/template/.agent/workflows/ideate.md +2 -2
- package/template/.agent/workflows/implement-slice-setup.md +1 -1
- package/template/.agent/workflows/implement-slice-tdd.md +3 -3
- package/template/.agent/workflows/implement-slice.md +2 -2
- package/template/.agent/workflows/plan-phase-preflight.md +2 -2
- package/template/.agent/workflows/plan-phase-write.md +2 -2
- package/template/.agent/workflows/plan-phase.md +2 -2
- package/template/.agent/workflows/setup-workspace.md +2 -2
- package/template/.agent/workflows/update-architecture-map.md +1 -1
- package/template/.agent/workflows/validate-phase-quality.md +1 -1
- package/template/.agent/workflows/validate-phase-readiness.md +2 -2
- package/template/.agent/workflows/validate-phase.md +2 -2
- package/template/.agent/workflows/verify-infrastructure.md +1 -1
- package/template/.agent/workflows/write-architecture-spec-deepen.md +3 -3
- package/template/.agent/workflows/write-architecture-spec-design.md +1 -1
- package/template/.agent/workflows/write-architecture-spec.md +3 -3
- package/template/.agent/workflows/write-be-spec-classify.md +1 -1
- package/template/.agent/workflows/write-be-spec-write.md +3 -3
- package/template/.agent/workflows/write-be-spec.md +3 -3
- package/template/.agent/workflows/write-fe-spec-classify.md +1 -1
- package/template/.agent/workflows/write-fe-spec-write.md +2 -2
- package/template/.agent/workflows/write-fe-spec.md +3 -3
- package/template/.claude/README.md +3 -1
- package/template/.claude/instructions/workflow.md +3 -3
- package/template/.claude/kit-sync.md +3 -3
- package/template/.claude/rules/completion-checklist.md +3 -3
- package/template/.claude/skills/parallel-agents/SKILL.md +1 -1
- package/template/.claude/skills/plan-phase/SKILL.md +2 -2
- package/template/.claude/skills/plan-phase-preflight/SKILL.md +2 -2
- package/template/.claude/skills/session-continuity/SKILL.md +6 -6
- package/template/.claude/skills/session-continuity/protocols/01-session-resumption.md +1 -1
- package/template/.claude/skills/session-continuity/protocols/02-progress-generation.md +3 -3
- package/template/.claude/skills/session-continuity/protocols/03-progress-update.md +4 -4
- package/template/.claude/skills/session-continuity/protocols/07-spec-pipeline-generation.md +1 -1
- package/template/.claude/skills/session-continuity/protocols/08-spec-pipeline-update.md +2 -2
- package/template/.claude/skills/session-continuity/protocols/11-parallel-synthesis.md +1 -1
- package/template/.claude/skills/setup/setup-cfsa.md +1 -1
- package/template/.claude/skills/write-architecture-spec/SKILL.md +2 -2
- package/template/.claude/skills/write-architecture-spec-deepen/SKILL.md +1 -1
- package/template/.claude/skills/write-architecture-spec-design/SKILL.md +1 -1
- package/template/.claude/skills/write-be-spec/SKILL.md +3 -3
- package/template/.claude/skills/write-be-spec-classify/SKILL.md +1 -1
- package/template/.claude/skills/write-be-spec-write/SKILL.md +1 -1
- package/template/.claude/skills/write-fe-spec/SKILL.md +3 -3
- package/template/.claude/skills/write-fe-spec-write/SKILL.md +1 -1
- package/template/.codex/README.md +99 -0
- package/template/.codex/instructions/commands.md +24 -0
- package/template/.codex/instructions/example.md +21 -0
- package/template/.codex/instructions/patterns.md +61 -0
- package/template/.codex/instructions/structure.md +29 -0
- package/template/.codex/instructions/tech-stack.md +93 -0
- package/template/.codex/instructions/workflow.md +64 -0
- package/template/.codex/kit-sync.md +6 -0
- package/template/.codex/rules/boundary-not-placeholder.md +146 -0
- package/template/.codex/rules/completion-checklist.md +60 -0
- package/template/.codex/rules/debug-by-test.md +49 -0
- package/template/.codex/rules/decision-classification.md +113 -0
- package/template/.codex/rules/extensibility.md +52 -0
- package/template/.codex/rules/memory-capture.md +84 -0
- package/template/.codex/rules/question-vs-command.md +91 -0
- package/template/.codex/rules/security-first.md +54 -0
- package/template/.codex/rules/single-question.md +59 -0
- package/template/.codex/rules/skill-mcp-first.md +45 -0
- package/template/.codex/rules/source-before-ask.md +93 -0
- package/template/.codex/rules/specificity-standards.md +64 -0
- package/template/.codex/rules/tdd-contract-first.md +67 -0
- package/template/.codex/rules/vertical-slices.md +83 -0
- package/template/.codex/skill-library/MANIFEST.md +498 -0
- package/template/.codex/skill-library/README.md +38 -0
- package/template/.codex/skill-library/meta/claude-code/README.md +9 -0
- package/template/.codex/skill-library/meta/claude-code/agent-development/SKILL.md +415 -0
- package/template/.codex/skill-library/meta/claude-code/hook-development/SKILL.md +712 -0
- package/template/.codex/skill-library/meta/claude-code/plugin-structure/SKILL.md +476 -0
- package/template/.codex/skill-library/meta/mcp-builder/SKILL.md +236 -0
- package/template/.codex/skill-library/meta/product-marketing-context/SKILL.md +241 -0
- package/template/.codex/skill-library/meta/tmux-processes/SKILL.md +210 -0
- package/template/.codex/skill-library/meta/using-tmux-for-interactive-commands/SKILL.md +178 -0
- package/template/.codex/skill-library/stack/3d/threejs-pro/SKILL.md +300 -0
- package/template/.codex/skill-library/stack/ai/ai-sdk/SKILL.md +77 -0
- package/template/.codex/skill-library/stack/ai/langchain/SKILL.md +530 -0
- package/template/.codex/skill-library/stack/ai/ollama/SKILL.md +321 -0
- package/template/.codex/skill-library/stack/ai/openai-sdk/SKILL.md +549 -0
- package/template/.codex/skill-library/stack/analytics/google-analytics/SKILL.md +153 -0
- package/template/.codex/skill-library/stack/api/graphql/SKILL.md +1061 -0
- package/template/.codex/skill-library/stack/api/trpc/SKILL.md +576 -0
- package/template/.codex/skill-library/stack/auth/authjs/SKILL.md +569 -0
- package/template/.codex/skill-library/stack/auth/clerk/SKILL.md +590 -0
- package/template/.codex/skill-library/stack/auth/firebase-auth/SKILL.md +734 -0
- package/template/.codex/skill-library/stack/auth/lucia/SKILL.md +230 -0
- package/template/.codex/skill-library/stack/auth/supabase-auth/SKILL.md +293 -0
- package/template/.codex/skill-library/stack/cms/payload-cms/SKILL.md +573 -0
- package/template/.codex/skill-library/stack/cms/shopify/SKILL.md +1193 -0
- package/template/.codex/skill-library/stack/cms/wordpress/SKILL.md +1104 -0
- package/template/.codex/skill-library/stack/css/sass-scss/SKILL.md +1121 -0
- package/template/.codex/skill-library/stack/css/tailwind-css-patterns/SKILL.md +863 -0
- package/template/.codex/skill-library/stack/css/tailwind-design-system/SKILL.md +490 -0
- package/template/.codex/skill-library/stack/css/vanilla-css/SKILL.md +1078 -0
- package/template/.codex/skill-library/stack/databases/clickhouse/SKILL.md +311 -0
- package/template/.codex/skill-library/stack/databases/influxdb/SKILL.md +280 -0
- package/template/.codex/skill-library/stack/databases/lancedb/SKILL.md +415 -0
- package/template/.codex/skill-library/stack/databases/mongodb/SKILL.md +1169 -0
- package/template/.codex/skill-library/stack/databases/neo4j/SKILL.md +839 -0
- package/template/.codex/skill-library/stack/databases/pgvector/SKILL.md +241 -0
- package/template/.codex/skill-library/stack/databases/pinecone/SKILL.md +212 -0
- package/template/.codex/skill-library/stack/databases/postgresql/SKILL.md +658 -0
- package/template/.codex/skill-library/stack/databases/qdrant/SKILL.md +312 -0
- package/template/.codex/skill-library/stack/databases/redis/SKILL.md +1079 -0
- package/template/.codex/skill-library/stack/databases/spacetimedb/SKILL.md +532 -0
- package/template/.codex/skill-library/stack/databases/sqlite/SKILL.md +1132 -0
- package/template/.codex/skill-library/stack/databases/supabase/SKILL.md +640 -0
- package/template/.codex/skill-library/stack/databases/surrealdb-expert/SKILL.md +945 -0
- package/template/.codex/skill-library/stack/databases/timescaledb/SKILL.md +745 -0
- package/template/.codex/skill-library/stack/databases/weaviate/SKILL.md +218 -0
- package/template/.codex/skill-library/stack/devops/git-advanced/SKILL.md +972 -0
- package/template/.codex/skill-library/stack/devops/git-workflow/SKILL.md +420 -0
- package/template/.codex/skill-library/stack/devops/github-actions/SKILL.md +554 -0
- package/template/.codex/skill-library/stack/devops/kubernetes/SKILL.md +950 -0
- package/template/.codex/skill-library/stack/devops/nginx/SKILL.md +841 -0
- package/template/.codex/skill-library/stack/devops/terraform/SKILL.md +860 -0
- package/template/.codex/skill-library/stack/email/resend/SKILL.md +391 -0
- package/template/.codex/skill-library/stack/extensions/chrome-extension/SKILL.md +375 -0
- package/template/.codex/skill-library/stack/extensions/plasmo/SKILL.md +195 -0
- package/template/.codex/skill-library/stack/extensions/vscode-extension/SKILL.md +453 -0
- package/template/.codex/skill-library/stack/extensions/wxt/SKILL.md +216 -0
- package/template/.codex/skill-library/stack/feature-flags/flagsmith/SKILL.md +187 -0
- package/template/.codex/skill-library/stack/feature-flags/launchdarkly/SKILL.md +183 -0
- package/template/.codex/skill-library/stack/feature-flags/posthog-flags/SKILL.md +189 -0
- package/template/.codex/skill-library/stack/frameworks/astro-framework/SKILL.md +162 -0
- package/template/.codex/skill-library/stack/frameworks/electron/SKILL.md +1286 -0
- package/template/.codex/skill-library/stack/frameworks/fastapi/SKILL.md +650 -0
- package/template/.codex/skill-library/stack/frameworks/hono/SKILL.md +90 -0
- package/template/.codex/skill-library/stack/frameworks/nestjs/SKILL.md +878 -0
- package/template/.codex/skill-library/stack/frameworks/nextjs/SKILL.md +635 -0
- package/template/.codex/skill-library/stack/frameworks/nuxt/SKILL.md +564 -0
- package/template/.codex/skill-library/stack/frameworks/svelte5/SKILL.md +81 -0
- package/template/.codex/skill-library/stack/frameworks/svelte5/references/events.md +353 -0
- package/template/.codex/skill-library/stack/frameworks/svelte5/references/migration.md +339 -0
- package/template/.codex/skill-library/stack/frameworks/svelte5/references/performance.md +443 -0
- package/template/.codex/skill-library/stack/frameworks/svelte5/references/runes.md +394 -0
- package/template/.codex/skill-library/stack/frameworks/svelte5/references/snippets.md +291 -0
- package/template/.codex/skill-library/stack/frameworks/svelte5/references/sveltekit.md +401 -0
- package/template/.codex/skill-library/stack/frameworks/svelte5/references/typescript.md +305 -0
- package/template/.codex/skill-library/stack/frameworks/sveltekit/SKILL.md +614 -0
- package/template/.codex/skill-library/stack/frameworks/tauri/SKILL.md +920 -0
- package/template/.codex/skill-library/stack/gamedev/godot/SKILL.md +1032 -0
- package/template/.codex/skill-library/stack/gamedev/unity/SKILL.md +1175 -0
- package/template/.codex/skill-library/stack/hosting/aws/SKILL.md +467 -0
- package/template/.codex/skill-library/stack/hosting/cloudflare/SKILL.md +201 -0
- package/template/.codex/skill-library/stack/hosting/docker-expert/SKILL.md +409 -0
- package/template/.codex/skill-library/stack/hosting/vercel/SKILL.md +484 -0
- package/template/.codex/skill-library/stack/languages/bash-scripting/SKILL.md +773 -0
- package/template/.codex/skill-library/stack/languages/c-cpp/SKILL.md +712 -0
- package/template/.codex/skill-library/stack/languages/gdscript/SKILL.md +789 -0
- package/template/.codex/skill-library/stack/languages/go/SKILL.md +664 -0
- package/template/.codex/skill-library/stack/languages/java/SKILL.md +778 -0
- package/template/.codex/skill-library/stack/languages/kotlin/SKILL.md +665 -0
- package/template/.codex/skill-library/stack/languages/python/SKILL.md +678 -0
- package/template/.codex/skill-library/stack/languages/rust/SKILL.md +673 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/SKILL.md +141 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/advanced-generics.md +90 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/branded-types.md +57 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/builder-pattern.md +71 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/common-pitfalls.md +135 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/conditional-types.md +27 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/decorators.md +98 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/discriminated-unions.md +62 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/mapped-types.md +53 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/performance-best-practices.md +104 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/template-literal-types.md +49 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/testing-types.md +112 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/type-guards.md +70 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/type-inference.md +101 -0
- package/template/.codex/skill-library/stack/languages/typescript-advanced-patterns/references/utility-types.md +98 -0
- package/template/.codex/skill-library/stack/languages/vanilla-javascript/SKILL.md +803 -0
- package/template/.codex/skill-library/stack/messaging/kafka/SKILL.md +235 -0
- package/template/.codex/skill-library/stack/messaging/nats/SKILL.md +147 -0
- package/template/.codex/skill-library/stack/messaging/rabbitmq/SKILL.md +178 -0
- package/template/.codex/skill-library/stack/messaging/sqs/SKILL.md +187 -0
- package/template/.codex/skill-library/stack/mobile/expo-react-native/SKILL.md +665 -0
- package/template/.codex/skill-library/stack/mobile/flutter/SKILL.md +316 -0
- package/template/.codex/skill-library/stack/mobile/kotlin-compose/SKILL.md +215 -0
- package/template/.codex/skill-library/stack/mobile/react-native/SKILL.md +337 -0
- package/template/.codex/skill-library/stack/mobile/swiftui/SKILL.md +261 -0
- package/template/.codex/skill-library/stack/monitoring/posthog/SKILL.md +396 -0
- package/template/.codex/skill-library/stack/monitoring/sentry/SKILL.md +509 -0
- package/template/.codex/skill-library/stack/notifications/fcm/SKILL.md +229 -0
- package/template/.codex/skill-library/stack/notifications/sendgrid/SKILL.md +220 -0
- package/template/.codex/skill-library/stack/notifications/twilio/SKILL.md +204 -0
- package/template/.codex/skill-library/stack/observability/datadog/SKILL.md +179 -0
- package/template/.codex/skill-library/stack/observability/distributed-tracing/SKILL.md +140 -0
- package/template/.codex/skill-library/stack/observability/opentelemetry/SKILL.md +164 -0
- package/template/.codex/skill-library/stack/observability/prometheus-grafana/SKILL.md +246 -0
- package/template/.codex/skill-library/stack/observability/python-observability/SKILL.md +158 -0
- package/template/.codex/skill-library/stack/orm/drizzle-orm/SKILL.md +613 -0
- package/template/.codex/skill-library/stack/orm/prisma/SKILL.md +744 -0
- package/template/.codex/skill-library/stack/payments/lemonsqueezy/SKILL.md +393 -0
- package/template/.codex/skill-library/stack/payments/stripe-integration/SKILL.md +457 -0
- package/template/.codex/skill-library/stack/queue/bullmq/SKILL.md +385 -0
- package/template/.codex/skill-library/stack/queue/inngest/SKILL.md +438 -0
- package/template/.codex/skill-library/stack/realtime/socketio/SKILL.md +595 -0
- package/template/.codex/skill-library/stack/search/algolia/SKILL.md +206 -0
- package/template/.codex/skill-library/stack/search/elasticsearch/SKILL.md +248 -0
- package/template/.codex/skill-library/stack/search/meilisearch/SKILL.md +385 -0
- package/template/.codex/skill-library/stack/search/typesense/SKILL.md +189 -0
- package/template/.codex/skill-library/stack/security/crypto-patterns/SKILL.md +437 -0
- package/template/.codex/skill-library/stack/security/csp-cors-headers/SKILL.md +588 -0
- package/template/.codex/skill-library/stack/security/dependency-auditing/SKILL.md +560 -0
- package/template/.codex/skill-library/stack/security/input-sanitization/SKILL.md +430 -0
- package/template/.codex/skill-library/stack/security/owasp-web-security/SKILL.md +421 -0
- package/template/.codex/skill-library/stack/state/tanstack-query/SKILL.md +637 -0
- package/template/.codex/skill-library/stack/state/zustand/SKILL.md +483 -0
- package/template/.codex/skill-library/stack/storage/aws-s3/SKILL.md +415 -0
- package/template/.codex/skill-library/stack/storage/cloudflare-r2/SKILL.md +252 -0
- package/template/.codex/skill-library/stack/storage/gcs/SKILL.md +229 -0
- package/template/.codex/skill-library/stack/testing/playwright/SKILL.md +641 -0
- package/template/.codex/skill-library/stack/testing/storybook/SKILL.md +923 -0
- package/template/.codex/skill-library/stack/testing/testing-library/SKILL.md +872 -0
- package/template/.codex/skill-library/stack/testing/vitest/SKILL.md +714 -0
- package/template/.codex/skill-library/stack/ui/react-best-practices/SKILL.md +877 -0
- package/template/.codex/skill-library/stack/ui/react-composition-patterns/SKILL.md +1107 -0
- package/template/.codex/skill-library/stack/ui/react-flow/SKILL.md +425 -0
- package/template/.codex/skill-library/stack/ui/shadcn-ui/SKILL.md +703 -0
- package/template/.codex/skill-library/stack/ui/svelte-flow/SKILL.md +390 -0
- package/template/.codex/skill-library/surface/api/api-caching/SKILL.md +458 -0
- package/template/.codex/skill-library/surface/api/api-documentation-openapi/SKILL.md +697 -0
- package/template/.codex/skill-library/surface/api/api-error-handling/SKILL.md +478 -0
- package/template/.codex/skill-library/surface/api/api-security-checklist/SKILL.md +147 -0
- package/template/.codex/skill-library/surface/api/email-best-practices/SKILL.md +59 -0
- package/template/.codex/skill-library/surface/api/rate-limiting-abuse-protection/SKILL.md +147 -0
- package/template/.codex/skill-library/surface/api/webhook-design/SKILL.md +752 -0
- package/template/.codex/skill-library/surface/cli/cli-configuration-management/SKILL.md +445 -0
- package/template/.codex/skill-library/surface/cli/cli-error-diagnostics/SKILL.md +515 -0
- package/template/.codex/skill-library/surface/cli/cli-shell-integration/SKILL.md +479 -0
- package/template/.codex/skill-library/surface/cli/cli-ux-design/SKILL.md +477 -0
- package/template/.codex/skill-library/surface/desktop/desktop-app-distribution/SKILL.md +416 -0
- package/template/.codex/skill-library/surface/desktop/desktop-security-sandboxing/SKILL.md +407 -0
- package/template/.codex/skill-library/surface/desktop/desktop-ux-conventions/SKILL.md +361 -0
- package/template/.codex/skill-library/surface/desktop/native-os-integration/SKILL.md +563 -0
- package/template/.codex/skill-library/surface/extension/browser-extension-patterns/SKILL.md +482 -0
- package/template/.codex/skill-library/surface/extension/plugin-architecture-design/SKILL.md +632 -0
- package/template/.codex/skill-library/surface/extension/vscode-extension-development/SKILL.md +728 -0
- package/template/.codex/skill-library/surface/mobile/app-store-submission/SKILL.md +304 -0
- package/template/.codex/skill-library/surface/mobile/mobile-offline-sync/SKILL.md +443 -0
- package/template/.codex/skill-library/surface/mobile/mobile-responsive-patterns/SKILL.md +432 -0
- package/template/.codex/skill-library/surface/mobile/push-notifications/SKILL.md +495 -0
- package/template/.codex/skill-library/surface/web/accessibility-compliance/SKILL.md +827 -0
- package/template/.codex/skill-library/surface/web/ai-seo/SKILL.md +398 -0
- package/template/.codex/skill-library/surface/web/ai-seo/references/content-patterns.md +285 -0
- package/template/.codex/skill-library/surface/web/ai-seo/references/platform-ranking-factors.md +152 -0
- package/template/.codex/skill-library/surface/web/analytics-tracking/SKILL.md +309 -0
- package/template/.codex/skill-library/surface/web/analytics-tracking/references/event-library.md +260 -0
- package/template/.codex/skill-library/surface/web/analytics-tracking/references/ga4-implementation.md +300 -0
- package/template/.codex/skill-library/surface/web/analytics-tracking/references/gtm-implementation.md +390 -0
- package/template/.codex/skill-library/surface/web/authentication-ui-flows/SKILL.md +530 -0
- package/template/.codex/skill-library/surface/web/dark-mode-theming/SKILL.md +516 -0
- package/template/.codex/skill-library/surface/web/design-reference-data/SKILL.md +105 -0
- package/template/.codex/skill-library/surface/web/design-reference-data/data/charts.csv +26 -0
- package/template/.codex/skill-library/surface/web/design-reference-data/data/colors.csv +97 -0
- package/template/.codex/skill-library/surface/web/design-reference-data/data/landing.csv +31 -0
- package/template/.codex/skill-library/surface/web/design-reference-data/data/styles.csv +59 -0
- package/template/.codex/skill-library/surface/web/design-reference-data/data/typography.csv +58 -0
- package/template/.codex/skill-library/surface/web/design-reference-data/data/ux-guidelines.csv +100 -0
- package/template/.codex/skill-library/surface/web/design-reference-data/scripts/core.py +258 -0
- package/template/.codex/skill-library/surface/web/design-reference-data/scripts/design_system.py +1067 -0
- package/template/.codex/skill-library/surface/web/design-reference-data/scripts/search.py +106 -0
- package/template/.codex/skill-library/surface/web/form-handling-validation/SKILL.md +675 -0
- package/template/.codex/skill-library/surface/web/frontend-design/SKILL.md +1393 -0
- package/template/.codex/skill-library/surface/web/frontend-design/templates/cppn-hero.tsx +299 -0
- package/template/.codex/skill-library/surface/web/frontend-design/templates/wave-hero.tsx +875 -0
- package/template/.codex/skill-library/surface/web/frontend-verification/SKILL.md +111 -0
- package/template/.codex/skill-library/surface/web/frontend-verification/scripts/ux_audit.py +739 -0
- package/template/.codex/skill-library/surface/web/i18n-localization/SKILL.md +332 -0
- package/template/.codex/skill-library/surface/web/i18n-localization/references/icu-message-format.md +223 -0
- package/template/.codex/skill-library/surface/web/i18n-localization/references/intl-api-patterns.md +326 -0
- package/template/.codex/skill-library/surface/web/i18n-localization/references/rtl-support.md +298 -0
- package/template/.codex/skill-library/surface/web/offline-first-pwa/SKILL.md +657 -0
- package/template/.codex/skill-library/surface/web/page-cro/SKILL.md +182 -0
- package/template/.codex/skill-library/surface/web/page-cro/references/experiments.md +248 -0
- package/template/.codex/skill-library/surface/web/programmatic-seo/SKILL.md +238 -0
- package/template/.codex/skill-library/surface/web/programmatic-seo/references/playbooks.md +308 -0
- package/template/.codex/skill-library/surface/web/schema-markup/SKILL.md +179 -0
- package/template/.codex/skill-library/surface/web/schema-markup/references/schema-examples.md +398 -0
- package/template/.codex/skill-library/surface/web/seo-audit/SKILL.md +394 -0
- package/template/.codex/skill-library/surface/web/seo-audit/references/ai-writing-detection.md +200 -0
- package/template/.codex/skill-library/surface/web/web-performance-optimization/SKILL.md +646 -0
- package/template/.codex/skill-library/surface/web/web-scraping/SKILL.md +58 -0
- package/template/.codex/skills/README.md +78 -0
- package/template/.codex/skills/accessibility/SKILL.md +522 -0
- package/template/.codex/skills/accessibility/references/WCAG.md +162 -0
- package/template/.codex/skills/accessibility/references/ia-spec-checklist.md +35 -0
- package/template/.codex/skills/adversarial-review/SKILL.md +90 -0
- package/template/.codex/skills/antigravity-workflows/SKILL.md +81 -0
- package/template/.codex/skills/antigravity-workflows/resources/implementation-playbook.md +36 -0
- package/template/.codex/skills/api-design-principles/SKILL.md +169 -0
- package/template/.codex/skills/api-design-principles/assets/api-design-checklist.md +155 -0
- package/template/.codex/skills/api-design-principles/assets/rest-api-template.py +182 -0
- package/template/.codex/skills/api-design-principles/references/graphql-schema-design.md +583 -0
- package/template/.codex/skills/api-design-principles/references/rest-best-practices.md +408 -0
- package/template/.codex/skills/api-design-principles/resources/implementation-playbook.md +513 -0
- package/template/.codex/skills/api-versioning/SKILL.md +166 -0
- package/template/.codex/skills/api-versioning/references/typescript.md +157 -0
- package/template/.codex/skills/architecture-mapping/SKILL.md +219 -0
- package/template/.codex/skills/audit-ambiguity/SKILL.md +54 -0
- package/template/.codex/skills/audit-ambiguity-execute/SKILL.md +86 -0
- package/template/.codex/skills/audit-ambiguity-rubrics/SKILL.md +58 -0
- package/template/.codex/skills/bootstrap-agents/SKILL.md +258 -0
- package/template/.codex/skills/bootstrap-agents-fill/SKILL.md +25 -0
- package/template/.codex/skills/bootstrap-agents-provision/SKILL.md +22 -0
- package/template/.codex/skills/brainstorming/SKILL.md +177 -0
- package/template/.codex/skills/brand-guidelines/SKILL.md +44 -0
- package/template/.codex/skills/clean-code/SKILL.md +196 -0
- package/template/.codex/skills/clean-code/references/typescript.md +126 -0
- package/template/.codex/skills/code-review-pro/SKILL.md +152 -0
- package/template/.codex/skills/concise-planning/SKILL.md +107 -0
- package/template/.codex/skills/create-prd/SKILL.md +94 -0
- package/template/.codex/skills/create-prd-architecture/SKILL.md +72 -0
- package/template/.codex/skills/create-prd-compile/SKILL.md +85 -0
- package/template/.codex/skills/create-prd-design-system/SKILL.md +69 -0
- package/template/.codex/skills/create-prd-security/SKILL.md +66 -0
- package/template/.codex/skills/create-prd-stack/SKILL.md +84 -0
- package/template/.codex/skills/cross-layer-consistency/SKILL.md +117 -0
- package/template/.codex/skills/database-schema-design/SKILL.md +205 -0
- package/template/.codex/skills/database-schema-design/references/relational.md +228 -0
- package/template/.codex/skills/decompose-architecture/SKILL.md +72 -0
- package/template/.codex/skills/decompose-architecture-structure/SKILL.md +62 -0
- package/template/.codex/skills/decompose-architecture-validate/SKILL.md +72 -0
- package/template/.codex/skills/deployment-procedures/SKILL.md +241 -0
- package/template/.codex/skills/design-anti-cliche/SKILL.md +159 -0
- package/template/.codex/skills/design-direction/SKILL.md +45 -0
- package/template/.codex/skills/error-handling-patterns/SKILL.md +226 -0
- package/template/.codex/skills/error-handling-patterns/references/go.md +162 -0
- package/template/.codex/skills/error-handling-patterns/references/python.md +262 -0
- package/template/.codex/skills/error-handling-patterns/references/rust.md +112 -0
- package/template/.codex/skills/error-handling-patterns/references/typescript.md +178 -0
- package/template/.codex/skills/evolve-contract/SKILL.md +24 -0
- package/template/.codex/skills/evolve-feature/SKILL.md +18 -0
- package/template/.codex/skills/evolve-feature-cascade/SKILL.md +24 -0
- package/template/.codex/skills/evolve-feature-classify/SKILL.md +21 -0
- package/template/.codex/skills/find-skills/SKILL.md +145 -0
- package/template/.codex/skills/git-advanced/SKILL.md +972 -0
- package/template/.codex/skills/git-workflow/SKILL.md +420 -0
- package/template/.codex/skills/idea-extraction/SKILL.md +644 -0
- package/template/.codex/skills/ideate/SKILL.md +77 -0
- package/template/.codex/skills/ideate-discover/SKILL.md +89 -0
- package/template/.codex/skills/ideate-extract/SKILL.md +77 -0
- package/template/.codex/skills/ideate-validate/SKILL.md +75 -0
- package/template/.codex/skills/implement-slice/SKILL.md +64 -0
- package/template/.codex/skills/implement-slice-setup/SKILL.md +70 -0
- package/template/.codex/skills/implement-slice-tdd/SKILL.md +78 -0
- package/template/.codex/skills/logging-best-practices/SKILL.md +192 -0
- package/template/.codex/skills/logging-best-practices/references/go.md +49 -0
- package/template/.codex/skills/logging-best-practices/references/python.md +52 -0
- package/template/.codex/skills/logging-best-practices/references/typescript.md +215 -0
- package/template/.codex/skills/migration-management/SKILL.md +200 -0
- package/template/.codex/skills/migration-management/references/relational.md +214 -0
- package/template/.codex/skills/minimalist-surgical-development/SKILL.md +135 -0
- package/template/.codex/skills/parallel-agents/SKILL.md +165 -0
- package/template/.codex/skills/parallel-debugging/SKILL.md +135 -0
- package/template/.codex/skills/parallel-feature-development/SKILL.md +157 -0
- package/template/.codex/skills/performance-budgeting/SKILL.md +144 -0
- package/template/.codex/skills/pipeline-rubrics/SKILL.md +51 -0
- package/template/.codex/skills/pipeline-rubrics/references/architecture-rubric.md +19 -0
- package/template/.codex/skills/pipeline-rubrics/references/be-rubric.md +21 -0
- package/template/.codex/skills/pipeline-rubrics/references/fe-rubric.md +20 -0
- package/template/.codex/skills/pipeline-rubrics/references/ia-rubric.md +19 -0
- package/template/.codex/skills/pipeline-rubrics/references/scoring.md +32 -0
- package/template/.codex/skills/pipeline-rubrics/references/vision-rubric.md +12 -0
- package/template/.codex/skills/plan-phase/SKILL.md +62 -0
- package/template/.codex/skills/plan-phase-preflight/SKILL.md +75 -0
- package/template/.codex/skills/plan-phase-write/SKILL.md +85 -0
- package/template/.codex/skills/prd-templates/SKILL.md +107 -0
- package/template/.codex/skills/prd-templates/references/architecture-completeness-checklist.md +28 -0
- package/template/.codex/skills/prd-templates/references/architecture-design-template.md +88 -0
- package/template/.codex/skills/prd-templates/references/be-spec-classification.md +41 -0
- package/template/.codex/skills/prd-templates/references/be-spec-template.md +107 -0
- package/template/.codex/skills/prd-templates/references/bootstrap-verification-protocol.md +50 -0
- package/template/.codex/skills/prd-templates/references/constraint-exploration.md +41 -0
- package/template/.codex/skills/prd-templates/references/data-placement-template.md +74 -0
- package/template/.codex/skills/prd-templates/references/decision-confirmation-protocol.md +68 -0
- package/template/.codex/skills/prd-templates/references/decision-propagation.md +121 -0
- package/template/.codex/skills/prd-templates/references/decomposition-templates.md +226 -0
- package/template/.codex/skills/prd-templates/references/deep-ideation-loading-protocol.md +114 -0
- package/template/.codex/skills/prd-templates/references/design-system-decisions.md +198 -0
- package/template/.codex/skills/prd-templates/references/design-system-prerequisite-check.md +18 -0
- package/template/.codex/skills/prd-templates/references/domain-exhaustion-criteria.md +37 -0
- package/template/.codex/skills/prd-templates/references/engagement-tier-protocol.md +58 -0
- package/template/.codex/skills/prd-templates/references/engineering-standards-template.md +126 -0
- package/template/.codex/skills/prd-templates/references/evolution-layer-guidance.md +91 -0
- package/template/.codex/skills/prd-templates/references/expansion-modes.md +27 -0
- package/template/.codex/skills/prd-templates/references/fe-classification-procedures.md +47 -0
- package/template/.codex/skills/prd-templates/references/fe-spec-template.md +90 -0
- package/template/.codex/skills/prd-templates/references/feature-ledger-protocol.md +149 -0
- package/template/.codex/skills/prd-templates/references/folder-seeding-protocol.md +77 -0
- package/template/.codex/skills/prd-templates/references/fractal-cx-template.md +58 -0
- package/template/.codex/skills/prd-templates/references/fractal-feature-template.md +93 -0
- package/template/.codex/skills/prd-templates/references/fractal-node-index-template.md +55 -0
- package/template/.codex/skills/prd-templates/references/gate-applicability.md +92 -0
- package/template/.codex/skills/prd-templates/references/ideation-crosscut-template.md +36 -0
- package/template/.codex/skills/prd-templates/references/ideation-index-template.md +111 -0
- package/template/.codex/skills/prd-templates/references/ideation-meta-template.md +126 -0
- package/template/.codex/skills/prd-templates/references/infrastructure-report-template.md +71 -0
- package/template/.codex/skills/prd-templates/references/input-classification.md +23 -0
- package/template/.codex/skills/prd-templates/references/map-guard-protocol.md +65 -0
- package/template/.codex/skills/prd-templates/references/operational-templates.md +116 -0
- package/template/.codex/skills/prd-templates/references/persona-completeness-gate.md +20 -0
- package/template/.codex/skills/prd-templates/references/placeholder-guard-template.md +21 -0
- package/template/.codex/skills/prd-templates/references/placeholder-workflow-mapping.md +50 -0
- package/template/.codex/skills/prd-templates/references/shard-boundary-analysis.md +103 -0
- package/template/.codex/skills/prd-templates/references/shard-split-remediation.md +157 -0
- package/template/.codex/skills/prd-templates/references/skill-loading-protocol.md +36 -0
- package/template/.codex/skills/prd-templates/references/slice-completion-gates.md +29 -0
- package/template/.codex/skills/prd-templates/references/spec-coverage-sweep.md +44 -0
- package/template/.codex/skills/prd-templates/references/surface-model.md +61 -0
- package/template/.codex/skills/prd-templates/references/tdd-testing-policy.md +39 -0
- package/template/.codex/skills/prd-templates/references/vision-template.md +57 -0
- package/template/.codex/skills/prd-templates/references/workflow-checkpoint-protocol.md +112 -0
- package/template/.codex/skills/prd-templates/references/write-verification-protocol.md +57 -0
- package/template/.codex/skills/prompt-engineer/SKILL.md +203 -0
- package/template/.codex/skills/propagate-decision/SKILL.md +18 -0
- package/template/.codex/skills/propagate-decision-apply/SKILL.md +22 -0
- package/template/.codex/skills/propagate-decision-scan/SKILL.md +20 -0
- package/template/.codex/skills/regex-patterns/SKILL.md +333 -0
- package/template/.codex/skills/regex-patterns/references/go.md +44 -0
- package/template/.codex/skills/regex-patterns/references/javascript.md +63 -0
- package/template/.codex/skills/regex-patterns/references/python.md +77 -0
- package/template/.codex/skills/regex-patterns/references/rust.md +43 -0
- package/template/.codex/skills/remediate-pipeline/SKILL.md +18 -0
- package/template/.codex/skills/remediate-pipeline-assess/SKILL.md +21 -0
- package/template/.codex/skills/remediate-pipeline-execute/SKILL.md +23 -0
- package/template/.codex/skills/remediate-shard-split/SKILL.md +21 -0
- package/template/.codex/skills/resolve-ambiguity/SKILL.md +278 -0
- package/template/.codex/skills/security-scanning-security-hardening/SKILL.md +231 -0
- package/template/.codex/skills/session-continuity/SKILL.md +732 -0
- package/template/.codex/skills/session-continuity/protocols/01-session-resumption.md +38 -0
- package/template/.codex/skills/session-continuity/protocols/02-progress-generation.md +85 -0
- package/template/.codex/skills/session-continuity/protocols/03-progress-update.md +70 -0
- package/template/.codex/skills/session-continuity/protocols/04-pattern-extraction.md +60 -0
- package/template/.codex/skills/session-continuity/protocols/05-session-close.md +37 -0
- package/template/.codex/skills/session-continuity/protocols/06-decision-analysis.md +84 -0
- package/template/.codex/skills/session-continuity/protocols/07-spec-pipeline-generation.md +48 -0
- package/template/.codex/skills/session-continuity/protocols/08-spec-pipeline-update.md +65 -0
- package/template/.codex/skills/session-continuity/protocols/09-parallel-claim.md +122 -0
- package/template/.codex/skills/session-continuity/protocols/10-placeholder-verification-gate.md +83 -0
- package/template/.codex/skills/session-continuity/protocols/11-parallel-synthesis.md +21 -0
- package/template/.codex/skills/session-continuity/protocols/ambiguity-gates.md +48 -0
- package/template/.codex/skills/setup/README.md +24 -0
- package/template/.codex/skills/setup/setup-cfsa.md +200 -0
- package/template/.codex/skills/setup/setup-fill-placeholders.md +192 -0
- package/template/.codex/skills/setup/setup-provision-skills.md +82 -0
- package/template/.codex/skills/setup/setup-verify.md +89 -0
- package/template/.codex/skills/setup-workspace/SKILL.md +83 -0
- package/template/.codex/skills/setup-workspace-cicd/SKILL.md +56 -0
- package/template/.codex/skills/setup-workspace-data/SKILL.md +69 -0
- package/template/.codex/skills/setup-workspace-hosting/SKILL.md +59 -0
- package/template/.codex/skills/setup-workspace-scaffold/SKILL.md +72 -0
- package/template/.codex/skills/skill-creator/SKILL.md +203 -0
- package/template/.codex/skills/spec-writing/SKILL.md +110 -0
- package/template/.codex/skills/sync-kit/SKILL.md +23 -0
- package/template/.codex/skills/systematic-debugging/CREATION-LOG.md +119 -0
- package/template/.codex/skills/systematic-debugging/SKILL.md +297 -0
- package/template/.codex/skills/systematic-debugging/condition-based-waiting-example.ts +158 -0
- package/template/.codex/skills/systematic-debugging/condition-based-waiting.md +115 -0
- package/template/.codex/skills/systematic-debugging/defense-in-depth.md +122 -0
- package/template/.codex/skills/systematic-debugging/find-polluter.sh +63 -0
- package/template/.codex/skills/systematic-debugging/root-cause-tracing.md +169 -0
- package/template/.codex/skills/systematic-debugging/test-academic.md +14 -0
- package/template/.codex/skills/systematic-debugging/test-pressure-1.md +58 -0
- package/template/.codex/skills/systematic-debugging/test-pressure-2.md +68 -0
- package/template/.codex/skills/systematic-debugging/test-pressure-3.md +69 -0
- package/template/.codex/skills/tdd-workflow/SKILL.md +186 -0
- package/template/.codex/skills/tdd-workflow/references/typescript.md +231 -0
- package/template/.codex/skills/tech-stack-catalog/SKILL.md +49 -0
- package/template/.codex/skills/tech-stack-catalog/references/constraint-questions.md +237 -0
- package/template/.codex/skills/tech-stack-catalog/references/dev-tooling-decisions.md +37 -0
- package/template/.codex/skills/tech-stack-catalog/references/surface-decision-tables.md +69 -0
- package/template/.codex/skills/technical-writer/SKILL.md +242 -0
- package/template/.codex/skills/testing-strategist/SKILL.md +319 -0
- package/template/.codex/skills/testing-strategist/references/typescript.md +328 -0
- package/template/.codex/skills/update-architecture-map/SKILL.md +21 -0
- package/template/.codex/skills/utilities/resolve-skill.md +195 -0
- package/template/.codex/skills/validate-phase/SKILL.md +62 -0
- package/template/.codex/skills/validate-phase-quality/SKILL.md +67 -0
- package/template/.codex/skills/validate-phase-readiness/SKILL.md +74 -0
- package/template/.codex/skills/verification-before-completion/SKILL.md +97 -0
- package/template/.codex/skills/verify-infrastructure/SKILL.md +25 -0
- package/template/.codex/skills/workflow-automation/SKILL.md +166 -0
- package/template/.codex/skills/workflow-automation/references/inngest.md +88 -0
- package/template/.codex/skills/workflow-automation/references/temporal.md +64 -0
- package/template/.codex/skills/write-architecture-spec/SKILL.md +78 -0
- package/template/.codex/skills/write-architecture-spec-deepen/SKILL.md +82 -0
- package/template/.codex/skills/write-architecture-spec-design/SKILL.md +80 -0
- package/template/.codex/skills/write-be-spec/SKILL.md +75 -0
- package/template/.codex/skills/write-be-spec-classify/SKILL.md +80 -0
- package/template/.codex/skills/write-be-spec-write/SKILL.md +99 -0
- package/template/.codex/skills/write-fe-spec/SKILL.md +79 -0
- package/template/.codex/skills/write-fe-spec-classify/SKILL.md +77 -0
- package/template/.codex/skills/write-fe-spec-write/SKILL.md +88 -0
- package/template/.factory/README.md +2 -3
- package/template/.factory/instructions/workflow.md +3 -3
- package/template/.factory/kit-sync.md +3 -3
- package/template/.factory/skills/completion-checklist/SKILL.md +3 -3
- package/template/.factory/skills/parallel-agents/SKILL.md +1 -1
- package/template/.factory/skills/plan-phase/SKILL.md +2 -2
- package/template/.factory/skills/plan-phase-preflight/SKILL.md +2 -2
- package/template/.factory/skills/session-continuity/SKILL.md +6 -6
- package/template/.factory/skills/session-continuity/protocols/01-session-resumption.md +1 -1
- package/template/.factory/skills/session-continuity/protocols/02-progress-generation.md +3 -3
- package/template/.factory/skills/session-continuity/protocols/03-progress-update.md +4 -4
- package/template/.factory/skills/session-continuity/protocols/07-spec-pipeline-generation.md +1 -1
- package/template/.factory/skills/session-continuity/protocols/08-spec-pipeline-update.md +2 -2
- package/template/.factory/skills/session-continuity/protocols/11-parallel-synthesis.md +1 -1
- package/template/.factory/skills/setup-cfsa/SKILL.md +1 -1
- package/template/.factory/skills/write-architecture-spec/SKILL.md +2 -2
- package/template/.factory/skills/write-architecture-spec-deepen/SKILL.md +1 -1
- package/template/.factory/skills/write-architecture-spec-design/SKILL.md +1 -1
- package/template/.factory/skills/write-be-spec/SKILL.md +3 -3
- package/template/.factory/skills/write-be-spec-classify/SKILL.md +1 -1
- package/template/.factory/skills/write-be-spec-write/SKILL.md +1 -1
- package/template/.factory/skills/write-fe-spec/SKILL.md +3 -3
- package/template/.factory/skills/write-fe-spec-write/SKILL.md +1 -1
- package/template/.memory/README.md +1 -0
- package/template/.memory/mcp-server/README.md +10 -2
- package/template/.memory/mcp-server/client.mjs +61 -18
- package/template/.memory/mcp-server/daemon.mjs +8 -3
- package/template/.memory/mcp-server/runtime.mjs +51 -14
- package/template/.memory/mcp-server/start.mjs +4 -2
- package/template/.memory/migrate/migrate-legacy.mjs +1 -0
- package/template/.memory/pipeline/README.md +1 -0
- package/template/CLAUDE.md +4 -4
- package/template/CODEX.md +6 -53
- package/template/GEMINI.md +2 -2
- package/template/docs/README.md +5 -2
- package/template/docs/kit-architecture.md +36 -19
- package/template/docs/progress-state-catalog.md +48 -0
- package/template/.factory/progress/memory/.gitkeep +0 -0
- /package/template/{.agent/progress → .codex/skills/skill-creator/references}/.gitkeep +0 -0
- /package/template/{.agent/progress/memory → .codex/skills/skill-creator/scripts}/.gitkeep +0 -0
- /package/template/{.agent/progress/sessions → .memory/pipeline/progress}/.gitkeep +0 -0
- /package/template/{.claude/progress → .memory/pipeline/progress/memory}/.gitkeep +0 -0
- /package/template/{.claude/progress/memory → .memory/pipeline/progress/phases}/.gitkeep +0 -0
- /package/template/{.claude → .memory/pipeline}/progress/sessions/.gitkeep +0 -0
- /package/template/{.factory/progress → .memory/pipeline/progress/slices}/.gitkeep +0 -0
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "{{CONTRACT_LIBRARY}} schema before implementation, failing test before code — Red Green Refactor every slice"
|
|
3
|
+
trigger: always_on
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# TDD & Contract-First Development
|
|
7
|
+
|
|
8
|
+
> **The CFPA Order**: Contract (`{{CONTRACT_LIBRARY}}` schema) → Tests (failing) → Implementation (make them pass) → Never reverse this.
|
|
9
|
+
|
|
10
|
+
## Contract-First: Schema Before Code
|
|
11
|
+
|
|
12
|
+
Every data boundary gets a `{{CONTRACT_LIBRARY}}` schema **before** any implementation:
|
|
13
|
+
|
|
14
|
+
| Scenario | Schema Required |
|
|
15
|
+
|----------|----------------|
|
|
16
|
+
| New API endpoint | Request/response schemas |
|
|
17
|
+
| New DB model | Document/record schema |
|
|
18
|
+
| New UI form | Form data schema |
|
|
19
|
+
| New config | Configuration schema |
|
|
20
|
+
| External integration | External data shape schema |
|
|
21
|
+
|
|
22
|
+
### What Contract Tests Must Cover
|
|
23
|
+
|
|
24
|
+
- ✅ Valid input accepted
|
|
25
|
+
- ✅ Invalid input rejected with correct error
|
|
26
|
+
- ✅ Edge cases (empty, null, boundary values)
|
|
27
|
+
- ✅ Type coercion where applicable
|
|
28
|
+
- ✅ Required vs optional fields
|
|
29
|
+
|
|
30
|
+
## TDD: Tests ARE The Spec
|
|
31
|
+
|
|
32
|
+
Every feature starts with a **failing test**:
|
|
33
|
+
|
|
34
|
+
```
|
|
35
|
+
Red → Green → Refactor
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
1. **Red**: Write a test that fails (proves the feature doesn't exist yet)
|
|
39
|
+
2. **Green**: Write the minimum code to make it pass
|
|
40
|
+
3. **Refactor**: Clean up without changing behavior
|
|
41
|
+
|
|
42
|
+
### Five Test Levels
|
|
43
|
+
|
|
44
|
+
| Level | What | When |
|
|
45
|
+
|-------|------|------|
|
|
46
|
+
| Contract | `{{CONTRACT_LIBRARY}}` schema validation | Every data boundary |
|
|
47
|
+
| Permission | RBAC + ownership | Every protected resource |
|
|
48
|
+
| Unit | Pure logic | Every function with logic |
|
|
49
|
+
| Integration | Component interaction | Every API endpoint |
|
|
50
|
+
| E2E | Full user flow | Every critical path |
|
|
51
|
+
|
|
52
|
+
### Non-Negotiables
|
|
53
|
+
|
|
54
|
+
- Tests pass before commit — **no exceptions**
|
|
55
|
+
- Test file lives next to source: `foo.ts` → `foo.test.ts`
|
|
56
|
+
- No `any` in test files — type your mocks
|
|
57
|
+
- Coverage minimum: 80% lines, 90% branches on critical paths
|
|
58
|
+
|
|
59
|
+
## What Gets Flagged
|
|
60
|
+
|
|
61
|
+
| Pattern | Verdict |
|
|
62
|
+
|---------|---------|
|
|
63
|
+
| Implementation code written before schema | ❌ Rejected. Schema first. |
|
|
64
|
+
| Tests written after implementation | ❌ Rejected. Red → Green → Refactor. |
|
|
65
|
+
| `any` type in test file | ❌ Rejected. Type your mocks. |
|
|
66
|
+
| Endpoint without contract validation test | ❌ Rejected. Add contract test. |
|
|
67
|
+
| Schema → failing test → implementation → green | ✅ Correct. |
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Features ship across all declared surfaces or they don't ship — no half-built slices
|
|
3
|
+
trigger: always_on
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Vertical Slices
|
|
7
|
+
|
|
8
|
+
## The Rule
|
|
9
|
+
|
|
10
|
+
**A feature is not "done" until it works across all required surfaces.** No "backend done, frontend pending." No "user-facing works, admin can't manage it."
|
|
11
|
+
|
|
12
|
+
## Surface Scope
|
|
13
|
+
|
|
14
|
+
Every slice **must declare its surface scope** during `/plan-phase`. The surface scope defines which project surfaces (web, mobile, desktop, CLI, etc.) the slice targets. The 4-layer checklist applies **within each declared surface**, not globally across all surfaces.
|
|
15
|
+
|
|
16
|
+
### Why Surface Scope Exists
|
|
17
|
+
|
|
18
|
+
Multi-surface projects have features that are inherently single-surface:
|
|
19
|
+
- A board-level component viewer is **desktop only** — forcing a web and mobile implementation violates the architecture
|
|
20
|
+
- Push notifications are **mobile only** — there's no web surface for this feature
|
|
21
|
+
- Some features launch **web-first** and port to desktop/mobile in later phases
|
|
22
|
+
|
|
23
|
+
Surface scope prevents both failure modes:
|
|
24
|
+
- ❌ **Under-scoping** — "backend done, frontend pending" within a declared surface
|
|
25
|
+
- ❌ **Over-scoping** — forcing all surfaces when the architecture says otherwise
|
|
26
|
+
|
|
27
|
+
### Surface Scope Rules
|
|
28
|
+
|
|
29
|
+
1. **Every slice must declare its surface scope** during `/plan-phase`. No implicit scope — undeclared scope is rejected.
|
|
30
|
+
2. **The 4-layer checklist applies within each declared surface.** A web-only slice must have all 4 layers complete for web. A desktop+mobile slice must have all 4 layers complete for both desktop and mobile.
|
|
31
|
+
3. **Surface scope comes from the architecture**, not from convenience. If the architecture says a feature spans web and mobile, the slice must cover both (or be split into "web" and "mobile" slices with an explicit dependency).
|
|
32
|
+
4. **Scope is locked at planning time.** Changing surface scope mid-implementation requires updating the phase plan — no silent scope reduction.
|
|
33
|
+
|
|
34
|
+
### Web-First (or Surface-First) Strategy
|
|
35
|
+
|
|
36
|
+
When a multi-surface feature launches on one surface first:
|
|
37
|
+
- The first-surface slice is "done" when its 4 layers are complete within its declared scope
|
|
38
|
+
- Ports to other surfaces are tracked as **separate dependent slices** in the phase plan
|
|
39
|
+
- Each port slice has its own 4-layer checklist and its own surface scope declaration
|
|
40
|
+
- Example: "User Profile — Web" (Phase 1) → "User Profile — Mobile" (Phase 2, depends on Web slice)
|
|
41
|
+
|
|
42
|
+
## The Four Implementation Layers
|
|
43
|
+
|
|
44
|
+
> **Note on terminology**: The layers below describe implementation completeness criteria — what every feature slice requires regardless of surface type. These are not the same as surface types (web/mobile/cli/etc.). For the mapping between surface types and how each implementation layer manifests on that surface, see `.codex/skills/prd-templates/references/surface-model.md`.
|
|
45
|
+
|
|
46
|
+
| Surface | What It Is | Example |
|
|
47
|
+
|---------|-----------|---------|
|
|
48
|
+
| **User-Facing** | What the end user sees and interacts with | Dashboard, forms, data views |
|
|
49
|
+
| **Admin** | Management interface for operators | User management, configuration |
|
|
50
|
+
| **API** | Programmatic interface | REST/GraphQL endpoints |
|
|
51
|
+
| **Data** | Database schemas, migrations, seed data | Tables, indexes, permissions |
|
|
52
|
+
|
|
53
|
+
## What "Done" Looks Like
|
|
54
|
+
|
|
55
|
+
A feature slice is complete when:
|
|
56
|
+
|
|
57
|
+
- [ ] Surface scope declared in the phase plan (explicit list of target surfaces)
|
|
58
|
+
- [ ] **For each declared surface:**
|
|
59
|
+
- [ ] Data layer: schema defined, permissions set, seed data exists
|
|
60
|
+
- [ ] API layer: endpoints exist, validated with {{CONTRACT_LIBRARY}}, tested
|
|
61
|
+
- [ ] User-facing: component renders, handles loading/error/empty states
|
|
62
|
+
- [ ] Admin: can create/read/update/delete the resource (if the feature has admin management)
|
|
63
|
+
- [ ] Tests pass at all levels (contract, unit, integration, E2E)
|
|
64
|
+
- [ ] Navigation: every new route is reachable from at least one navigation element
|
|
65
|
+
- [ ] Auth gates: every route that requires auth has the auth gate implemented (not stubbed)
|
|
66
|
+
- [ ] The feature is reachable from the app's entry point via normal user navigation
|
|
67
|
+
- [ ] All declared surfaces complete — no partial surface delivery
|
|
68
|
+
|
|
69
|
+
## What Gets Flagged
|
|
70
|
+
|
|
71
|
+
| Pattern | Verdict |
|
|
72
|
+
|---------|---------|
|
|
73
|
+
| Slice with no declared surface scope | ❌ Rejected. Every slice must declare its surfaces during `/plan-phase`. |
|
|
74
|
+
| "I'll add the admin panel later" | ❌ Rejected. Include admin CRUD in the slice (for features with admin management). |
|
|
75
|
+
| "The API works, frontend next sprint" (within same surface) | ❌ Rejected. Ship them together or not at all. |
|
|
76
|
+
| "Database is set up, just need endpoints" | ❌ Rejected. That's a layer, not a slice. |
|
|
77
|
+
| Route without navigation link from existing UI | ❌ Rejected. Must be reachable. |
|
|
78
|
+
| Auth-required route without auth gate | ❌ Rejected. Implement the gate. |
|
|
79
|
+
| Desktop-only feature forced to have a web implementation | ❌ Rejected. Surface scope should match the architecture. |
|
|
80
|
+
| Silently dropping a declared surface mid-implementation | ❌ Rejected. Update the phase plan or complete the surface. |
|
|
81
|
+
| Web-first slice with all 4 layers complete for web, mobile tracked as separate slice | ✅ Correct. Surface-first strategy. |
|
|
82
|
+
| Slice with declared scope and all layers complete within scope | ✅ Correct. |
|
|
83
|
+
| All declared surfaces + tests + navigation + auth gates | ✅ Correct. |
|
|
@@ -0,0 +1,498 @@
|
|
|
1
|
+
# Skill Library Manifest
|
|
2
|
+
|
|
3
|
+
> This file maps tech stack decisions and project surface types to curated skills.
|
|
4
|
+
> The `/bootstrap-agents` command reads this manifest to determine which skills to install.
|
|
5
|
+
|
|
6
|
+
## How It Works
|
|
7
|
+
|
|
8
|
+
1. A pipeline skill (e.g., `/create-prd`, `/iterate-plan`, `/add-feature`) makes a tech decision
|
|
9
|
+
2. It calls `/bootstrap-agents` with the new stack key=value
|
|
10
|
+
3. Bootstrap reads this manifest and finds matching skills
|
|
11
|
+
4. Matching skills are copied from `.codex/skill-library/` → `.codex/skills/`
|
|
12
|
+
5. Any `{{PLACEHOLDER}}`s inside the copied skills are filled with current values
|
|
13
|
+
|
|
14
|
+
## Stack Triggers
|
|
15
|
+
|
|
16
|
+
When a stack key matches a value pattern (case-insensitive), install the listed skills.
|
|
17
|
+
|
|
18
|
+
### Databases
|
|
19
|
+
|
|
20
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
21
|
+
|-----------|--------------|-------------|-------------|
|
|
22
|
+
| `DATABASE` | `*surrealdb*` | `stack/databases/surrealdb-expert` | `surrealdb-expert` |
|
|
23
|
+
| `DATABASE` | `*postgres*` OR `*pg*` | `stack/databases/postgresql` | `postgresql` |
|
|
24
|
+
| `DATABASE` | `*supabase*` | `stack/databases/supabase` | `supabase` |
|
|
25
|
+
| `DATABASE` | `*mongo*` | `stack/databases/mongodb` | `mongodb` |
|
|
26
|
+
| `DATABASE` | `*redis*` | `stack/databases/redis` | `redis` |
|
|
27
|
+
| `DATABASE_PRIMARY` | `*redis*` | `stack/databases/redis` | `redis` |
|
|
28
|
+
| `DATABASE` | `*sqlite*` OR `*libsql*` OR `*turso*` | `stack/databases/sqlite` | `sqlite` |
|
|
29
|
+
| `DATABASE_PRIMARY` | `*surrealdb*` | `stack/databases/surrealdb-expert` | `surrealdb-expert` |
|
|
30
|
+
| `DATABASE_PRIMARY` | `*postgres*` OR `*pg*` | `stack/databases/postgresql` | `postgresql` |
|
|
31
|
+
| `DATABASE_PRIMARY` | `*supabase*` | `stack/databases/supabase` | `supabase` |
|
|
32
|
+
| `DATABASE_PRIMARY` | `*mongo*` | `stack/databases/mongodb` | `mongodb` |
|
|
33
|
+
| `DATABASE_PRIMARY` | `*sqlite*` OR `*libsql*` OR `*turso*` | `stack/databases/sqlite` | `sqlite` |
|
|
34
|
+
| `DATABASE_VECTOR` | `*qdrant*` | `stack/databases/qdrant` | `qdrant` |
|
|
35
|
+
| `DATABASE_VECTOR` | `*pgvector*` | `stack/databases/pgvector` | `pgvector` |
|
|
36
|
+
| `DATABASE_VECTOR` | `*pinecone*` | `stack/databases/pinecone` | `pinecone` |
|
|
37
|
+
| `DATABASE_VECTOR` | `*weaviate*` | `stack/databases/weaviate` | `weaviate` |
|
|
38
|
+
| `DATABASE_VECTOR` | `*lance*` OR `*lancedb*` | `stack/databases/lancedb` | `lancedb` |
|
|
39
|
+
| `DATABASE_GRAPH` | `*neo4j*` | `stack/databases/neo4j` | `neo4j` |
|
|
40
|
+
| `DATABASE_CACHE` | `*redis*` | `stack/databases/redis` | `redis` |
|
|
41
|
+
| `DATABASE_TIMESERIES` | `*timescale*` | `stack/databases/timescaledb` | `timescaledb` |
|
|
42
|
+
| `DATABASE_TIMESERIES` | `*influx*` | `stack/databases/influxdb` | `influxdb` |
|
|
43
|
+
| `DATABASE` | `*spacetimedb*` OR `*stdb*` | `stack/databases/spacetimedb` | `spacetimedb` |
|
|
44
|
+
| `DATABASE_PRIMARY` | `*spacetimedb*` OR `*stdb*` | `stack/databases/spacetimedb` | `spacetimedb` |
|
|
45
|
+
| `DATABASE` | `*clickhouse*` | `stack/databases/clickhouse` | `clickhouse` |
|
|
46
|
+
| `DATABASE_ANALYTICS` | `*clickhouse*` | `stack/databases/clickhouse` | `clickhouse` |
|
|
47
|
+
|
|
48
|
+
> **Note on `DATABASE_CACHE` / Redis**: the existing `DATABASE` + `*redis*` row remains; the `DATABASE_CACHE` row adds a second matching path under the new sub-key. Both fire the same `redis` skill — the idempotency rule in step 7 of provision ensures it is only copied once.
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Frameworks
|
|
52
|
+
|
|
53
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
54
|
+
|-----------|--------------|-------------|-------------|
|
|
55
|
+
| `FRONTEND_FRAMEWORK` | `*astro*` | `stack/frameworks/astro-framework` | `astro-framework` |
|
|
56
|
+
| `FRONTEND_FRAMEWORK` | `*next*` | `stack/frameworks/nextjs` | `nextjs` |
|
|
57
|
+
| `FRONTEND_FRAMEWORK` | `*svelte*` OR `*sveltekit*` | `stack/frameworks/sveltekit` | `sveltekit` |
|
|
58
|
+
| `FRONTEND_FRAMEWORK` | `*svelte*` OR `*sveltekit*` | `stack/frameworks/svelte5` | `svelte5` |
|
|
59
|
+
| `FRONTEND_FRAMEWORK` | `*nuxt*` | `stack/frameworks/nuxt` | `nuxt` |
|
|
60
|
+
| `BACKEND_FRAMEWORK` | `*hono*` | `stack/frameworks/hono` | `hono` |
|
|
61
|
+
| `BACKEND_FRAMEWORK` | `*fastapi*` | `stack/frameworks/fastapi` | `fastapi` |
|
|
62
|
+
| `BACKEND_FRAMEWORK` | `*nest*` | `stack/frameworks/nestjs` | `nestjs` |
|
|
63
|
+
|
|
64
|
+
> api-error-handling installs with every backend framework (any BACKEND_FRAMEWORK implies an API surface).
|
|
65
|
+
|
|
66
|
+
| `BACKEND_FRAMEWORK` | `*hono*` | `surface/api/api-error-handling` | `api-error-handling` |
|
|
67
|
+
| `BACKEND_FRAMEWORK` | `*fastapi*` | `surface/api/api-error-handling` | `api-error-handling` |
|
|
68
|
+
| `BACKEND_FRAMEWORK` | `*nest*` | `surface/api/api-error-handling` | `api-error-handling` |
|
|
69
|
+
| `DESKTOP_FRAMEWORK` | `*tauri*` | `stack/frameworks/tauri` | `tauri` |
|
|
70
|
+
| `DESKTOP_FRAMEWORK` | `*electron*` | `stack/frameworks/electron` | `electron` |
|
|
71
|
+
|
|
72
|
+
### API Layer
|
|
73
|
+
|
|
74
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
75
|
+
|-----------|--------------|-------------|-------------|
|
|
76
|
+
| `API_LAYER` | `*trpc*` | `stack/api/trpc` | `trpc` |
|
|
77
|
+
| `API_LAYER` | `*graphql*` | `stack/api/graphql` | `graphql` |
|
|
78
|
+
|
|
79
|
+
> **`{{API_DESIGN_SKILL}}` provision**: When `API_LAYER` is set, bootstrap fills `{{API_DESIGN_SKILL}}` with the matching API skill name (e.g., `trpc`, `graphql`). When `API_LAYER` is not set (REST is the default API style), `{{API_DESIGN_SKILL}}` defaults to `api-design-principles` (pre-installed). This replaces the former hardcoded `rest-api-design` reference.
|
|
80
|
+
|
|
81
|
+
### ORM / Data Layer
|
|
82
|
+
|
|
83
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
84
|
+
|-----------|--------------|-------------|-------------|
|
|
85
|
+
| `ORM` | `*drizzle*` | `stack/orm/drizzle-orm` | `drizzle-orm` |
|
|
86
|
+
| `ORM` | `*prisma*` | `stack/orm/prisma` | `prisma` |
|
|
87
|
+
|
|
88
|
+
### CSS / UI
|
|
89
|
+
|
|
90
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
91
|
+
|-----------|--------------|-------------|-------------|
|
|
92
|
+
| `CSS_FRAMEWORK` | `*tailwind*` | `stack/css/tailwind-css-patterns` | `tailwind-css-patterns` |
|
|
93
|
+
| `CSS_FRAMEWORK` | `*tailwind*` | `stack/css/tailwind-design-system` | `tailwind-design-system` |
|
|
94
|
+
| `CSS_FRAMEWORK` | `*vanilla*` OR `*plain*` OR `*custom*` | `stack/css/vanilla-css` | `vanilla-css` |
|
|
95
|
+
| `CSS_FRAMEWORK` | `*sass*` OR `*scss*` | `stack/css/sass-scss` | `sass-scss` |
|
|
96
|
+
| `UI_LIBRARY` | `*shadcn*` | `stack/ui/shadcn-ui` | `shadcn-ui` |
|
|
97
|
+
| `UI_LIBRARY` | `*react-flow*` OR `*xyflow*` | `stack/ui/react-flow` | `react-flow` |
|
|
98
|
+
| `UI_LIBRARY` | `*svelte-flow*` OR `*svelteflow*` OR `*xyflow*` | `stack/ui/svelte-flow` | `svelte-flow` |
|
|
99
|
+
| `FRONTEND_FRAMEWORK` | `*react*` | `stack/ui/react-best-practices` | `react-best-practices` |
|
|
100
|
+
| `FRONTEND_FRAMEWORK` | `*react*` | `stack/ui/react-composition-patterns` | `react-composition-patterns` |
|
|
101
|
+
| `DESIGN_DIRECTION` | `*` (any confirmed value) | Fills `{{PLACEHOLDER}}`s in `.codex/skills/brand-guidelines/SKILL.md` in-place | `brand-guidelines` (in-place fill, not copy) |
|
|
102
|
+
| `DESIGN_DIRECTION` | `*cinematic*` OR `*immersive*` | `stack/3d/threejs-pro` | `threejs-pro` |
|
|
103
|
+
|
|
104
|
+
Note: `DESIGN_DIRECTION` does not copy a skill from the library — it fills placeholders in the pre-placed `.codex/skills/brand-guidelines/SKILL.md` template. Exception: when the direction is `Cinematic/Immersive`, `threejs-pro` is also installed as a standard skill copy, since WebGL and Three.js capabilities will be required.
|
|
105
|
+
|
|
106
|
+
### Authentication
|
|
107
|
+
|
|
108
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
109
|
+
|-----------|--------------|-------------|-------------|
|
|
110
|
+
| `AUTH_PROVIDER` | `*firebase*` | `stack/auth/firebase-auth` | `firebase-auth` |
|
|
111
|
+
| `AUTH_PROVIDER` | `*authjs*` OR `*next-auth*` OR `*nextauth*` | `stack/auth/authjs` | `authjs` |
|
|
112
|
+
| `AUTH_PROVIDER` | `*clerk*` | `stack/auth/clerk` | `clerk` |
|
|
113
|
+
| `AUTH_PROVIDER` | `*supabase*` | `stack/auth/supabase-auth` | `supabase-auth` |
|
|
114
|
+
| `AUTH_PROVIDER` | `*lucia*` | `stack/auth/lucia` | `lucia` |
|
|
115
|
+
|
|
116
|
+
### Payments
|
|
117
|
+
|
|
118
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
119
|
+
|-----------|--------------|-------------|-------------|
|
|
120
|
+
| `PAYMENTS` | `*stripe*` | `stack/payments/stripe-integration` | `stripe-integration` |
|
|
121
|
+
| `PAYMENTS` | `*lemon*` OR `*lemonsqueezy*` | `stack/payments/lemonsqueezy` | `lemonsqueezy` |
|
|
122
|
+
|
|
123
|
+
### AI / ML
|
|
124
|
+
|
|
125
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
126
|
+
|-----------|--------------|-------------|-------------|
|
|
127
|
+
| `AI_SDK` | `*vercel*` OR `*ai-sdk*` | `stack/ai/ai-sdk` | `ai-sdk` |
|
|
128
|
+
| `AI_SDK` | `*openai*` | `stack/ai/openai-sdk` | `openai-sdk` |
|
|
129
|
+
| `AI_SDK` | `*langchain*` | `stack/ai/langchain` | `langchain` |
|
|
130
|
+
| `AI_SDK` | `*ollama*` | `stack/ai/ollama` | `ollama` |
|
|
131
|
+
|
|
132
|
+
### State Management
|
|
133
|
+
|
|
134
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
135
|
+
|-----------|--------------|-------------|-------------|
|
|
136
|
+
| `STATE_MANAGEMENT` | `*tanstack*` OR `*react-query*` | `stack/state/tanstack-query` | `tanstack-query` |
|
|
137
|
+
| `STATE_MANAGEMENT` | `*zustand*` | `stack/state/zustand` | `zustand` |
|
|
138
|
+
|
|
139
|
+
### Testing
|
|
140
|
+
|
|
141
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
142
|
+
|-----------|--------------|-------------|-------------|
|
|
143
|
+
| `E2E_TESTING` | `*playwright*` | `stack/testing/playwright` | `playwright` |
|
|
144
|
+
| `UNIT_TESTING` | `*vitest*` | `stack/testing/vitest` | `vitest` |
|
|
145
|
+
| `UNIT_TESTING` | `*testing-library*` OR `*rtl*` | `stack/testing/testing-library` | `testing-library` |
|
|
146
|
+
| `UNIT_TESTING` | `*storybook*` | `stack/testing/storybook` | `storybook` |
|
|
147
|
+
|
|
148
|
+
### Hosting / Deployment
|
|
149
|
+
|
|
150
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
151
|
+
|-----------|--------------|-------------|-------------|
|
|
152
|
+
| `HOSTING` | `*cloudflare*` | `stack/hosting/cloudflare` | `cloudflare` |
|
|
153
|
+
| `HOSTING` | `*docker*` | `stack/hosting/docker-expert` | `docker-expert` |
|
|
154
|
+
| `HOSTING` | `*vercel*` | `stack/hosting/vercel` | `vercel` |
|
|
155
|
+
| `HOSTING` | `*aws*` | `stack/hosting/aws` | `aws` |
|
|
156
|
+
|
|
157
|
+
### Monitoring / Analytics
|
|
158
|
+
|
|
159
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
160
|
+
|-----------|--------------|-------------|-------------|
|
|
161
|
+
| `MONITORING` | `*sentry*` | `stack/monitoring/sentry` | `sentry` |
|
|
162
|
+
| `MONITORING` | `*posthog*` | `stack/monitoring/posthog` | `posthog` |
|
|
163
|
+
| `ANALYTICS` | `*google*` | `stack/analytics/google-analytics` | `google-analytics` |
|
|
164
|
+
|
|
165
|
+
### Observability
|
|
166
|
+
|
|
167
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
168
|
+
|-----------|--------------|-------------|-------------|
|
|
169
|
+
| `OBSERVABILITY` | `*opentelemetry*` OR `*otel*` | `stack/observability/opentelemetry` | `opentelemetry` |
|
|
170
|
+
| `OBSERVABILITY` | `*distributed-tracing*` OR `*jaeger*` OR `*zipkin*` | `stack/observability/distributed-tracing` | `distributed-tracing` |
|
|
171
|
+
| `OBSERVABILITY` | `*structured-logging*` OR `*pino*` OR `*winston*` | Pre-installed: `.codex/skills/logging-best-practices` | `logging-best-practices` (pre-installed) |
|
|
172
|
+
| `OBSERVABILITY` | `*python*` | `stack/observability/python-observability` | `python-observability` |
|
|
173
|
+
| `OBSERVABILITY` | `*datadog*` | `stack/observability/datadog` | `datadog` |
|
|
174
|
+
| `OBSERVABILITY` | `*prometheus*` OR `*grafana*` | `stack/observability/prometheus-grafana` | `prometheus-grafana` |
|
|
175
|
+
|
|
176
|
+
### Email
|
|
177
|
+
|
|
178
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
179
|
+
|-----------|--------------|-------------|-------------|
|
|
180
|
+
| `EMAIL` | `*resend*` | `stack/email/resend` | `resend` |
|
|
181
|
+
|
|
182
|
+
### Queues / Background Jobs
|
|
183
|
+
|
|
184
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
185
|
+
|-----------|--------------|-------------|-------------|
|
|
186
|
+
| `QUEUE` | `*inngest*` | `stack/queue/inngest` | `inngest` |
|
|
187
|
+
| `QUEUE` | `*bullmq*` OR `*bull*` | `stack/queue/bullmq` | `bullmq` |
|
|
188
|
+
|
|
189
|
+
### Realtime
|
|
190
|
+
|
|
191
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
192
|
+
|-----------|--------------|-------------|-------------|
|
|
193
|
+
| `REALTIME` | `*socket*` OR `*socket.io*` | `stack/realtime/socketio` | `socketio` |
|
|
194
|
+
|
|
195
|
+
### Search
|
|
196
|
+
|
|
197
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
198
|
+
|-----------|--------------|-------------|-------------|
|
|
199
|
+
| `SEARCH` | `*meilisearch*` | `stack/search/meilisearch` | `meilisearch` |
|
|
200
|
+
| `SEARCH` | `*elasticsearch*` OR `*elastic*` OR `*opensearch*` | `stack/search/elasticsearch` | `elasticsearch` |
|
|
201
|
+
| `SEARCH` | `*algolia*` | `stack/search/algolia` | `algolia` |
|
|
202
|
+
| `SEARCH` | `*typesense*` | `stack/search/typesense` | `typesense` |
|
|
203
|
+
|
|
204
|
+
### CMS
|
|
205
|
+
|
|
206
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
207
|
+
|-----------|--------------|-------------|-------------|
|
|
208
|
+
| `CMS` | `*payload*` | `stack/cms/payload-cms` | `payload-cms` |
|
|
209
|
+
| `CMS` | `*wordpress*` OR `*wp*` | `stack/cms/wordpress` | `wordpress` |
|
|
210
|
+
| `CMS` | `*shopify*` | `stack/cms/shopify` | `shopify` |
|
|
211
|
+
|
|
212
|
+
### Storage
|
|
213
|
+
|
|
214
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
215
|
+
|-----------|--------------|-------------|-------------|
|
|
216
|
+
| `STORAGE` | `*s3*` OR `*aws*` | `stack/storage/aws-s3` | `aws-s3` |
|
|
217
|
+
| `STORAGE` | `*r2*` OR `*cloudflare*` | `stack/storage/cloudflare-r2` | `cloudflare-r2` |
|
|
218
|
+
| `STORAGE` | `*gcs*` OR `*google cloud storage*` | `stack/storage/gcs` | `gcs` |
|
|
219
|
+
|
|
220
|
+
### CI/CD
|
|
221
|
+
|
|
222
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
223
|
+
|-----------|--------------|-------------|-------------|
|
|
224
|
+
| `CI_CD` | `*github*` | `stack/devops/github-actions` | `github-actions` |
|
|
225
|
+
| `CI_CD` | `*github*` | `stack/devops/git-workflow` | `git-workflow` |
|
|
226
|
+
| `CI_CD` | `*github*` | `stack/devops/git-advanced` | `git-advanced` |
|
|
227
|
+
| `CI_CD` | `*terraform*` | `stack/devops/terraform` | `terraform` |
|
|
228
|
+
| `CI_CD` | `*gitlab*` | `stack/devops/git-workflow` | `git-workflow` |
|
|
229
|
+
| `CI_CD` | `*gitlab*` | `stack/devops/git-advanced` | `git-advanced` |
|
|
230
|
+
| `CI_CD` | `*bitbucket*` | `stack/devops/git-workflow` | `git-workflow` |
|
|
231
|
+
| `CI_CD` | `*bitbucket*` | `stack/devops/git-advanced` | `git-advanced` |
|
|
232
|
+
|
|
233
|
+
### DevOps / Infrastructure
|
|
234
|
+
|
|
235
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
236
|
+
|-----------|--------------|-------------|-------------|
|
|
237
|
+
| `HOSTING` | `*kubernetes*` OR `*k8s*` | `stack/devops/kubernetes` | `kubernetes` |
|
|
238
|
+
| `HOSTING` | `*nginx*` | `stack/devops/nginx` | `nginx` |
|
|
239
|
+
|
|
240
|
+
### Mobile
|
|
241
|
+
|
|
242
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
243
|
+
|-----------|--------------|-------------|-------------|
|
|
244
|
+
| `MOBILE_FRAMEWORK` | `*expo*` OR `*react-native*` OR `*react native*` | `stack/mobile/react-native` | `react-native` |
|
|
245
|
+
| `MOBILE_FRAMEWORK` | `*expo*` | `stack/mobile/expo-react-native` | `expo-react-native` |
|
|
246
|
+
| `MOBILE_FRAMEWORK` | `*flutter*` | `stack/mobile/flutter` | `flutter` |
|
|
247
|
+
| `MOBILE_FRAMEWORK` | `*swiftui*` OR `*swift*` | `stack/mobile/swiftui` | `swiftui` |
|
|
248
|
+
| `MOBILE_FRAMEWORK` | `*kotlin*` OR `*compose*` OR `*jetpack*` | `stack/mobile/kotlin-compose` | `kotlin-compose` |
|
|
249
|
+
|
|
250
|
+
### Languages
|
|
251
|
+
|
|
252
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
253
|
+
|-----------|--------------|-------------|-------------|
|
|
254
|
+
| `LANGUAGE` | `*typescript*` | `stack/languages/typescript-advanced-patterns` | `typescript-advanced-patterns` |
|
|
255
|
+
| `LANGUAGE` | `*python*` | `stack/languages/python` | `python` |
|
|
256
|
+
| `LANGUAGE` | `*rust*` | `stack/languages/rust` | `rust` |
|
|
257
|
+
| `LANGUAGE` | `*go*` OR `*golang*` | `stack/languages/go` | `go` |
|
|
258
|
+
| `LANGUAGE` | `*c++*` OR `*cpp*` OR `*c/c++*` | `stack/languages/c-cpp` | `c-cpp` |
|
|
259
|
+
| `LANGUAGE` | `*java*` | `stack/languages/java` | `java` |
|
|
260
|
+
| `LANGUAGE` | `*kotlin*` | `stack/languages/kotlin` | `kotlin` |
|
|
261
|
+
| `LANGUAGE` | `*javascript*` OR `*vanilla js*` | `stack/languages/vanilla-javascript` | `vanilla-javascript` |
|
|
262
|
+
| `LANGUAGE` | `*gdscript*` OR `*godot*` | `stack/languages/gdscript` | `gdscript` |
|
|
263
|
+
| `LANGUAGE` | `*bash*` OR `*shell*` | `stack/languages/bash-scripting` | `bash-scripting` |
|
|
264
|
+
|
|
265
|
+
### 3D
|
|
266
|
+
|
|
267
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
268
|
+
|-----------|--------------|-------------|-------------|
|
|
269
|
+
| `3D_FRAMEWORK` | `*three*` OR `*r3f*` | `stack/3d/threejs-pro` | `threejs-pro` |
|
|
270
|
+
|
|
271
|
+
### Game Engines
|
|
272
|
+
|
|
273
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
274
|
+
|-----------|--------------|-------------|-------------|
|
|
275
|
+
| `GAME_ENGINE` | `*godot*` | `stack/gamedev/godot` | `godot` |
|
|
276
|
+
| `GAME_ENGINE` | `*unity*` | `stack/gamedev/unity` | `unity` |
|
|
277
|
+
|
|
278
|
+
### Security
|
|
279
|
+
|
|
280
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
281
|
+
|-----------|--------------|-------------|-------------|
|
|
282
|
+
| `SECURITY` | `*owasp*` OR `*web-security*` | `stack/security/owasp-web-security` | `owasp-web-security` |
|
|
283
|
+
| `SECURITY` | `*crypto*` OR `*encryption*` | `stack/security/crypto-patterns` | `crypto-patterns` |
|
|
284
|
+
| `SECURITY` | `*csp*` OR `*cors*` OR `*headers*` | `stack/security/csp-cors-headers` | `csp-cors-headers` |
|
|
285
|
+
| `SECURITY` | `*dependency*` OR `*audit*` OR `*supply-chain*` | `stack/security/dependency-auditing` | `dependency-auditing` |
|
|
286
|
+
| `SECURITY` | `*sanitiz*` OR `*validation*` OR `*input*` | `stack/security/input-sanitization` | `input-sanitization` |
|
|
287
|
+
|
|
288
|
+
### Message Brokers
|
|
289
|
+
|
|
290
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
291
|
+
|-----------|--------------|-------------|-------------|
|
|
292
|
+
| `MESSAGE_BROKER` | `*kafka*` | `stack/messaging/kafka` | `kafka` |
|
|
293
|
+
| `MESSAGE_BROKER` | `*rabbitmq*` OR `*rabbit*` | `stack/messaging/rabbitmq` | `rabbitmq` |
|
|
294
|
+
| `MESSAGE_BROKER` | `*nats*` | `stack/messaging/nats` | `nats` |
|
|
295
|
+
| `MESSAGE_BROKER` | `*sqs*` OR `*aws sqs*` | `stack/messaging/sqs` | `sqs` |
|
|
296
|
+
|
|
297
|
+
### Notifications
|
|
298
|
+
|
|
299
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
300
|
+
|-----------|--------------|-------------|-------------|
|
|
301
|
+
| `NOTIFICATIONS` | `*twilio*` | `stack/notifications/twilio` | `twilio` |
|
|
302
|
+
| `NOTIFICATIONS` | `*fcm*` OR `*firebase*` OR `*push*` | `stack/notifications/fcm` | `fcm` |
|
|
303
|
+
| `NOTIFICATIONS` | `*sendgrid*` | `stack/notifications/sendgrid` | `sendgrid` |
|
|
304
|
+
|
|
305
|
+
### Extensions
|
|
306
|
+
|
|
307
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
308
|
+
|-----------|--------------|-------------|-------------|
|
|
309
|
+
| `BROWSER_EXTENSION` | `*wxt*` | `stack/extensions/wxt` | `wxt` |
|
|
310
|
+
| `BROWSER_EXTENSION` | `*plasmo*` | `stack/extensions/plasmo` | `plasmo` |
|
|
311
|
+
| `BROWSER_EXTENSION` | `*chrome*` OR `*extension*` OR `*mv3*` | `stack/extensions/chrome-extension` | `chrome-extension` |
|
|
312
|
+
| `VSCODE_EXTENSION` | `*vscode*` OR `*vs code*` OR `*vsce*` | `stack/extensions/vscode-extension` | `vscode-extension` |
|
|
313
|
+
|
|
314
|
+
### Feature Flags
|
|
315
|
+
|
|
316
|
+
| Stack Key | Value Pattern | Library Path | Installed As |
|
|
317
|
+
|-----------|--------------|-------------|-------------|
|
|
318
|
+
| `FEATURE_FLAGS` | `*launchdarkly*` | `stack/feature-flags/launchdarkly` | `launchdarkly` |
|
|
319
|
+
| `FEATURE_FLAGS` | `*posthog*` | `stack/feature-flags/posthog-flags` | `posthog-flags` |
|
|
320
|
+
| `FEATURE_FLAGS` | `*flagsmith*` | `stack/feature-flags/flagsmith` | `flagsmith` |
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
324
|
+
## Surface Triggers
|
|
325
|
+
|
|
326
|
+
When the project includes a surface type, install the listed skills.
|
|
327
|
+
|
|
328
|
+
### Web
|
|
329
|
+
|
|
330
|
+
| Surface Type | Library Path | Installed As |
|
|
331
|
+
|-------------|-------------|-------------|
|
|
332
|
+
| `web` | `surface/web/frontend-design` | `frontend-design` |
|
|
333
|
+
| `web` | `surface/web/seo-audit` | `seo-audit` |
|
|
334
|
+
| `web` | `surface/web/ai-seo` | `ai-seo` |
|
|
335
|
+
| `web` | `surface/web/schema-markup` | `schema-markup` |
|
|
336
|
+
| `web` | `surface/web/programmatic-seo` | `programmatic-seo` |
|
|
337
|
+
| `web` | `surface/web/analytics-tracking` | `analytics-tracking` |
|
|
338
|
+
| `web` | `surface/web/page-cro` | `page-cro` |
|
|
339
|
+
| `web` | `surface/web/web-performance-optimization` | `web-performance-optimization` |
|
|
340
|
+
| `web` | `surface/web/i18n-localization` | `i18n-localization` |
|
|
341
|
+
| `web` | `surface/web/accessibility-compliance` | `accessibility-compliance` |
|
|
342
|
+
| `web` | `surface/web/form-handling-validation` | `form-handling-validation` |
|
|
343
|
+
| `web` | `surface/web/authentication-ui-flows` | `authentication-ui-flows` |
|
|
344
|
+
| `web` | `surface/web/dark-mode-theming` | `dark-mode-theming` |
|
|
345
|
+
| `web` | `surface/web/offline-first-pwa` | `offline-first-pwa` |
|
|
346
|
+
| `web` | `surface/web/web-scraping` | `web-scraping` |
|
|
347
|
+
| `web` | `stack/security/owasp-web-security` | `owasp-web-security` |
|
|
348
|
+
| `web` | `stack/security/csp-cors-headers` | `csp-cors-headers` |
|
|
349
|
+
| `web` | `stack/security/input-sanitization` | `input-sanitization` |
|
|
350
|
+
| `web` | `surface/web/design-reference-data` | `design-reference-data` |
|
|
351
|
+
| `web` | `surface/web/frontend-verification` | `frontend-verification` |
|
|
352
|
+
|
|
353
|
+
> **Note**: The `frontend-design` skill includes a **Premium Cinematic Tier** with WebGL, custom shaders, and Awwwards-level animation patterns. When `DESIGN_DIRECTION` is `Cinematic/Immersive`, `threejs-pro` is also auto-installed (see CSS/UI triggers above).
|
|
354
|
+
|
|
355
|
+
### API
|
|
356
|
+
|
|
357
|
+
| Surface Type | Library Path | Installed As |
|
|
358
|
+
|-------------|-------------|-------------|
|
|
359
|
+
| `api` | `surface/api/rate-limiting-abuse-protection` | `rate-limiting-abuse-protection` |
|
|
360
|
+
| `api` | `surface/api/email-best-practices` | `email-best-practices` |
|
|
361
|
+
| `api` | `surface/api/api-error-handling` | `api-error-handling` |
|
|
362
|
+
| `api` | `surface/api/api-caching` | `api-caching` |
|
|
363
|
+
| `api` | `surface/api/api-documentation-openapi` | `api-documentation-openapi` |
|
|
364
|
+
| `api` | `surface/api/webhook-design` | `webhook-design` |
|
|
365
|
+
| `api` | Pre-installed: `.codex/skills/api-design-principles` | `api-design-principles` (pre-installed) |
|
|
366
|
+
| `api` | `surface/api/api-security-checklist` | `api-security-checklist` |
|
|
367
|
+
| `api` | `stack/security/input-sanitization` | `input-sanitization` |
|
|
368
|
+
|
|
369
|
+
### Mobile
|
|
370
|
+
|
|
371
|
+
| Surface Type | Library Path | Installed As |
|
|
372
|
+
|-------------|-------------|-------------|
|
|
373
|
+
| `mobile` | `surface/mobile/mobile-responsive-patterns` | `mobile-responsive-patterns` |
|
|
374
|
+
| `mobile` | `surface/mobile/mobile-offline-sync` | `mobile-offline-sync` |
|
|
375
|
+
| `mobile` | `surface/mobile/push-notifications` | `push-notifications` |
|
|
376
|
+
| `mobile` | `surface/mobile/app-store-submission` | `app-store-submission` |
|
|
377
|
+
|
|
378
|
+
### Desktop
|
|
379
|
+
|
|
380
|
+
| Surface Type | Library Path | Installed As |
|
|
381
|
+
|-------------|-------------|-------------|
|
|
382
|
+
| `desktop` | `surface/desktop/desktop-app-distribution` | `desktop-app-distribution` |
|
|
383
|
+
| `desktop` | `surface/desktop/native-os-integration` | `native-os-integration` |
|
|
384
|
+
| `desktop` | `surface/desktop/desktop-security-sandboxing` | `desktop-security-sandboxing` |
|
|
385
|
+
| `desktop` | `surface/desktop/desktop-ux-conventions` | `desktop-ux-conventions` |
|
|
386
|
+
|
|
387
|
+
### CLI
|
|
388
|
+
|
|
389
|
+
| Surface Type | Library Path | Installed As |
|
|
390
|
+
|-------------|-------------|-------------|
|
|
391
|
+
| `cli` | `surface/cli/cli-ux-design` | `cli-ux-design` |
|
|
392
|
+
| `cli` | `surface/cli/cli-configuration-management` | `cli-configuration-management` |
|
|
393
|
+
| `cli` | `surface/cli/cli-shell-integration` | `cli-shell-integration` |
|
|
394
|
+
| `cli` | `surface/cli/cli-error-diagnostics` | `cli-error-diagnostics` |
|
|
395
|
+
|
|
396
|
+
### Extension
|
|
397
|
+
|
|
398
|
+
| Surface Type | Library Path | Installed As |
|
|
399
|
+
|-------------|-------------|-------------|
|
|
400
|
+
| `extension` | `surface/extension/browser-extension-patterns` | `browser-extension-patterns` |
|
|
401
|
+
| `extension` | `surface/extension/plugin-architecture-design` | `plugin-architecture-design` |
|
|
402
|
+
| `extension` | `surface/extension/vscode-extension-development` | `vscode-extension-development` |
|
|
403
|
+
|
|
404
|
+
---
|
|
405
|
+
|
|
406
|
+
### All surfaces (universal)
|
|
407
|
+
|
|
408
|
+
| Surface Type | Library Path | Installed As |
|
|
409
|
+
|-------------|-------------|-------------|
|
|
410
|
+
| `*` (any surface) | `stack/security/dependency-auditing` | `dependency-auditing` |
|
|
411
|
+
|
|
412
|
+
> **Universal security baseline**: dependency auditing is provisioned for every project. The surface-specific security skills (owasp-web-security, csp-cors-headers, api-security-checklist) are provisioned only when their respective surfaces are confirmed.
|
|
413
|
+
|
|
414
|
+
## Meta Skills (manual install only)
|
|
415
|
+
|
|
416
|
+
These skills are NOT auto-installed. Install via `/find-skills` or manually copy from the library.
|
|
417
|
+
|
|
418
|
+
| Library Path | Description |
|
|
419
|
+
|-------------|-------------|
|
|
420
|
+
| `meta/mcp-builder` | Building MCP servers |
|
|
421
|
+
| `meta/tmux-processes` | Long-lived process management via tmux |
|
|
422
|
+
| `meta/using-tmux-for-interactive-commands` | Interactive CLI tools via tmux |
|
|
423
|
+
| Pre-installed: `.codex/skills/brand-guidelines` | Brand color and typography application (pre-installed) |
|
|
424
|
+
| `meta/product-marketing-context` | Marketing context document generator — run first before any SEO or CRO skill |
|
|
425
|
+
|
|
426
|
+
---
|
|
427
|
+
|
|
428
|
+
## Claude Code Skills (manual install only)
|
|
429
|
+
|
|
430
|
+
These skills are specific to Claude Code's plugin and agent system. Not applicable to Antigravity or other agents.
|
|
431
|
+
|
|
432
|
+
| Library Path | Description |
|
|
433
|
+
|-------------|-------------|
|
|
434
|
+
| `meta/claude-code/hook-development` | Claude Code hook system (PreToolUse, PostToolUse, Stop, SessionStart) |
|
|
435
|
+
| `meta/claude-code/plugin-structure` | Claude Code plugin architecture (.claude-plugin/plugin.json) |
|
|
436
|
+
| `meta/claude-code/agent-development` | Claude Code agent frontmatter (model, color, triggering examples) |
|
|
437
|
+
|
|
438
|
+
---
|
|
439
|
+
|
|
440
|
+
## Extending the Library
|
|
441
|
+
|
|
442
|
+
To add a new skill to the library:
|
|
443
|
+
|
|
444
|
+
1. Create a directory under the appropriate category: `.codex/skill-library/[category]/[subcategory]/[skill-name]/SKILL.md`
|
|
445
|
+
2. Add a row to the appropriate trigger table above
|
|
446
|
+
3. Use `{{PLACEHOLDER}}`s for any values that should be filled by bootstrap
|
|
447
|
+
4. Test by running `/bootstrap-agents` with a matching stack value
|
|
448
|
+
|
|
449
|
+
### Stack Key Reference
|
|
450
|
+
|
|
451
|
+
| Key | Description | Example Values |
|
|
452
|
+
|-----|-------------|---------------|
|
|
453
|
+
| `DATABASE` | Primary database | PostgreSQL, SurrealDB, Supabase, MongoDB, Redis, SQLite |
|
|
454
|
+
| `DATABASE_PRIMARY` | Main relational/document/multi-model store | PostgreSQL, SurrealDB, Supabase, MongoDB, SQLite |
|
|
455
|
+
| `DATABASE_VECTOR` | Semantic search, embeddings, similarity | Qdrant, pgvector, Pinecone, Weaviate |
|
|
456
|
+
| `DATABASE_GRAPH` | Graph traversal, relationship queries | Neo4j |
|
|
457
|
+
| `DATABASE_CACHE` | Caching layer | Redis |
|
|
458
|
+
| `DATABASE_TIMESERIES` | Time-ordered data, metrics, IoT | TimescaleDB, InfluxDB |
|
|
459
|
+
| `FRONTEND_FRAMEWORK` | Frontend framework | Next.js, Astro, SvelteKit, Nuxt, React |
|
|
460
|
+
| `BACKEND_FRAMEWORK` | Backend framework | Hono, FastAPI, NestJS, Express |
|
|
461
|
+
| `DESKTOP_FRAMEWORK` | Desktop app framework | Tauri, Electron |
|
|
462
|
+
| `API_LAYER` | API layer pattern | tRPC, GraphQL |
|
|
463
|
+
| `ORM` | Object-relational mapper | Drizzle, Prisma |
|
|
464
|
+
| `CSS_FRAMEWORK` | CSS framework | Tailwind CSS, Vanilla CSS, SASS/SCSS |
|
|
465
|
+
| `UI_LIBRARY` | UI component library | shadcn/ui, React Flow |
|
|
466
|
+
| `AUTH_PROVIDER` | Authentication provider | Firebase, Auth.js, Clerk |
|
|
467
|
+
| `PAYMENTS` | Payment processor | Stripe, Lemon Squeezy |
|
|
468
|
+
| `AI_SDK` | AI/ML SDK | Vercel AI SDK, OpenAI, LangChain, Ollama |
|
|
469
|
+
| `STATE_MANAGEMENT` | Client state management | TanStack Query, Zustand |
|
|
470
|
+
| `E2E_TESTING` | End-to-end test framework | Playwright |
|
|
471
|
+
| `UNIT_TESTING` | Unit test framework | Vitest, Testing Library, Storybook |
|
|
472
|
+
| `HOSTING` | Hosting platform | Cloudflare, Vercel, AWS, Docker, Kubernetes, Nginx |
|
|
473
|
+
| `MONITORING` | Error/analytics monitoring | Sentry, PostHog |
|
|
474
|
+
| `OBSERVABILITY` | Observability stack | OpenTelemetry, Distributed Tracing, Structured Logging, Datadog, Prometheus/Grafana |
|
|
475
|
+
| `ANALYTICS` | Web analytics | Google Analytics |
|
|
476
|
+
| `EMAIL` | Email service | Resend |
|
|
477
|
+
| `QUEUE` | Job queue | Inngest, BullMQ |
|
|
478
|
+
| `REALTIME` | Realtime communication | Socket.io |
|
|
479
|
+
| `SEARCH` | Search engine | Meilisearch, Algolia, Typesense, Elasticsearch |
|
|
480
|
+
| `CMS` | Content management | Payload CMS, WordPress, Shopify |
|
|
481
|
+
| `STORAGE` | File/object storage | AWS S3, Cloudflare R2, Google Cloud Storage |
|
|
482
|
+
| `CI_CD` | CI/CD pipeline | GitHub Actions, Terraform |
|
|
483
|
+
| `MOBILE_FRAMEWORK` | Mobile framework | Expo, React Native, Flutter, SwiftUI, Kotlin/Compose |
|
|
484
|
+
| `LANGUAGE` | Programming language | TypeScript, Python, Rust, Go, C/C++, Java, Kotlin, JavaScript, GDScript, Bash |
|
|
485
|
+
| `MESSAGE_BROKER` | Message broker/queue | Kafka, RabbitMQ, NATS, AWS SQS |
|
|
486
|
+
| `NOTIFICATIONS` | Notification service | Twilio, FCM, SendGrid |
|
|
487
|
+
| `BROWSER_EXTENSION` | Browser extension framework | WXT, Plasmo, Chrome Extension |
|
|
488
|
+
| `VSCODE_EXTENSION` | VS Code extension | VS Code Extension |
|
|
489
|
+
| `FEATURE_FLAGS` | Feature flag service | LaunchDarkly, PostHog, Flagsmith |
|
|
490
|
+
| `DATABASE_ANALYTICS` | Analytics database | ClickHouse |
|
|
491
|
+
| `3D_FRAMEWORK` | 3D rendering | Three.js, React Three Fiber |
|
|
492
|
+
| `GAME_ENGINE` | Game engine | Godot, Unity |
|
|
493
|
+
| `SECURITY` | Security focus area | OWASP, Crypto, CSP/CORS, Dependency Auditing, Input Sanitization |
|
|
494
|
+
| `SECURITY_SKILLS` | Accumulated list of all provisioned security skills (comma-separated, auto-filled by bootstrap) | e.g., `owasp-web-security,csp-cors-headers,input-sanitization,dependency-auditing` |
|
|
495
|
+
| `API_DESIGN_SKILL` | API design skill for the project's API style (auto-filled by bootstrap, defaults to `api-design-principles`) | `api-design-principles`, `trpc`, `graphql` |
|
|
496
|
+
| `DESIGN_DIRECTION` | Confirmed visual design direction | Minimal/Functional, Editorial, Luxury/Refined, Playful/Expressive, Technical/Brutalist, Cinematic/Immersive, or Hybrid |
|
|
497
|
+
| `CDN_ASSETS` | CDN provider for static assets (no skill provisioned — handled by `HOSTING_SKILL`) | Cloudflare, AWS CloudFront, Vercel Edge |
|
|
498
|
+
| `BACKEND_RUNTIME` | Backend runtime environment (no skill provisioned — handled by `LANGUAGE_SKILL` and `BACKEND_FRAMEWORK_SKILL`) | Node.js, Bun, Deno, Python |
|