Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
junit-extensions
Use when jUnit extensions including custom extensions, rules, and conditional test execution.
TheBushidoCollective/han 129
-
junit-parameterized
Use when jUnit parameterized tests with various value sources and test factories.
TheBushidoCollective/han 129
-
junit-fundamentals
Use when jUnit fundamentals including annotations, assertions, and test lifecycle for Java testing.
TheBushidoCollective/han 129
-
kustomize-generators
Use when generating ConfigMaps and Secrets with Kustomize for Kubernetes configuration management.
TheBushidoCollective/han 129
-
kustomize-basics
Use when customizing Kubernetes configurations without templates using Kustomize overlays and patches.
TheBushidoCollective/han 129
-
kustomize-overlays
Use when managing environment-specific Kubernetes configurations with Kustomize overlays and patches.
TheBushidoCollective/han 129
-
storybook-configuration
Use when setting up or configuring Storybook for a project. Covers main configuration, addons, builders, and framework-specific setup.
TheBushidoCollective/han 129
-
storybook-play-functions
Use when adding interaction testing to Storybook stories. Enables automated testing of component behavior, user interactions, and state changes directly in stories.
TheBushidoCollective/han 129
-
storybook-story-writing
Use when creating or modifying Storybook stories for components. Ensures stories follow CSF3 format, properly showcase component variations, and build successfully.
TheBushidoCollective/han 129
-
storybook-component-documentation
Use when creating or improving component documentation in Storybook. Helps generate comprehensive docs using MDX, autodocs, and JSDoc comments.
TheBushidoCollective/han 129
-
storybook-args-controls
Use when configuring interactive controls and args for Storybook stories. Helps create dynamic, explorable component demonstrations with proper type constraints.
TheBushidoCollective/han 129
-
tailwind-components
Use when building reusable component patterns with Tailwind CSS. Covers component extraction, @apply directive, and composable design patterns.
TheBushidoCollective/han 129
-
tailwind-utility-classes
Use when working with Tailwind CSS utility classes for layout, spacing, typography, colors, and visual effects. Covers utility-first CSS patterns and class composition.
TheBushidoCollective/han 129
-
tailwind-configuration
Use when setting up or customizing Tailwind CSS configuration, theme customization, plugins, and build setup. Covers tailwind.config.js setup and content paths.
TheBushidoCollective/han 129
-
tailwind-performance
Use when optimizing Tailwind CSS for production, reducing bundle size, and improving performance. Covers PurgeCSS, JIT mode, and build optimization.
TheBushidoCollective/han 129
-
tailwind-responsive-design
Use when building responsive layouts and mobile-first designs with Tailwind CSS. Covers breakpoints, container queries, and responsive utilities.
TheBushidoCollective/han 129
-
vitest-testing-patterns
Use when vitest testing patterns including unit tests, mocks, spies, and browser mode testing.
TheBushidoCollective/han 129
-
vitest-configuration
Use when vitest configuration, Vite integration, workspace setup, and test environment configuration for modern testing.
TheBushidoCollective/han 129
-
vitest-performance
Use when vitest performance optimization including fast execution, watch mode, and parallelization strategies.
TheBushidoCollective/han 129
-
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