.claude/skills/export/SKILL.md
# Skill: Export ## Purpose Export analysis results in different formats for different audiences. Converts pipeline outputs into ready-to-share deliverables. ## When to Use - User says `/export` or "export this as..." or "send this to..." - After completing an analysis or pipeline run - When the user needs results in a specific format ## Invocation `/export slides` — generate/refresh Marp slide deck from latest analysis `/export email` — write an executive summary email (markdown) `/export sla
npx skillsauth add ai-analyst-lab/ai-analyst .claude/skills/exportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Export analysis results in different formats for different audiences. Converts pipeline outputs into ready-to-share deliverables.
/export or "export this as..." or "send this to..."/export slides — generate/refresh Marp slide deck from latest analysis
/export email — write an executive summary email (markdown)
/export slack — write a concise Slack update (markdown)
/export brief — write a 1-page decision brief (markdown)
/export data — export analysis data tables as CSV
/export all — generate all text formats + data
Check for completed analysis outputs in order of preference:
outputs/slides_*.md — latest deckoutputs/analysis_*.md — latest narrativeworking/pipeline_summary.md — pipeline summaryworking/storyboard_*.md — storyboardIf no outputs exist:
working/ for partial results/run-pipeline."Format: slides
outputs/slides_{DATE}.mdFormat: email
outputs/email_summary_{DATE}.mdFormat: slack
outputs/slack_update_{DATE}.mdFormat: brief
outputs/decision_brief_{DATE}.mdFormat: data
working/ as CSVs to outputs/data/outputs/data/ directoryFormat: all
testing
# Skill: {{BLANK_1_SKILL_NAME}} ## Purpose {{BLANK_2_WHEN_TO_FIRE}} ## When to Use Fires automatically when the user asks Claude to do something that matches the trigger condition above. ## Instructions 1. Detect the trigger condition 2. Execute your guardrail check 3. If the check matters, print a clear, visible warning with "{{BLANK_3_SIGNATURE_PHRASE}}" as the first line 4. Continue with the analysis, incorporating the warning into the output ## Anti-Patterns - Do not fire when the condit
development
# Skill: Visualization Patterns ## Purpose Ensure every chart Claude Code produces follows high-quality design standards with named themes, consistent styling, and clear data communication. ## When to Use Apply this skill whenever generating a chart, graph, or data visualization. Always apply the active theme unless the user specifies otherwise. Default theme: `minimal`. ## Instructions ### Pre-flight: Load Learnings Before executing, check `.knowledge/learnings/index.md` for relevant entrie
development
# Skill: Triangulation / Sanity Check ## Purpose Cross-reference analytical findings against multiple data sources, external benchmarks, and common sense to catch errors before they become bad decisions. ## When to Use Apply this skill after every analysis, before presenting findings to stakeholders, and whenever a result seems surprising. If a finding would change a decision, it MUST be triangulated first. ## Instructions ### Triangulation Framework Every finding gets checked through four
data-ai
# Skill: Tracking Gap Identification ## Purpose Assess whether the data needed for an analysis actually exists, identify what's missing, and produce prioritized instrumentation requests for engineering when gaps are found. ## When to Use Apply this skill after the Data Explorer agent inventories available data, when an analysis requires data that might not exist, or when initial query results suggest incomplete tracking. Run before committing to an analysis approach. ## Instructions ### Gap