artifact-css · v0.1 · open source · MIT
Stop shipping markdown.
Ship artifacts.
Eleven agent skills wire real HTML artifacts into any agent — status reports, plans, slide decks, clickable flows, interactive editors. Each output: one self-contained .html. A real document. Not a wall of markdown.
npx skills add olakunlevpn/olakunlevpn-artifact-skills -gMarkdown · default
artifact · structured
Week 19 · revenue
Same content. Left rendered as a markdown fallback. Right rendered with artifact-css.
03 · Pattern catalog
Eleven archetypes. All shipped.
Each card opens a live, single-file demo. Open the source — every artifact is one self-contained .html.
Foundation
Tokens, components, and the page skeleton every artifact starts from.
Reports
Status updates, post-mortems, incident timelines, PR writeups.
Plans & comparisons
Implementation plans with milestones. Side-by-side comparisons. Roadmaps.
Code review
Annotated diffs with margin comments, severity chips, hunk anchors.
Explainers
Concept primers with collapsible sections, tabbed code, glossary tooltips.
Editors
Triage boards, feature-flag panels, prompt tuners. Drag, slide, export.
Slide decks
Arrow-key slide decks. Hash-routed. Presentation-ready.
Clickable flows
Multi-screen prototypes with hotspot routing.
Diagrams
Flowcharts, module maps, SVG figure sheets. Inline SVG only.
Design systems
Living design system pages. Component variants. Render-next-to-source.
Sandboxes
Tunable animation playgrounds. Live CSS spec output.
04 · Install
Three paths.
Pick the one that matches the shape of what you're building. All three play well together.
Link the CSS into any HTML file
Self-hosted from this site, 7-day immutable edge cache, CORS-enabled.
<link rel="stylesheet"
href="https://artifact-skills.netlify.app/artifact.css">Install the skills into any agent
Single command. Symlinks into Claude Code, Cursor, Codex, and 50+ other agent runtimes.
npx skills add olakunlevpn/olakunlevpn-artifact-skills -g --allCurl a starter template
Download one template HTML file directly. Replace {{PLACEHOLDER}} tokens, save, ship.
curl -O https://artifact-skills.netlify.app/templates/artifact-report/status-report.html