agentlint
Installation
SKILL.md
AgentLint
Audit websites for AI/agent-friendliness. Runs 17 rules across 5 categories, produces a 0-100 AgentScore, and guides remediation.
Workflow
Step 1: Run the CLI
npx @cjavdev/agent-lint <url> --agent
The --agent flag outputs a structured markdown report optimized for parsing. If the user wants raw JSON, use --json instead.