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
- Verify that HTML materially improves understanding over concise Markdown, a table, or Mermaid.
- Keep exploration and intermediate renders in the Harness workspace.
- 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. - Replace the baseline body with a focused visualization derived from verified project sources.
- Keep the result at
docs/artifacts/<slug>.htmland its catalog entry indocs/artifacts/index.md. - Ensure
docs/index.mdroutes readers todocs/artifacts/index.md. - Run
scripts/check_artifacts.py <project-root>and fix every issue.