Agent skill

research

(ePost) Use when user asks to research, compare options, find best practices, or investigate a technology

majiayu000github.com/majiayu000GitHub ↗
copilotclaude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/research-klara-copilot-epost-agent-kit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Delegation — REQUIRED
  2. Purpose
  3. When Active
  4. Research Phases
  5. Phase 1: Scope Definition
  6. Phase 2: Information Gathering
  7. Phase 3: Analysis and Synthesis
  8. Phase 4: Report Generation
  9. Source Priority
  10. Quality Standards
  11. Special Considerations
  12. Advanced Techniques
  13. Query Fan-Out
  14. Source Validation
Ships with 1 file
  • metadata.json
Commands it runs
echo $EPOST_RESEARCH_ENGINE   # gemini | websearch
echo "<research query>" | gemini -y -m "$EPOST_GEMINI_MODEL"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going