agent-ops-research
Conduct structured research on topics, technologies, libraries, patterns, or any subject requiring investigation. Produces documented findings with optional issue creation for actionable items.
npx skills add majiayu000/claude-skill-registry --skill agent-ops-research --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
````skill --- name: agent-ops-research description: "Deep topic research with optional issue creation from findings. Use for researching technologies, patterns, libraries, or any topic requiring investigation." category: utility invokes: [agent-ops-state, agent-ops-tasks, agent-ops-interview] invoked_by: [agent-ops-idea, agent-ops-planning] state_files: read: [constitution.md, focus.md] write: [focus.md, issues/backlog.md, docs/*.md] --- # Research Skill ## Purpose Conduct structured research on topics, technologies, libraries, patterns, or any subject requiring investigation. Produces documented findings with optional issue creation for actionable items. ## When to Use - Evaluating a new technology or library - Investigating best practices for a pattern - Researching solutions to a problem - Comparing alternatives (frameworks, tools, approaches) - Understanding external APIs or services - Preparing for a design decision ## Research Modes ### Quick Research (default) Fast investigation using available tools and knowledge. ``` /agent-research "FastAPI vs Flask for REST APIs" → Quick comparison based on docs and knowledge ``` ### Deep Research Thorough investigation with documentatio
- Research: {topic}
- Summary
- Findings
- Recommendations
- Open Questions
- Research: {Technology Name}
- Overview
- Evaluation
- Pros
- Cons
- Recommendation
- References
- Research: {Option A} vs {Option B} vs {Option C}
- Feature Matrix
What does the agent-ops-research skill do?
Conduct structured research on topics, technologies, libraries, patterns, or any subject requiring investigation. Produces documented findings with optional issue creation for actionable items.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-ops-research --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.
