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 skills add darellchua2/opencode-config-template --skill vision-creation-skillgit clone --depth 1 https://github.com/darellchua2/opencode-config-templateWrote 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/darellchua2/opencode-config-template/vision-creation-skill)<a href="https://agentmods.dev/skills/darellchua2/opencode-config-template/vision-creation-skill"><img src="https://agentmods.dev/badge/skills/darellchua2/opencode-config-template/vision-creation-skill.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00041 | $0.01584 |
| Opus 5 | $0.00020 | $0.00792 |
| Sonnet 5 | $0.00008 | $0.00317 |
| Haiku 4.5 | $0.00004 | $0.00158 |
Grade A, and why
vision-creation-skill 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 — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.
What I do
I provide the Vision Document template and workflow for the customer-facing discovery stage. The Vision captures what the client and delivery team agreed the product should be — before any internal requirements engineering. It is shared WITH the customer for sign-off, unlike the internal SRS.
- Vision Doc template — IIBA "Business Need / Solution Vision" structure
- docs/vision/ naming convention —
VISION-{slug}.md(no draft/final rename, no ticket linkage) - Dual-output rendering — living interactive HTML through the session + .docx on wrap (per
interactive-document-rendering-skill) - Wireframe co-location — wireframes live beside the Vision at
docs/vision/{slug}/wireframe-*.html
When to use me
Use this skill when:
- A customer discovery session is running and needs its output captured
- Someone says "create vision", "vision document", "concept brief", "solution vision", "discovery output"
- You need a customer-facing artifact to align stakeholders and get sign-off (NOT an internal requirements spec — that is
srs-creation-skill)
Trigger phrases: "create vision", "vision document", "concept brief", "solution vision", "discovery output", "capture the vision", "write a vision doc"
Audience & sensitivity
The Vision is customer-facing. Keep tone non-technical where possible, avoid internal tradeoffs (build-vs-buy rationale, non-goals, cost baselines), and treat any client-shared material as confidential. Capture client statements verbatim in a notes section.
Related
discovery-specialist-subagent— the agent that runs the live discovery session and produces the Vision (this skill is its template)interactive-document-rendering-skill— the shared HTML + DOCX rendering standard (living HTML for Vision)wireframer-skill— generates the wireframes co-located atdocs/vision/{slug}/pptx-specialist-subagent— optional customer presentation deck distilled from the Vision (routes internally topptx-generate-slide-skill+pptx-generate-template-skill)srs-creation-skill— the DOWNSTREAM internal doc; the signed Vision feeds into the SRS (different audience, different skill)
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 · 183 lines · 41 tokens per session scan A c29aaf389aaa
vision-creation-skill is a skill published in the GitHub repository darellchua2/opencode-config-template (6 stars, last pushed 2d ago), licensed Apache-2.0. It adds 41 tokens to every session and 1,584 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
csv-workbench
Analyze CSV files in /mnt/data and return concise numeric summaries.
pdf-processing
Process and extract information from PDF documents. Use this skill when the user asks to read, analyze, or extract data from PDF files.
data-analysis
DuckDB-powered analytical engine for large data dumps (JSON, CSV, Parquet). Ingest → Profile → Query → File insights.
cite-sources
How to attribute every factual claim to a corpus document.
google-workspace
Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration via gws CLI (googleworkspace/cli). Uses OAuth2 with automatic token refresh via bridge script. Requires gws binary.
notion
Notion API for creating and managing pages, databases, and blocks via curl. Search, create, update, and query Notion workspaces directly from the terminal.