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 Eliyce/paqad-ai --skill expert-notesgit clone --depth 1 https://github.com/Eliyce/paqad-aiWrote 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/eliyce/paqad-ai/expert-notes)<a href="https://agentmods.dev/skills/eliyce/paqad-ai/expert-notes"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/expert-notes/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/eliyce/paqad-ai/expert-notes"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/expert-notes.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00101 | $0.01296 |
| Opus 5 | $0.00051 | $0.00648 |
| Sonnet 5 | $0.00020 | $0.00259 |
| Haiku 4.5 | $0.00010 | $0.00130 |
Grade A, and why
expert-notes 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 yesterday.
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 — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
What It Does
Reads ONE expert's brief and writes that expert's request-time notes: the requirements the request implies, the invariants it must never break, the acceptance behaviour it should show, the risks it carries, and the questions only a human can answer. Each expert is a lens over the same procedure, not a separate skill: the db-expert looks for tables, indexes and migration safety; the security-auditor looks for who may act and who must not; the ux-ui-analyst looks for the six screen states; and so on. The lens is the only thing that changes.
It decides from the brief alone — the request, the grounding pointers, the label — never the whole repo. The pipeline script validates what comes back against the roster, assigns stable ids, and merges it; this skill does the reading and judgement, the script does the checking.
Use This When
- The spec pipeline is running with the expert roster on (
spec_pipeline_experts_enabled), theexpert-need-detectorhas named the experts, and the pipeline has written one brief per expert. Run this skill once per brief.
Do not run this when the experts flag is off — with it off the pipeline is byte-identical to v1 and this skill never runs. Do not invent a role: you write as the role in the brief.
Inputs
role— required. The expert role you are writing as. Read that role's lens inreferences/lenses/<role>.md(for examplereferences/lenses/db-expert.md) and apply it.brief_path— required. The brief the pipeline wrote. It carries the request text, the ticket acceptance criteria when present, the grounding terms and references (pointers, never file bodies), the clarity label and its signals, and the token budget you are granted.
Procedure
- Read the brief at
brief_path. Read your lens inreferences/lenses/<role>.md. - Decide from the request and the grounding only. Do not read the whole repo.
- Write findings about concrete targets — a table, an endpoint, a screen, a journey step — each
about ONE target and making ONE claim. Mark each finding's
kindandseverity; seereferences/finding-kinds.mdfor what each kind becomes in the spec. - Phrase every question as a
PipelineQuestion: business words, options phrased as outcomes, and the grounding reference it is grounded in (ornull). Ask only what the project's own docs cannot answer. - Report the tokens you spent. Stop when the budget in the brief is reached — findings may be empty (you looked and had nothing to add: a valid, cheap outcome).
- Validate the file with
scripts/lint-output.sh, then hand it to the pipeline:paqad-ai spec pipeline experts notes <file>. That runs the deterministic guard (src/spec-pipeline/experts/notes.ts) — an unknown role, kind or severity, or a question in jargon, is refused there; do not re-implement that check.
What ships with it
15 files 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.
- agents/openai.yaml 353 B
- assets/output.template.md 1.0 KB
- references/finding-kinds.md 1.4 KB
- references/lenses/data-modeler.md 1.5 KB
- references/lenses/db-expert.md 1.7 KB
- references/lenses/devops-engineer.md 1.4 KB
- references/lenses/integration-architect.md 1.4 KB
- references/lenses/market-researcher.md 893 B
- references/lenses/performance-analyst.md 1.5 KB
- references/lenses/qa-engineer.md 1.6 KB
- references/lenses/security-auditor.md 1.6 KB
- references/lenses/solution-architect.md 1.5 KB
- references/lenses/user-flow-writer.md 1.5 KB
- references/lenses/ux-ui-analyst.md 1.5 KB
- scripts/lint-output.sh 2.3 KB runs code
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.
- yesterday First seen · 95 lines · 101 tokens per session scan A 5850e3987aa1
expert-notes is a skill published in the GitHub repository Eliyce/paqad-ai (8 stars, last pushed yesterday), licensed MIT. It adds 101 tokens to every session and 1,296 once invoked, about $0.0005 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-11.
Other skills, from other repositories
pr-writing-review
Extract and analyze writing improvements from GitHub PR review comments. Use when asked to show review feedback, style changes, or editorial improvements from a GitHub pull request URL. Handles both explicit suggestions and plain text feedback. Produces structured output comparing original phrasing with reviewer…
session-investigator
Investigate fast-agent session and history files to diagnose issues. Use when a session ended unexpectedly, when debugging tool loops, when correlating sub-agent traces with main sessions, or when analyzing conversation flow and timing. Covers session.json metadata, history JSON format, message structure, tool…
auto-go
A command that implements code from a SPEC, a document describing the required behavior and work.
auto-plan
A code-planning skill that examines a codebase and creates a detailed specification, implementation plan, and acceptance criteria. It can organize requirements using EARS, a structured way to describe how software should behave in different situations.
agent-pipeline
Multi-agent pipeline orchestration skill.
adaptive-quality
Per-task execution profile selection based on complexity in Balanced quality mode.