Pastiche lint
Use to re-validate `pastiche/{config.yaml, FACT.md, KNOWLEDGE.md, WISDOM.md}` after hand-editing any of them outside the mutator skills. Thin manual wrapper around the bundled lint script; reports drift and schema violations.From its SKILL.md
npx -y skills add retz8/pastiche --skill pastiche-lintAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `pastiche-lint`.
SKILL.md
1.0 KB, 196 tokens by cl100k_base, as published. Nobody here has run it
Pastiche — lint
Manual entry point for the lint script. The four mutator skills (/pastiche-sync, /pastiche-setup, /pastiche-write-knowledge, /pastiche-write-wisdom) invoke the same script internally at the end of their mutations; /pastiche-lint exists for the hand-edit case.
Run
Invoke pastiche-lint with cwd = the user's repo root. Print stdout and stderr verbatim.
Do not interpret violations, group them by document, suggest remediation, or point at other skills — the script's output already includes a summary and OK / FAILED — N violation(s) line.
Do not pre-check for pastiche/ or its files. The script's own sentinels handle the missing-state case with a user-facing message.
Do not pass arguments. The script takes none.
Do not chain into another skill.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.