Yash Vaibhav Awasthi avatar

Yash Vaibhav Awasthi

Community

@Yash-Awasthi · Raipur

0Followers
|
10Public Repos
|
40Published Skills

Yash Vaibhav Awasthi maintains 40 skills spanning Expo React Native mobile development, Python FastAPI backends, Postgres optimization, and DevOps deployment pipelines.

Skills Distribution
DomainDeveloper To...Mobile Development.. (35%)Python Backend & F.. (25%)DevOps & Infrastru.. (15%)Frontend UI & Desi.. (15%)

Agent Skills by Yash Vaibhav Awasthi

Showing 40 vetted skills indexed across 1 GitHub repositories.

Yash-AwasthiYash-Awasthi

python-api

Look up installed Python package APIs via inspect, pydoc, LSP, and versioned docs, then cache findings.

Community
Advanced
Yash-AwasthiYash-Awasthi

rest-to-graphql-migrator

Migrates REST APIs to GraphQL incrementally using schema stitching and REST data sources.

Community
Advanced
Yash-AwasthiYash-Awasthi

playwright-testing

Write and debug cross-browser end-to-end tests with Playwright using Page Objects and CI integration.

Community
Advanced
Yash-AwasthiYash-Awasthi

react-native

Build native iOS and Android apps with React Native and the Expo framework.

Community
Advanced
Yash-AwasthiYash-Awasthi

python-best-practices

Applies 75 prioritized Python engineering rules when writing, reviewing, or refactoring Python code.

Community
Intermediate
Yash-AwasthiYash-Awasthi

react-native-patterns

Implements React Native and Expo patterns for navigation, state, data fetching, lists, and styling.

Community
Intermediate
Yash-AwasthiYash-Awasthi

git-workflow-strategy

Configure Git branching strategies, merge patterns, and code review workflows for team collaboration.

Community
Intermediate
Yash-AwasthiYash-Awasthi

ui-styling

Build accessible user interfaces with shadcn/ui components and Tailwind CSS utility styling.

Community
Intermediate
Yash-AwasthiYash-Awasthi

expo-architect

Scaffolds Expo React Native apps with file-based routing, screens, and optional Clerk authentication.

Community
Intermediate
Yash-AwasthiYash-Awasthi

docker-compose-production

Configures production Docker Compose deployments with security hardening, health checks, and monitoring.

Community
Advanced
Yash-AwasthiYash-Awasthi

tailwind-ui-patterns

Implements Tailwind CSS v4 component patterns, responsive layouts, and theme tokens for React interfaces.

Community
Intermediate
Yash-AwasthiYash-Awasthi

expo-react-native-typescript

Guides development of Expo React Native mobile apps with TypeScript best practices.

Community
Basic
Yash-AwasthiYash-Awasthi

devops-engineer

Generates Dockerfiles, CI/CD pipelines, Kubernetes manifests, and Terraform infrastructure configurations.

Community
Advanced
Yash-AwasthiYash-Awasthi

react-native-dev

Guides building React Native and Expo apps covering navigation, state, animations, testing, and deployment.

Community
Advanced
Yash-AwasthiYash-Awasthi

clerk-expo

Implement Clerk authentication in Expo and React Native apps using @clerk/expo.

Community
Advanced
Yash-AwasthiYash-Awasthi

react-native-expo

Configure, build, and ship React Native apps with Expo SDK, EAS Build, and EAS Update.

Community
Intermediate
Yash-AwasthiYash-Awasthi

designing-python-apis

Designs Python library APIs with naming conventions, error handling, deprecation, and evolution patterns.

Community
Intermediate
Yash-AwasthiYash-Awasthi

supabase-extract-db-string

Detect exposed PostgreSQL database connection strings in client-side code.

Community
Intermediate
Yash-AwasthiYash-Awasthi

supabase-postgres-best-practices

Applies Postgres performance, schema, security, and migration rules to SQL authoring and diagnostics.

Community
Intermediate
Yash-AwasthiYash-Awasthi

codex-review-workflow

Automates iterative code review cycles using OpenAI Codex CLI until validation passes.

Community
Intermediate
Yash-AwasthiYash-Awasthi

expo-design-system

Builds Airbnb-DLS-aligned design systems for Expo React Native apps using Unistyles v3.

Community
Advanced
Yash-AwasthiYash-Awasthi

python-expert-best-practices-code-review

Reviews Python code against eight opinionated best-practice rules for error handling and clarity.

Community
Intermediate
Yash-AwasthiYash-Awasthi

python-fastapi-development

Guides phased development of FastAPI backends with SQLAlchemy, Pydantic, JWT auth, and deployment.

Community
Intermediate
Yash-AwasthiYash-Awasthi

rest-api-design

Designs RESTful APIs with resource naming, HTTP methods, status codes, and response formats.

Community
Basic

Frequently Asked Questions About Yash Vaibhav Awasthi

FAQPage Schema
What 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.