Research Reporter Skill
Use when: doing multi-source research and want findings saved as a structured report.
For each source found, add a finding:
node /home/ajans/projects/research-reporter/add-finding.cjs \
--session "topic-slug" \
--source "Source Name" \
--url "https://..." \
--content "key finding text" \
--confidence 0.8 \
--tags "tag1,tag2"
When done researching, compile:
node /home/ajans/projects/research-reporter/compile.cjs \
--session "topic-slug" \
--title "Report Title" \
--send
Use kebab-case slugs: "stripe-webhooks", "gpt-4o-pricing", "competitor-analysis-jan-2026"
node /home/ajans/projects/research-reporter/list-sessions.cjs
node /home/ajans/projects/research-reporter/list-reports.cjs
~/workspace/reports/YYYY-MM-DD-<slug>.md