797 skills
๐Ÿ”ง

backend-agent

Safe 68

Build secure backend APIs with workspace isolation

by CleanExpo

Stop building insecure multi-tenant applications. This agent implements proper workspace isolation, authentication, and Row Level Security for Supabase databases.

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

claude-opus-4-5-migration

Safe 72

Migrate to Claude Opus 4.5

by anthropics

Codebases built for older Claude models need updates when migrating to Opus 4.5. This skill automates the migration by updating model strings, removing deprecated headers, and applying behavioral adjustments for a smooth transition.

Claude Codex Code(CC)
Install
๐Ÿงญ

web-navigation

Safe 69

Implement web navigation patterns

by CJHarmath

Building React applications requires proper routing and navigation patterns. This skill provides ready-to-use code examples for React Router v6 and Next.js App Router including nested routes, dynamic segments, and programmatic navigation.

Claude Codex Code(CC)
Install
โš›๏ธ

rn-zustand-patterns

Safe 70

Apply Zustand patterns for React Native

by CJHarmath

Zustand state management in React Native has subtle timing behaviors that cause hard-to-debug issues. This skill provides proven patterns to handle synchronous set() calls, avoid stale closures in async operations, and implement reliable store subscriptions.

Claude Codex Code(CC)
Install
๐Ÿงช

rn-testing

Safe 71

Test React Native Apps with Jest

by CJHarmath

Writing tests for React Native apps requires understanding of mocking native modules, handling async state, and testing Zustand stores. This skill provides proven patterns and code examples for reliable test suites.

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

rn-state-flows

Low Risk 69

Design Complex State Flows in React Native

by CJHarmath

Complex multi-step operations in React Native are prone to ordering bugs and untested edge cases. This skill provides patterns for modeling state transitions, implementing validated flow steps, and surfacing flow state to the UI.

Claude Codex Code(CC)
Install
โšก

rn-performance

Safe 70

Optimize React Native Performance

by CJHarmath

React Native apps often suffer from scroll jank, unnecessary re-renders, and slow list performance. This skill provides proven patterns for FlatList optimization, memoization, and state management that eliminate performance bottlenecks.

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

rn-observability

Safe 69

Add observability to React Native

by CJHarmath

Silent failures create debugging nightmares. Use logging patterns, error message design, and structured debugging techniques to diagnose production issues fast.

Claude Codex Code(CC)
Install
๐Ÿ”

rn-auth

Safe 70

Implement React Native authentication in Expo apps

by CJHarmath

React Native authentication requires careful handling of OAuth flows, secure token storage, and session management. This skill provides battle-tested patterns for implementing login with Google, token storage with SecureStore, protected routes with Expo Router, and backend integration.

Claude Codex Code(CC)
Install
โšก

rn-async-patterns

Safe 70

Debug React Native async issues

by CJHarmath

Async bugs in React Native apps often work in development but fail under load. This skill provides patterns to detect and fix race conditions, floating promises, and async timing issues in Zustand-based state management.

Claude Codex Code(CC)
Install
โš›๏ธ

react-zustand-patterns

Safe 70

Apply Zustand state management patterns

by CJHarmath

Zustand's simplicity hides timing complexities that cause subtle bugs. Learn patterns for synchronous set() behavior, stale closure prevention, async actions, and selector optimization to write reliable React state management.

Claude Codex Code(CC)
Install
๐Ÿงช

react-testing

Safe 70

Write React Tests with Jest and Testing Library

by CJHarmath

Testing React components requires understanding component rendering, user interactions, and async state management. This skill provides ready-to-use patterns for Jest and React Testing Library that help you write reliable tests for components, stores, hooks, and async operations.

Claude Codex Code(CC)
Install
๐Ÿ”„

react-state-flows

Safe 69

Implement complex React state flows

by CJHarmath

Multi-step React operations with async dependencies are prone to ordering bugs and missing preconditions. This skill provides patterns and checklists for implementing robust state machine patterns in React web and React Native applications.

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

react-performance

Safe 71

Optimize React Application Performance

by CJHarmath

React applications often suffer from unnecessary re-renders and slow list rendering causing poor user experience. This skill provides expert patterns for memoization, virtualization, code splitting, and performance profiling to build fast, responsive React applications.

Claude Codex Code(CC)
Install
๐Ÿ“ฆ

react-observability

Safe 71

Build Observable React Applications with Smart Logging

by CJHarmath

Silent failures make debugging impossible. This skill teaches you to write React code with built-in observability through structured logging, contextual error messages, and production-ready debugging patterns.

Claude Codex Code(CC)
Install
โšก

react-async-patterns

Safe 71

Fix React async bugs with proven patterns

by CJHarmath

Async bugs in React often work in development but fail under load. This skill provides battle-tested patterns for floating promises, race conditions, and async timing issues with Zustand and React Query.

Claude Codex Code(CC)
Install
๐Ÿ”„

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