Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
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
-
shell-error-handling
Use when implementing error handling, cleanup routines, or debugging in shell scripts. Covers traps, exit codes, and robust error patterns.
TheBushidoCollective/han 129
-
shell-portability
Use when writing shell scripts that need to run across different systems, shells, or environments. Covers POSIX compatibility and platform differences.
TheBushidoCollective/han 129
-
prettier-integration
Use when prettier integration with editors, pre-commit hooks, ESLint, and CI/CD pipelines.
TheBushidoCollective/han 129
-
prettier-plugins
Use when prettier plugins including plugin ecosystem, custom parsers, and plugin development.
TheBushidoCollective/han 129
-
prettier-configuration
Use when prettier configuration including options, config files, ignore patterns, and formatting rules.
TheBushidoCollective/han 129