Source profileQuality 75/100Review permissions

jackchuka/skills/p-news-briefing/SKILL.md

p-news-briefing

Use when the user asks for news, wants a briefing, says "/news-briefing", or asks to aggregate recent information on any topic. Triggers on requests like "what's happening with AI", "get me news on crypto", "news briefing on climate".

Source repository stars
15
Declared platforms
0
Static risk flags
2
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Triggers on requests like "what's happening with AI", "get me news on crypto", "news briefing on climate".

Best for

  • Use when the user asks for news, wants a briefing, says "/news-briefing", or asks to aggregate recent information on any topic.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/jackchuka/skills --skill "p-news-briefing"
Safe inspection promptEditorial

Inspect the Agent Skill "p-news-briefing" from https://github.com/jackchuka/skills/blob/7b0b33f68b8f11522e43622e5cb3bacd802999d2/p-news-briefing/SKILL.md at commit 7b0b33f68b8f11522e43622e5cb3bacd802999d2. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Setup

    Locate this skill's directory (the folder containing this SKILL.md), then run the resolver script from there:

    Locate this skill's directory (the folder containing this SKILL.md), then run the resolver script from there:The resolver outputs each binding as key: value (one per line). Substitute each {bindingkey} placeholder below with the resolved value.If any values are missing or the user requests changes, use:
  2. 02

    Invocation

    /news-briefing ai, crypto -- comma-separated topics

    /news-briefing ai, crypto -- comma-separated topics/news-briefing ai --depth quick -- with explicit depthConversational: "get me news on AI and crypto"
  3. 03

    Depth

    deep (default): News + market/people reactions, sourced links, quotes, 5 min read

    deep (default): News + market/people reactions, sourced links, quotes, 5 min readquick: Headlines + brief context, 5-10 bullets with links, 2 min read- deep (default): News + market/people reactions, sourced links, quotes, 5 min read - quick: Headlines + brief context, 5-10 bullets with links, 2 min read
  4. 04

    Flow

    1. Parse input: Extract topic(s) and depth. Default depth is deep. 2. Normalize topics: Convert to URL-safe slugs for filenames (e.g., "artificial intelligence" - ai, "open source" - open-source). 3. Create date directory: {notebookdailydir}YYYY-MM-DD/news/ 4. Deduplicate agains…

    Parse input: Extract topic(s) and depth. Default depth is deep.Normalize topics: Convert to URL-safe slugs for filenames (e.g., "artificial intelligence" - ai, "open source" - open-source).Create date directory: {notebookdailydir}YYYY-MM-DD/news/
  5. 05

    Per-Topic Research (parallelize if possible)

    IMPORTANT: Recency is critical. Follow these rules strictly:

    Always use today's exact date (YYYY-MM-DD) to construct queries. Never use just a year or month alone.Prefer "today", "yesterday", "past 24 hours", "past 48 hours" in queries — these terms signal freshness to search engines far better than month/year.Discard stale results: After gathering search results, check publication dates. Only include stories from the last 7 days (for deep) or last 3 days (for quick). If a result has no visible date, deprioritize it.

Permission review

Static risk signals and limitations

Runs scripts

medium · line 9

The documentation asks the agent to run terminal commands or scripts.

python <skill-dir>/scripts/skillctx-resolve.py resolve p-news-briefing

Runs scripts

medium · line 16

The documentation asks the agent to run terminal commands or scripts.

python <skill-dir>/scripts/skillctx-resolve.py set p-news-briefing <key> <value>

Writes files

medium · line 37

The documentation asks the agent to create, modify, or delete local files.

**Create date directory**: `{notebook_daily_dir}YYYY-MM-DD/news/`

Writes files

medium · line 89

The documentation asks the agent to create, modify, or delete local files.

Then write a concise markdown file with:

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score75/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars15SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
jackchuka/skills
Skill path
p-news-briefing/SKILL.md
Commit
7b0b33f68b8f11522e43622e5cb3bacd802999d2
License
MIT
Collected
2026-07-28
Default branch
main
View the original SKILL.md

News Briefing

Setup

Locate this skill's directory (the folder containing this SKILL.md), then run the resolver script from there:

python <skill-dir>/scripts/skillctx-resolve.py resolve p-news-briefing

The resolver outputs each binding as key: value (one per line). Substitute each {binding_key} placeholder below with the resolved value.

If any values are missing or the user requests changes, use:

python <skill-dir>/scripts/skillctx-resolve.py set p-news-briefing <key> <value>

Aggregate recent news on any topic(s) into structured markdown files.

