brief

A skill for turning locally saved briefs into tickets. A brief can contain a screen recording, annotated screenshot, voice transcript, or written description.

In plain words
What is it for?
Use it to process briefs from the Chrome extension into Linear, Jira, GitHub, or Notion tickets, then clean up the processed brief.
Why use it?
It gathers the user's report from the available files and files a ticket in the requested project system without assuming every brief has the same contents.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/razi2001/brief/skill
Any agent
npx skills add razi2001/brief --skill skill
Clone the repo
git clone --depth 1 https://github.com/razi2001/brief

Made for: Claude Code, Codex.

Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,512 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00111 $0.01512
Opus 5 $0.00056 $0.00756
Sonnet 5 $0.00022 $0.00302
Haiku 4.5 $0.00011 $0.00151

Measured 2d ago against content hash 8afcc427e344, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 2d 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.

extension/skill/SKILL.md · 75 lines

How it starts

The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Brief — Router

Briefs are captured locally and stored in ~/Downloads/brief/. Each is either:

  • a .zip file (brief-<id>.zip) — yet-to-be-extracted
  • a folder (brief-<id>/) after extraction

A brief can contain any combination of these (check brief.json to see which):

  • A recordingrecording.webm + sampled keyframes/*.png + a voice transcript. (Recording briefs.)
  • An annotated screenshotscreenshot.png. Any red markings on it were drawn by the user to point at where the issue is. Treat the red as the focus indicator, not as part of the page UI. (brief.json.hasScreenshot / screenshotAnnotated.)
  • A text descriptionbrief.json.description, the user's own words about the issue.

So a brief might be a full recording, OR just a screenshot with a red circle, OR just a sentence of text, OR a mix. Use whatever is present. Never assume a recording exists — read brief.json first.

Briefs only exist for one purpose: to become Linear/Jira/GitHub/Notion tickets. Your job is to file the ticket — efficiently, without unnecessary questions — and then clean up.

Step 1 — Identify the action

The user's prompt will be one sentence containing one of:

User says… Load
"process my inbox" / "briefs X, Y, Z" playbooks/inbox.md
"turn brief X into a ticket" (or similar) playbooks/ticket.md

If the prompt names multiple brief IDs or contains the word "inbox", use inbox.md — that playbook orchestrates the others. Otherwise use ticket.md.

Step 2 — Read the playbook

The playbooks live next to this file, in the same skill/playbooks/ folder inside the brief. Load the matching one (skill/playbooks/<name>.md) and follow it. It contains all the rules: how to read the brief files, how to handle screenshots/recordings/text, how to infer the team/repo, how to embed images inline, etc.

Read the full file on GitHub · 75 lines

Files

What ships with it

2 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.

Changes

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.

  1. 2d ago First seen · 75 lines · 0 tokens per session scan A 8afcc427e344

Subscribe to this mod's changes

brief is a skill published in the GitHub repository razi2001/brief (21 stars, last pushed 2mo ago), licensed MIT. It adds 111 tokens to every session and 1,512 once invoked, about $0.0006 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.