Интерактивная страница статуса проекта
★ 8.6 · productivity
project-artifact is a Claude Code skill that generates and publishes a tabbed HTML status page for projects too large to fit in a single update — migrations, launches, research efforts, or any initiative with parallel workstreams. The output is a self-contained HTML file (all styles and the tab-switcher script inlined, no external hosts) published via the built-in Artifact tool to a private `https://claude.ai/code/artifact/<uuid>` URL that owners can share with teammates. Tab selection is opinionated: Overview and Workstreams are always present; Attention, Background, Plan, Risks & Open Questions, and Decisions/FAQ each appear only when there is substantive content to fill them. Per-project config lives in `${CLAUDE_PLUGIN_DATA}/artifacts/<slug>/`, enabling refreshes that redeploy to the same URL and report only what changed. For PR-driven software projects, the skill reads `swe.md` and pulls live state via `gh pr list`, `gh pr view`, and `git log` — no manual copy-pasting required.
- #project-tracking
- #artifact-generation
- #status-reporting
- #team-collaboration
- #html-page-builder