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 -g

Markdown · default

artifact · structured

Week 19 · revenue

42
PRs shipped
8
P0 open
Shipped. Threaded comments rolled to 100% Friday.
Mon · Schema migrated

Same content. Left rendered as a markdown fallback. Right rendered with artifact-css.

04 · Install

Three paths.

Pick the one that matches the shape of what you're building. All three play well together.

path ACDN

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">
path Bskills.sh

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 --all
path Ctemplate

Curl 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