A skill for working with surveydown surveys — authoring and deploying them.
👉 Start with SKILL.md, which
routes to the right task doc.
| Task | Status |
|---|---|
| Create a new survey | 🚧 under construction |
| Connect a database to store responses | 🚧 under construction |
| Deploy to Hugging Face Spaces | ✅ available |
| Deploy to Google Cloud Run | ✅ available |
| Deploy to Posit Connect Cloud | 🚧 under construction |
Each section lives in its own folder with a README.md guide and its tooling.
The Hugging Face and Google Cloud Run deployments are fully implemented — see
deploy-hugging-face/ and
deploy-google-cloud/. The other section folders
(create-survey/,
connect-database/,
deploy-posit-cloud/) are stubbed and being
filled in.
npx skills add surveydown-dev/surveydown-skill -a claude-code -g -yThis installs the surveydown-skill skill globally to ~/.claude/skills/. Start a new
Claude Code session and it's available. (npx skills
is the open agent-skills installer.)
npx skills add surveydown-dev/surveydown-skill -a claude-code -g -yRe-running add pulls the latest version.
npx skills remove surveydown-dev/surveydown-skill -g