agentsclimarketplace

Sc help

Skill rahmanef63/si-coder-agent/skills/sc-help

Zero-human full-stack deployment skill bundle for AI agents — GitHub + Dokploy + Convex (self-hosted & Cloud) + Vercel + Hostinger DNS, via modular /sc-* slash commands.

Install
npx -y skills add rahmanef63/si-coder-agent --skill sc-help

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Quick-reference card for the whole SI-Coder /sc-* skill bundle — every command, the three /sc-all deploy targets (dokploy | hybrid | vercel), and the env each one needs. One-shot display, not a persistent mode. Trigger on /sc-help, 'sc help', 'list sc commands', 'what sc-* skills', 'which deploy target', 'si-coder help'.

SKILL.md

4.3 KB, as published. Nobody here has run it

/sc-help — SI-Coder quick reference

One-shot cheat sheet for the /sc-* deploy bundle. Show this, then route the user to the specific skill. Not a mode — display and stop.

Deploy targets (/sc-all --target …)

Same flow shape everywhere: GitHub → backend → frontend → DNS → verify. Pick by where things run.

--targetFrontendBackendEnv neededPick when
dokploy (default)Dokploy app (your VPS)Convex self-hosted (compose on Dokploy)DOKPLOY_* + GITHUB_TOKENown the box, $0 marginal, full control
hybridDokploy app (your VPS)Convex Cloud (managed)DOKPLOY_* + GITHUB_TOKEN + CONVEX_DEPLOY_KEYapp on your box, DB managed — no compose to babysit
vercelVercel (managed edge)Convex Cloud (managed)VERCEL_TOKEN + GITHUB_TOKEN + CONVEX_DEPLOY_KEYmanaged edge, no VPS to babysit

HOSTINGER_API_TOKEN is optional on all three (DNS automation). hybrid needs no docker-compose.yml — the backend is a managed *.convex.cloud deployment; only the frontend domain gets DNS. For a preview/project Convex key, also export NEXT_PUBLIC_CONVEX_URL.

/sc-all --target dokploy    # or just /sc-all
/sc-all --target hybrid
/sc-all --target vercel

Skill catalog

CommandStatusWhat it does
/sc-allUmbrella orchestrator — end-to-end deploy; --target dokploy|hybrid|vercel
/sc-dokployDokploy CRUD/audit/debug: projects, apps, compose, domains, stale-domain audit
/sc-convexConvex self-hosted on Dokploy: deploy, rotate admin key, JWT auth, probe api-/site-/dash-
/sc-convex-cloudConvex Cloud (managed) deploy; coupled build injects NEXT_PUBLIC_CONVEX_URL; probe *.convex.cloud
/sc-vercelVercel online frontend: GitHub-bound project, Convex-coupled build, custom domain, Hostinger DNS
/sc-gitGitHub repo CRUD + Actions cost reduction: audit burn, disable YAML, local CI, pre-push hook, VPS runner/cron
/sc-onboardingCredential wizard — scans env, asks only for missing, writes ~/.bashrc. Non-AI: node bin/onboard.js
/sc-syncTailscale rsync of gitignored files between VPS and local (same repo shared via git)
/sc-n8nDrive the self-hosted n8n instance via @n8n/cli (workflows, executions, credentials)
/sc-cf🚧 stubCloudflare — DNS (Hostinger alt), Workers/Pages, R2, Zero Trust tunnel
/sc-stripe🚧 stubPayments — products/prices, webhooks, customer portal, restricted keys
/sc-resend🚧 stubEmail — domain verify (DKIM/SPF/DMARC), API keys, template send
/sc-clerk🚧 stubAuth (alt) — origins, JWT template for Convex, paired with Clerk MCP
/sc-supabase🚧 stubBackend (alt) — project provision, migrations, edge functions, types gen
/use-si-coder✅ (legacy)One-shot monolith umbrella (runs repo-root scripts/deploy.js; secrets via env only)

Stubs exit code 2 until implemented.

Common entry points

  • Never deployed here before?/sc-onboarding (writes ~/.bashrc), then /sc-all --target <…>.
  • Fresh full-stack ship, one command/sc-all --target dokploy|hybrid|vercel.
  • Just the backend/sc-convex (self-hosted) or /sc-convex-cloud (managed).
  • Existing self-hosted project, want push-to-deploy/sc-all installs the sc-git pre-push hook; after that git push auto-deploys Convex. Never run npx convex deploy by hand.
  • Cut GitHub Actions cost/sc-git (local/VPS CI instead of cloud minutes).

Code quality vs. deploy orchestration

/sc-* owns where it runs + secrets/DNS. For how the code is written, consult the Claude Code plugin skills (don't duplicate): convex:* (validators, function syntax, @convex-dev/auth) and vercel:* / vercel:nextjs (App Router, Cache Components, build). See sc-all SKILL.md.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.