with one click
Research Reporter Skill
npx skills add https://github.com/JansenAnalytics/claudex --skill research-reporterCopy and paste this command into Claude Code to install the skill
Research Reporter Skill
npx skills add https://github.com/JansenAnalytics/claudex --skill research-reporterCopy and paste this command into Claude Code to install the skill
| name | research-reporter |
| description | Research Reporter Skill |
| category | research |
| maturity | stable |
| tags | ["findings","confidence-scoring","report-compilation","sessions","multi-source"] |
Use when: doing multi-source research and want findings saved as a structured report.
For each source found, add a finding:
node ${RESEARCH_REPORTER_HOME:-$HOME/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 ${RESEARCH_REPORTER_HOME:-$HOME/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 ${RESEARCH_REPORTER_HOME:-$HOME/projects/research-reporter}/list-sessions.cjs
node ${RESEARCH_REPORTER_HOME:-$HOME/projects/research-reporter}/list-reports.cjs
~/workspace/reports/YYYY-MM-DD-<slug>.md
Semantic memory search across all agent memories and conversation history. Use BEFORE answering questions about prior work, decisions, dates, people, preferences, projects, or past conversations. Also use when asked "do you remember", "what did we discuss", "when did we", etc.
Get current weather and forecasts. Use when the user asks about weather, temperature, or forecasts for any location.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Accessibility auditing: WCAG compliance checking, contrast ratios, ARIA labels, keyboard navigation, semantic HTML, screen reader compatibility.
ADR Manager Skill
Autonomous API testing and evaluation. Tests any REST API for correctness, security, performance, error handling, and standards compliance. Discovers endpoints, probes with valid/invalid/edge-case payloads, checks auth, response times, injection vulnerabilities, and generates severity-scored reports with actionable fixes. Use before any API "done" claim.