Research brief curator
Skill jqaisystems/jqai-ai-skills/skills/research-brief-curator
MIT reusable AI skills for Codex and Claude Code: safe publishing, research briefs, case studies, web scraping, copy cleanup, and release automation.
npx -y skills add jqaisystems/jqai-ai-skills --skill research-brief-curatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Curate public-source links, saved notes, newsletters, documentation updates, release notes, market signals, and research snippets into safe daily or weekly briefs with source tracking, public/private visibility labels, archive decisions, and human review. Use when the user asks to make a research brief, summarize saved links, build an AI news digest, organize reading notes, create a public-safe source roundup, prepare a weekly intelligence brief, or separate public-ready notes from private research without exposing credentials, raw prompts, logs, local paths, account data, client material, or private source lists.
SKILL.md
3.6 KB, 653 tokens by cl100k_base, as published. Nobody here has run it
Research Brief Curator
Overview
Use this skill to turn public links and approved notes into a short, reviewable research brief. Keep the source trail visible, label each item by visibility, and require human approval before anything is posted, sent, archived publicly, or reused as client-facing material.
Workflow
- Clarify the brief scope: topic, audience, time window, output format, and whether the brief is internal-only, public-ready, client-facing, or draft research.
- Read
references/public-source-boundaries.mdbefore using user-provided links, notes, exports, screenshots, or copied text. - Normalize every item into a simple record: title, source, URL or citation, date, topic, visibility, status, summary, why it matters, and recommended next action.
- Read
references/brief-template.mdbefore drafting the final daily or weekly brief. - Separate records into:
public_ready: safe to summarize with source link after review.needs_review: claims, wording, or source quality need checking.private_research: useful internally but not suitable for public reuse.archive: duplicate, stale, or background material.
- Draft the brief with source-aware language and short decision notes. Do not copy long excerpts from sources.
- End with a safety verdict:
BLOCK,REVIEW, orREADY, plus the remaining manual checks.
Optional Script
Use scripts/build_brief_skeleton.py when the user provides structured JSON records or wants a repeatable Markdown skeleton.
python scripts/build_brief_skeleton.py items.json --title "Weekly AI Research Brief" --date 2026-05-28 --output brief.md
The script does not fetch URLs or publish anything. It only formats provided records and flags suspicious local paths or credential-like terms for review.
Safety Rules
- Use public links, user-approved notes, and fake examples only.
- Do not expose API keys, tokens, cookies, browser profiles, raw prompts, private source lists, logs, account data, dashboards, exports, local paths, client names, or private implementation details.
- Do not summarize paywalled, private, login-only, confidential, or internal-only material for public output unless the user explicitly confirms it is approved.
- Do not present uncertain claims as facts. Mark them
needs_reviewand ask for source verification. - Do not auto-post, auto-send, create public tickets, update a CMS, or push changes. Return a brief and review checklist.
- Keep quotes short and attribute them. Prefer paraphrase and links over copied text.
Output Format
Return:
- Safety verdict:
BLOCK,REVIEW, orREADY. - Brief title, date, audience, and source count.
- Public-ready highlights with source links.
- Needs-review items and why they are held.
- Private-research or archive decisions.
- Recommended next actions.
- Manual review checklist before publishing or sharing.
If the user provides risky material, do not include it in the brief. Explain the minimum safe rewrite or redaction needed.