Use when the user asks to record hypotheses, create experiment records, update research results, or maintain .research tree/dashboard state
Use when the user asks to initialize a research loop, create .research state, or start tracking a research idea from an idea file
Use when the user asks to resume, load, restore, or continue a research loop from existing .research state
Use when the user asks for current research-loop status, dashboard, active hypotheses, or a read-only progress check
研究记忆辅助系统: 用户手动做实验/分析, agent 在对话中帮忙格式化记录到 .research/, 并能随时加载历史上下文继续工作。
.research/tree.md 分层追踪研究假设及其状态。.research/experiments/Exxx.md, 记录设计、执行、结果和影响。research-loop-resume skill 加载动机、假设树和实验历史摘要。skills/*/SKILL.md, 只分别维护插件 manifest。Claude:
cp -r research-loop ~/.claude/plugins/
Codex:
cp -r research-loop ~/plugins/
对 agent 说:
使用 research-loop-init, 从 idea.md 初始化研究记忆。
它会读取 idea 文件, 通过对话提炼动机、假设和成功判据, 然后创建 .research/ 结构。只在研究开始时调用一次。
记录假设:
我觉得模型在负样本上过拟合了, 记下这个假设。
记录实验:
帮我记录这次实验, 验证 H1。
更新结果:
E001 结果出来了, accuracy 从 0.85 降到 0.72, 结论是支持 H1。
对 agent 说:
使用 research-loop-resume 恢复当前研究上下文。
对 agent 说:
使用 research-loop-status 查看当前研究状态。
.research/
├── IDEA.md
├── tree.md
├── DASHBOARD.md
└── experiments/
├── E001.md
└── E002.md
research-loop-init: 初始化 .research/。research-loop-resume: 加载研究上下文。research-loop-status: 只读打印 DASHBOARD.md。hypothesis-tree: 规定假设树和实验记录的读写格式。待验 / 进行中 / 被支持 / 被推翻。tree.md 中状态写成纯文本 Status: 待验, 不写 **Status: 待验**。Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub hamondyan/research-loopClaude compatibility manifest for the repository-root Paper Distill checkout.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Memory compression system for Claude Code - persist context across sessions
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.