azadmotala
- 9 skills
- 0 followers
- 7 hours ago last updated
- ▌ Claude Code Team Builder · azadmotala bundleBuilds a complete AI development environment for a software project — agents, custom skills, CLAUDE.md project context, orchestration layer, and routing rules. Triggers when someone says 'set up a new project', 'build a team for [project]', 'create project setup', 'scaffold my AI team', or describes a client project and wants Claude Code configured for it. Produces a full .claude/ configuration with project context, agent routing, autonomous execution support, and slash commands tailored to the project's domain and workflow.
- ▌ Run · azadmotalaAutonomous execution loop for TenantFlow. Plans tasks, assigns agents, validates results, self-heals on failure. Use `/run --plan` to generate a plan without executing. Use `/run` to start or resume execution.
- ▌
- ▌ Deploy · azadmotalaDeploy TenantFlow to staging or production on Vercel. Handles build, test gate, and Vercel deployment.
- ▌ Review · azadmotalaCode review for TenantFlow. Checks security, correctness, and quality. Focuses on tenant isolation, Stripe webhooks, and Clerk auth.
- ▌ Status · azadmotalaShow current project state for TenantFlow. Reports what's done, in progress, blocked, failed, and next. Run any time to see where the project stands.
- ▌ Migrate · azadmotalaRun Prisma database migrations for TenantFlow. Runs against Railway PostgreSQL.
- ▌ Dashboard · azadmotalaGenerate the visual dashboard for TenantFlow. Copies the fixed dashboard template to the workspace. The dashboard reads tasks.json and progress.log from disk and auto-refreshes every 5 seconds.
- ▌ Onboard Tenant · azadmotalaSet up a new tenant in TenantFlow. Creates the Clerk organization, Stripe customer, and seeds initial data.