Ayithamsetty-Vamsi-krishna
- 20 skills
- 0 followers
- 5 hours ago last updated
- ▌ Saas Dev Orchestrator · ayithamsetty-vamsi-krishnaReads business + technical PRDs. Extracts all features. Builds complete task breakdown document (BUILD_PLAN.md). Asks user confirmation via ask_user_input_v0 (all features / specific features / reorder). Then runs brainstorm → plan → execute loop per feature with continuity via CLAUDE.md.
- ▌ Django Integrations Dev · ayithamsetty-vamsi-krishna bundleThird-party integration skill for Django. Mandatory web search + doc reading before every integration. Handles: payment gateways, file uploads (S3/GCS), SMS/push notifications, email, OAuth providers, webhooks, background tasks (Celery + Django-Q), caching, real-time (WebSocket/SSE/polling).
- ▌ Nextjs Pages Router Dev · ayithamsetty-vamsi-krishna bundleNext.js Pages Router frontend skill. BFF pattern enforced — RTK Query and all API calls target /api/* (Next.js API Routes), never Django directly. Redux Toolkit for state. getServerSideProps/getStaticProps for data. NextAuth.js v4 or custom cookie auth. Use this skill when PRD specifies Pages Router, getServerSideProps, or Next.js without an explicit router version.
- ▌ Django React Dev · ayithamsetty-vamsi-krishna bundleFull-stack Django REST Framework + React/TypeScript development skill. Use when building, extending, or modifying features that span both backend and frontend — reading PRDs (text or PDF), analysing codebases, planning and implementing end-to-end. Triggers on: "implement this feature", "build this full-stack", "I have a PRD", "add this feature end-to-end", "create the backend and frontend for", "implement this requirement", or any dev task that involves both Django and React/TypeScript together. For backend-only tasks use django-backend-dev. For frontend-only tasks use react-frontend-dev.
- ▌ Django Backend Dev 2 · ayithamsetty-vamsi-krishna bundleDjango REST Framework backend development skill. Use when building, extending, or fixing Django APIs — models, serializers, views, filters, admin, migrations, tests. Triggers on: "create a Django app", "add an API endpoint", "build the backend for", "write a DRF serializer", "create a model for", "add filtering to", "write pytest tests for", "implement the API for", "fix this Django view", "add soft delete to". Always use this skill for any backend-only Django/DRF task. See django-react-dev for full-stack.
- ▌ React Frontend Dev 2 · ayithamsetty-vamsi-krishna bundleReact + TypeScript frontend development skill. Use when building, extending, or fixing React UI — components, Redux slices, Axios services, forms, routing, tests. Triggers on: "build a React component", "create a frontend feature", "add a page for", "write a Redux slice", "implement the UI for", "create a form for", "build the frontend for", "fix this React component", "add TypeScript types for", "write Vitest tests for". Always use this skill for any frontend-only React/TypeScript task. See django-react-dev for full-stack.
- ▌ Django Devops Dev · ayithamsetty-vamsi-krishna bundleDevOps skill for Django + React SaaS applications. Handles: Docker + docker-compose, GitHub Actions CI/CD, platform-adaptive deployment (asks user or searches docs), zero-downtime migrations, environment promotion, Sentry, structured logging.
- ▌ Saas Dev UI React · ayithamsetty-vamsi-krishnaPremium React + Next.js UI/UX skill for saas-dev. Activates on every React/Next.js frontend task. Generates complete design system then builds futuristic, production-grade components — glassmorphism, aurora, neumorphism, bento grid, animated landing pages, dashboards, forms. Integrates ui-ux-pro-max if installed.
- ▌ Django Backend Dev · ayithamsetty-vamsi-krishna bundleDjango REST Framework backend development skill. Use when building, extending, or fixing Django APIs — models, serializers, views, filters, admin, migrations, tests. Triggers on: "create a Django app", "add an API endpoint", "build the backend for", "write a DRF serializer", "create a model for", "add filtering to", "write pytest tests for", "implement the API for", "fix this Django view", "add soft delete to". Always use this skill for any backend-only Django/DRF task. See django-react-dev for full-stack.
- ▌ React Frontend Dev · ayithamsetty-vamsi-krishna bundleReact + TypeScript frontend development skill. Use when building, extending, or fixing React UI — components, Redux slices, Axios services, forms, routing, tests. Triggers on: "build a React component", "create a frontend feature", "add a page for", "write a Redux slice", "implement the UI for", "create a form for", "build the frontend for", "fix this React component", "add TypeScript types for", "write Vitest tests for". Always use this skill for any frontend-only React/TypeScript task. See django-react-dev for full-stack.
- ▌ Saas Dev Brainstorm · ayithamsetty-vamsi-krishnaActivates before writing any code. Runs Socratic design discussion using ask_user_input_v0 for all questions. Loads all specialist skills to validate patterns. Saves spec to saas-dev-spec.md with ZERO code snippets, purely narrative.
- ▌ Saas Dev UI Flutter · ayithamsetty-vamsi-krishnaPremium Flutter UI/UX skill for saas-dev. Activates on every Flutter frontend task. Generates complete design token system then builds futuristic, production-grade Flutter UI — glassmorphism, smooth transitions, animated lists, shimmer loading, dark/light themes. Cross-platform: iOS, Android, Web.
- ▌ Django Project Setup · ayithamsetty-vamsi-krishna bundleProject bootstrap skill. Handles new Django projects from scratch and existing project onboarding. Covers: venv creation (Mac/Windows/Linux), requirements.txt, django-admin startproject, settings split, .env setup. Invoked automatically by router when no CLAUDE.md exists and user confirms new project.
- ▌ Nextjs App Router Dev · ayithamsetty-vamsi-krishna bundleNext.js 15 App Router frontend skill. Always uses BFF pattern (Next.js API Routes proxy all calls to Django). Detects monorepo vs separate repos. Supports NextAuth.js v4 (stable) and custom httpOnly cookie auth. Zustand for client state. Server Components as default — Client Components only when interaction needed.
- ▌ Saas Dev · ayithamsetty-vamsi-krishna bundleFull-stack SaaS development suite for Django REST Framework + React/TypeScript. Single entry point — analyses your requirement or PRD and automatically routes to the correct specialist skill. Handles: backend CRUD, multi-user authentication, third-party integrations, React frontend, real-time features, background tasks, file uploads, caching, logging, and DevOps. Triggers on: any Django/React development task, "implement from PRD", "build this feature", "set up auth", "integrate X", "deploy this app".
- ▌ Saas Dev Plan · ayithamsetty-vamsi-krishnaActivates after brainstorm produces spec. Breaks approved design into 2-5 min implementation tasks with exact file paths and verification steps. ZERO code snippets — narrative only, massively token-efficient.
- ▌ Using Saas Dev · ayithamsetty-vamsi-krishnaBootstrap skill for saas-dev. Loads at session start. Auto-wires brainstorm → plan → execute pipeline using ask_user_input_v0 for all user questions. All specialist skills loaded on-demand during planning/execution.
- ▌ Django Auth Dev · ayithamsetty-vamsi-krishna bundleDjango multi-user authentication skill. Handles: multiple AbstractBaseUser models with fully independent JWT authentication backends, separate login endpoints per user type, custom JWT claims (user_type, tenant_id, permissions), full RBAC with role hierarchy, OAuth/social auth, and token revocation. Pattern C: truly separate models, custom middleware routes authentication.
- ▌ Saas Dev Resume · ayithamsetty-vamsi-krishnaSession continuity skill. Activates at every new session start OR when user says 'resume', 'continue', 'where were we', 'pick up where we left off'. Reads SESSION_STATE.md, BUILD_PLAN.md, saas-dev-progress.md and CLAUDE.md to reconstruct exact context and resume autonomously.
- ▌ Saas Dev Execute · ayithamsetty-vamsi-krishnaActivates when saas-dev-plan.md exists. Dispatches one subagent per task with fresh context + the appropriate specialist skill. Two-stage review gate after each task. Writes progress to saas-dev-progress.md.