AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Html Artifact Report

skill-deepcogneural-html-artifact-report-skill-html-artifact-report-skill · by DeepCogNeural

Create HTML report artifacts from notes or Markdown with paired JSON manifests for AI-agent audit and reuse.

No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add skill-deepcogneural-html-artifact-report-skill-html-artifact-report-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-deepcogneural-html-artifact-report-skill-html-artifact-report-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Html Artifact Report? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

HTML Report Artifact

Use this skill when a substantial answer, review, analysis, decision memo, or research summary should become a durable artifact instead of a long chat response.

Produce exactly two primary outputs:

  • artifact.html — the human-facing report.
  • artifact.json — the agent-facing manifest.

The JSON manifest is not a prose duplicate. It is a structured record of sections, components, claims, evidence, limitations, source hashes, and verification.

Files to read first

Resolve paths relative to this SKILL.md.

  1. SPEC.md — the public contract.
  2. templates/desktop-report-template.html — the canonical HTML baseline.
  3. components/report-components.md — allowed report components.
  4. references/anti-slop.md — visual anti-patterns to avoid.
  5. One complete example under examples/.

Workflow

  1. Identify the reader, decision, evidence, and source material.
  2. Draft the semantic outline before writing HTML:
  • summary
  • sections
  • components
  • claims
  • evidence
  • verification
  • limitations
  1. Create artifact.json from the outline.
  2. Create artifact.html from templates/desktop-report-template.html.
  3. Ensure HTML and JSON section IDs match exactly, with no duplicates or unregistered extras.
  4. Ensure HTML and JSON component IDs match exactly, with no duplicates or unregistered extras.
  5. Hash every local evidence file listed in artifact.json.
  6. Run:
python3 scripts/check_html_artifact.py artifact.html
python3 scripts/check_artifact_json.py artifact.json --html artifact.html

For repository examples, run:

python3 scripts/check_examples.py
python3 -m unittest discover -s tests

HTML requirements

  • Start with ``.
  • Include ``.
  • Use a single .page main column at max-width:1180px.
  • Use the canonical font tokens:
  • --serif: ui-serif, Georgia, "Times New Roman", serif
  • --sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif
  • --mono: ui-monospace, "SF Mono", Menlo, Monaco, monospace
  • Use the canonical warm palette tokens:
  • #FAF9F5
  • #141413
  • #D97757
  • Include:
  • answer-first TL;DR
  • summary cards
  • decision note cards for Adopt Now / Hold Back / Revisit Later style buckets when the report needs plain-language judgment
  • real sections with a small numbered pill, a short .sec-intro, and quiet article-like spacing
  • at least one visual or table
  • folded evidence
  • verification and limitations

JSON requirements

The manifest must validate against contract/artifact-report.schema.json.

Required top-level fields:

  • schema_version
  • artifact_id
  • title
  • template_version
  • source_hashes
  • sections
  • components
  • claims
  • evidence
  • verification
  • limitations

Style rules

  • Be answer-first.
  • Keep the visible page like a language report, not a component audit. Put typography tokens, commands, raw tables, and implementation notes in folded evidence unless the report is specifically about those details.
  • Keep dense raw evidence folded behind ``.
  • Do not invent data.
  • Label missing evidence clearly.
  • Do not show format-compliance notes to the reader.
  • Do not add a sticky sidebar, a default table of contents, or tab-hidden main content.
  • Do not use decorative emoji as structural icons.
  • Do not use purple gradients, neon colors, GitHub-dark #0D1117, or generic SaaS dashboard shells.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.