# rahmanef63

> Open-source publisher. Listings imported from github.com/rahmanef63 — credited to the original author with their license.

- **Listings:** 14
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/rahmanef63
- **Website:** https://github.com/rahmanef63

## Published listings

- [Sc Vercel](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-vercel) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-vercel`
  Vercel deploy as online frontend host. Create project bound to a GitHub repo, set CONVEX_DEPLOY_KEY, set build command to couple Convex Cloud deploy + Next.js build (injects NEXT_PUBLIC_CONVEX_URL), add a custom domain or subdomain, configure Hostinger DNS (CNAME for subdomain / A for apex) from Vercel's required config, trigger + poll deploy. Pairs with /sc-convex-cloud for the Convex Cloud back…
- [Sc Cf](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-cf) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-cf`
  (STUB / NOT IMPLEMENTED YET) Cloudflare automation — DNS A/AAAA/CNAME records as a Hostinger alternative, Workers/Pages deploy, R2 bucket provisioning, Zero Trust tunnel setup. Mirrors the lib/hostinger.js surface so /sc-all can swap providers via a flag.
- [Sc Git](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-git) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-git`
  GitHub repo CRUD + Actions cost reduction. Audit workflow burn rate, disable noisy YAML (workflow_dispatch-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 local/VPS execution. Trigger on /sc-git, 'reduce github actions', 'github actions usage…
- [Sc Clerk](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-clerk) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-clerk`
  (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.
- [Sc Onboarding](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-onboarding) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-onboarding`
  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.
- [Sc Convex Cloud](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-convex-cloud) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-convex-cloud`
  Convex Cloud (managed) deploy operations. Run 'npx convex deploy' against a Cloud deployment using CONVEX_DEPLOY_KEY, output the injected NEXT_PUBLIC_CONVEX_URL, and probe the *.convex.cloud deployment (/version + JWKS). The online-path counterpart to /sc-convex (self-hosted on Dokploy).
- [Use Si Coder](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-use-si-coder) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-use-si-coder`
  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 (/sc-all) but kept fully functional.
- [Sc Supabase](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-supabase) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-supabase`
  (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.
- [Sc Dokploy](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-dokploy) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-dokploy`
  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.
- [Sc Convex](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-convex) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-convex`
  Convex self-hosted operations on Dokploy. Deploy compose template, rotate admin key, push schema, configure @convex-dev/auth (JWT_PRIVATE_KEY + JWKS), and probe the three backend subdomains (api-, site-, dash-).
- [Si Coder](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-si-coder-agent) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-si-coder-agent`
  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 (Vercel frontend + Convex Cloud). The user can invoke /sc-all for end-to-end (--t…
- [Sc Resend](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-resend) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-resend`
  (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.
- [Sc Stripe](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-stripe) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-stripe`
  (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.
- [Sc All](https://agentstack.voostack.com/l/skill-rahmanef63-si-coder-agent-sc-all) — Skill · Free · security-reviewed — `agentstack add skill-rahmanef63-si-coder-agent-sc-all`
  End-to-end zero-human full-stack deployment to Dokploy. Orchestrates sc-dokploy + sc-convex (and future sc-cf): create GitHub repo, push code, set up Dokploy project/app/compose, deploy self-hosted Convex backend, configure DNS, trigger build, poll until done. Equivalent to legacy /use-si-coder but composed of the modular sc-* skills. Supports --target dokploy (default, self-hosted) | vercel (onl…

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
