Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/fast-editor/lynkr/impeccablenpx skills add Fast-Editor/Lynkr --skill impeccablegit clone --depth 1 https://github.com/Fast-Editor/LynkrWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/fast-editor/lynkr/impeccable)<a href="https://agentmods.dev/skills/fast-editor/lynkr/impeccable"><img src="https://agentmods.dev/badge/skills/fast-editor/lynkr/impeccable.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00189 | $0.04918 |
| Opus 5 | $0.00095 | $0.02459 |
| Sonnet 5 | $0.00038 | $0.00984 |
| Haiku 4.5 | $0.00019 | $0.00492 |
Grade A, and why
impeccable scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
8 near-identical copies found in the catalogue:
- impeccable — 100% identical, 0 lines differ
- impeccable — 91% identical, 26 lines differ
- impeccable — 89% identical, 34 lines differ
- impeccable — 89% identical, 34 lines differ
- impeccable — 89% identical, 88 lines differ
- klimkit-impeccable — 89% identical, 36 lines differ
- impeccable — 88% identical, 45 lines differ
- impeccable — 88% identical, 22 lines differ
How it starts
The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Designs and iterates production-grade frontend interfaces. Real working code, committed design choices, exceptional craft.
Setup
You MUST do these steps before proceeding:
- Run
node .github/skills/impeccable/scripts/context.mjsonce per session. If you've already seen its output in this conversation, do not re-run it. The script either prints the project's PRODUCT.md (and DESIGN.md when present) as a markdown block, or tells you it's missing. Follow whatever it prints. If it reportsNO_PRODUCT_MD, stop and followreference/init.mdbefore doing anything else. If the output ends with anUPDATE_AVAILABLEdirective, follow it (ask the user once about updating, then continue). It never blocks the current task. - If the user invoked a sub-command (
craft,shape,audit,polish, ...), you MUST readreference/<command>.mdnext. Non-optional. The reference defines the command's flow; without it you will skip steps the user expects. - Familiarize yourself with any existing design system, conventions, and components in the code. Read at least one project file (CSS / tokens / theme / a representative component or page). Required even when you've loaded a sub-command reference in step 2. Don't reinvent the wheel; use what's there when it works, branch out when the UX wins.
- Read the matching register reference. This is non-optional; skipping it produces generic output. If the project is marketing, a landing page, a campaign, long-form content, or a portfolio (design IS the product), read
reference/brand.md. If it is app UI, admin, a dashboard, or a tool (design SERVES the product), readreference/product.md. Pick by first match: (1) task cue ("landing page" vs "dashboard"); (2) surface in focus (the page, file, or route being worked on); (3)registerfield in PRODUCT.md. - If the project is brand-new (no existing CSS tokens / theme / committed brand colors found in step 3), run
node .github/skills/impeccable/scripts/palette.mjsto receive a brand seed color and composition guidance. This is the anchor for your primary brand color. Compose the rest of the palette (bg, surface, ink, accent, muted) around it per the script's instructions. Use OKLCH throughout. Skip this step only if step 3 found committed brand colors in existing tokens; in that case identity-preservation wins.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- reference/adapt.md 9.9 KB
- reference/animate.md 10 KB
- reference/audit.md 7.1 KB
- reference/bolder.md 6.3 KB
- reference/brand.md 10 KB
- reference/clarify.md 10 KB
- reference/codex.md 6.8 KB
- reference/colorize.md 13 KB
- reference/craft.md 12 KB
- reference/critique.md 35 KB
- reference/delight.md 9.5 KB
- reference/distill.md 5.5 KB
- reference/document.md 27 KB
- reference/extract.md 3.3 KB
- reference/harden.md 8.4 KB
- reference/init.md 12 KB
- reference/interaction-design.md 6.4 KB
- reference/layout.md 8.5 KB
- reference/live.md 58 KB
- reference/onboard.md 7.6 KB
- reference/optimize.md 7.4 KB
- reference/overdrive.md 8.8 KB
- reference/polish.md 13 KB
- reference/product.md 3.7 KB
- reference/quieter.md 4.7 KB
- reference/shape.md 11 KB
- reference/typeset.md 14 KB
- scripts/cleanup-deprecated.mjs 8.9 KB runs code
- scripts/command-metadata.json 7.8 KB
- scripts/context-signals.mjs 7.9 KB runs code
- scripts/context.mjs 9.7 KB runs code
- scripts/critique-storage.mjs 8.8 KB runs code
- scripts/design-parser.mjs 25 KB runs code
- scripts/detect-csp.mjs 6.6 KB runs code
- scripts/detect.mjs 620 B runs code
- scripts/detector/browser/injected/index.mjs 67 KB runs code
- scripts/detector/cli/main.mjs 9.5 KB runs code
- scripts/detector/detect-antipatterns-browser.js 191 KB runs code
- scripts/detector/detect-antipatterns.mjs 1.6 KB runs code
- scripts/detector/engines/browser/detect-url.mjs 8.6 KB runs code
- scripts/detector/engines/regex/detect-text.mjs 23 KB runs code
- scripts/detector/engines/static-html/css-cascade.mjs 33 KB runs code
- scripts/detector/engines/static-html/detect-html.mjs 8.9 KB runs code
- scripts/detector/engines/visual/screenshot-contrast.mjs 6.4 KB runs code
- scripts/detector/findings.mjs 363 B runs code
- scripts/detector/node/file-system.mjs 6.7 KB runs code
- scripts/detector/profile/profiler.mjs 4.4 KB runs code
- scripts/detector/registry/antipatterns.mjs 17 KB runs code
- scripts/detector/rules/checks.mjs 101 KB runs code
- scripts/detector/shared/color.mjs 4.4 KB runs code
- scripts/detector/shared/constants.mjs 4.1 KB runs code
- scripts/detector/shared/page.mjs 252 B runs code
- scripts/impeccable-paths.mjs 3.8 KB runs code
- scripts/is-generated.mjs 2.2 KB runs code
- scripts/live-accept.mjs 30 KB runs code
- scripts/live-browser-session.js 3.2 KB runs code
- scripts/live-browser.js 394 KB runs code
- scripts/live-commit-manual-edits.mjs 41 KB runs code
- scripts/live-complete.mjs 2.9 KB runs code
- scripts/live-completion.mjs 969 B runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 174 lines · 189 tokens per session scan A d4bae42afc03
impeccable is a skill published in the GitHub repository Fast-Editor/Lynkr (546 stars, last pushed 4d ago), licensed Apache-2.0. It adds 189 tokens to every session and 4,918 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
forget
Delete specific observations from agentmemory after showing them and getting explicit confirmation. Use when the user says "forget this", "delete memory", "remove that note", or wants to scrub specific data for privacy.
handoff
Resume the most recent agent session for the current working directory, leading with any unanswered question. Use when the user says "where were we", "resume", "handoff", "pick up where I left off", or starts a session with no fresh context.
lesson
Save a correction or hard-won rule as a confidence-weighted lesson that resurfaces before similar work. Use when the user corrects your approach, says "learn this", "always" or "never do X", or you notice yourself repeating a past mistake.
memory-discipline
The session loop that makes agentmemory pay off, recall before starting work, save at decision points, learn from corrections. Use when starting a nontrivial task, after settling a decision or debugging a gotcha, or whenever deciding if something belongs in memory.
remember
Save an insight, decision, or learning to agentmemory's long-term storage with searchable concept tags. Use when the user says "remember this", "save this", "note that", "don't forget", or wants to preserve knowledge for future sessions.
agentmemory-hooks
The agentmemory plugin hooks that capture observations automatically across the agent session lifecycle. Use when explaining how memory gets captured without manual saves, when debugging missing observations, or when tuning what gets recorded.