rahmanef63/si-coder-agent

Zero-human full-stack deployment as a bundle of /sc-* Claude Code slash commands — GitHub + Convex (self-hosted & Cloud) + Dokploy + Vercel + Hostinger DNS, source to verified live URL. Node ≥18, no runtime dependencies. 8 skills implemented, 5 stubs.

14Stars on the repository
17Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

si-coder

01

rahmanef63/si-coder-agent

Skill Claude CodeCodex

Zero human involvement full-stack deployment. Umbrella skill that points to modular sc- sub-skills (sc-all, sc-dokploy, sc-convex, sc-convex-cloud, sc-vercel, sc-git, sc-onboarding) plus the legacy monolithic deploy.js. Two deploy paths share one flow shape: self-hosted (Dokploy app + self-hosted Convex) and online…

14 4d ago A 162 tokens original MIT

sc-all

02

rahmanef63/si-coder-agent

Skill Claude CodeCodex

End-to-end zero-human full-stack deployment. Orchestrates sc-dokploy + sc-convex + sc-convex-cloud + sc-vercel: create GitHub repo, push code, set up backend + frontend, configure DNS, trigger build, poll until done. Equivalent to legacy /use-si-coder but composed of the modular sc- skills. Supports --target dokploy…

14 4d ago A 122 tokens original MIT

sc-cf

03

rahmanef63/si-coder-agent

Skill Claude CodeCodex

Cloudflare DNS automation — idempotent per-record A/AAAA/CNAME/TXT writes via the Cloudflare v4 API, DNS-only (grey cloud) by default so Let's Encrypt works. Use this provider whenever the domain's nameservers actually delegate to Cloudflare; it mirrors the lib/hostinger.js contract so /sc-all can swap providers.…

14 4d ago A 86 tokens original MIT

sc-clerk

04

rahmanef63/si-coder-agent

Skill Claude CodeCodex

(STUB / NOT IMPLEMENTED YET) Clerk auth setup for projects that explicitly use Clerk instead of @convex-dev/auth. Configures instance, sets allowed origins, creates JWT template for Convex integration. Pairs with Clerk MCP (clerk @ mcp.clerk.com/mcp) for SDK snippet generation.

14 4d ago A 68 tokens original MIT

sc-convex-cloud

05

rahmanef63/si-coder-agent

Skill Claude CodeCodex

Convex Cloud (managed) deploy operations. Run 'npx convex deploy' against a Cloud deployment using CONVEXDEPLOYKEY, output the injected NEXTPUBLICCONVEXURL, and probe the deployment (/version on .convex.cloud + JWKS on .convex.site). The online-path counterpart to /sc-convex (self-hosted on Dokploy).

14 4d ago A 82 tokens original MIT

sc-convex

06

rahmanef63/si-coder-agent

Skill Claude CodeCodex

Convex self-hosted operations on Dokploy. Deploy compose template, rotate admin key, push schema, configure @convex-dev/auth (JWTPRIVATEKEY + JWKS), and probe the three backend subdomains (api-, site-, dash-).

14 4d ago B 55 tokens original MIT

sc-dokploy

07

rahmanef63/si-coder-agent

Skill Claude CodeCodex

Dokploy CRUD, audit, and debug. List/create/update/delete projects, applications, compose services, and domains via REST API. Find stale domains, duplicate hosts, and .traefik.me leftovers. Inspect status and recent deployments.

14 4d ago A 52 tokens original MIT

sc-git

08

rahmanef63/si-coder-agent

Skill Claude CodeCodex

GitHub repo CRUD + Actions cost reduction. Audit workflow burn rate, disable noisy YAML (workflowdispatch-only with backup), run CI locally instead of cloud minutes, install pre-push hook, install self-hosted runner at VPS, POST commit statuses, register VPS crontab. Replaces GitHub Actions cloud minutes with…

14 4d ago A 111 tokens original MIT

sc-help

09

rahmanef63/si-coder-agent

Skill Claude CodeCodex

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

14 4d ago A 85 tokens original MIT

sc-n8n

10

rahmanef63/si-coder-agent

Skill Claude CodeCodex

Drive the self-hosted n8n instance (https://n8n.rahmanef.com) from the CLI via @n8n/cli. List/inspect/create/update/activate workflows, check executions, manage credentials, projects, tags, variables, data-tables, and export/import packages — all over the n8n public API with an API key. Trigger on /sc-n8n, 'n8n…

14 4d ago A 140 tokens original MIT

sc-onboarding

11

rahmanef63/si-coder-agent

Skill Claude CodeCodex

Onboard new SI-Coder users. Scans env for credentials each sc- domain needs, lists what is set and what is missing, asks the user only for the missing pieces, then writes them to /.bashrc. One-shot CLI fallback: bin/onboard.js for non-AI flows.

14 4d ago D 64 tokens original MIT

sc-resend

12

rahmanef63/si-coder-agent

Skill Claude CodeCodex

(STUB / NOT IMPLEMENTED YET) Transactional email via Resend — verify sender domain DNS (DKIM/SPF/DMARC), create API keys, send template-based emails. Pairs with sc-cf or lib/hostinger.js for the DNS record creation step.

14 4d ago A 61 tokens original MIT

sc-stripe

13

rahmanef63/si-coder-agent

Skill Claude CodeCodex

(STUB / NOT IMPLEMENTED YET) Stripe payments setup — create products/prices, webhook endpoint registration, customer portal config, restricted API keys. Pairs with sc-convex for payments table mutations and HTTP webhook routes.

14 4d ago A 52 tokens original MIT

sc-supabase

14

rahmanef63/si-coder-agent

Skill Claude CodeCodex

(STUB / NOT IMPLEMENTED YET) Supabase backend as an alternative to self-hosted Convex. Create project, apply migrations from supabase/migrations, deploy Edge Functions, generate types. For projects where Postgres + Row-Level-Security is a better fit than Convex's reactive query model.

14 4d ago A 67 tokens original MIT

sc-sync

15

rahmanef63/si-coder-agent

Skill Claude CodeCodex

A repo is checked out on two machines (say, a VPS and a laptop). .gitignore deliberately keeps some files out of git — local notes, generated docs, scratch config — so they never travel with git push / git pull. Plain SSH scp/rsync between the two kept failing (NAT, dynamic IP, firewall...); Tailscale is confirmed…

14 4d ago A 104 tokens original MIT

sc-vercel

16

rahmanef63/si-coder-agent

Skill Claude CodeCodex

Vercel deploy as online frontend host. Create project bound to a GitHub repo, set CONVEXDEPLOYKEY, set build command to couple Convex Cloud deploy + Next.js build (injects NEXTPUBLICCONVEXURL), add a custom domain or subdomain, configure Hostinger DNS (CNAME for subdomain / A for apex) from Vercel's required config…

14 4d ago A 105 tokens original MIT

use-si-coder

17

rahmanef63/si-coder-agent

Skill Claude CodeCodex

Legacy one-shot full-stack auto-deploy monolith. Runs scripts/deploy.js to create a GitHub repo, push local code via SSH, set up a Dokploy project, configure self-hosted Convex (Docker Compose) + Next.js, wire Hostinger DNS, and trigger + poll the deployment — zero human steps. Superseded by the modular /sc- skills…

14 4d ago A 90 tokens original MIT