style-check

Solid

Read-only pre-commit lint over writer/prose-edit/essay-write. Takes a staged diff (or a specified file / commit range) and flags neuro-slop, synthetic structures, voice drift in prose. Read-only — never edits. Use before `git commit`, as a post-commit check, or as a pre-commit hook.

Code & Development 17 stars 1 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
42
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

<objective> Universal read-only style linter for prose projects. Does not write, does not edit, does not commit — only checks. Use cases: - before `git commit` — check staged changes for neuro-slop - post-commit — check the last commit - manual run on a file / line range - pre-commit hook (if the user wires it into `.git/hooks/pre-commit`) The skill picks which rule layer to apply (writer / prose-edit / essay-write) based on file path. Default routing is illustrative; configure your own path patterns — see [references/routing.md](references/routing.md): - fiction project files (e.g. `fiction/*.md`, `novels/**/*.tex`) → fiction layer (prose-edit) - non-fiction project files (e.g. `essays/*.md`, `longreads/*.md`) → non-fiction layer (essay-write) - generic prose / notes → base writer - code files (`.py`, `.js`, `.ts`, …) → skipped silently </objective> <instructions> ## DEPENDENCY This skill applies rules from: - `writer/SKILL.md` — baseline anti-neuro-slop (25 categories) + structural synthetic markers - `prose-edit/SKILL.md` — fiction layer - `essay-write/SKILL.md` — non-fiction layer The skill DOES NOT write or edit. It reads files, runs rules, returns a structured report. ## FILE-FORMAT AGNOSTIC Accepts any text format: `.md`, `.tex`, `.txt`, `.rst`, plain text. Auto-skips binary files and known source-code extensions. ## ROUTING The skill picks a rule set by file path (fiction → writer+prose-edit, non-fiction → writer+essay-write, anything else → writer only; cod...

Details

Author
Mikefluff
Repository
Mikefluff/skills
Created
3 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

fix-prose

Clear the vale and cspell findings on a document whose content is already settled. A forked writer does the rounds and an independent reviewer reads the result, so the finding text never reaches this session. Takes the file plus the lint command that judges it. Use it when a draft is written but its prose gates are still red, or when a lint task has come back with findings more than once.

73 Updated 2 days ago
tbhb
AI & Automation Solid

prose-edit

Fiction-prose rewrite + style pass. Wraps `writer`; adds voice vector (Pelevin/Manson — not impersonation), no-business-editing rules, artistic rewrite over compression, 5-trigger structural-synthesis detector, depth-pass checklist. Use when rewriting a fiction chapter / scene / passage. Pairs with `canon-check`.

17 Updated 1 weeks ago
Mikefluff
Data & Documents Listed

slop-check

Fresh-eyes logic-and-slop review of prose and copy. Catches writing that reads like fine English but is logically, mathematically, or definitionally wrong, plus internal contradictions, off-brand drift, and AI tells. NOT a fact-checker - run it as a logic gate AFTER the facts are verified, before publishing. Triggers: 'slop check', 'slop detector', 'logic and slop review', 'check this for AI slop', 'fresh-eyes review', 'is this writing logically sound', 'review my copy before publishing', 'catch contradictions and AI tells', 'gate A'. Works on one file or many (fans out one reviewer per file). Report-only - it never edits.

0 Updated yesterday
dzivkovi