Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/littlebearapps/pitchdocs/visual-standardsnpx skills add littlebearapps/pitchdocs --skill visual-standardsgit clone --depth 1 https://github.com/littlebearapps/pitchdocsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/littlebearapps/pitchdocs/visual-standards)<a href="https://agentmods.dev/skills/littlebearapps/pitchdocs/visual-standards"><img src="https://agentmods.dev/badge/skills/littlebearapps/pitchdocs/visual-standards.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00056 | $0.00753 |
| Opus 5 | $0.00028 | $0.00377 |
| Sonnet 5 | $0.00011 | $0.00151 |
| Haiku 4.5 | $0.00006 | $0.00075 |
Grade A, and why
visual-standards scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Visual Standards
Emoji Heading Prefixes
Use a single emoji before each H2 heading to create visual anchors when scrolling.
Pattern: ## {emoji} Section Title
Recommended emoji by section type:
| Section Type | Emoji | Example |
|---|---|---|
| Quick start / Getting started | ⚡ | ## ⚡ Quick start |
| Why / Value proposition | 💡 | ## 💡 Why ProjectName? |
| Features | 🎯 | ## 🎯 Features |
| Commands / API / Usage | 🤖 | ## 🤖 Commands |
| Configuration | ⚙️ | ## ⚙️ Configuration |
| Requirements / Prerequisites | 📦 | ## 📦 Requirements |
| Documentation links | 📚 | ## 📚 Documentation |
| Contributing | 🤝 | ## 🤝 Contributing |
| Licence / License | 📄 | ## 📄 Licence |
| Security | 🔒 | ## 🔒 Security |
| Integrations / Plugins | 🔌 | ## 🔌 Integrations |
| How it compares | ⚖️ | ## ⚖️ How it compares |
| Roadmap | 🗺️ | ## 🗺️ Roadmap |
| What it does / Use cases | 🚀 | ## 🚀 What ProjectName Does |
Rules:
- One emoji per heading — never two
- Use the same emoji consistently for the same section type across projects
- Skip emoji prefixes for READMEs under 5 sections
Horizontal Rules as Section Separators
Use --- between major H2 sections to create visual breathing room (especially in 200+ line READMEs).
When to use: After hero/badge section, after TOC, between H2 sections, before licence/footer. When to skip: Between H3 subsections, in short documents (under 150 lines), in non-README files.
Table of Contents with Emoji Anchors
GitHub and GitLab strip the emoji character but retain the leading hyphen. Bitbucket prefixes all heading anchors with markdown-header- — load the platform-profiles skill when targeting Bitbucket.
- [Quick start](#-quick-start)
- [Why ProjectName?](#-why-projectname)
- [Features](#-features)
- [Configuration](#%EF%B8%8F-configuration)
Include a TOC for READMEs with 7+ sections.
Bold Inline Callouts
For brief warnings, tips, and notes, use bold inline callouts rather than GitHub-specific [!NOTE] syntax (which breaks on npm and PyPI).
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 74 lines · 56 tokens per session scan A 0cdf180f4aab
visual-standards is a skill published in the GitHub repository littlebearapps/pitchdocs (8 stars, last pushed 3mo ago), licensed MIT. It adds 56 tokens to every session and 753 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
mockup
Use when defining a new product idea - adaptive purpose/business-plan/scenarios interview persisted to a file, then a traceable markdown mockup.
uiux
Use when deciding how the product's UI should look and how its UX should behave, from the mockup and logic docs - visual direction, design system, and per-screen design chapters via an interview, using capstone's own vendored design method.
skill-builder
Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.
golden-chat-topics
Use when testing the goldenchattopics golden build.
golden-chat-single
Use when testing the goldenchatsingle golden build.
sxo
Search Experience Optimization (SXO) — the bridge between SEO and UX/CRO. Audits the full journey from the SERP click to the on-page goal: SERP click-through factors (title/meta/rich results that win the click), then post-click experience signals that keep users and drive conversions — above-the-fold relevance and…