Skip to content

surveydown-dev/surveydown-skill

Repository files navigation

surveydown-skill

A skill for working with surveydown surveys — authoring and deploying them.

👉 Start with SKILL.md, which routes to the right task doc.

What it covers

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/.

Install (Claude Code)

npx skills add surveydown-dev/surveydown-skill -a claude-code -g -y

This 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.)

Update

npx skills add surveydown-dev/surveydown-skill -a claude-code -g -y

Re-running add pulls the latest version.

Uninstall (Claude Code)

npx skills remove surveydown-dev/surveydown-skill -g

About

Deployment setup for Hugging Face

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors