rahmanef63

37 mods across 3 repositories, 35 stars between them.

si-coder

01

rahmanef63/control-room

Agent Claude Code

Full-stack zero-human deployment specialist. Builds projects from scratch (Next.js + self-hosted Convex), creates GitHub repos, configures Dokploy, sets up Hostinger DNS, generates JWT keys, and deploys Convex schema automatically. Use for any new project deployment or from-scratch build task.

19 yesterday A 66 tokens original MIT

vps-alfa

02

rahmanef63/control-room

Agent Claude Code

Main orchestrator for VPS Control Room. Analyzes tasks, delegates to specialist agents (vps-frontend, vps-convex, vps-host-agent), generates new skills when repetitive patterns emerge. Use for planning, multi-component tasks, or when unsure which specialist to use.

19 yesterday A 63 tokens original MIT

rahmanef63/control-room

Agent Claude Code

Project-specific coordinator for VPS Control Room. Uses the project playbook skill, routes work across frontend, convex, and host-agent specialists, and handles deploy/runtime breakage such as systemd, Traefik, firewall, and static asset issues.

19 yesterday A 55 tokens original MIT

vps-convex

04

rahmanef63/control-room

Agent Claude Code

Convex specialist for VPS Control Room. Creates and modifies schema, queries, mutations, crons, and internal functions. Use for all work under convex/.

19 yesterday A 37 tokens original MIT

vps-frontend

05

rahmanef63/control-room

Agent Claude Code

Frontend specialist for VPS Control Room. Creates and modifies Next.js 15 pages, shadcn/ui components, Convex subscriptions, auth middleware, and dashboard layout. Use for all work under frontend/.

19 yesterday A 45 tokens original MIT

vps-host-agent

06

rahmanef63/control-room

Agent Claude Code

Host agent specialist for VPS Control Room. Creates and modifies collectors, executor, allowlist, validators, config, health endpoint, and graceful shutdown. Use for all work under agent/.

19 yesterday A 41 tokens original MIT

vps-action

07

rahmanef63/control-room

Command Claude Code

Gunakan skill ini saat menambahkan action baru ke pipeline executor.

19 yesterday B 0 tokens original MIT

vps-collector

08

rahmanef63/control-room

Command Claude Code

Gunakan skill ini saat membuat atau memodifikasi collector di agent/src/collectors/.

19 yesterday B 0 tokens original MIT

vps-control-room

09

rahmanef63/control-room

Command Claude Code

Gunakan skill ini untuk konteks project-level, deploy/redeploy, dan troubleshoot live runtime issues yang melibatkan frontend, agent, Traefik, firewall, atau static asset delivery.

19 yesterday B 0 tokens original MIT

vps-convex-fn

10

rahmanef63/control-room

Command Claude Code

Gunakan skill ini saat membuat atau memodifikasi Convex functions untuk project ini.

19 yesterday A 0 tokens original MIT

vps-cr

11

rahmanef63/control-room

Command Claude Code

Drive the local vps-cr CLI from Claude Code — start/stop, doctor, config, device approval (acc/list/revoke), status, secret. Usage: /vps-cr [args], e.g. /vps-cr --acc or /vps-cr doctor --fix.

19 yesterday A 63 tokens original MIT

vps-deploy

12

rahmanef63/control-room

Command Claude Code

Gunakan skill ini saat deploy, redeploy, atau troubleshoot systemd services.

19 yesterday B 0 tokens original MIT

vps-page

13

rahmanef63/control-room

Command Claude Code

Gunakan skill ini saat membuat atau memodifikasi halaman dashboard.

19 yesterday A 0 tokens original MIT

vps-prd

14

rahmanef63/control-room

Command Claude Code

Gunakan skill ini untuk mendapatkan konteks PRD tanpa membaca seluruh file 1400 baris. Jika butuh detail spesifik, baca section yang relevan dari PRD.md.

19 yesterday A 0 tokens original MIT

vps

15

rahmanef63/control-room

Agent Codex

VPS Control Room project orchestrator for Codex. Knows the full project structure, build commands, deploy workflow, and delegates deployment tasks to si-coder.

19 yesterday A 36 tokens original MIT

rahmanef63/control-room

Instructions file CodexOpenCode

Instructions for rahmanef63/control-room: The single source of truth for every coding agent (Claude, Codex, Gemini) is CLAUDE.md in the repo root. Read it before starting any task.

19 yesterday A 99 tokens original MIT

rahmanef63/control-room

Instructions file

Instructions for rahmanef63/control-room, covering vps control room, project, architecture (current — 2026-05-27), key decisions and runtime split — bun frontend, node agent (2026-08-06).

19 yesterday B 2,078 tokens original MIT

si-coder

18

rahmanef63/control-room

Skill Claude CodeCodex

Zero human involvement full-stack deployment to Dokploy. Automatically create GitHub repositories, push local code via SSH, setup projects, configure Next.js and self-hosted Convex DB (via Docker Compose), and trigger deployments via REST API.

19 yesterday A 51 tokens original MIT

vps-alfa

19

rahmanef63/control-room

Skill Claude CodeCodex

Become an alfa watcher inside the VPS Control Room. Use when the user opens an AI agent terminal (claude / codex / gemini) on https://vps.rahmanef.com and asks you to "watch", "patrol", "babysit", or "be alfa for" one or more other terminal panes. Trigger on /vps-alfa, "/alfa", "watch terminal X", "patrol mode", or…

19 yesterday D 131 tokens original MIT

si-coder

20

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

21

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

22

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

23

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

24

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