Source profileQuality 92/100Review permissions

Peiiii/nextclaw/skills/impeccable/SKILL.md

impeccable

Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detector CLI.

Source repository stars
252
Declared platforms
0
Static risk flags
1
Last source update
2026-08-25
Source checked
2026-08-25

Decision brief

What it does: where it fits

Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detector CLI.

Best for

  • Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detecto…

Not for

  • Design context is missing
  • The user wants critique or audit, but the detector CLI is unavailable

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/Peiiii/nextclaw --skill "skills/impeccable"
Safe inspection promptEditorial

Inspect the Agent Skill "impeccable" from https://github.com/Peiiii/nextclaw/blob/e4c0aac5d77702831580622c54c469feeae343a1/skills/impeccable/SKILL.md at commit e4c0aac5d77702831580622c54c469feeae343a1. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Deterministic First-Use Workflow

    When this skill triggers, follow this order.

    design context setup,feature shaping,build or redesign,
  2. 02

    Step 0: Verify the bundled assets exist

    If any of these checks fail, the skill is not correctly installed in the current workspace.

    If any of these checks fail, the skill is not correctly installed in the current workspace.
  3. 03

    Step 1: Classify the user's need

    Choose the smallest matching workflow:

    design context setup,feature shaping,build or redesign,
  4. 04

    Step 2: Gate on design context before real design work

    Before doing meaningful design work, confirm these minimum inputs:

    target audience,primary use cases or jobs to be done,brand personality or interface tone.
  5. 05

    Step 3: Load only the matching local workflow

    Prefer the smallest relevant asset instead of reading everything:

    feature shaping:build or redesign:design critique:

Permission review

Static risk signals and limitations

Runs scripts

medium · line 151

The documentation asks the agent to run terminal commands or scripts.

node --version

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score92/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars252SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
Peiiii/nextclaw
Skill path
skills/impeccable/SKILL.md
Commit
e4c0aac5d77702831580622c54c469feeae343a1
License
MIT
Collected
2026-08-25
Default branch
master
View the original SKILL.md

Impeccable

Overview

Use this skill when the user wants stronger frontend design quality inside NextClaw.

This marketplace skill adapts the upstream pbakaus/impeccable project into a single installable NextClaw skill package with:

  • one top-level workflow router,
  • bundled local references for typography, color and contrast, layout, motion, interaction, responsive design, and UX writing,
  • bundled workflow guides for shaping, crafting, critique, audit, polish, and design-system extraction,
  • and an optional upstream impeccable detector CLI for deterministic anti-pattern scans.

Be explicit about the boundary:

  • This skill owns design-context gating, workflow selection, expectation-setting, and detector readiness guidance.
  • The bundled local references own the detailed design vocabulary.
  • The optional upstream impeccable CLI owns deterministic anti-pattern detection.
  • NextClaw, the current repository rules, and the active runtime own actual implementation and execution.

Do not present third-party detector output as built-in NextClaw capability. Do not pretend the detector is ready when it is not.

What This Skill Covers

  • design context setup before UI work,
  • feature shaping before code is written,
  • distinctive frontend implementation guidance that avoids generic AI aesthetics,
  • focused passes on typography, color, layout, motion, interaction, responsive behavior, and microcopy,
  • design critique and technical UI audit,
  • final polish before shipping,
  • design-system extraction from repeated patterns,
  • optional detector-assisted anti-pattern scans when the upstream CLI is available.

What This Skill Does Not Cover

  • inferring the real audience or brand tone purely from code,
  • silently installing npm packages or downloading the detector runtime,
  • claiming detector-based evidence when Node/npm or the CLI are unavailable,
  • overriding a stricter local design system or project rulebook,
  • turning every design request into the same maximalist or marketing-style aesthetic,
  • pretending that an upstream multi-command ecosystem maps one-to-one onto NextClaw command surfaces.

Install Boundary

Always distinguish these paths:

  • NextClaw marketplace install: nextclaw skills install impeccable
  • Installed NextClaw skill assets: <workspace>/skills/impeccable/
  • Optional upstream detector runtime: npm install -g impeccable
  • Upstream standalone bundles for other tools: https://github.com/pbakaus/impeccable

Installing the marketplace skill does not install the upstream detector automatically.

Deterministic First-Use Workflow

When this skill triggers, follow this order.

Step 0: Verify the bundled assets exist

Check:

