Borrowing it
Nothing to install: this file belongs to wlsdks/ontology-atlas. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/wlsdks/ontology-atlas/main/.agents/skills/parallel-brief/SKILL.mdgit clone --depth 1 https://github.com/wlsdks/ontology-atlasWrote 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/wlsdks/ontology-atlas/parallel-brief)<a href="https://agentmods.dev/skills/wlsdks/ontology-atlas/parallel-brief"><img src="https://agentmods.dev/badge/skills/wlsdks/ontology-atlas/parallel-brief/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/wlsdks/ontology-atlas/parallel-brief"><img src="https://agentmods.dev/badge/skills/wlsdks/ontology-atlas/parallel-brief.svg" alt="Reviewed on agentmods" width="80" 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.00032 | $0.00697 |
| Opus 5 | $0.00016 | $0.00349 |
| Sonnet 5 | $0.00006 | $0.00139 |
| Haiku 4.5 | $0.00003 | $0.00070 |
Grade A, and why
parallel-brief 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 — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Parallel brief
Concurrency is not the risk; uncoordinated shared state is. Every rule here came from a real failure on 2026-08-03 or 2026-08-04.
1. Give every browser run its own server
playwright.config.ts may reuse an existing local server. Two agents can
therefore measure different code while both report success.
- Assign a unique port and explicit
PLAYWRIGHT_BASE_URL. - Use
PLAYWRIGHT_STATIC=1when proof must cover the exported build. - Run one spec at a time so server failure is distinguishable from product failure.
2. One person owns each ratchet baseline
Two branches lowering the same literal from one stale starting value cannot be combined arithmetically. The merging owner recounts after integration, lowers the number once, and proves one step lower turns red.
Only one agent edits a ratchet file. Others may report measurements, never commit competing baselines.
3. Worktrees and stash
- Never run
git add -A; a worktree directory can be staged as an empty gitlink. - Subagents do not remove worktrees. The coordinating owner may remove a task-created worktree only after confirming ownership, preserved changes, and no active users. Otherwise report its path for later cleanup.
- Never use
git stash; stash is repository-wide and has erased another agent's work in this project.
4. Keep measurement scratch outside the repository
Git may ignore a path that ESLint still scans. Probe files under output/ or
.tmp/ have inflated warning counts before. Measure inside the assigned
worktree, write scratch under /tmp, and report the exact checkout used.
5. Assign file ownership
| Role | Owns | Everything else |
|---|---|---|
design-system |
control-class.ts, ramps in globals.css, the canonical Design System section |
read-only |
design-guardian |
visual and interaction implementation | — |
| implementation agent | explicitly assigned consumer files | specification files read-only |
| audit agent | inventory and report | edit only an obvious, reversible defect when authorized |
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 Changed · +2 lines b94f31b86268
- 11d ago First seen · 71 lines · 32 tokens per session scan A 1ff16a9f804e
parallel-brief is a skill published in the GitHub repository wlsdks/ontology-atlas (103 stars, last pushed today), licensed MIT. It adds 32 tokens to every session and 697 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-08-30.
Other skills, from other repositories
graph-mutation-plan
Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.
open-ontologies
AI-native ontology engineering using 50+ MCP tools backed by an in-memory Oxigraph triple store. Build, validate, query, and govern RDF/OWL ontologies with a generate-validate-iterate loop. Use when building ontologies, knowledge graphs, RDF data, SPARQL queries, BORO/4D modeling, SHACL validation, clinical…
mykg
Run mykg knowledge-graph commands inside Claude Code from one slash command /mykg. The user describes intent in natural language (extract, append, sync, resume, approve, walkthrough, parse-docs, fetch-web, query); the skill parses intent, builds the right mykg CLI command from the live --help output, confirms, runs…
accurate-code
Use when implementing or modifying code with Kontext Brain so each behavior-bearing logic unit is grounded in current provenance-backed decisions, domain terms, invariants, and Evidence.
container-manager-kg-ingestion
Snapshot a host's Docker/Podman/Swarm inventory into the epistemic-graph knowledge graph as typed OWL nodes via the container-manager-mcp MCP server — containers, images, volumes, networks, swarm services and nodes, with their :usesImage / :runsOn / :builtFrom links. Use when the agent must record live container state…
memtrace-first
Route code discovery, debugging, flow tracing, how-code-works questions, and pre-edit rationale checks in indexed source-code repos to Memtrace graph plus Cortex decision tools. Use first before searching/reading code, and before editing, refactoring, deleting, or re-picking an approach that may have a recorded…