agentsclimarketplace

Validate artifact

Skill All-The-Vibes/ATV-PaperBoard/adapters/claude-code/_dist/skills/validate-artifact

Cross-harness HTML artifact toolkit for AI coding agents. Native plugins for Claude Code, Codex CLI, and GitHub Copilot CLI + GitHub Actions recipe for the Copilot Coding Agent. One Python core, four pillars: Enforce, Render, Persist, Compound. Apache-2.0.

Install
npx -y skills add All-The-Vibes/ATV-PaperBoard --skill validate-artifact

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 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.

What its author says it does

Copied from the file, not written here

Run ENFORCE checks on a rendered artifact slug: Google design.md lint + HTML-side color-token trace. Reports ACCEPT or FAIL with fail_class. Invokes `paperboard validate`.

SKILL.md

1.0 KB, as published. Nobody here has run it

validate-artifact

Enforces design contract compliance on a previously rendered artifact.

Usage

paperboard validate <slug>

When to invoke

  • After render-artifact completes, to confirm the artifact is compliant.
  • When the artifact-reviewer agent requests validation.
  • Before publishing or persisting an artifact as final.

Checks performed

  1. lint@google/design.md JSON lint on the paired DESIGN.md sidecar.
  2. color-trace — Every inline hex color in the HTML must appear in the DESIGN.md Colors section.

Output

Prints one of:

  • ✓ ACCEPT slug=<slug> — all checks passed; exit 0.
  • ✗ FAIL(<fail_class>) slug=<slug> — details follow; exit 1.

fail_class is one of: none | lint | color-trace | environment

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.