Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
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
-
cucumber-fundamentals
Core Cucumber concepts, Gherkin syntax, and feature file structure
TheBushidoCollective/han 129
-
cucumber-best-practices
Cucumber best practices, patterns, and anti-patterns
TheBushidoCollective/han 129
-
cucumber-step-definitions
Writing effective step definitions and organizing test code
TheBushidoCollective/han 129
-
maven-plugin-configuration
Use when configuring Maven plugins, setting up common plugins like compiler, surefire, jar, or creating custom plugin executions.
TheBushidoCollective/han 129
-
maven-dependency-management
Use when managing Maven dependencies, resolving dependency conflicts, configuring BOMs, or optimizing dependency trees in Java projects.
TheBushidoCollective/han 129