assess-agent-readiness

Audit websites, APIs, and codebases for AI agent operational readiness.

6|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/GeekKingCloud/skills --skill assess-agent-readiness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assess-agent-readiness
Source: https://github.com/GeekKingCloud/skills/tree/main/assess-agent-readiness
Command: npx skills add https://github.com/GeekKingCloud/skills --skill assess-agent-readiness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the guesswork of whether websites, applications, APIs, tools, documentation, or codebases can be reliably used by AI solution and coding agents, preventing failed automations, brittle scraping workflows, and unreliable agent outputs caused by poor agent-facing system design.

Core Features & Use Cases

  • Discovery & Crawl Policy Audit: Evaluates robots.txt, sitemaps, route accessibility, and crawl foundations to confirm agents can find the correct public or authorized system surfaces.
  • Data & Action Surface Assessment: Checks for documented APIs, feeds, SDKs, MCP tools, and executable examples to verify agents can retrieve authoritative data and execute actions without manual intervention or fragile scraping.
  • Evidence-Backed Readiness Scoring: Generates a structured audit report with category scores, prioritized findings, and actionable fixes, aligned with current agent-readiness standards and conventions.
  • Use Case: For a SaaS product with a public API and user documentation, use this skill to identify gaps that would prevent a coding agent from reliably pulling user data, executing workflow actions, or recovering from errors.

Quick Start

Use the assess-agent-readiness skill to audit the agent readiness of your public SaaS product's API and documentation set.

Frequently Asked Questions about assess-agent-readiness

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

FAQPage Schema
How do I audit my API and documentation for AI agent readiness?

To audit AI agent readiness, evaluate your API and documentation for documented data retrieval, action execution, and error recovery capabilities. This process generates an evidence-backed readiness score distinguishing agent workflow compatibility from generic search crawler performance.

What is agent workflow readiness and how does it differ from SEO crawl optimization?

Agent workflow readiness evaluates whether AI solution and coding agents can discover routes, retrieve authoritative data, and execute actions via documented APIs or MCP tools. It differs from SEO by focusing on action execution and error recovery rather than generic search crawler accessibility.

Can I use this to assess authenticated system surfaces and not just public websites?

Yes, you can assess authenticated system surfaces alongside public ones. The audit evaluates agent discovery, authoritative data retrieval, and action execution across public, authenticated, read-only, and action-oriented system surfaces to ensure comprehensive operational compatibility.

How do I check if my robots.txt and sitemaps allow AI agents to find correct routes?

To check route accessibility for AI agents, audit your robots.txt, sitemaps, and crawl foundations to confirm agents can find correct public or authorized system surfaces. This discovery audit verifies your system supports reliable agent navigation without manual intervention.

What are the limitations of using scraping workflows for AI agents instead of documented APIs?

Scraping workflows are brittle and cause failed automations or unreliable agent outputs due to poor agent-facing system design. Documented APIs, feeds, and MCP tools are required to verify agents can retrieve authoritative data and recover from errors without fragile scraping.