research-synthesis

research-synthesis is a skill for Claude Code, Codex from jamestorrevillas/dev-skills. It costs 60 tokens per session (618 once invoked), scanned A, original, MIT.

A research guide for collecting, judging, comparing, and combining information about technologies and technical decisions.

In plain words
What is it for?
Researching frameworks, comparing technology stacks, evaluating options, weighing pros and cons, and writing technical decision summaries.
Why use it?
It helps separate the actual decision from the evidence, consider factors such as maturity, performance, cost, and migration difficulty, and record why a choice was made.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Researching frameworks, comparing technology stacks, evaluating options, weighing pros and cons, and writing technical decision summaries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jamestorrevillas/dev-skills/research-synthesis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jamestorrevillas/dev-skills --skill research-synthesis
Clone the repo
git clone --depth 1 https://github.com/jamestorrevillas/dev-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for research-synthesis

README.md
[![agentmods](https://agentmods.dev/badge/skills/jamestorrevillas/dev-skills/research-synthesis/github.svg)](https://agentmods.dev/skills/jamestorrevillas/dev-skills/research-synthesis)
Your own site
<a href="https://agentmods.dev/skills/jamestorrevillas/dev-skills/research-synthesis"><img src="https://agentmods.dev/badge/skills/jamestorrevillas/dev-skills/research-synthesis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for research-synthesis

Your own site · 80×15
<a href="https://agentmods.dev/skills/jamestorrevillas/dev-skills/research-synthesis"><img src="https://agentmods.dev/badge/skills/jamestorrevillas/dev-skills/research-synthesis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 618 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.00618
Opus 5 $0.00030 $0.00309
Sonnet 5 $0.00012 $0.00124
Haiku 4.5 $0.00006 $0.00062

Measured 12d ago against content hash c37d960603a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

research-synthesis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/skills/research-synthesis/SKILL.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Research & Synthesis

Research Process

1. DEFINE    — What specific question am I trying to answer?
2. GATHER    — Collect sources (docs, benchmarks, community, real usage)
3. EVALUATE  — Assess source quality and recency
4. SYNTHESIZE — Extract patterns and insights across sources
5. DECIDE    — Apply findings to your specific context
6. DOCUMENT  — Record the decision and reasoning for future reference

Technology Evaluation Framework

For every technology comparison:

Dimension What to Evaluate
Fit Does it solve your actual problem?
Maturity Production-proven or experimental?
Community Active maintenance, GitHub stars, Stack Overflow presence
Performance Benchmarks relevant to your use case
Learning Curve Team familiarity, documentation quality
Ecosystem Integrations, libraries, tooling
Cost License, infrastructure, ops overhead
Exit Cost How hard to migrate away if needed?

Comparison Document Template

## Decision: [technology choice]

### Context
[What problem are we solving? What are our constraints?]

### Options Considered
| | Option A | Option B | Option C |
|--|---------|---------|---------|
| Fit | | | |
| Maturity | | | |
| Performance | | | |
| Team familiarity | | | |
| Long-term risk | | | |

### Decision
[What we chose and why]

### Trade-offs Accepted
[What we give up with this choice]

### Revisit If
[Conditions that would prompt reconsideration]

Source Quality Hierarchy

  1. Official docs — authoritative, but may be biased toward positives
  2. Benchmarks — verify the benchmark matches your use case
  3. Production case studies — most reliable, but rare
  4. Community discussions — useful for gotchas and real-world issues
  5. Blog posts — variable quality, check date and author credentials

Always check the date. Technology moves fast — 2-year-old articles may be outdated.


Using AI for Research

Read the full file on GitHub · 91 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 91 lines · 0 tokens per session scan A c37d960603a4

Subscribe to this mod's changes

research-synthesis is a skill published in the GitHub repository jamestorrevillas/dev-skills (3 stars, last pushed 5mo ago), licensed MIT. It adds 60 tokens to every session and 618 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

api-integration-test

Create, maintain, and run gated Go integration tests for internal APIs and service-to-service clients (HTTP/gRPC). Use for endpoint verification, contract checks with real runtime config, opt-in execution, timeout/retry safety, and integration failure triage in Go services.

johnqtcg/awesome-skills · 58 tokens

create-pr

Create evidence-backed pull requests to the GitHub main branch with strict preflight, quality, and security gates. Use when users ask to create/submit/open/update a PR to main (including private repos), decide draft vs ready state, and provide reviewer-ready context for team review.

johnqtcg/awesome-skills · 59 tokens

go-dependency-audit

Go dependency audit specialist for CVE scanning (govulncheck), license risk triage, outdated dependency detection, upgrade impact analysis, and supply chain security. ALWAYS use when auditing go.mod dependencies, running govulncheck, checking license compatibility, planning dependency upgrades, or investigating supply…

johnqtcg/awesome-skills · 102 tokens

pg-migration

PostgreSQL schema migration safety reviewer and DDL generator. ALWAYS use when writing, reviewing, or planning PostgreSQL schema changes — ALTER TABLE, CREATE/DROP INDEX, column type changes, constraint additions, RLS policy changes, or any DDL touching production tables. Covers lock-level analysis, CREATE INDEX…

johnqtcg/awesome-skills · 135 tokens

fuzzing-test

A Go testing guide for generating fuzz tests, which repeatedly try varied inputs to find crashes and unexpected behavior. It first checks whether the code is suitable for fuzzing.

johnqtcg/awesome-skills · 74 tokens

go-benchmark

Go performance benchmarking and pprof profiling specialist. ALWAYS use when writing benchmark functions (testing.B), generating or reading pprof profiles, interpreting flame graphs, finding memory allocation hotspots, comparing implementations with benchstat, or measuring ns/op / B/op / allocs/op. In Go code contexts…

johnqtcg/awesome-skills · 90 tokens