Language: 日本語English

project-artifact Plugin

Author
Anthropic
Category
Productivity
Topics
Claude Code Customization & Workflow · Project Management & Collaboration · Documents & Content Creation
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

project-artifact is a Claude Code plugin that generates and publishes a living status page for projects with several workstreams tracked over time, such as a migration, a launch, or a research effort. Per the README, the page is a single self-contained tabbed HTML file covering overview & success criteria, the workstream sequence, an always-visible "Next steps" strip, and optional background/plan/risks/FAQ tabs. It is published via Claude Code's built-in Artifact tool to a private claude.ai/code/artifact/... URL that can be shared with teammates. Saying "refresh the artifact" in a later session re-gathers live state and redeploys to the same URL, reporting only what changed. Using it requires a claude.ai login (not available on API key, Bedrock, or Vertex sessions) and Artifacts beta access on Team/Enterprise plans, with the gh CLI as an optional dependency for PR-driven projects.

Overview

project-artifact is not a standalone SaaS; it is a plugin for Claude Code that uses Claude Code's built-in Artifact tool to build and maintain a shareable status page for multi-workstream projects.

What you can do with project-artifact

  • Run /project-artifact (or ask for a status page) and point it at the project's sources — the repo and its PRs, a tracker, a design doc — to build and publish the page and get its URL.
  • Keep the page private until you choose to share it from the claude.ai viewer.
  • Say "refresh the artifact" in a later session to re-gather live state, redeploy to the same URL, and receive a short summary of what changed.
  • For PR-driven software projects, view the PR sequence numbered by dependency order with live PR/CI/review state pulled via the optional gh CLI.
  • Rely on per-project state (config and latest render) stored locally in the plugin's data directory, while the published artifact serves as the shareable copy.

Sources

Original description (English)

Generate and publish a living project status page — overview & success criteria, the workstream sequence, and next steps — as a shareable claude.ai artifact backed by a per-project config, so refreshes re-gather live state, redeploy the same URL, and report only the delta.

History of project-artifact

Back to list