harness-artifact

Installation
SKILL.md

Harness Artifact

Create final documentation visualizations for project users. An artifact is versioned canonical documentation, not application code, a product prototype, or a draft.

Procedure

  1. Verify that HTML materially improves understanding over concise Markdown, a table, or Mermaid.
  2. Keep exploration and intermediate renders in the Harness workspace.
  3. Run scripts/create_artifact.py <project-root> <slug> --title "<title>" --summary "<summary>" to create a neutral baseline and index entry. Use a lowercase kebab-case slug.
  4. Replace the baseline body with a focused visualization derived from verified project sources.
  5. Keep the result at docs/artifacts/<slug>.html and its catalog entry in docs/artifacts/index.md.
  6. Ensure docs/index.md routes readers to docs/artifacts/index.md.
  7. Run scripts/check_artifacts.py <project-root> and fix every issue.

Artifact Contract

Installs
4
First Seen
Jul 15, 2026
harness-artifact — cekrauseee/harness