A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Claude Code skill that deploys any web app, API, or agent to the internet — strict pre-deploy audit, preview → prod flow
/all-deployThe Claude Code skill that deploys any project to the internet — with a strict safety audit built in.
🌐 tododeia.com · 📸 @soyenriquerocha · 📦 Latest release
One command — /all-deploy — takes your project from "it runs on my laptop" to "it's live on the internet."
It walks through six phases every time:
A run-locally mode runs the same audit and then starts the app on your own machine, optionally exposed through a cloudflared tunnel for a temporary public URL.
git clone https://github.com/Hainrixz/all-deploy.git ~/.claude/skills/all-deploy
That's it. /all-deploy now works inside Claude Code.
To update later: cd ~/.claude/skills/all-deploy && git pull
Prefer a single-file install? Download all-deploy.skill from the Releases page and use Claude Code's skill installer.
Inside Claude Code, say any of these:
| You say | What happens |
|---|---|
/all-deploy | Starts deploy. Asks if you want full-auto or step-by-step. |
/all-deploy auto | Full-auto. Audit → preview → prod with a 5-second ESC window before prod. |
/all-deploy step | Step-by-step. Confirms each phase with you. |
/all-deploy local | Runs the app on your machine instead of deploying. |
deploy this / ship this / push to prod / get this online | Natural language also triggers the skill. |
| Target | Best for |
|---|---|
| Vercel | Next.js, Vite, Astro, Remix, Nuxt, SvelteKit, static sites |
| Railway | FastAPI, Flask, Express, Python workers, agent loops, MCP HTTP servers |
| Docker + SSH VPS | Self-hosted, stateful apps, multi-service docker compose stacks |
| cloudflared tunnel | Local dev exposure, quick demos, webhook testing |
More targets (Netlify, Fly, Modal, Cloudflare Pages) are coming — open an issue to vote for yours.
The skill ships with 8 non-negotiable rules. The short version:
Full rules and workflow in SKILL.md.
cloudflared, or SSH + Docker). The skill tells you exactly which one's missing and how to install it.Built by Enrique Rocha · @soyenriquerocha · for the Tododeia community.
🌐 tododeia.com — join the community, find more tools, see what we're building together.
Issues and pull requests welcome. Good starter contributions:
references/targets/ (Netlify, Fly, Modal, Cloudflare Pages, Render, etc.).scripts/audit.py.references/project-types.md.Keep references under ~200 lines and match the existing layout (prereqs → env delivery → preview → health check → prod → rollback + logs).
MIT — see LICENSE. Use it, fork it, ship it commercially, anything — just keep the copyright notice.
Un solo comando — /all-deploy — lleva tu proyecto de "corre en mi laptop" a "está en vivo en internet".
Sigue seis fases cada vez:
El modo run-locally corre el mismo audit y luego inicia la app en tu propia máquina, opcionalmente expuesta por un túnel cloudflared para una URL pública temporal.
git clone https://github.com/Hainrixz/all-deploy.git ~/.claude/skills/all-deploy
Listo. /all-deploy ya funciona dentro de Claude Code.
Para actualizar después: cd ~/.claude/skills/all-deploy && git pull
¿Prefieres instalar un solo archivo? Descarga all-deploy.skill desde la página de Releases y úsalo con el instalador de skills de Claude Code.
Dentro de Claude Code, di cualquiera de estos:
| Tú dices | Qué pasa |
|---|---|
/all-deploy | Inicia el deploy. Pregunta si quieres modo automático o paso a paso. |
/all-deploy auto | Automático. Audit → preview → prod con 5 segundos para cancelar con ESC. |
/all-deploy step | Paso a paso. Confirma cada fase contigo. |
/all-deploy local | Corre la app en tu máquina en vez de desplegarla. |
despliega esto / mándalo a prod / paso a paso / ponlo online | El lenguaje natural también dispara el skill. |
| Target | Ideal para |
|---|---|
| Vercel | Next.js, Vite, Astro, Remix, Nuxt, SvelteKit, sitios estáticos |
| Railway | FastAPI, Flask, Express, workers de Python, agentes, servidores MCP HTTP |
| Docker + SSH VPS | Self-hosted, apps con estado, stacks docker compose multi-servicio |
| cloudflared tunnel | Exponer dev local, demos rápidas, pruebas de webhook |
Vienen más targets (Netlify, Fly, Modal, Cloudflare Pages) — abre un issue para votar por el tuyo.
El skill viene con 8 reglas no negociables. Versión corta:
Reglas completas y flujo en SKILL.md.
cloudflared, o SSH + Docker). El skill te avisa exactamente cuál falta y cómo instalarlo.Creado por Enrique Rocha · @soyenriquerocha · para la comunidad Tododeia.
🌐 tododeia.com — únete a la comunidad, encuentra más herramientas, mira lo que estamos construyendo juntos.
Issues y pull requests son bienvenidos. Buenas contribuciones iniciales:
references/targets/ (Netlify, Fly, Modal, Cloudflare Pages, Render, etc.).scripts/audit.py.references/project-types.md.Mantén las referencias bajo ~200 líneas y sigue el layout existente (prereqs → entrega de env → preview → health check → prod → rollback + logs).
MIT — ver LICENSE. Úsalo, forkealo, véndelo comercialmente, lo que sea — solo mantén el aviso de copyright.
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac