Agent Skills by Yahia
Showing 36 vetted skills indexed across 2 GitHub repositories.
before-and-after
Capture paired before-and-after screenshots from two URLs or image paths.
shadcn
Manage shadcn/ui components and presets across projects with components.json.
find-skills
Discover and install agent skills from the open ecosystem.
next-best-practices
Codify Next.js best practices into a reusable project guide.
next-upgrade
Automate Next.js major version upgrades with codemods and dependency updates.
building-components
Build composable UI components with Root, Item, Trigger, and Content patterns.
turborepo
Generate Turborepo configs with per-package tasks, caching rules, and dependency graphs.
next-cache-components
Cache Next.js components and routes with use cache, cacheLife, cacheTag, and updateTag.
convex-agents
Create persistent, stateful AI agents with thread management and streaming in Convex.
convex-http-actions
Define HTTP endpoints in Convex applications for webhooks and external services.
convex-cron-jobs
Schedule recurring Convex functions with interval or cron expressions.
convex-schema-validator
Define and validate typed Convex database schemas with indexes and migrations using v helpers.
convex
Routes Convex development tasks to specialized sub-skills like functions, realtime, and schema validation.
avoid-feature-creep
Identify and eliminate unnecessary features to prevent feature creep in software projects.
convex-security-audit
Audit and enforce security controls for Convex applications.
convex-file-storage
Generate upload URLs, store files, and serve them via Convex.
convex-functions
Build validated Convex functions with typed validators and error handling.
convex-best-practices
Standardize Convex development with domain-based functions and explicit validators.
convex-component-authoring
Define and publish self-contained Convex components with isolated schema and functions.
convex-migrations
Automates schema migrations for Convex databases with batched execution and progress tracking.
convex-security-check
Audit Convex applications for authentication, access control, and environment handling.
convex-realtime
Implements real-time subscriptions and optimistic updates for Convex React apps.
expo-dev-client
Automate Expo development client builds and TestFlight distribution for native testing.
react-native-best-practices
Optimize React Native app performance with best-practice patterns for FPS, startup, and memory.