Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Final engagement report generation — executive summary, technical report, findings aggregation, attack path narrative, detection gap matrix, remediation roadmap.
Execute when all OPPLAN objectives are in passed or blocked status. Output is two Markdown documents in report/.
1. Read all findings/*.md (parse YAML frontmatter for metadata)
2. Read all findings/attack-paths/PATH-*.md
3. Read timeline.jsonl (activity log)
4. Read plan/roe.json + plan/conops.json (engagement context)
5. Read plan/opplan.json (objective status summary)
6. Generate report/executive-summary.md
7. Generate report/technical-report.md
8. (Optional) Refresh findings.md with final summary
bash(command="mkdir -p /workspace/<slug>/report")
Read every findings/*.md (named {severity}-{slug}.md) and extract frontmatter fields:
for each FIND-xxx.md:
- id, title, severity, cvss, target, phase, technique (ATT&CK ID), status, confidence
Sorting rules:
critical → high → medium → low → informational)npx skills add PurpleAILAB/Decepticon --skill final-reportHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.