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
- Copy the
nuxt-ssr-cicd-templateskill folder into the target repo’s agent skills directory (or personal~/.cursor/skills/). - Ask the agent to apply the skill and fill `` for branches, Node version, package manager, and deploy commands.
- Keep Nuxt SSR hard rules: local-parity SSR build on PRs; no job-level
NODE_ENV=productionbefore install; never put[skip ci]in commit messages; isolate.output/<env>. - 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”.