AI SummaryYou score a website against the 25 guidelines in this repo. Each guideline has a machine-testable rubric in (probe + weighted sub-checks + codebase hints). Your job: run the probes, score, prioritize, report. The probes shell out to , , and . If any is missing, surface the error to the user with th
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "forter-agentic-readiness-audit" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/agentic-readiness-guide && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agentic-readiness-guide/SKILL.md "https://raw.githubusercontent.com/forter/agentic-readiness-guide/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Audit a website against the Forter Agentic Readiness Guide. Loads the 25 weighted rubrics in `audit/`, probes the target site (and optional source code), scores each guideline Pass/Partial/Fail/N/A with sub-check granularity, and produces a prioritized fix report. Use when a user asks "score my site against the agentic readiness guide", "audit https://… for agent readiness", or "what do I need to fix to be agent-ready".
Prerequisites
The probes shell out to curl, jq, and python3. If any is missing, surface the error to the user with the install command for their platform (brew install jq, apt-get install jq python3, etc.) and stop - don't continue with degraded probes.
Forter Agentic Readiness Audit
You score a website against the 25 guidelines in this repo. Each guideline has a machine-testable rubric in audit/m{M}-{N}.md (probe + weighted sub-checks + codebase hints). Your job: run the probes, score, prioritize, report.
Inputs
Ask the user for these if not provided: • URL - https://example.com. Required. • Local source path (optional but strongly recommended) - enables framework detection and per-file fix hints. • Scope (optional) - all, top N, or a comma-separated list of guideline IDs (m1-1,m4-1,m4-4). Default: all 25. • Output format(s) - markdown report (always), plus opt-in score.json and PR-ready issue list. If only a URL is given, run with codebase hints set to generic-only.
How the skill is wired
• content/ is the human-facing guide. Don't read it during scoring - it's prose. Surface its URLs in references and fixes only. • audit/m{M}-{N}.md is the source of truth for probes and scoring. Each file has frontmatter (complexity, impact, weight_total) and three sections: ## Probe, ## Rubric, ## Codebase hints. • audit/README.md documents the rubric format. Read it once if you're unfamiliar.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster