Harness-engineering astro-deployment-config
name: astro-deployment-config
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/codex/astro-deployment-config/skill.yamlsource content
name: astro-deployment-config version: '1.0.0' description: Deploy Astro projects to Vercel, Node, Cloudflare, and Netlify with the correct adapter and environment variable setup stability: static cognitive_mode: advisory-guide type: knowledge tier: 3 triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools: [] paths:
- 'astro.config.*'
- '**/*.astro'
- '/src/pages/'
- '/src/content/'
- '/src/layouts/' related_skills:
- astro-ssr-hybrid
- astro-server-endpoints
- astro-integration-pattern stack_signals:
- astro
- typescript keywords:
- deployment
- adapter
- adapter-vercel
- adapter-node
- adapter-cloudflare
- adapter-netlify
- environment-variables
- import.meta.env
- build-output
- static-deployment
- server-deployment metadata: author: docs.astro.build upstream: 'docs.astro.build/en/guides/deploy' state: persistent: false files: [] depends_on: []