Find the perfect skill
React State Management
Development
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
Strategic Environmental Scan
Productivity
Performs a strategic environmental scan to generate new goals from real-world signals, knowledge freshness, and portfolio health, rather than introspection.
OpenSea – NFTs, Seaport & Web3
Development
Entry point for interacting with OpenSea: NFT queries, Seaport trading, ERC20 swaps, wallet setup, and AI agent tools. Routes to the appropriate sub-skills.
Advanced TypeScript Patterns
Development
Master advanced TypeScript patterns: generic constraints, conditional types, branded types, discriminated unions, and utility type composition. Use for library design and type-safe code.
Angular Spec Auditor
Testing
Independently audits an Angular spec file against project migration guidelines, checking quality and testing rules.
Skills Audit and Improvement
Development
Evaluate, score, and improve existing skills under .codex/skills. For user requests to review, optimize, or refactor skills.
Skill Check
Development
Validates and reviews agent skills against the specification. Checks YAML, naming, description quality, structure, and suggests fixes.
GitOps Workflow with ArgoCD and Flux
DevOps
Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments.
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling. Use when experiencing slow responses or implementing caching strategies.
Build, Commit and Push
Development
Runs npm run build to compile and check for errors (TypeScript, ESLint, etc.). Only after a successful build creates separate commits grouped by purpose (features, fixes, refactoring) and pushes them to GitHub. Helps maintain a clean commit history and prevents mixing unrelated changes.
Checkpoint Session Save
Productivity
Mid-flow session save that writes down progress, updates CLAUDE.md files, commits with chore(checkpoint):, and gives an insurance prompt without ending the session.
C4 Architecture Documentation
Documentation
Generates comprehensive C4 architecture documentation for an existing repository using bottom-up analysis, covering context, container, component, and code levels.