Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
gitlab-ci-pipeline-configuration
Use when configuring GitLab CI/CD pipelines, defining stages, or setting up workflow rules. Covers pipeline structure, stage ordering, and execution flow.
TheBushidoCollective/han 129
-
gitlab-ci-best-practices
Use when optimizing GitLab CI/CD pipelines for performance, reliability, or maintainability. Covers pipeline optimization and organizational patterns.
TheBushidoCollective/han 129
-
gitlab-ci-job-configuration
Use when defining GitLab CI jobs, configuring scripts, setting up environments, or managing job dependencies. Covers job structure and execution options.
TheBushidoCollective/han 129
-
syncpack-version-groups
Use when defining version policies, banning dependencies, pinning versions, or creating partitioned version groups in syncpack. Covers advanced version management patterns.
TheBushidoCollective/han 129
-
syncpack-configuration
Use when setting up or configuring syncpack for a monorepo. Covers configuration files, workspace detection, and custom rule definitions for dependency version management.
TheBushidoCollective/han 129
-
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