Install
$ agentstack add skill-trycomp-io-comp-skills-comp-html-guidelines ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Comp HTML Guidelines
A lightweight, self-contained visual style guide for every HTML report, page, dashboard, or analysis produced by a Comp skill. Load it whenever you are about to write or restyle HTML so the result is consistent, polished, and on-brand. It does not change the methodology of the calling skill, it governs only the visual layer.
This is a Knowledge skill. The full rules live in references/style-guide.md and a ready-to-inline stylesheet lives in assets/comp-base.css. Read the style guide before writing HTML.
When to use
- Generate — creating a new HTML report from scratch. Load
references/style-guide.md, inlineassets/comp-base.css, then build. - Apply — the user has existing HTML and wants it styled ("estiliza", "padroniza", "deixa isso bonito", "apply the design"). Load the style guide and re-skin the markup, keeping the content.
- Consult — a question about a specific rule (color, layout, footer, chart). Answer from
references/style-guide.md.
The look in one paragraph
Near-white background (#FAFAF8), content in white cards with a hairline border and soft radius. Comp black (#1F1B17) for text and the hero, Comp red (#F4364C) as the single accent. DM Sans for everything. Generous spacing (24px rhythm). A hero band at the top with the report title and a short subtitle; a "Powered by Comp" footer at the bottom. One accent color only, semantic green/amber/red reserved for good/warning/bad states. No gradients, no decorative icons, no rainbow palettes.
How to build
- Read
references/style-guide.mdin full. - Start from the base scaffold in the style guide and inline
assets/comp-base.cssinside a `` tag (copy it, do not link to a CDN for it). - Load DM Sans from Google Fonts and a charting library (Chart.js) from a CDN if you need charts.
- Build the hero, then the content as cards / tables / stat cards, then the footer.
- Run the self-review checklist at the end of the style guide before delivering.
Escaping user data — required
Reports often embed data that originates from a user upload (names, areas, managers, free-text comments). When you inject any user-derived string into HTML — whether server-side in a script or client-side via innerHTML — escape it first (& " '). Never interpolate raw user text into markup. A name like ` must render as literal text, not execute. When embedding a data blob in a tag, also neutralize tag in the output. | | assets/comp-wordmark-white.svg | Official Comp wordmark (white) — inline in footers/hero on dark or red backgrounds. Crisp vector, no external host. | | assets/comp-wordmark-red.svg | Official Comp wordmark (red #F4364C`) — inline on white/light backgrounds. |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: trycomp-io
- Source: trycomp-io/comp-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.