regenerate-artifact

regenerate-artifact is a skill for Claude Code from All-The-Vibes/ATV-PaperBoard. It costs 35 tokens per session (259 once invoked), scanned A, original, Apache-2.0.

A recovery command for a failed rendered design artifact. It retries generation in three stages: changing the design tier, removing optional components, and using the default design.

In plain words
What is it for?
Use it only after artifact validation reports a failure and a reviewer recommends regeneration. It reports the retry step, new artifact identifier, and final status.
Why use it?
It provides increasingly conservative ways to recover when an artifact fails validation, reducing the need to fix every problem by hand.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the atv-paperboard plugin — 5 skills, 1 agent, 1 hook shipped together

Good fit Use it only after artifact validation reports a failure and a reviewer recommends regeneration. It reports the retry step, new artifact identifier, and final status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/all-the-vibes/atv-paperboard/regenerate-artifact
Install

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.

Any agent
npx skills add All-The-Vibes/ATV-PaperBoard --skill regenerate-artifact
Clone the repo
git clone --depth 1 https://github.com/All-The-Vibes/ATV-PaperBoard

Made for: Claude Code.

Or install atv-paperboard, the plugin that ships this one along with the rest of its 5 skills, 1 agent, 1 hook.

Wrote 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.

agentmods badge for regenerate-artifact

README.md
[![agentmods](https://agentmods.dev/badge/skills/all-the-vibes/atv-paperboard/regenerate-artifact/github.svg)](https://agentmods.dev/skills/all-the-vibes/atv-paperboard/regenerate-artifact)
Your own site
<a href="https://agentmods.dev/skills/all-the-vibes/atv-paperboard/regenerate-artifact"><img src="https://agentmods.dev/badge/skills/all-the-vibes/atv-paperboard/regenerate-artifact/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for regenerate-artifact

Your own site · 80×15
<a href="https://agentmods.dev/skills/all-the-vibes/atv-paperboard/regenerate-artifact"><img src="https://agentmods.dev/badge/skills/all-the-vibes/atv-paperboard/regenerate-artifact.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 259 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.00259
Opus 5 $0.00017 $0.00130
Sonnet 5 $0.00007 $0.00052
Haiku 4.5 $0.00003 $0.00026

Measured 12d ago against content hash 532005543fb0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

regenerate-artifact 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 12d 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.

adapters/claude-code/_dist/skills/regenerate-artifact/SKILL.md · 36 lines

What it actually says

regenerate-artifact

Recovers a failing artifact via three progressively conservative retry steps.

Usage

paperboard regenerate <slug>

When to invoke

  • validate-artifact returns FAIL and the artifact-reviewer recommends REGENERATE_VIA regenerate-artifact.
  • Never invoke without a prior validation failure — check first.

Retry strategy

Step Change Rationale
1 Switch tier (cycle among atv / pico / daisy; atv is default) Different tier/CSS framework may avoid inline color conflicts
2 Drop optional components from input Reduces surface area for color violations
3 Fall back to paperboard.DESIGN.md Known-good default design always lints clean

Output

Prints: Regenerate step=<N> new_slug=<slug> status=ACCEPT|FAIL(<fail_class>)

Exit 0 on ACCEPT, exit 1 if all three steps fail.

Changes

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.

  1. 12d ago First seen · 36 lines · 35 tokens per session scan A 532005543fb0

Subscribe to this mod's changes

regenerate-artifact is a skill published in the GitHub repository All-The-Vibes/ATV-PaperBoard (1 stars, last pushed 26d ago), licensed Apache-2.0. It adds 35 tokens to every session and 259 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

codebase-discovery

Extract domain, architecture, business rules, workflows and a business glossary from an existing (often poorly documented) codebase, then validate the findings with a senior BA/Product Owner one question at a time. Produces onboarding-grade docs under docs/ that give a new team member — human or AI — enough context to…

DiUS/agent-toolkit · 107 tokens

knowledge-curation

Process a source document (functional spec, technical doc, ADR, meeting notes, interview, workshop, glossary) into curated knowledge under /knowledge. Use when asked to curate, extract, decompose, or structure a business document, or when curation is mentioned alongside a file path or attachment or a non-document…

DiUS/agent-toolkit · 102 tokens

go-testing

Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.

Gentleman-Programming/gentle-ai · 26 tokens

rulesync

Generates and syncs AI rule configuration files (.cursorrules, CLAUDE.md, copilot-instructions.md) across 20+ coding tools from a single source. Use when syncing AI rules, running rulesync commands, importing or generating rule files, or managing shared AI coding configurations.

dyoshikawa/rulesync · 64 tokens

establishing-project-context

Use when the user asks to establish shared project language, or project work exposes a conflicting, renamed, or deprecated domain term that needs active semantic modeling. Routine small tasks stay on the fast path.

GanyuanRan/Aegis · 45 tokens

gitnexus

A code-graph analysis add-on for examining an existing codebase, including symbols, call paths, execution flows, and effects across repositories. It can query GitNexus through its command-line or MCP interfaces.

hashgraph-online/awesome-codex-plugins · 58 tokens