Invocation

  • /news-briefing ai, crypto -- comma-separated topics
  • /news-briefing ai --depth quick -- with explicit depth
  • Conversational: "get me news on AI and crypto"

Depth

  • deep (default): News + market/people reactions, sourced links, quotes, ~5 min read
  • quick: Headlines + brief context, 5-10 bullets with links, ~2 min read

Flow

  1. Parse input: Extract topic(s) and depth. Default depth is deep.
  2. Normalize topics: Convert to URL-safe slugs for filenames (e.g., "artificial intelligence" -> ai, "open source" -> open-source).
  3. Create date directory: {notebook_daily_dir}YYYY-MM-DD/news/
  4. Deduplicate against previous briefings (parallelize if possible): Before researching, check for existing briefings on the same topic-slug in recent daily/*/news/ directories (scan the last 14 days). Run dedup scans for all topics in parallel. Read any found files. Stories already covered in a previous briefing should be skipped entirely unless there is a meaningful follow-up (e.g., new data, reversal, sequel event). When a follow-up exists, write it as its own section and briefly note it builds on prior coverage — do not repeat the original story.
  5. Research directly using WebSearch. Process all topics in parallel (parallelize if possible): after the dedup scan completes for all topics, dispatch all per-topic research tasks concurrently as a fan-out, then collect results and summarize.

Per-Topic Research (parallelize if possible)

IMPORTANT: Recency is critical. Follow these rules strictly:

  • Always use today's exact date (YYYY-MM-DD) to construct queries. Never use just a year or month alone.
  • Prefer "today", "yesterday", "past 24 hours", "past 48 hours" in queries — these terms signal freshness to search engines far better than month/year.
  • Discard stale results: After gathering search results, check publication dates. Only include stories from the last 7 days (for deep) or last 3 days (for quick). If a result has no visible date, deprioritize it.
  • If initial results are stale, run follow-up queries with stricter time language (e.g., "today", "yesterday", site:reuters.com OR site:bloomberg.com).

For deep depth:

Phase 1 - Breaking/recent news: Run 3 WebSearch queries in parallel:

  • "[TOPIC] news today [Full Month Day, Year]" (e.g., "AI news today February 6, 2026")
  • "[TOPIC] latest news this week [Month Year]"
  • "[TOPIC] breaking developments [Month Day Year]"

Phase 2 - Reactions & analysis: Run 2-3 WebSearch queries in parallel:

  • "[TOPIC] market reaction today [Month Year]"
  • "[TOPIC] social reaction today [Month Year]"
  • "[TOPIC] analyst reaction [Month Day Year]"
  • "[TOPIC] expert opinion latest [Month Year]"

Phase 3 - Fill gaps (only if needed): If Phase 1-2 returned fewer than 3 distinct stories, run 1-2 more targeted queries:

  • "[TOPIC] [specific subtopic from earlier results] [Month Day Year]"
  • site:reuters.com OR site:apnews.com "[TOPIC] [Month Year]"

Graceful failure: If a WebSearch query fails or returns no results, note the gap and continue with available data. Include a footer note in the output listing any failed queries so the reader knows coverage may be incomplete.

Phase 4 - Write output: Combine into structured markdown with:

  • YAML frontmatter: topic, date, depth
  • Major stories as H2 sections (each must include publication date)
  • Market data (stock moves, valuations) where relevant
  • Named quotes from analysts, CEOs, social media
  • Inline source links as markdown hyperlinks
  • A "Big Picture" H2 summary at the bottom

For quick depth:

Run 3 WebSearch queries in parallel:

  • "[TOPIC] news today [Full Month Day, Year]"
  • "[TOPIC] headlines this week [Month Year]"
  • "[TOPIC] latest [Month Day Year]"

Then write a concise markdown file with:

  • YAML frontmatter: topic, date, depth
  • 5-10 bullet points, each a headline with 1-2 sentences of context
  • Each bullet must include the publication date (e.g., "Feb 5")
  • Inline source links as markdown hyperlinks
  • Discard any results older than 3 days

Output Format

---
topic: Topic Name
date: YYYY-MM-DD
depth: deep
---

Output Path

{notebook_daily_dir}YYYY-MM-DD/news/<topic-slug>.md
  1. Summarize: After all topics are written, tell the user what files were created and give a one-line summary per topic.

Alternatives

Compare before choosing

Computed 10042,015

coreyhaines31/marketingskills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

Computed 10042,015

coreyhaines31/marketingskills

churn-prevention

When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o

Computed 997

event4u-app/agent-config

design-review

Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.

Computed 9831,966

K-Dense-AI/scientific-agent-skills

dask

Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.