research
(ePost) Use when user asks to research, compare options, find best practices, or investigate a technology
npx skills add majiayu000/claude-skill-registry --skill research-klara-copilot-epost-agent-kit --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Research Skill ## Delegation — REQUIRED This skill MUST run via the `epost-researcher` agent, not inline. **When research intent is detected:** 1. Use the **Agent tool** to spawn `epost-researcher` 2. Pass the research topic + scope + report path (`reports/research-{date}-{slug}.md`) 3. Do NOT conduct research inline in the main conversation --- ## Purpose Multi-source information gathering and synthesis. Provide strategic technical intelligence that enables informed decision-making. Honoring **YAGNI**, **KISS**, and **DRY**. Be honest, be brutal, straight to the point, concise. ## When Active User asks for research, best practices, comparison, technology evaluation, solution design. --- ## Research Phases ### Phase 1: Scope Definition Clearly define scope before searching: - Identify key terms and concepts to investigate - Determine recency requirements (how current must information be) - Establish evaluation criteria for sources - Set boundaries for research depth ### Phase 2: Information Gathering **Check active engine** (set by session-init, default: `websearch`): ```bash echo $EPOST_RESEARCH_ENGINE # gemini | websearch ``` **Engine invocation (max 5 parallel queries — think
- Delegation — REQUIRED
- Purpose
- When Active
- Research Phases
- Phase 1: Scope Definition
- Phase 2: Information Gathering
- Phase 3: Analysis and Synthesis
- Phase 4: Report Generation
- Source Priority
- Quality Standards
- Special Considerations
- Advanced Techniques
- Query Fan-Out
- Source Validation
echo $EPOST_RESEARCH_ENGINE # gemini | websearch echo "<research query>" | gemini -y -m "$EPOST_GEMINI_MODEL"
What does the research skill do?
(ePost) Use when user asks to research, compare options, find best practices, or investigate a technology
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-klara-copilot-epost-agent-kit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
