grimdevworkbench-artifact

Solid

Workbench Artifact: Create minimal skill-paired browser artifacts with a file-backed data layer, two-way sync, and tiny local server routes.

Data & Documents 19 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Workbench Artifact ## Purpose Use this skill when creating or modifying a Workbench Artifact. Workbench Artifacts combine: - a normal `SKILL.md`; - a tiny local browser artifact; - a text-file data layer agents can patch directly; - two-way sync between browser UI and files; - optional host callbacks for Browser, Codex, annotation tools, or an artifact shell. Keep the default implementation minimal: - no framework; - no database; - no build step; - no generated manifest; - no browser-only source of truth. ## Canonical Paths - Shared standard: `skills/artifacts/artifacts/references/workbench-skills.md` - Skill source: `skills/artifacts/workbench-artifact/SKILL.md` - Sample artifact: `skills/artifacts/workbench-artifact/artifact/index.html` - Default state template: `skills/artifacts/workbench-artifact/artifact/state.json` - Per-project state: `<project-root>/workbench/workbench-artifact/state.json` - Served URL: `http://127.0.0.1:8765/workbench-artifact/` (after `node artifacts/server.js --root <project-root>`) ## Minimal Sync Sample This skill ships the smallest complete sync loop: - `index.html` - `styles.css` - `app.js` - `state.json` - generic server route in `artifacts/server.js` The sample uses: ```text GET /api/workbenches/workbench-artifact/state POST /api/workbenches/workbench-artifact/state ``` Browser edits write the per-project `state.json`. Agent edits to `state.json` reload automatically in the browser. State and media live in `<project-root>/workben...

Details

Author
MindGoblinStudios
Repository
MindGoblinStudios/grim-tome
Created
2 weeks ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

grimdevtext-editor-workbench

Text Editor Workbench: Open a minimal browser note editor with a collapsible file sidebar and autosynced Markdown/text files.

19 Updated yesterday
MindGoblinStudios
AI & Automation Solid

grimartifacts

Artifacts: The house standard for artifacts — small interactive pages agents generate. The minimal version is one self-contained static HTML file; artifacts can grow a small server or extra files when the job genuinely needs them.

19 Updated yesterday
MindGoblinStudios
Data & Documents Featured

project-artifact

Generate and publish a project status artifact — an opinionated, tabbed status page for a project too big for one update (overview & success criteria, the workstream sequence, next steps, plus background, plan, risks & open questions, and decisions/FAQ when they earn a tab) — published with the built-in Artifact tool to a default-private claude.ai page the user can share with teammates. Use when a piece of work spans several workstreams and you want a shareable overview kept current. Each artifact is backed by a small per-project config in the plugin data dir, so refreshing it re-gathers live state, redeploys the same URL, and reports only the delta. For software projects whose workstreams are PRs, also read swe.md (the X.Y PR-numbering convention; pulling PR state with gh/git; a per-PR detail block). Needs the built-in Artifact tool (claude.ai login). Not for single-PR changes or public docs.

36,132 Updated today
anthropics