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

Html Canvas

skill-bks-lab-open-bridge-html-canvas · by bks-lab

>-

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

Install

$ agentstack add skill-bks-lab-open-bridge-html-canvas

✓ 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-bks-lab-open-bridge-html-canvas)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Canvas? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

html-canvas

Generate rich single-file HTML that reads well, themes light/dark, switches DE/EN, and pulls every colour from DESIGN.md — the genre we keep hand-building (explainers, reference kits, concept/architecture pages, use-case boards, multi-section docs). One file, offline, no external dependencies, native UTF-8.

> Scope: html-canvas owns content-as-document — bilingual > explainers, reference/concept/architecture pages, multi-section docs — with > first-class light/dark + DE/EN toggles and a DESIGN.md-token section catalog. > Marketing / landing / pitch pages belong to a style-picker design skill, > if your Bridge ships one.

The three controls every deliverable ships

These are the point of the skill — they come baked into the shell, don't reinvent them:

  1. Light / Dark — button + key T + localStorage, anti-FOUC pre-paint in

`, OS preference when unset. Applied via the .dark class on ` (DESIGN.md convention).

  1. DE / EN — button + key L + localStorage. Every translatable run ships

as data-de/data-en siblings; the swap is pure CSS. Default = the conversation language. (Repo/OSS-shipped artifacts stay English regardless.)

  1. Print / PDF — first-class: chrome hidden, reveals forced visible, dark

pages forced to a light palette for clean paper.

How to build

One page: copy assets/shell.html → fill the {{placeholders}} → compose ` from the blocks in references/sections.md → add behaviours from references/interactivity.md and motion from assets/animations.css if wanted. Render light **and** dark, DE **and** EN, then file under work/tasks//deliverables/`.

A kit (many pages/boards): use the parallel-builder workflow in references/build-workflow.md — one convention audit emits a shared shell, N builders run concurrently on it, one adversarial reviewer checks every page, then integrate + write an index launcher. This is how the 12-board sets get built consistently.

Tokens: regenerate the CSS variable layer from the design system with

python3 skills/html-canvas/scripts/design-to-css.py --out /tmp/tokens.css

and paste it over the shell's brand-token block. Never hand-pick a brand colour; if a token is missing, add it to DESIGN.md first, then regenerate.

Repo / project → architecture explainer

Turn a codebase (or its existing architecture doc) into a sectioned architecture explainer. Full playbook: references/repo-analysis.md. Two paths:

  • Scan a doc (cheap) — the repo already has an architecture/design doc → read it

as the source, extract the spec, render. (The doc-driven path.)

  • Scan a repo/project (offered, opt-in) — no doc, or you want ground-truth from

code → offer a subagent fan-out (one agent per facet: modules, data model, flows, deps, …), synthesize an Architecture Spec, then render. It's heavy, so it's an offer, never automatic.

Always seed with facts first: python3 skills/html-canvas/scripts/repo-scan.py . Verify against code — every component/edge/flow cites a real path; unsourced architecture goes under a caveat ("unverified"), never stated as fact.

Bundled resources

| File | What | Read it when | |------|------|--------------| | assets/shell.html | The starting template: tokens + theme + DE/EN + print + base styles | Always — it's the skeleton you copy | | references/sections.md | ~20 copy-paste section blocks (headers, flows, swimlanes, matrices, KPIs, timelines, callouts, …) | Composing ` | | references/interactivity.md | Optional vanilla JS: scroll-reveal, slide engine, count-up, filtering, data hydration | Adding behaviour | | assets/animations.css | Optional motion layer, all prefers-reduced-motion-gated | Adding animation | | references/build-workflow.md | Parallel-builder workflow + the full quality/voice/accessibility bar | Multi-page kits, or before calling any page done | | scripts/design-to-css.py | DESIGN.md → :root + html.dark CSS custom properties | (Re)generating tokens | | references/repo-analysis.md | Repo/doc → Architecture-Spec → sections: doc-scan + offered subagent fan-out + spec→block mapping | Building an architecture explainer from a repo | | scripts/repo-scan.py` | Deterministic repo inventory (languages, entry points, deps, docs) — the factual seed | Before analyzing any repo |

Non-negotiables (full list in references/build-workflow.md)

  • No Google Fonts / any third-party font CDN — GDPR. System-stack Inter or a

data-URI-inlined woff2.

  • DESIGN.md is the colour SoT — tokens only, never hand-picked hex. "large =

light" (headings ≥24px → weight 300). Accent gradient only on 1–2 accent words + the wordmark; never the cyan→purple-on-text AI-slop tell.

  • Colour = meaning, not decoration — neutral chrome + one indigo accent;

semantic lens/actor colours are the only exception and always ship a legend; status reads by shape (● ◐ ✗ –) first.

  • SOUL.md voice — no hero-arc/hype/slogans; the user is the sender (recipients

in 3rd person); verify-before-claim (unsourced facts get an explicit caveat).

  • Accessibility + reduced-motion + print are part of "done", not extras.

> A clean flat page also happens to import reasonably into Figma — that's a side > benefit of good markup, not a mode or a constraint. See the optional note in > references/build-workflow.md if a specific deliverable is meant for Figma.

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.