A skill for working with surveydown surveys — authoring and deploying them.
👉 Start with SKILL.md, which
routes to the right task doc.
| Task | Comments |
|---|---|
| Create a new survey | Start from a basic template or your own preferred topic |
| Connect a database | Guides you through a Supabase connection or any other PostgreSQL database connection |
| Deploy online | Supports Posit Connect Cloud, Hugging Face Spaces, and Google Cloud Run |
| Video walkthrough | Automatically goes through the full survey and records it into a video clip |
Each section lives in its own folder with a README.md guide and its tooling.
Authoring starts with create-survey/ (scaffold from a
template or compose a custom survey) and, once a survey exists,
connect-database/ (wire it to PostgreSQL/Supabase
and switch to mode: database). Deployment is fully implemented for all three
hosts — deploy-hugging-face/,
deploy-google-cloud/, and
deploy-posit-cloud/.
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