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.
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.
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.
Convex specialist for VPS Control Room. Creates and modifies schema, queries, mutations, crons, and internal functions. Use for all work under convex/.
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/.
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/.
Gunakan skill ini untuk konteks project-level, deploy/redeploy, dan troubleshoot live runtime issues yang melibatkan frontend, agent, Traefik, firewall, atau static asset delivery.
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.
Gunakan skill ini untuk mendapatkan konteks PRD tanpa membaca seluruh file 1400 baris. Jika butuh detail spesifik, baca section yang relevan dari PRD.md.
VPS Control Room project orchestrator for Codex. Knows the full project structure, build commands, deploy workflow, and delegates deployment tasks to si-coder.
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.
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.
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…
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…
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.…
(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.
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).