clawmart
/ catalog

Catalog

Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.

39,994 results · page 114 / 1,667
Skillq 0.45

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.

skillsource-agentskillexchangeskill-eslint-rule-architect-2+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-eslint-rule-analyzer+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-eslint-rule-analyzer-fixer+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-eslint-custom-rule-generator+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-eslint-custom-rule-builder+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-eslint-config-enforcer+12
free
Skillq 0.45

ESLint Code Review

The open catalog of AI agent skills — 2,000+ security-scanned skills for Claude Code, Cursor, Codex, and more.

skillsource-agentskillexchangeskill-eslint-code-review+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-eslint-autofix-pipeline+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-eslint-autofix-orchestrator+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-eslint-auto-fixer+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-eslint-auto-fix-agent+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-escalate-risky-coding-tasks-into-multi-model-debate-and-consensus-gates-with-claude-octopus+12
free
Skillq 0.45

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

skillsource-agentskillexchangeskill-esbuild-ultra-fast-javascript-bundler+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-enrich-paperless-ngx-documents-with-ai-generated-titles-tags-and-correspondents-using-paperless-gpt+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-enforce-source-controlled-ai-checks-in-ci-before-merging-risky-changes-with-continue-cli+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-enforce-repo-hygiene-with-pre-commit-hooks+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-enforce-red-green-refactor-discipline-in-claude-code-with-tdd-guard+12
free
Skillq 0.45

Enforce Python Docstring Coverage Thresholds with interrogate

Measure Python docstring coverage and fail a docs-quality gate when code drops below an agreed threshold.

skillsource-agentskillexchangeskill-enforce-python-docstring-coverage-thresholds-with-interrogate+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-enforce-policy-gated-and-auditable-agent-execution-with-lacp+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-enforce-package-boundaries-inside-a-rails-monolith-before-coupling-spreads-with-packwerk+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-enforce-local-git-hook-checks-in-javascript-repos-with-husky+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-enforce-javascript-and-typescript-dependency-rules-before-architectural-drift-spreads-with-dependency-cruiser+12
free
Skillq 0.45

Enforce architectural import boundaries in Python codebases with Import Linter

Check whether a Python codebase still respects declared layered, independence, or forbidden import contracts.

skillsource-agentskillexchangeskill-enforce-architectural-import-boundaries-in-python-codebases-with-import-linter+12
free
Skillq 0.45

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.

skillsource-agentskillexchangeskill-encrypt-and-decrypt-age-secrets-with-hardware-backed-yubikey-identities+12
free