Agent SkillsAgent Skills
mgkyawzayya

research-and-synthesis

@mgkyawzayya/research-and-synthesis
mgkyawzayya
1
0 forks
Updated 4/1/2026
View on GitHub

Fetch and summarize authoritative external sources into actionable guidance. EXCLUSIVE to researcher agent.

Installation

$npx agent-skills-cli install @mgkyawzayya/research-and-synthesis
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.claude/skills/research-and-synthesis/SKILL.md
Branchmain
Scoped Name@mgkyawzayya/research-and-synthesis

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


name: research-and-synthesis description: Fetch and summarize authoritative external sources into actionable guidance. EXCLUSIVE to researcher agent. allowed-tools: Read, Grep, Glob, Bash, WebFetch

Research and Synthesis

Exclusive to: researcher agent

Instructions

  1. Understand project stack from docs/project-overview-pdr.md
  2. Define the research question clearly
  3. Fetch 1-3 authoritative sources
  4. Verify with multiple sources
  5. Summarize actionable findings

Source Evaluation

Criteria✅ Good❌ Bad
Recency< 1 year> 2 years
AuthorityOfficial docsRandom blogs
RelevanceSame stackDifferent framework

Research Process

  1. Define the question clearly
  2. Fetch 1-3 authoritative sources
  3. Verify with multiple sources
  4. Summarize actionable findings

Package Evaluation

FactorCheck
MaintenanceLast commit < 6 months
CompatibilityWorks with Laravel 12 / React 19
DocumentationClear docs, examples
SecurityNo known vulnerabilities

Comparison Matrix

| Criteria | Option A | Option B |
|----------|----------|----------|
| Implementation | ⭐⭐⭐ | ⭐⭐ |
| Performance | ⭐⭐ | ⭐⭐⭐ |
| Security | ⭐⭐⭐ | ⭐⭐ |

Output Template

## Summary
[2-3 sentences]

## Key Findings
- Finding 1
- Finding 2

## Recommendation
[Which option and why]

## References
- [Source](url)

Examples

  • "Confirm best practice for Laravel validation"
  • "Compare package A vs package B"