strategy-ingest

Downloads and distills external Pokémon TCG strategy articles into committed Strategy Digest files.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill strategy-ingest-richard-jh-mccrae
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: strategy-ingest
Source: https://github.com/richard-jh-mccrae/PokemonAI/tree/main/.agents/skills/strategy-ingest
Command: npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill strategy-ingest-richard-jh-mccrae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning external human-authored Pokémon TCG strategy content (paid note.com articles, and later video transcripts) into structured, reusable knowledge is manual and error-prone. This Skill automates fetching the source through your already-logged-in browser and distilling it into a committed, scope-tagged Strategy Digest that downstream grills can consume. ## Core Features & Use Cases - Browser-based fetching: Retrieves content through your existing logged-in browser session, so no credential handling is required. - Paywall-safe behavior: Stops when it hits a paywall instead of mining a preview, respecting content boundaries. - Scoped digest output: Produces a Strategy Digest at data/strategy/handle_slug_strategy.md that feeds downstream grills like /deck-genie, /matchup-genie, and general-strategy authoring. - Use Case: You find a paid note.com article breaking down a tournament-winning deck. Run the ingest on its URL to produce a tagged digest, then let /deck-genie turn it into weighted Hypotheses for your own list. ## Quick Start Ingest this note.com strategy article by running /strategy-ingest followed by the article URL.

Frequently Asked Questions about strategy-ingest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ingest a note.com strategy article for Pokémon TCG analysis?▼

Run /strategy-ingest followed by the article URL. The skill fetches the content through your already-logged-in browser and distills it into a scope-tagged Strategy Digest saved under data/strategy/handle_slug_strategy.md.

What does the strategy ingest skill produce as output?▼

It produces a committed Strategy Digest markdown file under data/strategy/, tagged by scope. Downstream grills such as /deck-genie and /matchup-genie consume this digest and turn it into weighted Hypotheses.

Does the skill handle paywalled note.com articles?▼

It fetches through your already-logged-in browser session, so no credential handling is needed. If it encounters a paywall it cannot pass, it stops rather than mining the preview content.

When should I not use the strategy ingest skill?▼

Do not use it to author your own deck's doctrine (use /deck-genie), plan opponent counterplay (use /matchup-genie), or tune weights from replays (use /blunder-buster). It only produces the digest that feeds those grills.

Can I ingest video transcripts as strategy sources?▼

Video transcript ingestion is planned as the next supported source type, but the current implementation targets paid note.com articles. Check the skill's authoritative SKILL.md for the latest supported sources.