Claude Skill
luwill/research-skills
A TypeScript repository that encapsulates research experiences into reusable Agent skills for building modular research workflows and automation components.
Overview
Repository
Install this Skill
git clone https://github.com/luwill/research-skills.gitRegistry
Summary
A TypeScript repository that encapsulates commonly used research experiences and processes into reusable Agent skills, providing modular components for research workflows.
将一些常用的研究经验和流程封装成Agent技能。
Key features
- Encapsulates research experiences into skills
- TypeScript implementation
- Modular Agent skill components
- Reusable research workflows
Use cases
- Building research assistant agents
- Creating modular research workflows
- Developing reusable research components
- Implementing research process automation
README excerpt
# Research Skills A collection of Claude Code skills for academic research workflows. ## Skills ### Single-Agent Skills | Skill | Description | Trigger | |-------|-------------|---------| | [medical-imaging-review](./medical-imaging-review/) | Write comprehensive literature reviews for medical imaging AI | `/medical-imaging-review`, "review paper", "survey", "综述" | | [paper-slide-deck](./paper-slide-deck/) | Generate professional slides from academic papers with auto figure extraction | `/paper-slide-deck paper.pdf` | | [research-proposal](./research-proposal/) | Generate PhD research proposals with Nature Reviews-style academic writing | `/research-proposal`, "research proposal", "PhD proposal", "研究计划" | ### Multi-Agent Survey System (5 Agents) A collaborative system where 5 specialized AI agents work together to produce conference-quality survey papers. | Agent | Skill | Role | |-------|-------|------| | 研究主管 (Survey Director) | [survey-director](./skills/survey-director/) | Topic planning, outline design, task dispatch, final review | | 文献侦查员 (Literature Scout) | [literature-scout](./skills/literature-scout/) | Multi-source literature search, build literature matrix | | 论文分析师 (Paper Analyst) | [paper-analyst](./skills/paper-analyst/) | Deep reading, structured extraction, comparison tables | | 论文撰写员 (Survey Writer) | [survey-writer](./skills/survey-writer/) | Section writing following academic templates | | 质量编辑员 (Quality Editor) | [quality-editor](./skills/quality-editor/) | Terminology consistency, citation integrity, quality review | **Shared References**: [references/](./references/) — Workflow, domain knowledge, templates, quality checklists **Agent Configs**: [agents-config/](./agents-config/) — AGENTS.md templates for each agent ## Installation Copy
Topics
No topics yet.