aka. Agent Skills
Discover skills for AI coding agents. Works with Claude Code, OpenAI Codex, Gemini CLI, Cursor, and more.
Use when integrating tools, permissions, and MCP servers with Claude AI agents using the Agent SDK.
Use when configuring Fnox providers for encryption and secret storage. Covers age encryption, cloud providers (AWS, Azure, GCP), and password managers.
Use when managing development tool versions with Mise. Covers installing tools, version pinning, and replacing language-specific version managers.
Use when testing React Native Web applications. Provides patterns for Jest, React Native Testing Library, component testing, and web-specific testing strategies.
Use when creating bidirectional links between code and documentation. Covers link patterns, documentation references, context preservation across artifacts, and maintaining synchronization between code and docs.
Use when configuring Clippy for Rust projects with TOML config, lint groups, attributes, and workspace setup.
Use when developing custom Clippy lints, implementing lint passes, and contributing to Clippy for Rust code standards.
Use when working with modern C++ codebases requiring features from C++11 to C++23 including lambdas, move semantics, ranges, and concepts.
Use when managing memory safely in C++ with smart pointers including unique_ptr, shared_ptr, weak_ptr, and RAII patterns.
Use when understanding and fixing common Credo check issues for Elixir code quality and consistency.
Use when configuring Credo static analysis for Elixir projects requiring customized code quality rules and settings.
Use when lINQ query and method syntax, deferred execution, and performance optimization. Use when querying collections in C#.
Use when C# nullable reference types, null safety patterns, and migration strategies. Use when ensuring null safety in C# code.
Cucumber best practices, patterns, and anti-patterns
Writing effective step definitions and organizing test code
Use when advanced Cypress features including custom commands, plugins, and network stubbing.
Use when cypress CI/CD integration including parallelization, test recording, and media capture.
Use when cypress fundamentals including commands, assertions, fixtures, and E2E testing patterns.
Use when analyzing and fixing Dialyzer warnings and type discrepancies in Erlang/Elixir code.
Use when configuring Dialyzer for Erlang/Elixir type checking and static analysis.
Use when Django Class-Based Views for building modular, reusable views. Use when creating CRUD operations and complex view logic.
Use when Django ORM patterns with models, queries, and relationships. Use when building database-driven Django applications.
Use when Django REST Framework for building APIs with serializers, viewsets, and authentication. Use when creating RESTful APIs.
Use when validating and casting data with Ecto changesets including field validation, constraints, nested changesets, and data transformation. Use for ensuring data integrity before database operations.