SI Coder
Paraguas para habilidades de despliegue sc-*: Dokploy, Convex, Vercel, GitHub, Hostinger DNS
Funciona con configuración
Qué hace
Un umbrella skill que installs a family de sc-* slash commands para deploying a Next.js plus Convex stack, either self-hosted on a Dokploy VPS o online on Vercel con Convex Cloud, incluyendo GitHub repo operations, Hostinger DNS records y un credential wizard. Se activa con end-to-end deployment requests para ese specific stack y on narrower ops like rotating a Convex admin key o cutting GitHub Actions spend. Requires your own VPS, Dokploy instance y API tokens before anything runs.
Informe de la prueba
El bundle es unusually well built for its size — 116 de 116 unit tests pass on a clean checkout, los five unimplemented stubs really do exit 2 con un TODO pointer as documented, y every script I ran without credentials failed politely instead of crashing o echoing a token. What could not be tested es el entire point: deploying anything needs your own VPS running Dokploy, plus Hostinger, Vercel, Convex y GitHub tokens, so the output score es unmeasured rather than earned. Two install traps to know about: el repo's own install.sh links las sc-* sub-skills but never installs el si-coder umbrella itself, y it links by symlink, so deleting the clone silently removes all fourteen skills. One shipped sub-skill, sc-n8n, is hardwired a la author's private n8n host y su ~/.ssh/id_n8n key; install.sh does not link it, but it sits in the repo.
Probado el: 2026-08-10 · Claude Code 2.x (agent harness)
Instalación
git clone https://github.com/rahmanef63/si-coder-agent.git mkdir -p ~/.claude/skills/si-coder cd si-coder-agent && cp SKILL.md ~/.claude/skills/si-coder/SKILL.md && bash install.sh # keep the clone: install.sh symlinks the sc-* skills back into it
Comandos y prompts de ejemplo
/si-coderParaguas para habilidades de despliegue sc-*: Dokploy, Convex, Vercel, GitHub, Hostinger DNS
Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):
Deploy my Next.js and Convex app to Vercel with Convex CloudSet up Dokploy self-hosted deployment for this Next.js projectConfigure Hostinger DNS records and deploy this app end to end