Back to categories
Category

Agent Skills in category: Uncategorized

72294 skills match this category. Browse curated collections and explore related Agent Skills.

biome-configuration

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

thebushidocollective
thebushidocollective
12214

biome-formatting

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

thebushidocollective
thebushidocollective
12214

biome-linting

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

thebushidocollective
thebushidocollective
12214

checkstyle-configuration

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

thebushidocollective
thebushidocollective
12214

checkstyle-custom

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

thebushidocollective
thebushidocollective
12214

checkstyle-rules

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

thebushidocollective
thebushidocollective
12214

clippy-configuration

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

thebushidocollective
thebushidocollective
12214

clippy-custom

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

thebushidocollective
thebushidocollective
12214

clippy-lints

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

thebushidocollective
thebushidocollective
12214

credo-checks

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

thebushidocollective
thebushidocollective
12214

credo-configuration

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

thebushidocollective
thebushidocollective
12214

credo-custom-checks

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

thebushidocollective
thebushidocollective
12214

dialyzer-analysis

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

thebushidocollective
thebushidocollective
12214

dialyzer-configuration

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

thebushidocollective
thebushidocollective
12214

dialyzer-integration

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

thebushidocollective
thebushidocollective
12214

eslint-configuration

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

thebushidocollective
thebushidocollective
12214

eslint-custom

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

thebushidocollective
thebushidocollective
12214

eslint-rules

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

thebushidocollective
thebushidocollective
12214

markdown-documentation

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

thebushidocollective
thebushidocollective
12214

markdown-syntax-fundamentals

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

thebushidocollective
thebushidocollective
12214

markdown-tables

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

thebushidocollective
thebushidocollective
12214

markdownlint-configuration

Configure markdownlint rules and options including rule management, configuration files, inline comments, and style inheritance.

thebushidocollective
thebushidocollective
12214

markdownlint-custom-rules

Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.

thebushidocollective
thebushidocollective
12214

markdownlint-integration

Integrate markdownlint into development workflows including CLI usage, programmatic API, CI/CD pipelines, and editor integration.

thebushidocollective
thebushidocollective
12214

prettier-configuration

Use when prettier configuration including options, config files, ignore patterns, and formatting rules.

thebushidocollective
thebushidocollective
12214

prettier-integration

Use when prettier integration with editors, pre-commit hooks, ESLint, and CI/CD pipelines.

thebushidocollective
thebushidocollective
12214

prettier-plugins

Use when prettier plugins including plugin ecosystem, custom parsers, and plugin development.

thebushidocollective
thebushidocollective
12214

pylint-checkers

Use when pylint checkers including built-in checkers, custom checkers, and checker development.

thebushidocollective
thebushidocollective
12214

pylint-configuration

Use when pylint configuration including pylintrc, message control, plugins, and scoring system.

thebushidocollective
thebushidocollective
12214

pylint-integration

Use when pylint CI integration including plugins, editor integration, and performance tuning.

thebushidocollective
thebushidocollective
12214

rubocop-configuration

Use when ruboCop configuration including YAML config, departments, inheritance, and customization.

thebushidocollective
thebushidocollective
12214

rubocop-cops

Use when ruboCop cops including built-in cops, configuration, auto-correction, and development.

thebushidocollective
thebushidocollective
12214

rubocop-integration

Use when ruboCop CI integration including GitHub Actions, plugins, and performance optimization.

thebushidocollective
thebushidocollective
12214

shell-error-handling

Use when implementing error handling, cleanup routines, or debugging in shell scripts. Covers traps, exit codes, and robust error patterns.

thebushidocollective
thebushidocollective
12214

shell-portability

Use when writing shell scripts that need to run across different systems, shells, or environments. Covers POSIX compatibility and platform differences.

thebushidocollective
thebushidocollective
12214

shell-scripting-fundamentals

Use when writing or modifying Bash/shell scripts. Covers script structure, variables, quoting, conditionals, and loops with modern best practices.

thebushidocollective
thebushidocollective
12214

shell-best-practices

Use when writing shell scripts following modern best practices. Covers portable scripting, Bash patterns, error handling, and secure coding.

thebushidocollective
thebushidocollective
12214

shfmt-configuration

Use when configuring shfmt for shell script formatting including .shfmt.toml setup, EditorConfig integration, and project-specific settings.

thebushidocollective
thebushidocollective
12214

shfmt-formatting

Use when formatting shell scripts with shfmt. Covers consistent formatting patterns, shell dialect support, common issues, and editor integration.

thebushidocollective
thebushidocollective
12214

baseline-restorer

Use when multiple fix attempts fail and you need to systematically restore to a working baseline and reimplement instead of fixing broken code.

thebushidocollective
thebushidocollective
12214

fastapi-dependency-injection

Master FastAPI dependency injection for building modular, testable APIs.

thebushidocollective
thebushidocollective
12214

Kotlin DSL Patterns

Use when domain-specific language design in Kotlin using type-safe builders, infix functions, operator overloading, lambdas with receivers, and patterns for creating expressive, readable DSLs for configuration and domain modeling.

thebushidocollective
thebushidocollective
12214

Kotlin Null Safety

Use when kotlin's null safety system including nullable types, safe calls, Elvis operator, smart casts, and patterns for eliminating NullPointerExceptions while maintaining code expressiveness and clarity.

thebushidocollective
thebushidocollective
12214

Lua C Integration

Use when lua C API for extending Lua with native code including stack operations, calling C from Lua, calling Lua from C, creating C modules, userdata types, metatables in C, and performance optimization techniques.

thebushidocollective
thebushidocollective
12214

Lua Coroutines

Use when lua coroutines for cooperative multitasking including coroutine creation, yielding and resuming, passing values, generators, iterators, asynchronous patterns, state machines, and producer-consumer implementations.

thebushidocollective
thebushidocollective
12214

git-storytelling-commit-messages

Use when writing commit messages that clearly communicate changes and tell the story of development. Helps create informative, well-structured commit messages that serve as documentation.

thebushidocollective
thebushidocollective
12214

monorepo-architecture

Use when designing monorepo structure, organizing packages, or migrating to monorepo architecture with architectural patterns for managing dependencies and scalable workspace configurations.

thebushidocollective
thebushidocollective
12214

code-annotation-patterns

Use when annotating code with structured metadata, tags, and markers for AI-assisted development workflows. Covers annotation formats, semantic tags, and integration with development tools.

thebushidocollective
thebushidocollective
12214

documentation-linking

Use when creating bidirectional links between code and documentation. Covers link patterns, documentation references, context preservation across artifacts, and maintaining synchronization between code and docs.

thebushidocollective
thebushidocollective
12214

notetaker-fundamentals

Use when leaving structured notes, comments, and annotations in code. Covers AI note-taking patterns, TODO formats, context preservation, and development breadcrumbs for future AI assistants and human developers.

thebushidocollective
thebushidocollective
12214

Page 830 of 1446 · 72294 results