Yash Vaibhav Awasthi
Community@Yash-Awasthi · Raipur
Yash Vaibhav Awasthi maintains 40 skills spanning Expo React Native mobile development, Python FastAPI backends, Postgres optimization, and DevOps deployment pipelines.
Agent Skills by Yash Vaibhav Awasthi
Showing 40 vetted skills indexed across 1 GitHub repositories.
python-api
Look up installed Python package APIs via inspect, pydoc, LSP, and versioned docs, then cache findings.
rest-to-graphql-migrator
Migrates REST APIs to GraphQL incrementally using schema stitching and REST data sources.
playwright-testing
Write and debug cross-browser end-to-end tests with Playwright using Page Objects and CI integration.
react-native
Build native iOS and Android apps with React Native and the Expo framework.
python-best-practices
Applies 75 prioritized Python engineering rules when writing, reviewing, or refactoring Python code.
react-native-patterns
Implements React Native and Expo patterns for navigation, state, data fetching, lists, and styling.
git-workflow-strategy
Configure Git branching strategies, merge patterns, and code review workflows for team collaboration.
ui-styling
Build accessible user interfaces with shadcn/ui components and Tailwind CSS utility styling.
expo-architect
Scaffolds Expo React Native apps with file-based routing, screens, and optional Clerk authentication.
docker-compose-production
Configures production Docker Compose deployments with security hardening, health checks, and monitoring.
tailwind-ui-patterns
Implements Tailwind CSS v4 component patterns, responsive layouts, and theme tokens for React interfaces.
expo-react-native-typescript
Guides development of Expo React Native mobile apps with TypeScript best practices.
devops-engineer
Generates Dockerfiles, CI/CD pipelines, Kubernetes manifests, and Terraform infrastructure configurations.
react-native-dev
Guides building React Native and Expo apps covering navigation, state, animations, testing, and deployment.
clerk-expo
Implement Clerk authentication in Expo and React Native apps using @clerk/expo.
react-native-expo
Configure, build, and ship React Native apps with Expo SDK, EAS Build, and EAS Update.
designing-python-apis
Designs Python library APIs with naming conventions, error handling, deprecation, and evolution patterns.
supabase-extract-db-string
Detect exposed PostgreSQL database connection strings in client-side code.
supabase-postgres-best-practices
Applies Postgres performance, schema, security, and migration rules to SQL authoring and diagnostics.
codex-review-workflow
Automates iterative code review cycles using OpenAI Codex CLI until validation passes.
expo-design-system
Builds Airbnb-DLS-aligned design systems for Expo React Native apps using Unistyles v3.
python-expert-best-practices-code-review
Reviews Python code against eight opinionated best-practice rules for error handling and clarity.
python-fastapi-development
Guides phased development of FastAPI backends with SQLAlchemy, Pydantic, JWT auth, and deployment.
rest-api-design
Designs RESTful APIs with resource naming, HTTP methods, status codes, and response formats.
Frequently Asked Questions About Yash Vaibhav Awasthi
FAQPage SchemaWhat tasks can I accomplish with Yash-Awasthi's skill registry?▼
You can scaffold Expo React Native apps with Clerk auth, build FastAPI backends and microservices, migrate REST to GraphQL, write Playwright E2E tests, optimize Postgres schemas and queries, create Tailwind/shadcn design systems, and configure Docker, Kubernetes, Terraform, and GitHub Actions deployments.
Who is the target audience for these skills?▼
Mobile engineers building cross-platform Expo/React Native apps, Python backend developers working with FastAPI and async patterns, DevOps engineers managing CI/CD and Kubernetes infrastructure, and frontend developers implementing Tailwind CSS v4 and shadcn/ui design systems.
What are the runtime prerequisites for these skills?▼
Requirements vary per skill: Python 3.11+ for Python skills, @clerk/expo v3.4+ with Expo SDK 53-56 for authentication, Tailwind CSS 4 with React 18 and Vite 6 for UI patterns, Docker for container operations, and Codex CLI for the automated code review skill.
Are these skills open source and what licenses apply?▼
Most skills carry MIT licenses, including react-native, ui-styling, supabase-postgres-best-practices, clerk-expo, devops-engineer, and expo-overview. Several skills omit explicit licensing. All are publicly available in the registry at no cost, with sources attributed to Expo, Supabase, and Clerk documentation.
How does the python-api skill handle package documentation lookups?▼
It resolves the installed package version first, then checks a local cache under scratch/api/<lib>/<version>/, uses inspect.signature and pydoc for symbol lookups, dir/pkgutil for module surfaces, and WebSearch/WebFetch for versioned narrative docs. All execution runs through scratch files via pixi run.