Cline rules
.clinerules/50-pubmed-project.mdCline rules
Quality
94/100
Scores the file, not the repository.Length
264 words
6 headings · 0 code blocksRepository
23
— · pushed 0 days agoLast changed
3 days ago
First indexed 3 days ago.1# PubMed Search MCP Project Rules23These rules are meant for Cline usage in the PubMed Search MCP repository.45## Goals67- Provide a robust MCP server for biomedical literature search, analysis, full-text access, and citation export.8- Make MCP `unified_search` the default agent entrypoint while preserving specialized tools for PICO, MeSH, full text, citations, and pipelines.9- Keep `pubmed_search.api` as the stable Python SDK facade for external package/notebook callers.10- Keep outputs useful for downstream agents and for Zotero Keeper imports.1112## Repo Layout1314- `src/pubmed_search/domain/`: domain entities and value objects.15- `src/pubmed_search/application/`: search, export, pipeline, and analysis use cases.16- `src/pubmed_search/infrastructure/`: external clients and source integrations.17- `src/pubmed_search/presentation/mcp_server/`: MCP server, tools, prompts, and resources.18- `tests/`: pytest suite.19- `.claude/skills/`: user-facing research skills.20- `.cline/skills/` and `.clinerules/`: Cline harness assets.2122## Canonical Commands2324- `uv run ruff check .`25- `uv run ruff format --check .`26- `uv run mypy src/ tests/`27- `uv run pytest`28- `uv run python scripts/count_mcp_tools.py --update-docs`29- `python3 scripts/check_cline_skills.py`3031## Safety / Hygiene3233- Avoid editing generated outputs unless the generator was run intentionally.34- Never commit NCBI API keys, Semantic Scholar keys, CORE keys, OpenAlex keys, cookies, or institutional resolver secrets.35- Avoid destructive git operations unless explicitly requested.36- Keep network-dependent behavior mockable and rate-limit aware.3738## Prefer Existing Patterns3940- Reuse source adapters and registry abstractions instead of adding one-off HTTP calls.41- Keep MCP tools small and delegate behavior to application services.42- Keep backward-compatible aliases where agents already consume fields.43- Update tool docs and user-facing skills when tool contracts change.44
Also in u9401066/pubmed-search-mcp
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| u9401066/pubmed-search-mcp.clinerules/20-zotero-vscode-extension.md · 23 | Cline rules | teststyledo-not | 69/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/30-citation-ready.md · 23 | Cline rules | styledo-not | 36/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-project.md · 23 | Cline rules | testlint-formatstylearch+1 | 86/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-workspace-baseline.md · 23 | Cline rules | monorepo | 16/100 | yesterday | |
| u9401066/pubmed-search-mcp.clinerules/10-python-ddd.md · 23 | Cline rules | testlint-formatdo-not | 39/100 | yesterday | |
| u9401066/pubmed-search-mcp.clinerules/10-python.md · 23 | Cline rules | setuptestlint-formatstyle+1 | 78/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/10-zotero-python.md · 23 | Cline rules | setuptestlint-formatstyle+1 | 71/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/20-docs-and-generated-assets.md · 23 | Cline rules | styledo-notdocs | 35/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/20-vscode-extension.md · 23 | Cline rules | teststyledo-not | 55/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/40-release.md · 23 | Cline rules | testlint-formatdeploymentdo-not | 74/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/40-zotero-release.md · 23 | Cline rules | testlint-formatdeploymentdo-not | 67/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/60-pubmed-python.md · 23 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/70-pubmed-mcp-tools.md · 23 | Cline rules | apido-notagent-behaviourdocs | 59/100 | yesterday | |
| u9401066/pubmed-search-mcp.clinerules/80-pubmed-release.md · 23 | Cline rules | testlint-formatdeploymentdo-not | 68/100 | 3 days ago | |
| u9401066/pubmed-search-mcpAGENTS.md · 23 | AGENTS.md | teststyledo-notagent-behaviour | 86/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/30-mcp-surface-and-sync.md · 23 | Cline rules | do-not | 23/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/30-zotero-research-workflow.md · 23 | Cline rules | styledo-notagent-behaviour | 50/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/35-foam-llm-wiki.md · 23 | Cline rules | styledo-notagent-behaviour | 55/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-zotero-project.md · 23 | Cline rules | testlint-formatstylearch+2 | 74/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.github/copilot-instructions.md · 23 | Copilot instructions | setupbuildtestlint-format+8 | 77/100 | yesterday |
Diff against .clinerules/20-zotero-vscode-extension.md Diff against .clinerules/30-citation-ready.md Diff against .clinerules/00-project.md Diff against .clinerules/00-workspace-baseline.md Diff against .clinerules/10-python-ddd.md Diff against .clinerules/10-python.md Diff against .clinerules/10-zotero-python.md Diff against .clinerules/20-docs-and-generated-assets.md Diff against .clinerules/20-vscode-extension.md Diff against .clinerules/40-release.md Diff against .clinerules/40-zotero-release.md Diff against .clinerules/60-pubmed-python.md Diff against .clinerules/70-pubmed-mcp-tools.md Diff against .clinerules/80-pubmed-release.md Diff against AGENTS.md Diff against .clinerules/30-mcp-surface-and-sync.md Diff against .clinerules/30-zotero-research-workflow.md Diff against .clinerules/35-foam-llm-wiki.md Diff against .clinerules/00-zotero-project.md Diff against .github/copilot-instructions.md
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| JCodesMore/ai-website-cloner-template.clinerules · 31k | Cline rules | buildlint-formatstylearch+3 | 97/100 | 2 days ago | |
| BryaanF/LiantPortfolio.clinerules/project-guidelines.md · 0 | Cline rules | buildstylearchgit+2 | 96/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 7 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 7 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| ryok/python-boilerplate.clinerules/common-commands.md · 0 | Cline rules | setupbuildtestlint-format+3 | 90/100 | 2 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-project.md · 23 | Cline rules | testlint-formatstylearch+1 | 86/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/60-pubmed-python.md · 23 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/60-pubmed-python.md · 7 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago |
