me-war-intel-brief-web

Automates MDX brief publication to mewar.moltbook.com via Cowork Schedule tasks.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/8gara8/MEtracker --skill me-war-intel-brief-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: me-war-intel-brief-web
Source: https://github.com/8gara8/MEtracker/tree/main/.claude/skills/me-war-intel-brief-web
Command: npx skills add https://github.com/8gara8/MEtracker --skill me-war-intel-brief-web

SYSTEM DOCUMENTATION & REQUIREMENTS

Produce the daily Middle East War Intelligence Brief (Operation Epic Fury) for publication at mewar.moltbook.com. v1.8 cutover: invoked by Cowork Schedule tasks on the local Mac, validates with the local TypeScript validator, and performs a direct push to main (no PR, no GitHub Actions, no auto-merge). Closes the PR #22 (Day 059) failure modes by enforcing pre-emit word-count guardrails (§3.5.13) and URL archive-wrapping (§3.5.12) at draft time.

Frequently Asked Questions about me-war-intel-brief-web

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

FAQPage Schema
How do I automate daily MDX brief generation with frontmatter validation?

Automating daily MDX brief generation requires a scheduled task that enforces frontmatter field validation and sidecar data checks. This Skill processes local schedule tasks, validates TypeScript, and pushes MDX briefs directly to main without pull requests.

How do I enforce word-count guardrails before publishing MDX content?

Enforcing word-count guardrails at draft time prevents publication failures. This Skill applies pre-emit word-count checks specified in section 3.5.13, rejecting MDX briefs that violate length constraints before any push to main occurs.

Does TypeScript validation work with local scheduled MDX publishing tasks?

TypeScript validation works with local scheduled MDX publishing by running a local TypeScript validator on schedule task output. It validates MDX frontmatter and sidecar data before performing a direct push to main without GitHub Actions.

What is the best way to automate URL archiving for MDX daily briefs?

Automating URL archiving for MDX daily briefs requires wrapping URLs at draft time. This Skill enforces URL archive-wrapping per section 3.5.12 alongside word-count guardrails, ensuring all links are archived before the brief is pushed to main.

Why does my automated MDX publishing fail without pre-emit validation?

Automated MDX publishing fails without pre-emit validation due to unmet word-count and URL archiving constraints. This Skill closes such failure modes by enforcing guardrails at draft time before performing a direct push to main.

Can I push MDX content directly to main without pull requests?

Pushing MDX content directly to main without pull requests is supported by this Skill. It operates on local schedule tasks, validates output with a local TypeScript checker, and pushes directly to main without PRs, GitHub Actions, or auto-merge.