Agent skill · AI & Agents

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.

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/analysis/agent-ops-research/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

````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

What's inside
Steps it walks through
  1. Research: {topic}
  2. Summary
  3. Findings
  4. Recommendations
  5. Open Questions
  6. Research: {Technology Name}
  7. Overview
  8. Evaluation
  9. Pros
  10. Cons
  11. Recommendation
  12. References
  13. Research: {Option A} vs {Option B} vs {Option C}
  14. Feature Matrix
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going