project-artifact

project-artifact is a skill for Claude Code from anthropics/claude-plugins-official. It costs 202 tokens per session (4,900 once invoked), scanned A, original, Apache-2.0.

A skill that creates a tabbed project status page for work involving multiple parallel or dependent workstreams. It generates a self-contained HTML page and publishes it privately so teammates can view it.

In plain words
What is it for?
Use it for software migrations, research efforts, launches, and other projects that need continuing status updates.
Why use it?
It organizes project context, progress, next steps, risks, and decisions in a format that is easier to navigate and share.

Skill for Claude Code ✓ vendor

Written for Claude Code: user-invocable in frontmatter.

Part of the project-artifact plugin — 1 skill shipped together

Good fit Use it for software migrations, research efforts, launches, and other projects that need continuing status updates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/anthropics/claude-plugins-official/project-artifact
About the project

Claude Code Plugins Directory is a marketplace containing plugins for Claude Code, including tools, commands, skills, agents, hooks, and model context servers. Claude Code users browse it to install Anthropic-maintained or approved third-party extensions.

anthropics/claude-plugins-official · 36,026 stars · on GitHub · code.claude.com

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 anthropics/claude-plugins-official --skill project-artifact
Clone the repo
git clone --depth 1 https://github.com/anthropics/claude-plugins-official

Made for: Claude Code.

Or install project-artifact, the plugin that ships this one along with the rest of its 1 skill.

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 project-artifact

README.md
[![agentmods](https://agentmods.dev/badge/skills/anthropics/claude-plugins-official/project-artifact.svg)](https://agentmods.dev/skills/anthropics/claude-plugins-official/project-artifact)
Your own site
<a href="https://agentmods.dev/skills/anthropics/claude-plugins-official/project-artifact"><img src="https://agentmods.dev/badge/skills/anthropics/claude-plugins-official/project-artifact.svg" alt="Measured on agentmods" height="20"></a>
Per session 202 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,900 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. Third-party audits
  • Socket pass 14 Aug 2026
  • Snyk warn 14 Aug 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 43
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00202 $0.04900
Opus 5 $0.00101 $0.02450
Sonnet 5 $0.00040 $0.00980
Haiku 4.5 $0.00020 $0.00490

Measured 5d ago against content hash 34e13249dba8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

project-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 5d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/project-artifact/skills/project-artifact/SKILL.md · 262 lines

How it starts

The opening of the file, as written. The whole thing — 262 lines — stays where its author put it; the contents beside it link to each section on GitHub.

project-artifact — an opinionated project status page

This skill produces one specific kind of artifact: a tabbed status page that represents a project too big for one update — a software migration, a research effort, a launch, an org initiative; anything with a set of parallel/dependent workstreams tracked over time. It generates the HTML (one file, self-contained — the Artifact CSP blocks all external hosts, so everything is inlined; the only <script> is the tab switcher) and publishes it with the built-in Artifact tool to https://claude.ai/code/artifact/<uuid>. The page is default-private; the viewer gives the owner a version picker and lets them share it with teammates. (The general "render any HTML/Markdown to a web page" capability is the built-in Artifact tool; this is the project-tracker structure on top — defining what an artifact is belongs to that tool, not here.)

The SWE specifics for PR-driven projects are in swe.md, kept out of this file so the project-artifact structure stays domain-neutral.

Workflow

  1. Resolve the artifact config, then locate the project. Each project gets a directory at ${CLAUDE_PLUGIN_DATA}/artifacts/<slug>/ holding config.md (see "The artifact config" below) and page.html (the current render); listing artifacts/ is the registry of this skill's artifacts on this machine (enumerate it with Glob or a directory read — a shell listing of the data dir can be blocked in restricted environments). If the user names a project, load that slug; if exactly one config matches the session (its repo is the cwd, or its project came up in conversation), use it; a config that exists means this is a refresh — follow "Refreshing an artifact" below. No config means a first build: gather from scratch and write the config after the first publish — but if the user says the project already has a published artifact (made on another machine or in a lost session), get that URL and record it instead of minting a new one. Then collect the source material: the goal, the set of workstreams (PRs, milestones, sub-projects, tasks), owners, dates, and any sibling docs (design doc, plan, spec). Pull whatever the domain gives you cheaply — always live, never from memory or earlier turns — for software that's gh pr list / git log / gh pr view (see swe.md); for other domains it's the project doc, a tracker, a spreadsheet, your own notes. If the source is itself an existing claude.ai/code/artifact/... page to reshape, fetch it — see "Reading an existing artifact page" below. Don't ask the user to paste content or hand you a local file as a substitute for fetching it yourself.

Read the full file on GitHub · 262 lines

Files

What ships with it

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

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. 5d ago First seen · 262 lines · 202 tokens per session scan A 34e13249dba8

Subscribe to this mod's changes

project-artifact is a skill published in the GitHub repository anthropics/claude-plugins-official (36,026 stars, last pushed yesterday), licensed Apache-2.0. It adds 202 tokens to every session and 4,900 once invoked, about $0.0010 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-09-03.

Related

Other skills, from other repositories

syndic

Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…

romainsimon/paperasse · 194 tokens

template-instantiation

Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect…

managedcode/dotnet-skills · 168 tokens

note-improvement

Capture an out-of-scope improvement opportunity so it doesn't get lost. Use when the user asks to "note improvement", "save improvement", "track this for later", "remember this improvement", "note this idea", "log improvement", "backlog this", or "park this idea". Also invoke proactively when noticing something…

tobihagemann/turbo · 107 tokens

Product Strategy

A comprehensive skill for product strategy — covering frameworks, opportunity sizing, prioritization, roadmap building, OKRs, and stakeholder management. From early-stage discovery to mature product org execution.

cosmicstack-labs/mercury-agent-skills · 39 tokens

to-issues

A planning aid that breaks a PRD or technical specification into small implementation issues, each covering a complete, demonstrable piece of work.

smallnest/goal-workflow · 96 tokens

handover-admin

Generate comprehensive admin documentation for AEM Edge Delivery Services project handover. Use when handing over admin responsibilities, onboarding a new site administrator, or documenting admin procedures — e.g., "admin guide", "admin documentation", "admin handover".

adobe/skills · 52 tokens