Skip to content
Development
Skill

/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 plugin
pastiche
412 skills3 agents
Install
$ npx -y skills add retz8/pastiche --skill pastiche-lint --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/pastiche-lint

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.

SKILL.md

pastiche-lint.SKILL.md
name: pastiche-lint
description: 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.

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.

Ships withpastiche

Pastiche is a Claude Code plugin for Frontend UI implementation. Given a frontend task, it produces code that follows your established design system and component library — not by inventing, but by faithfully executing within the vocabulary your team already

Get the whole plugin

Other skills on pastiche.