Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By yunhaom94
Human-in-the-loop research ideation, planning, and literature review workflow for researchers.
npx claudepluginhub yunhaom94/agent-research-flowUse when the user shares a CS research thought — rough fragments, shorthand, keywords with a question mark, a selected line from a notes document, or a terse prompt about a paper/idea/direction — and wants collaborative development rather than a direct answer.
Use when the user asks to find related work, search literature, survey prior art, or check whether someone has already done X for a research topic or problem statement.
Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.
Use when the caller needs the full text of a single academic paper as a Markdown file — given a paper identifier (URL, DOI, arXiv ID, Semantic Scholar ID, title, or local PDF path) and a destination path, this skill locates the PDF, downloads it, and converts it to Markdown. Does NOT resolve bibliographic metadata and does NOT modify any literature index — callers handle those concerns themselves.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
A Claude plugin and workspace for automating academic research workflows.
develop-idea).literature-search).zotero-manage). (Not yet implemented)Use develop-idea skill to initalize a project workspace. The process revolves around references/Ideas.md as the main workspace, where human and the AI agent collabrativly build and expand a research idea.
To load this repository as a local plugin in Claude Code, run:
git clone <this-repo-url>
claude --plugin <path-to-this-directory>
You need to set up the API key for Semantic Scholar search as an environment variable. For example, under <project_root>/.claude/settings.local.json:
"env": {
"S2_API_KEY": <your-semantic-scholar-api-key>
},
}