test -f skills/impeccable/SKILL.md
test -f skills/impeccable/references/typography.md
test -f skills/impeccable/workflows/critique.md

If any of these checks fail, the skill is not correctly installed in the current workspace.

Step 1: Classify the user's need

Choose the smallest matching workflow:

  • design context setup,
  • feature shaping,
  • build or redesign,
  • design critique,
  • technical audit,
  • final polish,
  • design-system extraction,
  • focused pass: typography, color, layout, motion, interaction, responsive behavior, or UX copy.

Step 2: Gate on design context before real design work

Before doing meaningful design work, confirm these minimum inputs:

  • target audience,
  • primary use cases or jobs to be done,
  • brand personality or interface tone.

Do not infer these from code alone.

If the user already supplied them in the current conversation, proceed. If not, ask the smallest number of targeted questions needed to unblock the work. If the user wants this context persisted for future sessions, ask before writing a local .impeccable.md.

Step 3: Load only the matching local workflow

Prefer the smallest relevant asset instead of reading everything:

For focused passes, load only the relevant references:

For critique scoring or persona framing, also load:

Step 4: Treat the detector CLI as optional runtime, not a default assumption

Only use the upstream detector when the user wants automated anti-pattern evidence, or when audit or critique would materially benefit from it.

First verify runtime prerequisites:

command -v node
node --version
command -v npm
command -v npx
command -v impeccable

If impeccable is already installed, verify it with:

impeccable --help

If the CLI is missing:

  • explain that the bundled NextClaw skill is ready, but the optional detector runtime is not,
  • keep going with the bundled references when the user only needs design guidance,
  • ask before any install or download step because npm install -g impeccable or npx impeccable ... changes local machine state.

If the detector is available, prefer a read-only smoke before a large scan:

impeccable detect --fast --json <target>

Use --fast for large directories. Narrow scope before scanning very large repos.

Workflow Routing Guidance

New feature or major redesign

Start with:

Then continue with:

Load the minimum supporting references based on the brief.

Existing UI needs feedback

Use:

If the issue sounds implementation-heavy rather than experiential, prefer:

Existing UI is close but not finished

Use:

Existing product has repeated patterns that should become a design system

Use:

Focused fixes without a full redesign

Choose the smallest relevant reference and stay scoped:

Safe Usage Rules

  • Do not start real design work until the minimum design context is known.
  • Prefer shaping before large greenfield frontend work.
  • Preserve the existing design system when the user is working within an established product.
  • Prefer read-only critique or audit before sweeping rewrites when the problem is still unclear.
  • Ask before writing .impeccable.md or installing/downloading the detector runtime.
  • Treat detector findings as evidence, not unquestionable truth; false positives must be called out.
  • Be honest when the result still feels generic or AI-generated.
  • Keep recommendations grounded in the user's product, not a stock aesthetic template.

Troubleshooting

Design context is missing

  • Stop guessing.
  • Ask the smallest targeted question set needed to recover the audience, use case, and tone.

The user wants critique or audit, but the detector CLI is unavailable

  • Continue with the bundled critique or audit workflow.
  • Be explicit that the result is expert review without detector evidence.
  • Offer the optional detector install path only if the user wants it.

The current repo already has a stricter design system

  • Follow the stricter local system.
  • Use Impeccable as a quality and taste layer, not as authority to override established product rules.

Detector output conflicts with good product judgment

  • Say so plainly.
  • Keep the detector result as a signal, but prioritize verified user impact and visual judgment.

Success Criteria

This skill is working correctly when:

  • design work starts from explicit audience, use case, and tone rather than guesswork,
  • the smallest relevant workflow or reference is loaded,
  • the resulting interface avoids obvious generic AI aesthetics,
  • critique and audit outputs are specific, prioritized, and actionable,
  • optional detector scans are only used when their runtime is actually ready,
  • and the skill raises the design bar without hiding setup reality.

Attribution

This skill adapts the upstream pbakaus/impeccable project for the NextClaw marketplace.

Source mapping is documented in references/SOURCES.md.

Frequently asked questions

What to verify before installation and use

What does the impeccable source document cover?

Use when the user wants distinctive, production-grade frontend design, anti-generic AI aesthetics, UX critique, technical UI audits, or final polish through bundled Impeccable references and an optional upstream detector CLI.

How do I install impeccable?

The source record exposes this install command: npx skills add https://github.com/Peiiii/nextclaw --skill "skills/impeccable". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged exec-script in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing