Skip to main content
Paste a prompt, a URL, or three commands. The agent then installs the aislop skill, hooks, and repo instructions so every edit is held to the same quality gate.

Paste this into any agent

That block is enough. The agent can fetch the pages, install the skill and hooks, and write the standard.

Or send a URL

Give the agent this page:
Or the loadable skill file:
Related machine-readable surfaces:

Or run the commands yourself

npx skills add scanaislop/skills installs the aislop skill into the coding agents on this machine. aislop hook install wires a scan after every agent edit (Claude Code, Cursor, Gemini CLI, and others). See Agent skill and Hooks for flags. Add --quality-gate when you want the agent blocked if the score drops:

AGENTS.md template

Drop this at the repo root as AGENTS.md. If the repo already has CLAUDE.md or GEMINI.md, add @AGENTS.md on its own line (or copy the same body).
aislop hook install also writes agent-specific instruction files (AISLOP.md, Cursor rules, Copilot instructions, and so on). Keep AGENTS.md as the portable copy.

Handoff prompt (remaining findings)

After aislop fix, remaining issues need judgment. Print a prompt you can paste into any agent:
Or open a specific agent with that prompt already filled:
See aislop agent for the local repair session, and aislop fix for --prompt and agent flags.

MCP tools

If the agent speaks MCP, add:
That exposes aislop_scan, aislop_fix, aislop_why, and aislop_baseline. Details: MCP server.

How the pieces stack

Use all of them. The skill is the procedure. The hook is the enforcement. AGENTS.md is the written standard.