981 skills
๐Ÿ”„

py-testing-async

Safe 70

Write async tests with pytest

by CJHarmath

Async testing requires specific patterns that differ from synchronous code. This skill provides ready-to-use patterns for pytest-asyncio configuration, async fixtures, mocking async functions, and database test isolation.

Claude Codex Code(CC)
Install
๐Ÿ—„๏ธ

py-sqlmodel-patterns

Safe 70

Write SQLModel patterns for async databases

by CJHarmath

SQLModel combines Pydantic and SQLAlchemy, creating confusion about models and schemas. Async SQLAlchemy has different rules than sync. This skill provides tested patterns for eager loading, relationships, sessions, and common database operations.

Claude Codex Code(CC)
Install
๐Ÿ

py-fastapi-patterns

Safe 70

Apply FastAPI Best Practices

by CJHarmath

Building APIs with FastAPI requires understanding dependency injection, response models, and OpenAPI schema design. This skill provides battle-tested patterns that prevent common bugs and improve developer experience for frontend teams.

Claude Codex Code(CC)
Install
โšก

py-async-patterns

Safe 71

Apply Python Async Patterns

by CJHarmath

Async Python code often suffers from race conditions, session leaks, and connection pool issues. This skill provides battle-tested patterns for FastAPI and SQLAlchemy that prevent common async pitfalls.

Claude Codex Code(CC)
Install
๐Ÿ—„๏ธ

py-alembic-patterns

Safe 70

Write safe Alembic migrations for PostgreSQL

by CJHarmath

Database migrations can cause data loss or downtime when done incorrectly. This skill provides tested patterns for creating, reviewing, and safely applying Alembic migrations.

Claude Codex Code(CC)
Install
๐Ÿ“ฑ

expo-build-deploy

Low Risk 68

Build and deploy Expo iOS apps

by CJHarmath

Expo iOS builds require complex configuration of EAS Build, certificates, and TestFlight. This skill provides step-by-step guidance for configuring builds, submitting to TestFlight, and troubleshooting common issues.

Claude Codex Code(CC)
Install
๐Ÿงช

testing-patterns

Safe 69

Write Clean Tests with Jest Patterns

by ChrisWiles

Tests become hard to maintain when they are inconsistent, overly complex, or test implementation details. This skill provides proven Jest patterns for factory functions, mocking strategies, and TDD workflows.

Claude Codex Code(CC)
Install
๐Ÿ”

systematic-debugging

Safe 70

Debug with root cause analysis

by ChrisWiles

Debugging without a systematic approach leads to symptom-focused patches that mask underlying problems. This skill enforces a four-phase methodology that traces problems to their source before any fixes are applied, resulting in higher-quality solutions.

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

react-ui-patterns

Safe 71

Build React UIs with Modern Patterns

by ChrisWiles

React applications struggle with loading states, error handling, and empty states causing poor user experience. This skill provides battle-tested patterns for managing UI states, form submissions, and async data fetching.

Claude Codex Code(CC)
Install
๐Ÿ”ฎ

graphql-schema

Safe 69

Generate GraphQL queries and mutations

by ChrisWiles

Writing GraphQL operations manually leads to type errors and maintenance headaches. This skill provides proven patterns for queries, mutations, and Apollo Client integration with automatic type generation.

Claude Codex Code(CC)
Install
๐Ÿ“

formik-patterns

Safe 69

Build React Forms with Formik

by ChrisWiles

Building forms in React requires handling validation, state, and submission. This skill provides proven Formik patterns for creating accessible, validated forms with Yup schemas.

Claude Code(CC)
Install
๐Ÿงฉ

core-components

Safe 70

Build consistent UI with design system patterns

by ChrisWiles

Building interfaces without design standards leads to inconsistent styling and maintenance problems. This skill provides component patterns and design tokens for unified, maintainable user interfaces.

Claude Codex Code(CC)
Install
๐Ÿ—บ๏ธ

context-tools

Safe 76

Map your codebase for Claude

by ChipFlow

Claude struggles to understand large codebases without proper structure. This skill provides automatic project mapping, symbol indexing, and duplicate detection so Claude can find functions, classes, and files instantly without slow grep searches.

Claude Codex Code(CC)
Install
๐Ÿ—๏ธ

waterfall-development

Safe 76

Enforce waterfall phase gates

by Chemiseblanc

Managing software projects without structured phases leads to missed requirements and incomplete features. This skill enforces five mandatory gates that prevent progress until each phase meets defined criteria, ensuring disciplined waterfall development.

Claude Codex Code(CC)
Install
๐Ÿ“Š

structured-logging

Safe 70

Implement Structured Logging with Wide Events

by Chemiseblanc

Traditional scattered log statements make debugging difficult and lack context. This guide teaches you to emit one comprehensive event per request with all debugging context included.

Claude Codex Code(CC)
Install
๐Ÿ“‹

feature-file

Safe 76

Track Software Features with YAML Requirements Management

by Chemiseblanc

Software projects need structured requirement tracking beyond simple todo lists. This skill provides waterfall-style feature management with requirements, test cases, and progress tracking in a persistent YAML format stored in your repository.

Claude Codex Code(CC)
Install
๐Ÿ—๏ธ

project-development

Safe 76

Design and Build LLM Batch Processing Pipelines

by ChakshuGautam

Building LLM applications without a clear methodology leads to wasted time and budget overruns. This skill provides a proven framework for evaluating task fit, architecting pipelines, and iterating efficiently.

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

context-optimization

Safe 76

Optimize LLM Context Efficiency

by ChakshuGautam

LLM context windows limit task complexity and increase costs as conversations grow. This skill provides techniques to extend effective capacity through strategic compression, observation masking, KV-cache optimization, and context partitioning.

Claude Codex Code(CC)
Install
๐Ÿ”

context-degradation

Safe 76

Diagnose context degradation patterns

by ChakshuGautam

LLM agents fail unpredictably as context grows. This skill helps you identify and fix context degradation issues like lost-in-middle effects, poisoning, and attention collapse so your agents stay reliable at scale.

Claude Codex Code(CC)
Install
๐Ÿ—œ๏ธ

context-compression

Safe 78

Compress AI Agent Context Efficiently

by ChakshuGautam

Long AI agent sessions quickly exceed context windows, causing failures. This skill provides proven compression strategies that preserve critical information while reducing tokens by 98%+.

Claude Codex Code(CC)
Install