py-async-patterns
Safe 78Build Reliable Python Async Services
by CJHarmath
Async Python code can leak sessions, block responses, and deadlock under load. This skill gives FastAPI and SQLAlchemy patterns for safer async database work.
Curate your favorite skills into a reusable collection, then install it with one command.
Build Reliable Python Async Services
by CJHarmath
Async Python code can leak sessions, block responses, and deadlock under load. This skill gives FastAPI and SQLAlchemy patterns for safer async database work.
Review Safer Alembic Migrations
by CJHarmath
Alembic autogenerate can create migrations that lose data or lock tables. This skill gives practical PostgreSQL patterns for safer schema changes, reviews, testing, and production rollout.
Optimize PostgreSQL Performance
by CJHarmath
Slow database queries harm application reliability and scale. This skill gives practical PostgreSQL patterns for faster queries, safer migrations, and clearer monitoring.
Review PostgreSQL Migrations and Queries
by CJHarmath
PostgreSQL migrations can pass tests while causing locks, slow scans, or index bloat. This skill gives Claude, Codex, and Claude Code practical patterns for safer schema and query review.
Deploy Expo iOS Apps with EAS
by CJHarmath
iOS release work for Expo apps requires EAS profiles, credentials, TestFlight steps, and version rules. This skill gives focused checklists and commands for build, submit, OTA updates, and troubleshooting.
Audit Expo API Integrations
by CJHarmath
Expo apps often hide broken API flows, unsafe token handling, and stale screen data. This skill guides Claude, Codex, or Claude Code through a structured API audit.
Build Resilient React UI States
by ChrisWiles
React interfaces often fail to show clear loading, error, empty, and submission states. This skill gives practical patterns for predictable async UI behavior.
Why this variant is first
chriswiles-react-ui-patterns
2026-08-26
sickn33-react-ui-patterns
2026-08-26
Create GraphQL Operations with Generated Types
by ChrisWiles
GraphQL client work often creates duplicate operations, weak error handling, and stale generated types. This skill guides consistent .gql files, Apollo generated hooks, codegen steps, and mutation UI safeguards.
Build Reliable Formik Forms
by ChrisWiles
Formik forms often repeat validation, error display, and submit-state logic. This skill provides concise patterns for reusable fields, Yup schemas, GraphQL submissions, edit forms, and multi-step flows.
Map large codebases with focused symbol search
by ChipFlow
Large repositories can overwhelm code exploration and consume limited context. This skill builds a local symbol index so you can retrieve targeted code and preserve project knowledge.
Navigate Code With Repo Maps
by ChipFlow
Large repositories make symbol lookup slow and repetitive. This skill adds repo-map MCP tools that index project symbols and retrieve relevant code context quickly.
Print and Schedule Meituan Thermal Jobs
by chenyangshu
Store teams need a reliable way to format and route thermal print jobs. This skill documents printer setup, connectivity checks, immediate printing, and scheduled jobs.
Build Packmol Molecular Systems
by Chenghao-Wu
Preparing molecular dynamics starting structures requires precise Packmol syntax and geometry choices. This skill helps create inputs, solvation setups, interfaces, and validation steps for Packmol workflows.
Enforce Waterfall Phase Gates
by Chemiseblanc
AI coding sessions can skip requirements, design, or testing when pressure rises. This skill keeps work inside a strict waterfall flow with documented gates.
Track Feature Requirements in YAML
by Chemiseblanc
Teams lose project intent when requirements live only in chat or task lists. This skill keeps scope, tests, decisions, and progress in a persistent features.yml file.
Write Better Git Commit Messages
by Chemiseblanc
Inconsistent commit messages make reviews and release notes harder to scan. This skill formats concise Conventional Commit summaries with clear 72-column bodies.
Build Remix Redis Caching Workflows
by ChaseWNorton
Remix apps need cache freshness without fragile invalidation logic. This skill guides Redis-backed caches, SSE revalidation, TTL choices, and tests.
Improve Skills From Validated Feedback
by charon-fan
Repeated workflow lessons can be lost or applied without enough evidence. This skill captures structured experiences and creates traceable proposals before durable guidance changes.
Map Reconnaissance Workflows
by CharlesKozel
Security teams need structured ways to inventory authorized targets. This skill organizes reconnaissance phases, evidence capture, and reporting for controlled assessments.
Audit Linux Privilege Escalation Paths
by CharlesKozel
Linux privilege escalation reviews require careful enumeration and strict authorization. This skill organizes common checks, risky vectors, and evidence capture for controlled labs and defensive audits.