Agent-readable docs
Kill AI Slop Documentation
Technical docs for the kill-ai-slop agent skill, dependency-free project scanner, shared slop taxonomy, and Astro field-guide site. For engineers scanning web projects, remediating machine-default UI, or extending the catalogue and demos.
Pages
- OverviewWhat Kill AI Slop exposes: the agent skill, scanner entry points, shared catalogue, and field-guide site, plus who should use which surface first.
- InstallationInstall the kill-ai-slop skill via npx or manual copy, and set up the Astro website dependencies for local development.
- QuickstartShortest path to a first scanner report and a local field-guide run, with expected success signals and one recovery note each.
- Slop taxonomyRepo-specific model of AI-slop tells: categories, named signals, and how the field guide and skill share the same taxonomy language.
- Catalogue modelHow catalogue.ts is the single source of truth for tells, how demos and i18n attach, and boundaries between site data and skill references.
- Skill workflowAgent skill lifecycle: scan, triage, report, then propose or apply fixes without silent file edits from the standalone scanner.
- Use the agent skillInvoke kill-ai-slop inside a coding agent after install: prompts, expected host behavior, and how the skill uses references and the scanner.
- Scan a web projectPoint the dependency-free scanner at a project path, interpret grouped vs JSON reports, and verify findings against detection rules.
- Apply clean fixesMap scanner hits to remediation steps from the fixes playbook, choose propose vs apply in an agent host, and confirm the clean alternative.
- Run the field guide siteDevelop and preview the multilingual Astro field guide: install, dev server, static build output, and how entries and demos render on the index.
- Extend the catalogueAdd or update a tell: catalogue entry, i18n strings, plain-HTML demo, and alignment with skill taxonomy, detection, and fix references.
- Scanner CLI referenceInvocation, path argument, --json mode, walk/scan behavior, console formatting helpers, and hard constraint that the scanner never edits files.
- Detection patternsCode-level signals the skill and scanner look for per tell: patterns, match targets, and how findings map back to taxonomy ids.
- Remediation playbookPer-tell clean fixes, what to remove or replace, and how before or after demos illustrate the preferred outcome.
- Catalogue and demos dataFields and shapes in catalogue.ts, catalogue.i18n.ts, and demos.ts: tell ids, copy locales, and demo HTML payloads used by site components.
- Design tokensSite self-constraints in tokens and global styles: paper and ink palette, single editorial red, hierarchy rules, and banned slop defaults.
- Build and deployStatic site build to dist, deploy-anywhere assumptions, and operational notes for the zero-JS-by-default Astro field guide.
- ContributingWhere to change skill references, scanner logic, catalogue data, or site components while keeping skill and website taxonomy aligned.
Complete Markdown
The complete agent-readable Markdown files are published separately from this HTML page.