check-agent-compatibility

Execute a full compatibility pass across scanner score, startup viability, validation loop, and docs reliability.

2.6k|204|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cursor/plugins --skill check-agent-compatibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-agent-compatibility
Source: https://github.com/cursor/plugins/tree/main/agent-compatibility/skills/check-agent-compatibility
Command: npx skills add https://github.com/cursor/plugins --skill check-agent-compatibility

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates end-to-end compatibility checks across repository components to ensure an agent can be deployed and relied upon.

Core Features & Use Cases

  • Orchestrates four subagents to evaluate scanner score, startup viability, validation loop readiness, and docs reliability.
  • Computes an Agent Compatibility Score by blending deterministic and workflow scores for a concise readiness signal.
  • Use Case: Gate PRs or CI pipelines by validating that a repository can boot, validate, and maintain documentation alignment for agent operations.

Quick Start

Initiate the check-agent-compatibility workflow against your repository to obtain the final compatibility assessment.

Frequently Asked Questions about check-agent-compatibility

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

FAQPage Schema
How do I run a full repository compatibility check for agent-based workflows?

Repository compatibility checks evaluate four critical areas: scanner score, startup viability, validation loop readiness, and docs reliability, ensuring your repository can boot, validate, and maintain alignment for agent operations.

What does an agent compatibility score evaluate in a CI pipeline?

An agent compatibility score blends deterministic and workflow components from scanner, startup, validation, and documentation checks to provide a concise readiness signal for gating PRs in CI pipelines.

How do I validate repository startup viability and documentation alignment for automated agents?

Validate startup viability and documentation alignment by orchestrating subagents that check boot capabilities and docs reliability, ensuring the codebase supports reliable automated agent operations.

Can I use automated compatibility scoring to gate pull requests for agent readiness?

Yes, you can use automated compatibility scoring to gate pull requests by validating that your repository passes scanner, startup, validation, and documentation checks required for reliable agent operations.

What are the limitations of running end-to-end compatibility passes on large repositories?

End-to-end compatibility passes on large repositories are constrained to modular per-check results, requiring complete scanner, startup, validation, and documentation components to compute a final blended agent compatibility score.