agent-check

Map audit targets to required domain or config agents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/metasaver/claude-marketplace --skill agent-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-check
Source: https://github.com/metasaver/claude-marketplace/tree/main/plugins/metasaver-core/skills/cross-cutting/agent-check
Command: npx skills add https://github.com/metasaver/claude-marketplace --skill agent-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes target files to determine which domain/config agents should audit each file or target.

Core Features & Use Cases

  • Pattern-based mapping: Identify appropriate agents (eslint, typescript, prisma-database, etc.).
  • Deterministic outputs: Returns a list of needed agents for the audit workflow.
  • ** integrates with audit planning**: Feeds planning with correct agent coverage.

Quick Start

Run agent-check to map targets to required audit agents before starting an audit.

Frequently Asked Questions about agent-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map audit targets to the right agents for my codebase?

Agent-check maps audit targets to appropriate domain and config agents by analyzing file patterns and content. It determines which agents (eslint, typescript, prisma-database, etc.) should audit each file, producing a deterministic agents array for your audit workflow.

Can agent-check work across monorepo structures with different file types?

Yes. Agent-check applies file-pattern matching and content-pattern detection across repository targets and file paths in diverse project structures, handling configuration files, code files, and domain contexts in monorepos.

What does agent-check output and how do I use it in an audit workflow?

Agent-check produces a single, deterministic agents array listing required agents for auditing your targets. Feed this output directly to your audit planning step to ensure correct agent coverage before starting the audit.

How does agent-check handle deduplication across multiple targets?

Agent-check implements deduplication logic during pattern matching and agent mapping, ensuring each required agent appears only once in the final agents array regardless of how many targets reference it.

What file patterns and content patterns does agent-check recognize?

Agent-check recognizes file-pattern matching (file extensions, paths) and content-pattern detection (framework signatures, configuration markers) to identify appropriate agents. Specific patterns map to domain agents like eslint, typescript, and prisma-database.

Do I need to pre-configure agents before running agent-check?

No. Agent-check automatically maps targets to agents based on built-in pattern recognition. It requires audit targets and file paths as input; no agent pre-configuration is necessary.