Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
ESLint Rule Architect
Creates custom ESLint rules and shareable configs using the ESLint RuleTester API and @typescript-eslint/utils. Generates AST visitor patterns with full TypeScript type-checking support via parserServices.
ESLint Rule Analyzer
Analyzes ESLint configurations using the ESLint Node.js API (new ESLint().calculateConfigForFile) and flat config system. Detects rule conflicts, unused rules, and generates project-specific rule recommendations from eslint-plugin-unicorn and typescript-eslint.
ESLint Rule Analyzer and Fixer
Performs deep ESLint configuration analysis using the ESLint Node.js API and flat config system. Auto-fixes rule conflicts, generates shareable configs, and produces code quality trend reports.
ESLint Custom Rule Generator
Generates custom ESLint rules from natural language descriptions using the ESLint RuleTester API and AST Explorer patterns. Produces complete rule modules with meta schemas, fixers, and comprehensive test suites.
ESLint Custom Rule Builder
Scaffolds and tests custom ESLint rules using the RuleTester API and AST Explorer patterns. Generates rule documentation with fixable autofix implementations.
ESLint Config Enforcer
Enforces consistent ESLint configurations across monorepo packages using eslint-config-inspector and flat config merging. Detects rule conflicts between shared configs, auto-generates override files, and reports compliance gaps via eslint --inspect-config.
ESLint Code Review
The open catalog of AI agent skills — 2,000+ security-scanned skills for Claude Code, Cursor, Codex, and more.
ESLint Auto-Fix Pipeline
Runs ESLint with the --fix flag across JavaScript and TypeScript codebases, applying auto-fixable rules from eslint-config-airbnb and @typescript-eslint/recommended. Generates diff reports for manual review of remaining issues.
ESLint Auto-Fix Orchestrator
Runs ESLint with auto-fix capabilities using the ESLint Node.js API and flat config system. Supports custom rule sets, TypeScript via typescript-eslint, and Prettier integration.
ESLint Auto-Fixer
Applies ESLint fixes automatically using the ESLint Node.js API with flat config support. Handles rule conflicts across TypeScript-ESLint and eslint-plugin-react. Generates fix reports in SARIF format.
ESLint Auto-Fix Agent
Automatically detect and fix JavaScript/TypeScript linting issues using ESLint v9 flat config and the ESLint Node.js API. Supports custom rule configurations and staged file processing with lint-staged.
Escalate risky coding tasks into multi-model debate and consensus gates with Claude Octopus
Use Claude Octopus when ordinary Claude Code flows are not enough and a risky coding task needs adversarial multi-model review, disagreement surfacing, and a consensus gate before shipping.
esbuild Ultra-Fast JavaScript Bundler
esbuild is an extremely fast JavaScript and TypeScript bundler written in Go that delivers 10-100x faster build times than traditional tools like webpack. It handles bundling, minification, tree shaking, source maps, and CSS modules with a straightforward API available from the C
Enrich Paperless-ngx documents with AI-generated titles tags and correspondents using paperless-gpt
Take an OCR archive that already exists in Paperless-ngx and push smarter titles, tags, and document metadata back into it.
Enforce source-controlled AI checks in CI before merging risky changes with Continue CLI
Lets an agent define repo-native AI review checks as markdown files and run them as repeatable pull request status checks in CI.
Enforce repo hygiene with pre-commit hooks
Run a repeatable pre-commit gate that catches formatting, lint, secret, and policy issues before they land in the repo.
Enforce red-green-refactor discipline in Claude Code sessions with TDD Guard
Block implementation-first agent behavior and keep Claude Code anchored to failing-tests-first TDD loops.
Enforce Python Docstring Coverage Thresholds with interrogate
Measure Python docstring coverage and fail a docs-quality gate when code drops below an agreed threshold.
Enforce policy-gated and auditable agent execution with LACP
Run Claude, Codex, and related coding-agent tasks through policy gates, evidence loops, and auditable execution tiers before risky work proceeds.
Enforce package boundaries inside a Rails monolith before coupling spreads with Packwerk
Check a Rails codebase for dependency and visibility violations so domain boundaries stay reviewable instead of dissolving over time.
Enforce local Git hook checks in JavaScript repos with Husky
Use Husky to wire pre-commit, pre-push, and commit-msg checks into a repo so agents and developers run the same local guardrails before changes leave the workstation.
Enforce JavaScript and TypeScript dependency rules before architectural drift spreads with dependency-cruiser
Scan a JS or TS codebase for forbidden imports, circular dependencies, orphaned modules, and other dependency-rule violations before they turn into structural drift.
Enforce architectural import boundaries in Python codebases with Import Linter
Check whether a Python codebase still respects declared layered, independence, or forbidden import contracts.
Encrypt and decrypt age secrets with hardware-backed YubiKey identities
Use age-plugin-yubikey when an agent needs age encryption tied to a physical YubiKey identity instead of software-only keys.