Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
biome-formatting
Use when formatting JavaScript/TypeScript code with Biome's fast formatter including patterns, options, and code style management.
TheBushidoCollective/han 129
-
dialyzer-integration
Use when integrating Dialyzer into development workflows and CI/CD pipelines for Erlang/Elixir projects.
TheBushidoCollective/han 129
-
dialyzer-analysis
Use when analyzing and fixing Dialyzer warnings and type discrepancies in Erlang/Elixir code.
TheBushidoCollective/han 129
-
dialyzer-configuration
Use when configuring Dialyzer for Erlang/Elixir type checking and static analysis.
TheBushidoCollective/han 129
-
credo-checks
Use when understanding and fixing common Credo check issues for Elixir code quality and consistency.
TheBushidoCollective/han 129
-
credo-configuration
Use when configuring Credo static analysis for Elixir projects requiring customized code quality rules and settings.
TheBushidoCollective/han 129
-
credo-custom-checks
Use when creating custom Credo checks for project-specific code quality rules and standards in Elixir.
TheBushidoCollective/han 129
-
checkstyle-configuration
Use when configuring Checkstyle for Java projects with XML config, custom checks, properties, and module setup.
TheBushidoCollective/han 129
-
checkstyle-custom
Use when developing custom Checkstyle checks, filters, and plugin integrations for project-specific Java code standards.
TheBushidoCollective/han 129
-
checkstyle-rules
Use when applying Checkstyle built-in checks for Java code including naming conventions, code metrics, and suppressions.
TheBushidoCollective/han 129
-
ameba-configuration
Use when configuring Ameba rules and settings for Crystal projects including .ameba.yml setup, rule management, severity levels, and code quality enforcement.
TheBushidoCollective/han 129
-
ameba-custom-rules
Use when creating custom Ameba rules for Crystal code analysis including rule development, AST traversal, issue reporting, and rule testing.
TheBushidoCollective/han 129
-
ameba-integration
Use when integrating Ameba into development workflows including CI/CD pipelines, pre-commit hooks, GitHub Actions, and automated code review processes.
TheBushidoCollective/han 129
-
clippy-configuration
Use when configuring Clippy for Rust projects with TOML config, lint groups, attributes, and workspace setup.
TheBushidoCollective/han 129
-
clippy-custom
Use when developing custom Clippy lints, implementing lint passes, and contributing to Clippy for Rust code standards.
TheBushidoCollective/han 129
-
clippy-lints
Use when applying Clippy lint categories for Rust code including correctness, performance, style, and custom lint configuration.
TheBushidoCollective/han 129
-
code-review
Review current branch changes against REVIEW.md guidelines
TheBushidoCollective/han 129
-
markdownlint-custom-rules
Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.
TheBushidoCollective/han 129
-
markdown-tables
Use when creating or formatting tables in markdown. Covers table syntax, alignment, escaping, and best practices.
TheBushidoCollective/han 129
-
markdown-syntax-fundamentals
Use when writing or editing markdown files. Covers headings, text formatting, lists, links, images, code blocks, and blockquotes.
TheBushidoCollective/han 129
-
markdownlint-configuration
Configure markdownlint rules and options including rule management, configuration files, inline comments, and style inheritance.
TheBushidoCollective/han 129
-
markdownlint-integration
Integrate markdownlint into development workflows including CLI usage, programmatic API, CI/CD pipelines, and editor integration.
TheBushidoCollective/han 129
-
markdown-documentation
Use when writing technical documentation, READMEs, or project documentation in markdown. Covers structure, conventions, and best practices.
TheBushidoCollective/han 129
-
shell-scripting-fundamentals
Use when writing or modifying Bash/shell scripts. Covers script structure, variables, quoting, conditionals, and loops with modern best practices.
TheBushidoCollective/han 129