Back to authors
TheBushidoCollective

TheBushidoCollective

768 Skills published on GitHub.

pytest-fixtures

Use when pytest fixtures, conftest files, parametrize decorators, and fixture scopes for comprehensive test setup.

UncategorizedView skill →

pytest-plugins

Use when pytest plugin ecosystem including pytest-cov, pytest-mock, and custom plugin development.

UncategorizedView skill →

rspec-advanced

Use when advanced RSpec features including custom matchers, shared examples, metadata, and hooks.

UncategorizedView skill →

rspec-fundamentals

Use when rSpec fundamentals including describe, context, it blocks, let, and basic matchers for BDD testing.

UncategorizedView skill →

rspec-mocking

Use when rSpec mocking with doubles, stubs, mocks, spies, and partial mocking strategies.

UncategorizedView skill →

storybook-args-controls

Use when configuring interactive controls and args for Storybook stories. Helps create dynamic, explorable component demonstrations with proper type constraints.

UncategorizedView skill →

storybook-component-documentation

Use when creating or improving component documentation in Storybook. Helps generate comprehensive docs using MDX, autodocs, and JSDoc comments.

UncategorizedView skill →

storybook-configuration

Use when setting up or configuring Storybook for a project. Covers main configuration, addons, builders, and framework-specific setup.

UncategorizedView skill →

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.

UncategorizedView skill →

storybook-story-writing

Use when creating or modifying Storybook stories for components. Ensures stories follow CSF3 format, properly showcase component variations, and build successfully.

UncategorizedView skill →

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.

UncategorizedView skill →

syncpack-version-groups

Use when defining version policies, banning dependencies, pinning versions, or creating partitioned version groups in syncpack. Covers advanced version management patterns.

UncategorizedView skill →

tailwind-components

Use when building reusable component patterns with Tailwind CSS. Covers component extraction, @apply directive, and composable design patterns.

UncategorizedView skill →

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.

UncategorizedView skill →

tailwind-performance

Use when optimizing Tailwind CSS for production, reducing bundle size, and improving performance. Covers PurgeCSS, JIT mode, and build optimization.

UncategorizedView skill →

tailwind-responsive-design

Use when building responsive layouts and mobile-first designs with Tailwind CSS. Covers breakpoints, container queries, and responsive utilities.

UncategorizedView skill →

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.

UncategorizedView skill →

terraform-configuration

Use when writing and organizing Terraform infrastructure-as-code configurations for cloud resource provisioning.

UncategorizedView skill →

terraform-modules

Use when creating and using reusable Terraform modules for organizing and sharing infrastructure code.

UncategorizedView skill →

terraform-state

Use when managing Terraform state files, remote backends, and state locking for infrastructure coordination.

UncategorizedView skill →

testng-data-driven

Use when implementing data-driven tests with TestNG DataProviders, factory methods, and parameterization patterns.

UncategorizedView skill →

testng-fundamentals

Use when working with TestNG annotations, assertions, test lifecycle, and configuration for Java testing.

UncategorizedView skill →

testng-parallel

Use when configuring parallel test execution with TestNG including thread pools, suite configuration, and synchronization.

UncategorizedView skill →

vitest-configuration

Use when vitest configuration, Vite integration, workspace setup, and test environment configuration for modern testing.

UncategorizedView skill →

vitest-performance

Use when vitest performance optimization including fast execution, watch mode, and parallelization strategies.

UncategorizedView skill →

vitest-testing-patterns

Use when vitest testing patterns including unit tests, mocks, spies, and browser mode testing.

UncategorizedView skill →

ameba-configuration

Use when configuring Ameba rules and settings for Crystal projects including .ameba.yml setup, rule management, severity levels, and code quality enforcement.

UncategorizedView skill →

ameba-custom-rules

Use when creating custom Ameba rules for Crystal code analysis including rule development, AST traversal, issue reporting, and rule testing.

UncategorizedView skill →

ameba-integration

Use when integrating Ameba into development workflows including CI/CD pipelines, pre-commit hooks, GitHub Actions, and automated code review processes.

UncategorizedView skill →

biome-configuration

Use when biome configuration including biome.json setup, schema versions, VCS integration, and project organization.

UncategorizedView skill →

biome-formatting

Use when formatting JavaScript/TypeScript code with Biome's fast formatter including patterns, options, and code style management.

UncategorizedView skill →

biome-linting

Use when applying Biome's linting capabilities, rule categories, and code quality enforcement to JavaScript/TypeScript projects.

UncategorizedView skill →

checkstyle-configuration

Use when configuring Checkstyle for Java projects with XML config, custom checks, properties, and module setup.

UncategorizedView skill →

checkstyle-custom

Use when developing custom Checkstyle checks, filters, and plugin integrations for project-specific Java code standards.

UncategorizedView skill →

checkstyle-rules

Use when applying Checkstyle built-in checks for Java code including naming conventions, code metrics, and suppressions.

UncategorizedView skill →

clippy-configuration

Use when configuring Clippy for Rust projects with TOML config, lint groups, attributes, and workspace setup.

UncategorizedView skill →

clippy-custom

Use when developing custom Clippy lints, implementing lint passes, and contributing to Clippy for Rust code standards.

UncategorizedView skill →

clippy-lints

Use when applying Clippy lint categories for Rust code including correctness, performance, style, and custom lint configuration.

UncategorizedView skill →

credo-checks

Use when understanding and fixing common Credo check issues for Elixir code quality and consistency.

UncategorizedView skill →

credo-configuration

Use when configuring Credo static analysis for Elixir projects requiring customized code quality rules and settings.

UncategorizedView skill →

credo-custom-checks

Use when creating custom Credo checks for project-specific code quality rules and standards in Elixir.

UncategorizedView skill →

dialyzer-analysis

Use when analyzing and fixing Dialyzer warnings and type discrepancies in Erlang/Elixir code.

UncategorizedView skill →

dialyzer-configuration

Use when configuring Dialyzer for Erlang/Elixir type checking and static analysis.

UncategorizedView skill →

dialyzer-integration

Use when integrating Dialyzer into development workflows and CI/CD pipelines for Erlang/Elixir projects.

UncategorizedView skill →

eslint-configuration

Use when eSLint configuration including config files, extends, plugins, and environment setup.

UncategorizedView skill →

eslint-custom

Use when custom ESLint rules and plugins including rule development, AST traversal, and publishing.

UncategorizedView skill →

eslint-rules

Use when eSLint built-in rules including rule configuration, severity levels, and disabling strategies.

UncategorizedView skill →

markdown-documentation

Use when writing technical documentation, READMEs, or project documentation in markdown. Covers structure, conventions, and best practices.

UncategorizedView skill →

markdown-syntax-fundamentals

Use when writing or editing markdown files. Covers headings, text formatting, lists, links, images, code blocks, and blockquotes.

UncategorizedView skill →

markdown-tables

Use when creating or formatting tables in markdown. Covers table syntax, alignment, escaping, and best practices.

UncategorizedView skill →

Page 15 of 16 · 768 results