@skills · Owner
Agent skills by thebushidocollective
674 skills indexed from github.com/thebushidocollective. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- .claude · Collection · 187 stars
- absinthe-graphql · Collection · 187 stars
- absinthe-resolvers · Skill · 187 stars
Use when implementing GraphQL resolvers with Absinthe. Covers resolver patterns, dataloader integration, batching, and error handling.
- absinthe-schema · Skill · 187 stars
Use when designing GraphQL schemas with Absinthe. Covers type definitions, interfaces, unions, enums, and schema organization patterns.
- absinthe-subscriptions · Skill · 187 stars
Use when implementing real-time GraphQL subscriptions with Absinthe. Covers Phoenix channels, PubSub, and subscription patterns.
- act · Collection · 187 stars
- act-docker-setup · Skill · 187 stars
Use when configuring Docker environments for act, selecting runner images, managing container resources, or troubleshooting Docker-related issues with loca
- act-local-testing · Skill · 187 stars
Use when testing GitHub Actions workflows locally with act. Covers act CLI usage, Docker configuration, debugging workflows, and troubleshooting common iss
- act-workflow-syntax · Skill · 187 stars
Use when creating or modifying GitHub Actions workflow files. Provides guidance on workflow syntax, triggers, jobs, steps, and expressions for creating val
- agent-sop · Collection · 187 stars
- ameba · Collection · 187 stars
- ameba-configuration · Skill · 187 stars
Use when configuring Ameba rules and settings for Crystal projects including .ameba.yml setup, rule management, severity levels, and code quality enforceme
- ameba-custom-rules · Skill · 187 stars
Use when creating custom Ameba rules for Crystal code analysis including rule development, AST traversal, issue reporting, and rule testing.
- ameba-integration · Skill · 187 stars
Use when integrating Ameba into development workflows including CI/CD pipelines, pre-commit hooks, GitHub Actions, and automated code review processes.
- analyze-performance · Skill · 187 stars
Analyze performance metrics and identify slow transactions in Sentry
- android · Collection · 187 stars
- android-architecture · Skill · 187 stars
Use when implementing MVVM, clean architecture, dependency injection with Hilt, or structuring Android app layers.
- android-jetpack-compose · Skill · 187 stars
Use when building Android UIs with Jetpack Compose, managing state with remember/mutableStateOf, or implementing declarative UI patterns.
- android-kotlin-coroutines · Skill · 187 stars
Use when implementing async operations with Kotlin coroutines, Flow, StateFlow, or managing concurrency in Android apps.
- angular · Collection · 187 stars
- angular-dependency-injection · Skill · 187 stars
Use when building modular Angular applications requiring dependency injection with providers, injectors, and services.
- angular-rxjs-patterns · Skill · 187 stars
Use when handling async operations in Angular applications with observables, operators, and subjects.
- angular-signals · Skill · 187 stars
Use when building Angular 16+ applications requiring fine-grained reactive state management and zone-less change detection.
- ansible · Collection · 187 stars
- ansible-inventory · Skill · 187 stars
Use when managing hosts and groups in Ansible inventory for organizing infrastructure and applying configurations across environments.
- ansible-playbooks · Skill · 187 stars
Use when writing and organizing Ansible playbooks for automated configuration management and infrastructure orchestration.
- ansible-roles · Skill · 187 stars
Use when structuring and reusing code with Ansible roles for modular, maintainable automation and configuration management.
- apollo-caching-strategies · Skill · 187 stars
Use when implementing Apollo caching strategies including cache policies, optimistic UI, cache updates, and normalization.
- apollo-client-patterns · Skill · 187 stars
Use when implementing Apollo Client patterns for queries, mutations, cache management, and local state in React applications.
- apollo-graphql · Collection · 187 stars
- apollo-server-patterns · Skill · 187 stars
Use when building GraphQL APIs with Apollo Server requiring resolvers, data sources, schema design, and federation.
- architect · Skill · 187 stars
Design system architecture and high-level technical strategy
- atomic-design · Collection · 187 stars
- atomic-design-atoms · Skill · 187 stars
Use when creating atomic-level UI components like buttons, inputs, labels, and icons. The smallest building blocks of a design system.
- atomic-design-fundamentals · Skill · 187 stars
Use when applying Atomic Design methodology to organize UI components into quarks, atoms, molecules, organisms, templates, and pages. Core principles and h
- atomic-design-integration · Skill · 187 stars
Use when integrating Atomic Design methodology with React, Vue, Angular, or other frameworks. Framework-specific implementation patterns.
- atomic-design-molecules · Skill · 187 stars
Use when composing atoms into molecule components like form fields, search bars, and card headers. Molecules are functional groups of atoms.
- atomic-design-organisms · Skill · 187 stars
Use when building complex organisms from molecules and atoms like headers, footers, product cards, and sidebars. Organisms are distinct UI sections.
- atomic-design-quarks · Skill · 187 stars
Use when working with design tokens, CSS custom properties, and primitive values that form the foundation below atoms. Quarks are the sub-atomic building b
- atomic-design-templates · Skill · 187 stars
Use when creating page layouts without real content. Templates define the skeletal structure of pages using organisms, molecules, and atoms.
- baseline-restorer · Skill · 187 stars
Use when multiple fix attempts fail and you need to systematically restore to a working baseline and reimplement instead of fixing broken code.
- bdd · Collection · 187 stars
- bdd-collaboration · Skill · 187 stars
Use when facilitating BDD collaboration between developers, testers, and business stakeholders. Use when running discovery workshops and example mapping se
- bdd-patterns · Skill · 187 stars
Use when applying Behavior-Driven Development patterns including Given-When-Then structure, feature files, and acceptance criteria. Use when writing BDD-st
- bdd-principles · Skill · 187 stars
Core BDD concepts, philosophy, and the Three Amigos practice
- bdd-scenarios · Skill · 187 stars
Use when writing effective BDD scenarios including acceptance criteria, edge cases, and scenario organization. Use when defining behavior specifications.
- biome · Collection · 187 stars
- biome-configuration · Skill · 187 stars
Use when biome configuration including biome.json setup, schema versions, VCS integration, and project organization.
- biome-formatting · Skill · 187 stars
Use when formatting JavaScript/TypeScript code with Biome's fast formatter including patterns, options, and code style management.
- biome-linting · Skill · 187 stars
Use when applying Biome's linting capabilities, rule categories, and code quality enforcement to JavaScript/TypeScript projects.
- blueprints · Collection · 187 stars
- blueprints-maintenance · Skill · 187 stars
Use after modifying existing systems to update blueprint documentation. Read blueprints before changes, update after. Prevents documentation drift.
- blueprints-organization · Skill · 187 stars
Use when managing blueprints directory structure and avoiding duplication. Always search existing blueprints before creating to prevent duplicate documenta
- blueprints-writing · Skill · 187 stars
Use when creating or updating technical blueprint documentation for new features, API changes, or architectural modifications. Always search existing bluep
- boy-scout-rule · Skill · 187 stars
Use when modifying existing files, refactoring, improving code quality, or touching legacy code by applying the Boy Scout Rule to leave code better than yo
- bun · Collection · 187 stars
- bun-bundler · Skill · 187 stars
Use when bundling JavaScript/TypeScript code with Bun's fast bundler. Covers building for different targets, tree-shaking, code splitting, and optimization
- bun-package-manager · Skill · 187 stars
Use when managing dependencies with Bun's package manager. Covers installing packages, workspaces, lockfiles, and migrating from npm/yarn/pnpm to Bun.
- bun-runtime · Skill · 187 stars
Use when working with Bun's runtime APIs including file I/O, HTTP servers, and native APIs. Covers modern JavaScript/TypeScript execution in Bun's fast run
- bun-sqlite · Skill · 187 stars
Use when working with SQLite databases in Bun. Covers Bun's built-in SQLite driver, database operations, prepared statements, and transactions with high pe
- bun-testing · Skill · 187 stars
Use when writing tests with Bun's built-in test runner. Covers test organization, assertions, mocking, and snapshot testing using Bun's fast test infrastru
- c · Collection · 187 stars
- c-data-structures · Skill · 187 stars
Use when fundamental C data structures including arrays, structs, linked lists, trees, and hash tables with memory-efficient implementations.
- c-data-structures · Skill · 187 stars
Use when implementing data structures in C including arrays, linked lists, trees, and hash tables with manual memory management.
- c-memory-management · Skill · 187 stars
Use when managing memory in C programs with malloc/free, pointers, and avoiding common memory safety pitfalls.
- c-systems-programming · Skill · 187 stars
Use when c systems programming including file I/O, processes, signals, and system calls for low-level system interaction.
- c-systems-programming · Skill · 187 stars
Use when writing low-level system software in C requiring file I/O, process management, signals, and system calls.
- check-releases · Skill · 187 stars
Check release health and compare error rates across deployments
- checkstyle · Collection · 187 stars
- checkstyle-configuration · Skill · 187 stars
Use when configuring Checkstyle for Java projects with XML config, custom checks, properties, and module setup.
- checkstyle-custom · Skill · 187 stars
Use when developing custom Checkstyle checks, filters, and plugin integrations for project-specific Java code standards.
- checkstyle-rules · Skill · 187 stars
Use when applying Checkstyle built-in checks for Java code including naming conventions, code metrics, and suppressions.
- claude-agent-sdk · Collection · 187 stars
- claude-agent-sdk-agent-creation · Skill · 187 stars
Use when creating or configuring Claude AI agents using the Agent SDK. Covers agent initialization, configuration, and basic setup patterns.
- claude-agent-sdk-context-management · Skill · 187 stars
Use when managing agent context, memory, and conversation state in Claude AI agents using the Agent SDK.
- claude-agent-sdk-tool-integration · Skill · 187 stars
Use when integrating tools, permissions, and MCP servers with Claude AI agents using the Agent SDK.
- clickup · Collection · 187 stars
- clippy · Collection · 187 stars
- clippy-configuration · Skill · 187 stars
Use when configuring Clippy for Rust projects with TOML config, lint groups, attributes, and workspace setup.
- clippy-custom · Skill · 187 stars
Use when developing custom Clippy lints, implementing lint passes, and contributing to Clippy for Rust code standards.
- clippy-lints · Skill · 187 stars
Use when applying Clippy lint categories for Rust code including correctness, performance, style, and custom lint configuration.
- cocoapods · Collection · 187 stars
- cocoapods-podspec-fundamentals · Skill · 187 stars
Use when creating or modifying CocoaPods podspec files. Covers required attributes, file patterns, dependencies, and platform specifications for iOS, macOS
- cocoapods-privacy-manifests · Skill · 187 stars
Use when implementing iOS 17+ privacy manifests for CocoaPods libraries. Covers PrivacyInfo.xcprivacy file creation, required reasons API declarations, and
- cocoapods-publishing-workflow · Skill · 187 stars
Use when publishing CocoaPods libraries to CocoaPods Trunk. Covers pod trunk registration, podspec validation, version management, and publishing best prac
- cocoapods-subspecs-organization · Skill · 187 stars
Use when organizing complex CocoaPods libraries into subspecs. Covers modular architecture, dependency management between subspecs, and default subspecs pa
- cocoapods-test-specs · Skill · 187 stars
Use when adding automated tests to CocoaPods libraries using test specs. Covers test spec configuration, app host requirements, and testing patterns that i
- code-annotation-patterns · Skill · 187 stars
Use when annotating code with structured metadata, tags, and markers for AI-assisted development workflows. Covers annotation formats, semantic tags, and i
- code-review · Skill · 187 stars
Review current branch changes against REVIEW.md guidelines
- code-review · Skill · 187 stars
Code review a pull request
- comment · Skill · 187 stars
Add a comment to a ClickUp task
- comment · Skill · 187 stars
Add a comment to a Jira ticket
- comment · Skill · 187 stars
Add a comment to a Linear issue
- complete · Skill · 187 stars
Mark a Jira ticket as complete after validating acceptance criteria
- complete · Skill · 187 stars
Mark a Linear issue as complete after validating acceptance criteria
- complete · Skill · 187 stars
Mark a ClickUp task as complete after validating checklist
- core · Collection · 187 stars
- cpp · Collection · 187 stars
- cpp-modern-features · Skill · 187 stars
Use when modern C++ features from C++11/14/17/20 including auto, lambdas, range-based loops, structured bindings, and concepts.
- cpp-modern-features · Skill · 187 stars
Use when working with modern C++ codebases requiring features from C++11 to C++23 including lambdas, move semantics, ranges, and concepts.
- cpp-smart-pointers · Skill · 187 stars
Use when managing memory safely in C++ with smart pointers including unique_ptr, shared_ptr, weak_ptr, and RAII patterns.
- cpp-smart-pointers · Skill · 187 stars
Use when C++ smart pointers including unique_ptr, shared_ptr, and weak_ptr for automatic memory management following RAII principles.
- cpp-templates-metaprogramming · Skill · 187 stars
Use when C++ templates and metaprogramming including template specialization, SFINAE, type traits, and C++20 concepts.
- cpp-templates-metaprogramming · Skill · 187 stars
Use when creating generic and type-safe C++ libraries with templates, SFINAE, concepts, and compile-time metaprogramming.
- create · Skill · 187 stars
Create a new Linear issue interactively
- create · Skill · 187 stars
Create a new Jira ticket interactively
- create · Skill · 187 stars
Create a new ClickUp task interactively
- create-blog-post · Skill · 187 stars
Research Reddit discussions and write a blog post about how Han addresses the topic
- create-blueprint · Skill · 187 stars
Research a specific system and create or update its blueprints/ documentation
- create-do · Skill · 187 stars
Create a new discipline plugin with specialized agents
- create-hashi · Skill · 187 stars
Create a new bridge plugin for MCP server integration
- create-issue · Skill · 187 stars
Create a new issue in a GitLab project
- create-issue · Skill · 187 stars
Create a new issue in a GitHub repository
- create-jutsu · Skill · 187 stars
Create a new technique plugin for a technology (language, tool, framework, or validation)
- create-mr · Skill · 187 stars
Create a new merge request in a GitLab project
- create-pr · Skill · 187 stars
Create a new pull request in a GitHub repository
- create-sop · Skill · 187 stars
Create a new Standard Operating Procedure (SOP) file with proper structure
- credo · Collection · 187 stars
- credo-checks · Skill · 187 stars
Use when understanding and fixing common Credo check issues for Elixir code quality and consistency.
- credo-configuration · Skill · 187 stars
Use when configuring Credo static analysis for Elixir projects requiring customized code quality rules and settings.
- credo-custom-checks · Skill · 187 stars
Use when creating custom Credo checks for project-specific code quality rules and standards in Elixir.
- crystal · Collection · 187 stars
- crystal-concurrency · Skill · 187 stars
Use when implementing concurrent programming in Crystal using fibers, channels, and parallel execution patterns for high-performance, non-blocking applicat
- crystal-engineer · Skill · 187 stars
Use when working with Crystal language development including WebSocket communication, TLS/SSL configuration, HTTP frameworks, ORM operations, and high-perf
- crystal-macros · Skill · 187 stars
Use when implementing compile-time metaprogramming in Crystal using macros for code generation, DSLs, compile-time computation, and abstract syntax tree ma
- csharp · Collection · 187 stars
- csharp-async-patterns · Skill · 187 stars
Use when C# async/await patterns including Task, ValueTask, async streams, and cancellation. Use when writing asynchronous C# code.
- csharp-async-patterns · Skill · 187 stars
Use when C# asynchronous programming with async/await, Task, ValueTask, ConfigureAwait, and async streams for responsive applications.
- csharp-linq · Skill · 187 stars
Use when lINQ (Language Integrated Query) with query and method syntax, deferred execution, expression trees, and performance optimization.
- csharp-linq · Skill · 187 stars
Use when lINQ query and method syntax, deferred execution, and performance optimization. Use when querying collections in C#.
- csharp-nullable-types · Skill · 187 stars
Use when C# nullable reference types and value types for null safety, nullable annotations, and patterns for handling null values.
- csharp-nullable-types · Skill · 187 stars
Use when C# nullable reference types, null safety patterns, and migration strategies. Use when ensuring null safety in C# code.
- cucumber · Collection · 187 stars
- cucumber-best-practices · Skill · 187 stars
Cucumber best practices, patterns, and anti-patterns
- cucumber-fundamentals · Skill · 187 stars
Core Cucumber concepts, Gherkin syntax, and feature file structure
- cucumber-step-definitions · Skill · 187 stars
Writing effective step definitions and organizing test code
- cypress · Collection · 187 stars
- cypress-advanced · Skill · 187 stars
Use when advanced Cypress features including custom commands, plugins, and network stubbing.
- cypress-ci-cd · Skill · 187 stars
Use when cypress CI/CD integration including parallelization, test recording, and media capture.
- cypress-fundamentals · Skill · 187 stars
Use when cypress fundamentals including commands, assertions, fixtures, and E2E testing patterns.
- debug · Skill · 187 stars
Investigate and diagnose issues without necessarily fixing them
- develop · Skill · 187 stars
Guides end-to-end feature development through 8 phases: discover requirements, explore codebase patterns, clarify ambiguities with the user, design archite
- dialyzer · Collection · 187 stars
- dialyzer-analysis · Skill · 187 stars
Use when analyzing and fixing Dialyzer warnings and type discrepancies in Erlang/Elixir code.
- dialyzer-configuration · Skill · 187 stars
Use when configuring Dialyzer for Erlang/Elixir type checking and static analysis.
- dialyzer-integration · Skill · 187 stars
Use when integrating Dialyzer into development workflows and CI/CD pipelines for Erlang/Elixir projects.
- disciplines · Collection · 187 stars
- django · Collection · 187 stars
- django-cbv-patterns · Skill · 187 stars
Use when Django Class-Based Views for building modular, reusable views. Use when creating CRUD operations and complex view logic.
- django-orm-patterns · Skill · 187 stars
Use when Django ORM patterns with models, queries, and relationships. Use when building database-driven Django applications.
- django-rest-framework · Skill · 187 stars
Use when Django REST Framework for building APIs with serializers, viewsets, and authentication. Use when creating RESTful APIs.
- docker-compose · Collection · 187 stars
- docker-compose-basics · Skill · 187 stars
Use when defining and running multi-container Docker applications with Docker Compose YAML configuration.
- docker-compose-networking · Skill · 187 stars
Use when configuring networks and service communication in Docker Compose including bridge networks, overlay networks, service discovery, and inter-service
- docker-compose-production · Skill · 187 stars
Use when deploying Docker Compose applications to production including security hardening, resource management, health checks, logging, monitoring, and hig
- document · Skill · 187 stars
Generate or update documentation for code, APIs, or systems
- documentation-linking · Skill · 187 stars
Use when creating bidirectional links between code and documentation. Covers link patterns, documentation references, context preservation across artifacts
- ecto · Collection · 187 stars
- ecto-changesets · Skill · 187 stars
Use when validating and casting data with Ecto changesets including field validation, constraints, nested changesets, and data transformation. Use for ensu
- ecto-query-patterns · Skill · 187 stars
Use when querying data with Ecto.Query DSL including where clauses, joins, aggregates, preloading, and query composition. Use for building flexible databas
- ecto-schema-patterns · Skill · 187 stars
Use when defining data structures using Ecto schemas including fields, associations, embedded schemas, and schema metadata. Use for modeling domain data in
- ecto-schemas · Skill · 187 stars
Use when defining and working with Ecto schemas including field types, associations, and embedded schemas. Use when modeling database entities in Elixir.
- effect · Collection · 187 stars
- effect-concurrency · Skill · 187 stars
Use when Effect concurrency patterns including fibers, fork, join, parallel execution, and race conditions. Use for concurrent operations in Effect applica
- effect-core-patterns · Skill · 187 stars
Use when Effect core patterns including Effect<A, E, R> type, succeed, fail, sync, promise, and Effect.gen for composing effects. Use for basic Effect oper
- effect-dependency-injection · Skill · 187 stars
Use when Effect dependency injection patterns including Context, Layer, service definitions, and dependency composition. Use for managing dependencies in E
- effect-error-handling · Skill · 187 stars
Use when Effect error handling patterns including catchAll, catchTag, either, option, and typed errors. Use for handling expected errors in Effect applicat
- effect-resource-management · Skill · 187 stars
Use when Effect resource management patterns including Scope, addFinalizer, scoped effects, and automatic cleanup. Use for managing resources in Effect app
- effect-schema · Skill · 187 stars
Use when @effect/schema patterns including schema definition, validation, parsing, encoding, and transformations. Use for type-safe data validation in Effe
- effect-testing · Skill · 187 stars
Use when testing Effect code including Effect.gen in tests, test layers, mocking services, and testing error scenarios. Use for writing tests for Effect ap
- elixir · Collection · 187 stars
- elixir-ecto-patterns · Skill · 187 stars
Use when Elixir Ecto patterns including schemas, changesets, queries, and transactions. Use when building database-driven Elixir applications.
- elixir-otp-patterns · Skill · 187 stars
Use when Elixir OTP patterns including GenServer, Supervisor, Agent, and Task. Use when building concurrent, fault-tolerant Elixir applications.
- elixir-pattern-matching · Skill · 187 stars
Use when Elixir pattern matching including function clauses, case statements, with statements, and destructuring. Use for elegant control flow.
- erlang · Collection · 187 stars
- Erlang Concurrency · Skill · 187 stars
Use when erlang's concurrency model including lightweight processes, message passing, process links and monitors, error handling patterns, selective receiv
- Erlang Distribution · Skill · 187 stars
Use when erlang distributed systems including node connectivity, distributed processes, global name registration, distributed supervision, network partitio
- Erlang OTP Behaviors · Skill · 187 stars
Use when oTP behaviors including gen_server for stateful processes, gen_statem for state machines, supervisors for fault tolerance, gen_event for event han
- eslint · Collection · 187 stars
- eslint-configuration · Skill · 187 stars
Use when eSLint configuration including config files, extends, plugins, and environment setup.
- eslint-custom · Skill · 187 stars
Use when custom ESLint rules and plugins including rule development, AST traversal, and publishing.
- eslint-rules · Skill · 187 stars
Use when eSLint built-in rules including rule configuration, severity levels, and disabling strategies.
- example-jutsu-plugin · Collection · 187 stars
- examples · Collection · 187 stars
- explain · Skill · 187 stars
Explain code, concepts, or technical decisions in clear, understandable terms
- explicit-configuration · Skill · 187 stars
Prefer explicit configuration over framework defaults to prevent environment-dependent failures
- expo · Collection · 187 stars
- expo-build · Skill · 187 stars
Use when building and deploying Expo apps with EAS Build. Covers build configuration, development builds, production builds, and app store submission.
- expo-config · Skill · 187 stars
Use when configuring Expo apps with app.json, app.config.js, and EAS configuration. Covers app metadata, plugins, build configuration, and environment vari
- expo-modules · Skill · 187 stars
Use when working with Expo SDK modules for camera, location, notifications, file system, and other device APIs. Covers permissions, configurations, and bes
- expo-router · Skill · 187 stars
Use when implementing file-based routing in Expo with Expo Router. Covers app directory structure, navigation, layouts, dynamic routes, and deep linking.
- expo-updates · Skill · 187 stars
Use when implementing over-the-air (OTA) updates with Expo Updates. Covers update configuration, checking for updates, and update strategies.
- fastapi · Collection · 187 stars
- fastapi-async-patterns · Skill · 187 stars
Use when FastAPI async patterns for building high-performance APIs. Use when handling concurrent requests and async operations.
- fastapi-dependency-injection · Skill · 187 stars
Master FastAPI dependency injection for building modular, testable APIs.
- fastapi-validation · Skill · 187 stars
Use when FastAPI validation with Pydantic models. Use when building type-safe APIs with robust request/response validation.
- figma · Collection · 187 stars
- figma-analyze-frame · Skill · 187 stars
Analyze a Figma frame's structure, properties, and implementation considerations
- figma-extract-tokens · Skill · 187 stars
Extract design tokens and variables from a Figma file to create or update a design system
- figma-generate-component · Skill · 187 stars
Generate production-ready code from a Figma component or frame using the Figma MCP server
- figma-sync-design-system · Skill · 187 stars
Sync design system components between Figma and code using Code Connect mappings
- fix · Skill · 187 stars
Debug and fix bugs, errors, or unexpected behavior
- fnox · Collection · 187 stars
- fnox-configuration · Skill · 187 stars
Use when configuring Fnox secrets management with fnox.toml. Covers file structure, secrets definition, profiles, and hierarchical configurations.
- fnox-providers · Skill · 187 stars
Use when configuring Fnox providers for encryption and secret storage. Covers age encryption, cloud providers (AWS, Azure, GCP), and password managers.
- fnox-security-best-practices · Skill · 187 stars
Use when implementing secure secrets management with Fnox. Covers encryption, key management, access control, and security hardening.
- frameworks · Collection · 187 stars
- generate-blueprints · Skill · 187 stars
Deeply research all systems and create or update blueprints/ documentation for the entire codebase
- git-storytelling · Collection · 187 stars
- git-storytelling-branch-strategy · Skill · 187 stars
Use when planning git branching strategies or managing branches for development. Helps create clear development narratives through effective branch organiz
- git-storytelling-commit-messages · Skill · 187 stars
Use when writing commit messages that clearly communicate changes and tell the story of development. Helps create informative, well-structured commit messa
- git-storytelling-commit-strategy · Skill · 187 stars
Use when planning commit strategies or determining when to commit changes. Helps developers commit early and often to tell the story of their development p
- git-worktrees · Collection · 187 stars
- git-worktrees-worktree-management · Skill · 187 stars
Manage git worktrees - list active worktrees, prune stale ones, and merge work back into the main branch.
- github · Collection · 187 stars
- gitlab · Collection · 187 stars
- gitlab-ci · Collection · 187 stars
- gitlab-ci-artifacts-caching · Skill · 187 stars
Use when configuring artifacts for inter-job data passing or caching for faster builds. Covers cache strategies and artifact management.
- gitlab-ci-best-practices · Skill · 187 stars
Use when optimizing GitLab CI/CD pipelines for performance, reliability, or maintainability. Covers pipeline optimization and organizational patterns.
- gitlab-ci-job-configuration · Skill · 187 stars
Use when defining GitLab CI jobs, configuring scripts, setting up environments, or managing job dependencies. Covers job structure and execution options.
- gitlab-ci-pipeline-configuration · Skill · 187 stars
Use when configuring GitLab CI/CD pipelines, defining stages, or setting up workflow rules. Covers pipeline structure, stage ordering, and execution flow.
- gitlab-ci-variables-secrets · Skill · 187 stars
Use when configuring GitLab CI/CD variables, managing secrets, or integrating with external secret providers. Covers secure credential handling.
- gleam · Collection · 187 stars
- Gleam Actor Model · Skill · 187 stars
Use when oTP actor patterns in Gleam including processes, message passing, GenServer implementations, supervisors, fault tolerance, state management, and b
- Gleam Erlang Interop · Skill · 187 stars
Use when gleam-Erlang interoperability including calling Erlang code from Gleam, using Erlang libraries, external functions, working with Erlang types, NIF
- Gleam Type System · Skill · 187 stars
Use when gleam's type system including algebraic data types, custom types, pattern matching, generic types, type inference, opaque types, exhaustive checki
- gluestack · Collection · 187 stars
- gluestack-accessibility · Skill · 187 stars
Use when ensuring accessible gluestack-ui implementations. Covers WAI-ARIA patterns, screen reader support, keyboard navigation, focus management, and WCAG
- gluestack-components · Skill · 187 stars
Use when building UI with gluestack-ui components. Covers component composition, variants, sizes, states, accessibility props, and platform-specific consid
- gluestack-mcp-tools · Skill · 187 stars
Use when discovering, exploring, or retrieving gluestack-ui components via MCP tools. Provides access to component source code, variants, demos, and metada
- gluestack-theming · Skill · 187 stars
Use when customizing gluestack-ui themes and design tokens. Covers theme provider setup, design tokens, dark mode, NativeWind integration, and extending th
- go · Collection · 187 stars
- go-concurrency · Skill · 187 stars
Use when Go concurrency with goroutines, channels, and sync patterns. Use when writing concurrent Go code.
- go-error-handling · Skill · 187 stars
Use when Go error handling with error wrapping, sentinel errors, and custom error types. Use when handling errors in Go applications.
- go-interfaces · Skill · 187 stars
Use when Go interfaces including interface design, duck typing, and composition patterns. Use when designing Go APIs and abstractions.
- graphql · Collection · 187 stars
- graphql-inspector · Collection · 187 stars
- graphql-inspector-audit · Skill · 187 stars
Use when auditing GraphQL operations for complexity metrics, depth analysis, directive usage, or query performance concerns.
- graphql-inspector-ci · Skill · 187 stars
Use when setting up GraphQL Inspector in CI/CD pipelines, GitHub Actions, or GitLab CI for automated schema validation.
- graphql-inspector-diff · Skill · 187 stars
Use when detecting breaking changes between GraphQL schema versions, comparing schemas across branches, or validating schema migrations.
- graphql-inspector-validate · Skill · 187 stars
Use when validating GraphQL operations/documents against a schema, checking query depth, complexity, or fragment usage.
- graphql-performance · Skill · 187 stars
Use when optimizing GraphQL API performance with query complexity analysis, batching, caching strategies, depth limiting, monitoring, and database optimiza
- graphql-resolvers · Skill · 187 stars
Use when implementing GraphQL resolvers with resolver functions, context management, DataLoader batching, error handling, authentication, and testing strat
- graphql-schema-design · Skill · 187 stars
Use when designing GraphQL schemas with type system, SDL patterns, field design, pagination, directives, and versioning strategies for maintainable and sca
- han · Collection · 187 stars
- helm · Collection · 187 stars
- helm-charts · Skill · 187 stars
Use when understanding and creating Helm charts for packaging and deploying Kubernetes applications.
- helm-templates · Skill · 187 stars
Use when working with Helm templates and template functions for generating Kubernetes manifests dynamically.
- helm-values · Skill · 187 stars
Use when managing Helm values files and configuration overrides for customizing Kubernetes deployments.
- incident-response · Skill · 187 stars
Manage incident response workflow with Sentry alerts and issue tracking
- ink · Collection · 187 stars
- ink-component-patterns · Skill · 187 stars
Use when building terminal UIs with Ink component patterns for React-based CLI applications.
- ink-hooks-state · Skill · 187 stars
Use when managing state and side effects in Ink applications using React hooks for terminal UIs.
- ink-layout-styling · Skill · 187 stars
Use when creating terminal layouts with Ink using Flexbox-based positioning and styling for CLI applications.
- investigate-errors · Skill · 187 stars
Investigate recent errors and exceptions in your Sentry projects
- ios · Collection · 187 stars
- ios-swift-concurrency · Skill · 187 stars
Use when implementing async/await, Task management, actors, or Combine reactive patterns in iOS applications.
- ios-swiftui-patterns · Skill · 187 stars
Use when building SwiftUI views, managing state with @State/@Binding/@ObservableObject, or implementing declarative UI patterns in iOS apps.
- ios-uikit-architecture · Skill · 187 stars
Use when building iOS apps with UIKit, implementing MVVM/MVC/Coordinator patterns, or integrating UIKit with SwiftUI.
- issue · Skill · 187 stars
Get detailed information about a specific Linear issue
- java · Collection · 187 stars
- java-concurrency · Skill · 187 stars
Use when Java concurrency with ExecutorService, CompletableFuture, and virtual threads. Use when building concurrent applications.
- java-generics · Skill · 187 stars
Use when Java generics including type parameters, wildcards, and type bounds. Use when writing type-safe reusable code.
- java-streams-api · Skill · 187 stars
Use when Java Streams API for functional-style data processing. Use when processing collections with streams.
- jest · Collection · 187 stars
- jest-advanced · Skill · 187 stars
Use when advanced Jest features including custom matchers, parameterized tests with test.each, coverage configuration, and performance optimization.
- jest-configuration · Skill · 187 stars
Use when jest configuration, setup files, module resolution, and project organization for optimal testing environments.
- jest-testing-patterns · Skill · 187 stars
Use when jest testing patterns including unit tests, mocks, spies, snapshots, and assertion techniques for comprehensive test coverage.
- jira · Collection · 187 stars
- junit · Collection · 187 stars
- junit-extensions · Skill · 187 stars
Use when jUnit extensions including custom extensions, rules, and conditional test execution.
- junit-fundamentals · Skill · 187 stars
Use when jUnit fundamentals including annotations, assertions, and test lifecycle for Java testing.
- junit-parameterized · Skill · 187 stars
Use when jUnit parameterized tests with various value sources and test factories.
- kotlin · Collection · 187 stars
- Kotlin Coroutines · Skill · 187 stars
Use when kotlin coroutines for structured concurrency including suspend functions, coroutine builders, Flow, channels, and patterns for building efficient
- Kotlin DSL Patterns · Skill · 187 stars
Use when domain-specific language design in Kotlin using type-safe builders, infix functions, operator overloading, lambdas with receivers, and patterns fo
- Kotlin Null Safety · Skill · 187 stars
Use when kotlin's null safety system including nullable types, safe calls, Elvis operator, smart casts, and patterns for eliminating NullPointerExceptions
- kubernetes · Collection · 187 stars
- kubernetes-manifests · Skill · 187 stars
Use when writing and deploying Kubernetes manifests for container orchestration.
- kubernetes-resources · Skill · 187 stars
Use when managing Kubernetes resources including deployments, services, configmaps, and secrets.
- kubernetes-security · Skill · 187 stars
Use when implementing Kubernetes security best practices including RBAC, pod security policies, and network policies.
- kustomize · Collection · 187 stars
- kustomize-basics · Skill · 187 stars
Use when customizing Kubernetes configurations without templates using Kustomize overlays and patches.
- kustomize-generators · Skill · 187 stars
Use when generating ConfigMaps and Secrets with Kustomize for Kubernetes configuration management.
- kustomize-overlays · Skill · 187 stars
Use when managing environment-specific Kubernetes configurations with Kustomize overlays and patches.
- languages · Collection · 187 stars
- legacy-code-safety · Skill · 187 stars
Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add character
- linear · Collection · 187 stars
- load-mr-context · Skill · 187 stars
Load MR context for the current branch using GitLab MCP tools
- load-pr-context · Skill · 187 stars
Load PR context for the current branch using GitHub MCP tools
- lua · Collection · 187 stars
- Lua C Integration · Skill · 187 stars
Use when lua C API for extending Lua with native code including stack operations, calling C from Lua, calling Lua from C, creating C modules, userdata type
- Lua Coroutines · Skill · 187 stars
Use when lua coroutines for cooperative multitasking including coroutine creation, yielding and resuming, passing values, generators, iterators, asynchrono
- Lua Tables Patterns · Skill · 187 stars
Use when lua tables as the universal data structure including arrays, dictionaries, objects, metatables, object-oriented patterns, data structures, and adv
- markdown · Collection · 187 stars
- markdown-documentation · Skill · 187 stars
Use when writing technical documentation, READMEs, or project documentation in markdown. Covers structure, conventions, and best practices.
- markdown-syntax-fundamentals · Skill · 187 stars
Use when writing or editing markdown files. Covers headings, text formatting, lists, links, images, code blocks, and blockquotes.
- markdown-tables · Skill · 187 stars
Use when creating or formatting tables in markdown. Covers table syntax, alignment, escaping, and best practices.
- markdownlint-configuration · Skill · 187 stars
Configure markdownlint rules and options including rule management, configuration files, inline comments, and style inheritance.
- markdownlint-custom-rules · Skill · 187 stars
Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.
- markdownlint-integration · Skill · 187 stars
Integrate markdownlint into development workflows including CLI usage, programmatic API, CI/CD pipelines, and editor integration.
- maven · Collection · 187 stars
- maven-build-lifecycle · Skill · 187 stars
Use when working with Maven build phases, goals, profiles, or customizing the build process for Java projects.
- maven-dependency-management · Skill · 187 stars
Use when managing Maven dependencies, resolving dependency conflicts, configuring BOMs, or optimizing dependency trees in Java projects.
- maven-plugin-configuration · Skill · 187 stars
Use when configuring Maven plugins, setting up common plugins like compiler, surefire, jar, or creating custom plugin executions.
- mise · Collection · 187 stars
- mise-environment-management · Skill · 187 stars
Use when managing environment variables and project settings with Mise. Covers env configuration, direnv replacement, and per-directory settings.
- mise-task-configuration · Skill · 187 stars
Use when defining and configuring Mise tasks in mise.toml. Covers task definitions, dependencies, file tasks, and parallel execution.
- mise-tool-management · Skill · 187 stars
Use when managing development tool versions with Mise. Covers installing tools, version pinning, and replacing language-specific version managers.
- mocha · Collection · 187 stars
- mocha-assertions · Skill · 187 stars
Use when assertion libraries for Mocha including Chai with expect, should, and assert styles.
- mocha-configuration · Skill · 187 stars
Use when mocha configuration including reporters, config files, plugins, and CI integration.
- mocha-fundamentals · Skill · 187 stars
Use when mocha test structure, hooks, and async testing patterns for JavaScript testing.
- monitor-pipeline · Skill · 187 stars
Monitor a GitLab pipeline or job until completion, reporting status changes and failures in real-time
- monorepo · Collection · 187 stars
- monorepo-architecture · Skill · 187 stars
Use when designing monorepo structure, organizing packages, or migrating to monorepo architecture with architectural patterns for managing dependencies and
- monorepo-tooling · Skill · 187 stars
Use when setting up monorepo tooling, optimizing builds, or migrating between tools with Turborepo, Nx, Bazel, Lerna for efficient task running, caching, a
- monorepo-workflows · Skill · 187 stars
Use when setting up CI/CD, implementing versioning, optimizing workflows, or managing releases with monorepo development workflows including version manage
- my-issues · Skill · 187 stars
Show all Linear issues assigned to you
- my-tasks · Skill · 187 stars
Show all ClickUp tasks assigned to you
- my-tickets · Skill · 187 stars
Show all Jira tickets assigned to you
- nestjs · Collection · 187 stars
- nestjs-dependency-injection · Skill · 187 stars
Use when nestJS dependency injection with providers, modules, and decorators. Use when building modular NestJS applications.
- nestjs-guards-interceptors · Skill · 187 stars
Use when nestJS guards and interceptors for auth, logging, and transformation. Use when implementing cross-cutting concerns.
- nestjs-testing · Skill · 187 stars
Use when nestJS testing with unit tests, integration tests, and e2e tests. Use when building well-tested NestJS applications.
- nextjs · Collection · 187 stars
- nextjs-app-router · Skill · 187 stars
Use when next.js App Router with layouts, loading states, and streaming. Use when building modern Next.js 13+ applications.
- nextjs-data-fetching · Skill · 187 stars
Use when next.js data fetching patterns including SSG, SSR, and ISR. Use when building data-driven Next.js applications.
- nextjs-server-components · Skill · 187 stars
Use when next.js Server Components for optimal performance. Use when building data-intensive Next.js applications.
- nim · Collection · 187 stars
- Nim C Interop · Skill · 187 stars
Use when nim-C interoperability including calling C from Nim, wrapping C libraries, importc/exportc pragmas, header generation, FFI patterns, and building
- Nim Memory Management · Skill · 187 stars
Use when nim's memory management including garbage collection strategies, manual memory control, destructors, move semantics, ref/ptr types, memory safety,
- Nim Metaprogramming · Skill · 187 stars
Use when nim's metaprogramming including macros, templates, compile-time evaluation, AST manipulation, code generation, DSL creation, and leveraging compil
- notetaker · Collection · 187 stars
- notetaker-fundamentals · Skill · 187 stars
Use when leaving structured notes, comments, and annotations in code. Covers AI note-taking patterns, TODO formats, context preservation, and development b
- objective-c · Collection · 187 stars
- Objective-C ARC Patterns · Skill · 187 stars
Use when automatic Reference Counting in Objective-C including strong/weak references, retain cycles, ownership qualifiers, bridging with Core Foundation,
- Objective-C Blocks and GCD · Skill · 187 stars
Use when blocks (closures) and Grand Central Dispatch in Objective-C for concurrent programming including block syntax, capture semantics, dispatch queues,
- Objective-C Protocols and Categories · Skill · 187 stars
Use when objective-C protocols for defining interfaces and categories for extending classes, including formal protocols, optional methods, class extensions
- oop · Collection · 187 stars
- oop-encapsulation · Skill · 187 stars
Use when applying encapsulation and information hiding principles in object-oriented design. Use when controlling access to object state and behavior.
- oop-inheritance-composition · Skill · 187 stars
Use when deciding between inheritance and composition in object-oriented design. Use when creating class hierarchies or composing objects from smaller comp
- oop-polymorphism · Skill · 187 stars
Use when implementing polymorphism and interfaces in object-oriented design. Use when creating flexible, extensible systems with interchangeable components
- optimize · Skill · 187 stars
Optimize code for performance, readability, or efficiency
- orthogonality-principle · Skill · 187 stars
Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.
- patterns · Collection · 187 stars
- phoenix · Collection · 187 stars
- phoenix-controllers · Skill · 187 stars
Handle HTTP requests with Phoenix controllers including actions, parameters, rendering, flash messages, and redirects
- phoenix-patterns · Skill · 187 stars
Use when applying Phoenix Framework best practices including context design, controller patterns, and application architecture. Use when building Phoenix a
- phoenix-routing · Skill · 187 stars
Define routes and URL helpers in Phoenix applications including resources, scopes, pipelines, and verified routes
- phoenix-views-templates · Skill · 187 stars
Render views and templates in Phoenix using HEEx templates, function components, slots, and assigns
- php · Collection · 187 stars
- PHP Composer and Autoloading · Skill · 187 stars
Use when composer package management and PSR-4 autoloading including dependency management, autoload strategies, package creation, version constraints, and
- PHP Modern Features · Skill · 187 stars
Use when modern PHP features including typed properties, union types, match expressions, named arguments, attributes, enums, and patterns for writing type-
- PHP Security Patterns · Skill · 187 stars
Use when essential PHP security patterns including input validation, SQL injection prevention, XSS protection, CSRF tokens, password hashing, secure sessio
- plan · Skill · 187 stars
Create tactical implementation plan for a feature or task
- playwright · Collection · 187 stars
- playwright-bdd · Collection · 187 stars
- playwright-bdd-configuration · Skill · 187 stars
Use when configuring Playwright BDD projects, setting up defineBddConfig(), configuring feature and step file paths, and integrating with Playwright config
- playwright-bdd-gherkin-syntax · Skill · 187 stars
Use when writing Gherkin feature files, using Scenario Outline with Examples, applying tags for test organization, and leveraging Background sections for s
- playwright-bdd-step-definitions · Skill · 187 stars
Use when creating step definitions with Given, When, Then, using createBdd() for step functions, implementing Page Object Model patterns, and sharing fixtu
- playwright-fixtures-and-hooks · Skill · 187 stars
Use when managing test state and infrastructure with reusable Playwright fixtures and lifecycle hooks for efficient test setup and teardown.
- playwright-page-object-model · Skill · 187 stars
Use when creating page objects or refactoring Playwright tests for better maintainability with Page Object Model patterns.
- playwright-test-architecture · Skill · 187 stars
Use when setting up Playwright test projects and organizing test suites with proper configuration and project structure.
- plugin-development · Skill · 187 stars
Use when creating or modifying Han plugins. Covers plugin structure, configuration, hooks, skills, and best practices.
- plugins · Collection · 187 stars
- prettier · Collection · 187 stars
- prettier-configuration · Skill · 187 stars
Use when prettier configuration including options, config files, ignore patterns, and formatting rules.
- prettier-integration · Skill · 187 stars
Use when prettier integration with editors, pre-commit hooks, ESLint, and CI/CD pipelines.
- prettier-plugins · Skill · 187 stars
Use when prettier plugins including plugin ecosystem, custom parsers, and plugin development.
- professional-honesty · Skill · 187 stars
Use when responding to questions or providing information requiring professional honesty and directness over excessive agreeableness.
- project-memory · Skill · 187 stars
Use when setting up or organizing Claude Code project memory (CLAUDE.md, .claude/rules/) for better context awareness, consistent behavior, and project-spe
- proof-of-work · Skill · 187 stars
Use automatically during development workflows when making claims about tests, builds, verification, or code quality requiring concrete evidence to ensure
- pulumi · Collection · 187 stars
- pulumi-basics · Skill · 187 stars
Use when writing infrastructure-as-code with Pulumi using programming languages for cloud resource provisioning.
- pulumi-components · Skill · 187 stars
Use when building reusable infrastructure components with Pulumi for modular, composable cloud resources.
- pulumi-stacks · Skill · 187 stars
Use when managing multiple environments with Pulumi stacks for development, staging, and production deployments.
- pylint · Collection · 187 stars
- pylint-checkers · Skill · 187 stars
Use when pylint checkers including built-in checkers, custom checkers, and checker development.
- pylint-configuration · Skill · 187 stars
Use when pylint configuration including pylintrc, message control, plugins, and scoring system.
- pylint-integration · Skill · 187 stars
Use when pylint CI integration including plugins, editor integration, and performance tuning.
- pytest · Collection · 187 stars
- pytest-advanced · Skill · 187 stars
Use when advanced Pytest features including markers, custom assertions, hooks, and coverage configuration.
- pytest-fixtures · Skill · 187 stars
Use when pytest fixtures, conftest files, parametrize decorators, and fixture scopes for comprehensive test setup.
- pytest-plugins · Skill · 187 stars
Use when pytest plugin ecosystem including pytest-cov, pytest-mock, and custom plugin development.
- python · Collection · 187 stars
- python-async-patterns · Skill · 187 stars
Master Python asynchronous programming with asyncio, async/await,
- python-data-classes · Skill · 187 stars
Use when Python data modeling with dataclasses, attrs, and Pydantic. Use when creating data structures and models.
- python-type-system · Skill · 187 stars
Use when Python's type system including type hints, mypy, Protocol, TypedDict, and Generics. Use when working with Python type annotations.
- query-events · Skill · 187 stars
Run custom queries on Sentry events and issues with advanced filtering
- rails · Collection · 187 stars
- rails-action-controller-patterns · Skill · 187 stars
Use when action Controller patterns including routing, filters, strong parameters, and REST conventions.
- rails-active-record-patterns · Skill · 187 stars
Use when active Record patterns including models, associations, queries, validations, and callbacks.
- rails-hotwire · Skill · 187 stars
Use when hotwire (Turbo and Stimulus) for building modern reactive Rails applications without complex JavaScript frameworks.
- react · Collection · 187 stars
- react-context-patterns · Skill · 187 stars
Use when React Context patterns for state management. Use when sharing state across component trees without prop drilling.
- react-hooks-patterns · Skill · 187 stars
Use when React Hooks patterns including useState, useEffect, useContext, useMemo, useCallback, and custom hooks. Use for modern React development.
- react-native · Collection · 187 stars
- react-native-components · Skill · 187 stars
Use when building React Native UI components with core components, custom components, and component patterns. Covers View, Text, Image, ScrollView, FlatLis
- react-native-native-modules · Skill · 187 stars
Use when building or integrating native modules in React Native. Covers creating native modules, Turbo Modules, bridging native code, and accessing platfor
- react-native-navigation · Skill · 187 stars
Use when implementing navigation in React Native apps with React Navigation. Covers stack, tab, drawer navigation, deep linking, and navigation patterns.
- react-native-performance · Skill · 187 stars
Use when optimizing React Native app performance. Covers FlatList optimization, memoization, image optimization, bundle size reduction, and profiling techn
- react-native-platform · Skill · 187 stars
Use when handling platform-specific code in React Native for iOS and Android. Covers Platform API, platform-specific components, native modules, and cross-
- react-native-styling · Skill · 187 stars
Use when styling React Native components with StyleSheet, Flexbox layout, responsive design, and theming. Covers platform-specific styling and design syste
- react-native-web · Collection · 187 stars
- react-native-web-core · Skill · 187 stars
Use when working with React Native Web projects. Provides core concepts, components, and cross-platform patterns for building web applications with React N
- react-native-web-navigation · Skill · 187 stars
Use when implementing navigation in React Native Web projects. Provides patterns for React Navigation, deep linking, and web-specific routing.
- react-native-web-performance · Skill · 187 stars
Use when optimizing React Native Web performance. Provides patterns for code splitting, bundle optimization, memoization, and web-specific performance impr
- react-native-web-styling · Skill · 187 stars
Use when styling React Native Web components. Provides patterns for StyleSheet API, platform-specific styles, responsive design, and theming.
- react-native-web-testing · Skill · 187 stars
Use when testing React Native Web applications. Provides patterns for Jest, React Native Testing Library, component testing, and web-specific testing strat
- react-performance · Skill · 187 stars
Use when React performance optimization including memoization, lazy loading, and virtualization. Use when optimizing React applications.
- reactflow · Collection · 187 stars
- reactflow-custom-nodes · Skill · 187 stars
Use when creating custom React Flow nodes, edges, and handles. Covers custom node components, resizable nodes, toolbars, and advanced customization.
- reactflow-fundamentals · Skill · 187 stars
Use when building node-based UIs, flow diagrams, workflow editors, or interactive graphs with React Flow. Covers setup, nodes, edges, controls, and interac
- refactor · Skill · 187 stars
Restructure code to improve quality without changing behavior
- relay · Collection · 187 stars
- relay-fragments-patterns · Skill · 187 stars
Use when relay fragment composition, data masking, colocation, and container patterns for React applications.
- relay-mutations-patterns · Skill · 187 stars
Use when relay mutations with optimistic updates, connections, declarative mutations, and error handling.
- relay-pagination · Skill · 187 stars
Use when relay pagination with cursor-based pagination, infinite scroll, load more patterns, and connection protocols.
- research-new-features · Skill · 187 stars
Research Claude AI/Code feature requests and discussions on Reddit
- resume-from-pr · Skill · 187 stars
Resume work on a pull request by loading its context, diff, CI status, and review comments
- review · Skill · 187 stars
Multi-agent code review with confidence-based filtering
- review-mr · Skill · 187 stars
Get comprehensive review of a GitLab merge request
- review-pr · Skill · 187 stars
Get comprehensive review of a GitHub pull request
- rspec · Collection · 187 stars
- rspec-advanced · Skill · 187 stars
Use when advanced RSpec features including custom matchers, shared examples, metadata, and hooks.
- rspec-fundamentals · Skill · 187 stars
Use when rSpec fundamentals including describe, context, it blocks, let, and basic matchers for BDD testing.
- rspec-mocking · Skill · 187 stars
Use when rSpec mocking with doubles, stubs, mocks, spies, and partial mocking strategies.
- rubocop · Collection · 187 stars
- rubocop-configuration · Skill · 187 stars
Use when ruboCop configuration including YAML config, departments, inheritance, and customization.
- rubocop-cops · Skill · 187 stars
Use when ruboCop cops including built-in cops, configuration, auto-correction, and development.
- rubocop-integration · Skill · 187 stars
Use when ruboCop CI integration including GitHub Actions, plugins, and performance optimization.
- ruby · Collection · 187 stars
- ruby-blocks-procs-lambdas · Skill · 187 stars
Use when working with Ruby blocks, procs, lambdas, and functional programming patterns including closures and higher-order functions.
- ruby-gems-bundler · Skill · 187 stars
Use when working with Ruby gems, Bundler for dependency management, creating gemspecs, and publishing gems to RubyGems.
- ruby-metaprogramming · Skill · 187 stars
Use when working with Ruby metaprogramming features including dynamic method definition, method_missing, class_eval, define_method, and reflection.
- ruby-oop · Skill · 187 stars
Use when working with Ruby's object-oriented programming features including classes, modules, inheritance, mixins, and method visibility.
- ruby-standard-library · Skill · 187 stars
Use when working with Ruby's standard library including Enumerable, File I/O, Time/Date, Regular Expressions, and core classes.
- runbooks · Collection · 187 stars
- runbooks-incident-response · Skill · 187 stars
Use when creating incident response procedures and on-call playbooks. Covers incident management, communication protocols, and post-mortem documentation.
- runbooks-structure · Skill · 187 stars
Use when creating structured operational runbooks for human operators. Covers runbook organization, documentation patterns, and best practices for clear op
- runbooks-troubleshooting-guides · Skill · 187 stars
Use when creating troubleshooting guides and diagnostic procedures for operational issues. Covers problem diagnosis, root cause analysis, and systematic de
- rust · Collection · 187 stars
- rust-async-patterns · Skill · 187 stars
Use when Rust async programming with tokio, async/await, and futures. Use when writing asynchronous Rust code.
- rust-error-handling · Skill · 187 stars
Use when Rust error handling with Result, Option, custom errors, thiserror, and anyhow. Use when handling errors in Rust applications.
- rust-ownership-system · Skill · 187 stars
Use when Rust's ownership system including ownership rules, borrowing, lifetimes, and memory safety. Use when working with Rust memory management.
- scala · Collection · 187 stars
- Scala Collections · Skill · 187 stars
Use when scala collections including immutable/mutable variants, List, Vector, Set, Map operations, collection transformations, lazy evaluation with views,
- Scala Functional Patterns · Skill · 187 stars
Use when functional programming patterns in Scala including higher-order functions, immutability, pattern matching, algebraic data types, monads, for-compr
- Scala Type System · Skill · 187 stars
Use when scala's advanced type system including generics, variance, type bounds, implicit conversions, type classes, higher-kinded types, path-dependent ty
- scratch · Collection · 187 stars
- scratch-workspace · Skill · 187 stars
Use when creating temporary files, drafts, experiments, or any content that should not be committed to version control. Ensures proper placement in .claude
- search · Skill · 187 stars
Search for ClickUp tasks
- search · Skill · 187 stars
Search for Linear issues
- search · Skill · 187 stars
Search for Jira tickets using JQL or text
- search-code · Skill · 187 stars
Search for code across your GitLab instance
- search-code · Skill · 187 stars
Search for code across GitHub repositories
- sentry · Collection · 187 stars
- sentry · Collection · 187 stars
- sentry-alerts-issues · Skill · 187 stars
Use when configuring Sentry alerts, managing issues, or setting up notifications. Covers alert rules, issue triage, and integrations.
- sentry-error-capturing · Skill · 187 stars
Use when capturing and reporting errors to Sentry, adding context, or handling exceptions. Covers error boundaries, context enrichment, and fingerprinting.
- sentry-performance-monitoring · Skill · 187 stars
Use when setting up performance monitoring, distributed tracing, or profiling with Sentry. Covers transactions, spans, and performance insights.
- sentry-release-management · Skill · 187 stars
Use when managing Sentry releases, uploading source maps, or tracking deployments. Covers release health and commit association.
- sentry-sdk-configuration · Skill · 187 stars
Use when initializing Sentry in applications, configuring SDK options, or setting up integrations across different frameworks and platforms.
- services · Collection · 187 stars
- session-code-review · Collection · 187 stars
- shell-best-practices · Skill · 187 stars
Use when writing shell scripts following modern best practices. Covers portable scripting, Bash patterns, error handling, and secure coding.
- shell-error-handling · Skill · 187 stars
Use when implementing error handling, cleanup routines, or debugging in shell scripts. Covers traps, exit codes, and robust error patterns.
- shell-portability · Skill · 187 stars
Use when writing shell scripts that need to run across different systems, shells, or environments. Covers POSIX compatibility and platform differences.
- shell-scripting-fundamentals · Skill · 187 stars
Use when writing or modifying Bash/shell scripts. Covers script structure, variables, quoting, conditionals, and loops with modern best practices.
- shellcheck · Collection · 187 stars
- shfmt · Collection · 187 stars
- shfmt-configuration · Skill · 187 stars
Use when configuring shfmt for shell script formatting including .shfmt.toml setup, EditorConfig integration, and project-specific settings.
- shfmt-formatting · Skill · 187 stars
Use when formatting shell scripts with shfmt. Covers consistent formatting patterns, shell dialect support, common issues, and editor integration.
- silent-execution · Skill · 187 stars
Reduce token waste by batching tool calls and avoiding narration between sequential operations
- simplicity-principles · Skill · 187 stars
Use when designing solutions, adding features, or refactoring by applying KISS, YAGNI, and Principle of Least Astonishment to write simple, predictable cod
- sip · Collection · 187 stars
- sip-authentication-security · Skill · 187 stars
Use when implementing SIP authentication, security mechanisms, and encryption. Use when securing SIP servers, clients, or proxies.
- sip-media-negotiation · Skill · 187 stars
Use when handling SDP offer/answer, codec negotiation, media capabilities, and RTP session setup in SIP applications.
- sip-protocol-fundamentals · Skill · 187 stars
Use when working with SIP messages, methods, call flows, and protocol fundamentals for VoIP applications.
- site-reliability-engineering · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- skills · Collection · 187 stars
- solid-principles · Skill · 187 stars
Use during implementation when designing modules, functions, and components requiring SOLID principles for maintainable, flexible architecture.
- sop-authoring · Skill · 187 stars
Use when writing or creating new Standard Operating Procedures (SOPs) for AI agents. Covers effective SOP writing, clarity principles, and actionable instr
- sop-maintenance · Skill · 187 stars
Use when updating, versioning, deprecating, or maintaining existing Standard Operating Procedures. Covers keeping SOPs accurate, relevant, and synchronized
- sop-rfc2119 · Skill · 187 stars
Use when writing SOPs that require precise requirement levels using RFC 2119 constraint keywords (MUST, SHOULD, MAY). Covers proper usage of requirement ke
- sop-structure · Skill · 187 stars
Use when structuring Standard Operating Procedures with proper sections, organization, and markdown formatting. Covers SOP anatomy and section organization
- specialized · Collection · 187 stars
- sre-incident-response · Skill · 187 stars
Use when responding to production incidents following SRE principles and best practices.
- sre-monitoring-and-observability · Skill · 187 stars
Use when building comprehensive monitoring and observability systems.
- sre-reliability-engineering · Skill · 187 stars
Use when building reliable and scalable distributed systems.
- start · Skill · 187 stars
Start work on a ClickUp task (transition to In Progress)
- start · Skill · 187 stars
Start work on a Jira ticket (transition to In Progress)
- start · Skill · 187 stars
Start work on a Linear issue (transition to In Progress)
- storybook · Collection · 187 stars
- storybook-args-controls · Skill · 187 stars
Use when configuring interactive controls and args for Storybook stories. Helps create dynamic, explorable component demonstrations with proper type constr
- storybook-component-documentation · Skill · 187 stars
Use when creating or improving component documentation in Storybook. Helps generate comprehensive docs using MDX, autodocs, and JSDoc comments.
- storybook-configuration · Skill · 187 stars
Use when setting up or configuring Storybook for a project. Covers main configuration, addons, builders, and framework-specific setup.
- storybook-play-functions · Skill · 187 stars
Use when adding interaction testing to Storybook stories. Enables automated testing of component behavior, user interactions, and state changes directly in
- storybook-story-writing · Skill · 187 stars
Use when creating or modifying Storybook stories for components. Ensures stories follow CSF3 format, properly showcase component variations, and build succ
- structural-design-principles · Skill · 187 stars
Use when designing modules and components requiring Composition Over Inheritance, Law of Demeter, Tell Don't Ask, and Encapsulation principles that transce
- svelteflow · Collection · 187 stars
- svelteflow-custom-nodes · Skill · 187 stars
Use when creating custom Svelte Flow nodes, edges, and handles. Covers custom node components, resizable nodes, toolbars, and advanced customization.
- svelteflow-fundamentals · Skill · 187 stars
Use when building node-based UIs, flow diagrams, workflow editors, or interactive graphs with Svelte Flow. Covers setup, nodes, edges, controls, and intera
- swift · Collection · 187 stars
- Swift Concurrency · Skill · 187 stars
Use when swift's modern concurrency model including async/await, actors, task groups, structured concurrency, and async sequences for building safe, perfor
- Swift Optionals Patterns · Skill · 187 stars
Use when swift's optional handling patterns including optional binding, chaining, nil coalescing, and modern approaches to safely working with optional val
- Swift Protocol-Oriented Programming · Skill · 187 stars
Use when protocol-oriented programming in Swift including protocol extensions, default implementations, protocol composition, associated types, and designi
- syncpack · Collection · 187 stars
- syncpack-configuration · Skill · 187 stars
Use when setting up or configuring syncpack for a monorepo. Covers configuration files, workspace detection, and custom rule definitions for dependency ver
- syncpack-version-groups · Skill · 187 stars
Use when defining version policies, banning dependencies, pinning versions, or creating partitioned version groups in syncpack. Covers advanced version man
- tailwind · Collection · 187 stars
- tailwind-components · Skill · 187 stars
Use when building reusable component patterns with Tailwind CSS. Covers component extraction, @apply directive, and composable design patterns.
- tailwind-configuration · Skill · 187 stars
Use when setting up or customizing Tailwind CSS configuration, theme customization, plugins, and build setup. Covers tailwind.config.js setup and content p
- tailwind-performance · Skill · 187 stars
Use when optimizing Tailwind CSS for production, reducing bundle size, and improving performance. Covers PurgeCSS, JIT mode, and build optimization.
- tailwind-responsive-design · Skill · 187 stars
Use when building responsive layouts and mobile-first designs with Tailwind CSS. Covers breakpoints, container queries, and responsive utilities.
- tailwind-utility-classes · Skill · 187 stars
Use when working with Tailwind CSS utility classes for layout, spacing, typography, colors, and visual effects. Covers utility-first CSS patterns and class
- task · Skill · 187 stars
Get detailed information about a specific ClickUp task
- tdd · Collection · 187 stars
- tensorflow · Collection · 187 stars
- tensorflow-data-pipelines · Skill · 187 stars
Create efficient data pipelines with tf.data
- tensorflow-model-deployment · Skill · 187 stars
Deploy and serve TensorFlow models
- tensorflow-neural-networks · Skill · 187 stars
Build and train neural networks with TensorFlow
- terraform · Collection · 187 stars
- terraform-configuration · Skill · 187 stars
Use when writing and organizing Terraform infrastructure-as-code configurations for cloud resource provisioning.
- terraform-modules · Skill · 187 stars
Use when creating and using reusable Terraform modules for organizing and sharing infrastructure code.
- terraform-state · Skill · 187 stars
Use when managing Terraform state files, remote backends, and state locking for infrastructure coordination.
- test · Skill · 187 stars
Write tests for code using test-driven development principles
- test-driven-development · Skill · 187 stars
Use when writing new functions, adding features, fixing bugs, or refactoring by applying TDD principles - write failing tests before implementation code, m
- testng · Collection · 187 stars
- testng-data-driven · Skill · 187 stars
Use when implementing data-driven tests with TestNG DataProviders, factory methods, and parameterization patterns.
- testng-fundamentals · Skill · 187 stars
Use when working with TestNG annotations, assertions, test lifecycle, and configuration for Java testing.
- testng-parallel · Skill · 187 stars
Use when configuring parallel test execution with TestNG including thread pools, suite configuration, and synchronization.
- ticket · Skill · 187 stars
Get detailed information about a specific Jira ticket
- token-efficiency · Skill · 187 stars
Minimize token consumption through efficient tool usage patterns
- tools · Collection · 187 stars
- typescript · Collection · 187 stars
- typescript-async-patterns · Skill · 187 stars
Use when typeScript async patterns including Promises, async/await, and async iterators with proper typing. Use when writing asynchronous TypeScript code.
- typescript-type-system · Skill · 187 stars
Use when working with TypeScript's type system including strict mode, advanced types, generics, type guards, and compiler configuration.
- typescript-utility-types · Skill · 187 stars
Use when typeScript utility types, mapped types, and advanced type manipulation. Use when creating flexible, type-safe TypeScript code.
- update-sop · Skill · 187 stars
Update an existing SOP to reflect changes in tools, processes, or best practices
- validate · Skill · 187 stars
Validate checklist items for a ClickUp task without changing status
- validate · Skill · 187 stars
Validate acceptance criteria for a Jira ticket without changing status
- validate · Skill · 187 stars
Validate acceptance criteria for a Linear issue without changing status
- validation · Collection · 187 stars
- view-pipeline · Skill · 187 stars
View CI/CD pipeline status for a merge request or project
- view-workflow · Skill · 187 stars
View GitHub Actions workflow runs and status
- vitest · Collection · 187 stars
- vitest-configuration · Skill · 187 stars
Use when vitest configuration, Vite integration, workspace setup, and test environment configuration for modern testing.
- vitest-performance · Skill · 187 stars
Use when vitest performance optimization including fast execution, watch mode, and parallelization strategies.
- vitest-testing-patterns · Skill · 187 stars
Use when vitest testing patterns including unit tests, mocks, spies, and browser mode testing.
- vue · Collection · 187 stars
- vue-component-patterns · Skill · 187 stars
Use when Vue component patterns including props, emits, slots, and provide/inject. Use when building reusable Vue components.
- vue-composition-api · Skill · 187 stars
Use when Vue 3 Composition API with reactive refs, computed, and composables. Use when building modern Vue 3 applications.
- vue-reactivity-system · Skill · 187 stars
Use when Vue reactivity system with refs, reactive, computed, and watchers. Use when managing complex state in Vue applications.
- zustand · Collection · 187 stars
- zustand-advanced-patterns · Skill · 187 stars
Use when implementing advanced Zustand patterns including transient updates, subscriptions with selectors, store composition, and performance optimization
- zustand-middleware · Skill · 187 stars
Use when implementing Zustand middleware for persistence, dev tools, immutability, and other enhanced store functionality. Covers persist, devtools, immer,
- zustand-store-patterns · Skill · 187 stars
Use when creating and managing Zustand stores for React state management. Covers store creation, selectors, actions, and basic usage patterns.
- zustand-typescript · Skill · 187 stars
Use when working with Zustand in TypeScript projects. Covers type-safe store creation, typed selectors, and advanced TypeScript patterns with Zustand.