From suaveplan-email
Use when implementing or debugging code that uses @suaveplan/dmarc: DMARC report parser — parses aggregate (RUA) and forensic (RUF) DMARC XML reports into typed structures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/suaveplan-email:dmarcThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
DMARC report parser for `@suaveplan` — parses aggregate (RUA) and forensic (RUF) DMARC XML reports into validated, strongly-typed structures. Accepts raw XML strings or gzip-compressed binary blobs.
DMARC report parser for @suaveplan — parses aggregate (RUA) and forensic (RUF) DMARC XML reports into validated, strongly-typed structures. Accepts raw XML strings or gzip-compressed binary blobs.
@suaveplan/dmarc.import { /* see API Reference below */ } from "@suaveplan/dmarc";
Workspace dependencies: none
This skill is intentionally short. The package's own documentation is the authoritative source — read these in order:
packages/email/dmarc/README.md — overview, install, quick-start, module indexpackages/email/dmarc/src/**/*.md — co-located docs per implementation file (Purpose, Features, Basic + Advanced examples, full API reference, Implementation notes — all packages in genesis ship ≥200 words per module)packages/email/dmarc/package.json exports map — every subpath you can import fromWhen the user asks an API question, read the relevant co-located .md first; do not answer from training-data memory.
../../../README.mdThis SKILL.md is auto-generated by suaveplan-skills/scripts/generate-skills.ts from the package's README. Do not edit by hand — re-run the generator after the README changes.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub suaveplan/suaveplan-skills --plugin suaveplan-email