Claude Code research plugins collection featuring expert analysis systems for evolutionary biology, ecology, crop breeding, and visualization tools
npx claudepluginhub gqy20/cc_pluginsExpert consultant specializing in crop variety improvement, molecular breeding techniques, and hybrid breeding strategies.
专业的专家顾问插件集合,为科学研究提供领域专家分析,以及实用的开发工具。
| 插件名称 | 版本 | 描述 | 技能数 | 智能体数 |
|---|---|---|---|---|
| evolutionary-biology-expert | 0.1.2 | 进化生物学专家分析系统,提供思维图谱重构和学术网络分析 | 4 | 1 |
| hybrid-speciation-expert | 0.1.0 | 杂交物种形成专家咨询,专注于基因组渐渗和生殖隔离分析 | 3 | 1 |
| crop-breeding-expert | 0.1.0 | 作物育种专家顾问,提供分子育种和品种改良策略指导 | 3 | 1 |
| evolutionary-ecology-expert | 0.1.1 | 进化生态学专家,专注于自然选择机制和生态相互作用分析 | 3 | 1 |
| 插件名称 | 版本 | 描述 |
|---|---|---|
| slidev-generator | 0.1.1 | Markdown 转 Slidev 演示文稿,支持 PDF/HTML 导出 |
| infographic-viz | 0.1.0 | AntV 信息图表可视化,支持时间线、图表、对比图等 |
# 安装 Claude Code
curl -fsSL https://claude.ai/install.sh | sh
# 学术文献检索 (研究插件必需)
claude mcp add article-mcp uvx article-mcp server
# 结构化思考分析 (研究插件必需)
claude mcp add sequentialthinking npx -y @modelcontextprotocol/server-sequential-thinking@latest
# 可选依赖
claude mcp add mediawiki-mcp-server npx @professional-wiki/mediawiki-mcp-server@latest
claude mcp add playwright npx @playwright/mcp@latest --browser chrome --headless
# 提升期刊质量评估精度
export EASYSCHOLAR_SECRET_KEY="your_api_key_here"
# 验证 marketplace 配置
claude plugin validate .claude-plugin/marketplace.json
# 运行验证脚本
python3 .github/scripts/check_references.py
python3 .github/scripts/check_mcp_dependencies.py
# 验证 marketplace 配置
claude plugin validate .claude-plugin/marketplace.json
# 文件引用检查
python3 .github/scripts/check_references.py
# MCP 依赖检查
python3 .github/scripts/check_mcp_dependencies.py
# 内容质量检查
python3 .github/scripts/validate_content.py <plugin-name>
遵循 .gitmessage 定义的 Conventional Commits 格式:
<type>(<scope>): <subject>
## Summary
<brief description>
## Changes Made
### <Component> Updates
<specific changes>
## Impact
<explanation>
Co-authored-by: Claude <[email protected]>
类型: feat, fix, docs, style, refactor, test, chore 作用域: agent, skill, command, template, config, docs
cc_plugins/
├── .claude-plugin/
│ └── marketplace.json # 插件市场配置
├── .claude/
│ ├── agents/ # 本地开发智能体
│ └── commands/ # 本地开发命令 (tdd, bdd, gh, sdr, docs, linus, elegant, squash, lint)
├── plugins/ # 插件目录
│ ├── evolutionary-biology-expert/
│ ├── hybrid-speciation-expert/
│ ├── crop-breeding-expert/
│ ├── evolutionary-ecology-expert/
│ ├── slidev-generator/
│ └── infographic-viz/
├── .github/
│ ├── workflows/ # CI/CD 工作流
│ │ └── plugin-validation.yml
│ └── scripts/ # 验证脚本
│ ├── check_references.py
│ ├── check_mcp_dependencies.py
│ └── validate_content.py
├── CLAUDE.md # Claude Code 项目指南
└── README.md
plugins/<plugin-name>/
├── plugin.json # 插件元数据
├── README.md # 插件说明文档
├── agents/ # Agent 文件 (MD 格式)
├── skills/ # 技能模块 (MD 格式)
├── commands/ # 用户命令接口
└── templates/ # 输出模板
本项目遵循严格的配置标准和质量控制:
项目配置了 Error Playbook Hook,自动捕获并记录开发过程中的错误:
docs/error-playbook/,形成可复用的问题解决库/err find <关键词> 快速查找历史错误解决方案配置文件:.claude/settings.json + .claude/hooks/err-catcher.py
详细配置说明请参考 CLAUDE.md
项目根目录的 .claude/commands/ 提供开发工作流命令:
| 命令 | 用途 |
|---|---|
/tdd | 测试驱动开发流程,增量测试策略 |
/bdd | 行为驱动开发流程,可执行文档 |
/gh | GitHub CLI 专家助手,场景化指导 |
/sdr | 规格驱动开发流程,Git 工作流管理 |
/docs | 活文档维护,文档健康检查 |
/linus | 实用主义代码审查与重构 |
/elegant | 优雅编码与重构规范 |
/squash | Commit 历史整理与合并 |
/lint | 代码质量检查工具集 |
命令协同:
/tdd → /squash:TDD 产生小 commit → 功能完成后合并/bdd + /tdd:BDD (验收) + TDD (单元),双层测试/sdr → /gh:规格驱动 → GitHub 操作/docs + 任何命令:代码变更后更新文档详细使用说明请参考各命令文件。
我们欢迎各种形式的贡献!
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search