Best for
- Use when the user asks for news, wants a briefing, says "/news-briefing", or asks to aggregate recent information on any topic.
jackchuka/skills/p-news-briefing/SKILL.md
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".
Decision brief
Triggers on requests like "what's happening with AI", "get me news on crypto", "news briefing on climate".
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/jackchuka/skills --skill "p-news-briefing"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
Locate this skill's directory (the folder containing this SKILL.md), then run the resolver script from there:
/news-briefing ai, crypto -- comma-separated topics
deep (default): News + market/people reactions, sourced links, quotes, 5 min read
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…
IMPORTANT: Recency is critical. Follow these rules strictly:
Permission review
The documentation asks the agent to run terminal commands or scripts.
python <skill-dir>/scripts/skillctx-resolve.py resolve p-news-briefingThe documentation asks the agent to run terminal commands or scripts.
python <skill-dir>/scripts/skillctx-resolve.py set p-news-briefing <key> <value>The documentation asks the agent to create, modify, or delete local files.
**Create date directory**: `{notebook_daily_dir}YYYY-MM-DD/news/`The documentation asks the agent to create, modify, or delete local files.
Then write a concise markdown file with:Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 75/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 15 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
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.
/news-briefing ai, crypto -- comma-separated topics/news-briefing ai --depth quick -- with explicit depthdeep.ai, "open source" -> open-source).{notebook_daily_dir}YYYY-MM-DD/news/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.IMPORTANT: Recency is critical. Follow these rules strictly:
For deep depth:
Phase 1 - Breaking/recent news: Run 3 WebSearch queries in parallel:
Phase 2 - Reactions & analysis: Run 2-3 WebSearch queries in parallel:
Phase 3 - Fill gaps (only if needed): If Phase 1-2 returned fewer than 3 distinct stories, run 1-2 more targeted queries:
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:
For quick depth:
Run 3 WebSearch queries in parallel:
Then write a concise markdown file with:
---
topic: Topic Name
date: YYYY-MM-DD
depth: deep
---
{notebook_daily_dir}YYYY-MM-DD/news/<topic-slug>.md
Alternatives
coreyhaines31/marketingskills
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
coreyhaines31/marketingskills
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
event4u-app/agent-config
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.
K-Dense-AI/scientific-agent-skills
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.