py-alembic-patterns
Safe 70Write 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.
expo-build-deploy
Low Risk 68Build 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.
testing-patterns
Safe 69Write 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.
systematic-debugging
Safe 70Debug 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.
react-ui-patterns
Safe 71Build 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.
graphql-schema
Safe 71Generate 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.
formik-patterns
Safe 69Build 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.
core-components
Safe 70Build 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.
context-tools
Safe 76Map 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.
waterfall-development
Safe 77Enforce 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.
structured-logging
Safe 70Implement 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.
feature-file
Safe 76Track 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.
project-development
Safe 76Design 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.
context-optimization
Safe 76Optimize 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.
context-degradation
Safe 76Diagnose 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.
context-compression
Safe 78Compress 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%+.
code-review-preferences
Safe 72Apply code review best practices
by ChaiWithJai
Code reviews often lack structure, leading to inconsistent feedback and missed issues. This skill provides a systematic 3-pass review method with clear guidelines for giving constructive feedback.
verify
Safe 69Verify Builds and Recover from Errors
by Chachamaru127
Failed builds and broken tests waste development time. This skill verifies code builds, recovers from common errors, and applies approved review fixes while enforcing quality standards that prevent test tampering.
troubleshoot
Safe 69Diagnose and fix code errors
by Chachamaru127
Technical errors slow down development progress. This skill automatically diagnoses issues, identifies root causes, and guides resolution steps so developers can return to building quickly.
review
Safe 69Review code for quality, security, performance, accessibility
by Chachamaru127
Manual code review is time-consuming and inconsistent. This skill provides structured review checklists and automated analysis across multiple dimensions. Developers get consistent, comprehensive feedback on every change.