Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
helm-values
Use when managing Helm values files and configuration overrides for customizing Kubernetes deployments.
TheBushidoCollective/han 129
-
helm-templates
Use when working with Helm templates and template functions for generating Kubernetes manifests dynamically.
TheBushidoCollective/han 129
-
helm-charts
Use when understanding and creating Helm charts for packaging and deploying Kubernetes applications.
TheBushidoCollective/han 129
-
graphql-resolvers
Use when implementing GraphQL resolvers with resolver functions, context management, DataLoader batching, error handling, authentication, and testing strategies.
TheBushidoCollective/han 129
-
graphql-performance
Use when optimizing GraphQL API performance with query complexity analysis, batching, caching strategies, depth limiting, monitoring, and database optimization.
TheBushidoCollective/han 129
-
graphql-schema-design
Use when designing GraphQL schemas with type system, SDL patterns, field design, pagination, directives, and versioning strategies for maintainable and scalable APIs.
TheBushidoCollective/han 129
-
kubernetes-resources
Use when managing Kubernetes resources including deployments, services, configmaps, and secrets.
TheBushidoCollective/han 129
-
kubernetes-manifests
Use when writing and deploying Kubernetes manifests for container orchestration.
TheBushidoCollective/han 129
-
kubernetes-security
Use when implementing Kubernetes security best practices including RBAC, pod security policies, and network policies.
TheBushidoCollective/han 129
-
apollo-client-patterns
Use when implementing Apollo Client patterns for queries, mutations, cache management, and local state in React applications.
TheBushidoCollective/han 129
-
apollo-caching-strategies
Use when implementing Apollo caching strategies including cache policies, optimistic UI, cache updates, and normalization.
TheBushidoCollective/han 129
-
apollo-server-patterns
Use when building GraphQL APIs with Apollo Server requiring resolvers, data sources, schema design, and federation.
TheBushidoCollective/han 129
-
rspec-fundamentals
Use when rSpec fundamentals including describe, context, it blocks, let, and basic matchers for BDD testing.
TheBushidoCollective/han 129
-
rspec-advanced
Use when advanced RSpec features including custom matchers, shared examples, metadata, and hooks.
TheBushidoCollective/han 129
-
rspec-mocking
Use when rSpec mocking with doubles, stubs, mocks, spies, and partial mocking strategies.
TheBushidoCollective/han 129
-
act-workflow-syntax
Use when creating or modifying GitHub Actions workflow files. Provides guidance on workflow syntax, triggers, jobs, steps, and expressions for creating valid GitHub Actions workflows that can be tested locally with act.
TheBushidoCollective/han 129
-
act-docker-setup
Use when configuring Docker environments for act, selecting runner images, managing container resources, or troubleshooting Docker-related issues with local GitHub Actions testing.
TheBushidoCollective/han 129
-
act-local-testing
Use when testing GitHub Actions workflows locally with act. Covers act CLI usage, Docker configuration, debugging workflows, and troubleshooting common issues when running workflows on your local machine.
TheBushidoCollective/han 129
-
jest-configuration
Use when jest configuration, setup files, module resolution, and project organization for optimal testing environments.
TheBushidoCollective/han 129
-
jest-testing-patterns
Use when jest testing patterns including unit tests, mocks, spies, snapshots, and assertion techniques for comprehensive test coverage.
TheBushidoCollective/han 129
-
jest-advanced
Use when advanced Jest features including custom matchers, parameterized tests with test.each, coverage configuration, and performance optimization.
TheBushidoCollective/han 129
-
pytest-fixtures
Use when pytest fixtures, conftest files, parametrize decorators, and fixture scopes for comprehensive test setup.
TheBushidoCollective/han 129
-
pytest-advanced
Use when advanced Pytest features including markers, custom assertions, hooks, and coverage configuration.
TheBushidoCollective/han 129
-
pytest-plugins
Use when pytest plugin ecosystem including pytest-cov, pytest-mock, and custom plugin development.
TheBushidoCollective/han 129