Skip to the content.

Nuxt SSR CI/CD template (portable)

Agent-oriented template distilled from this repo’s four-env Nuxt SSR pipeline. Canonical skill + YAML skeletons: .agents/skills/nuxt-ssr-cicd-template/ (mirrored under .github/skills/nuxt-ssr-cicd-template/).

This repo’s live wiring: cicd.md · .github/workflows/.

What other agents should copy

Artifact Path
Skill entry SKILL.md
Topology outline references/topology.md
Env × Nitro matrix references/nitro-env-matrix.md
Pitfalls references/pitfalls.md
CI workflow skeleton references/workflow-ci.yml.template
CD dry-run skeleton references/workflow-cd-preview.yml.template
CD deploy skeleton references/workflow-cd-deploy.yml.template

How to use on another project

  1. Copy the nuxt-ssr-cicd-template skill folder into the target repo’s agent skills directory (or personal ~/.cursor/skills/).
  2. Ask the agent to apply the skill and fill `` for branches, Node version, package manager, and deploy commands.
  3. Keep Nuxt SSR hard rules: local-parity SSR build on PRs; no job-level NODE_ENV=production before install; never put [skip ci] in commit messages; isolate .output/<env>.
  4. Pair with commit-pr-rules for matching commit, PR, and ruleset policy.

Trigger phrases

“Nuxt SSR CI/CD template”, “copy portfolio pipeline”, “four-env Nitro GitHub Actions”, “scaffold Nuxt SSR workflows”.