For AI agents: the documentation index is at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Skill packs
Repository checks, architecture policy, personal-writing context, and source discovery.
Skill packs
The expanded checks share the normal lint pipeline, findings, suppressions, coverage, and reports. All newly ported checks are review-only. A pattern match that needs interpretation schedules a Jev question. It is not itself a defect.
Repository and document analysis
The scanner accepts Markdown/MDX, TS/TSX, JS/JSX, MJS/CJS, MTS/CTS, CSS/SCSS, JSON, and YAML. Plain TS/JS/config inputs contribute structural source units, not arbitrary prose strings. Parsed imports distinguish actual imports from code in comments or string examples.
README.md, SKILL.md, AGENTS.md/CLAUDE.md, and docs/plans Markdown get document profiles automatically. Profile overrides in taste-lint.config.json take precedence. personal, pr, and slides require explicit configuration. Declaring a profile does not imply every check for that artifact is implemented.
{
"docTypes": [{ "glob": "drafts/**/*.md", "type": "personal" }]
}Personal-writing rules include rhetorical patterns and comparisons against explicitly supplied facts, voice guidance, and drafting instructions. Pass --writing-context context.json with any of , , and as nonempty strings. Missing or oversized comparison context produces unknowns. No private Ghostwriter profile is loaded automatically. These checks do not establish that text was generated by AI.
Published with Edda