RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cline rules/u9401066/zotero-keeper

Cline rules

.clinerules/00-zotero-project.md
Cline rules

Quality

74/100

Scores the file, not the repository.

Length

305 words

6 headings · 0 code blocks

Repository

6

— · pushed 40 days ago

Last changed

3 days ago

First indexed 3 days ago.
u9401066/zotero-keeper/.clinerules/00-zotero-project.mdRawGitHub
1# Zotero Keeper Project Rules
2 
3These rules are meant for Cline usage in the Zotero Keeper repository.
4 
5## Goals
6 
7- Build a local MCP toolkit that combines Zotero reference management with PubMed literature search.
8- Keep the user path simple: VS Code extension setup should install Python, packages, MCP definitions, and assistant assets without manual glue.
9- Preserve research safety: ask before importing into Zotero collections, avoid duplicates, and keep source metadata traceable.
10 
11## Repo Layout
12 
13- `mcp-server/src/zotero_mcp/`: Zotero Keeper Python MCP server.
14- `mcp-server/tests/`: unit and integration tests for the Zotero server.
15- `external/pubmed-search-mcp/`: PubMed Search MCP submodule used by the extension.
16- `vscode-extension/`: VS Code extension that registers both MCP servers and installs assistant assets.
17- `.github/`: Copilot instructions, agents, bylaws, and CI/release workflows.
18- `.claude/skills/` and `.cline/skills/`: assistant-facing operational skills.
19 
20## Canonical Commands
21 
22- Zotero server checks: `cd mcp-server && uv run pytest`
23- Zotero lint/type checks: `cd mcp-server && uv run ruff check . && uv run mypy src --ignore-missing-imports`
24- Extension checks: `cd vscode-extension && npm run sync-assets && npm run compile && npm test`
25- VSIX package smoke: `cd vscode-extension && npm run package`
26- Diff hygiene: `git diff --check`
27 
28## Safety / Hygiene
29 
30- Avoid editing generated outputs: `vscode-extension/out/`, `dist/`, `.venv/`, `.pytest_cache/`, `__pycache__/`.
31- Never print or commit secrets from `.env`, NCBI API keys, Zotero credentials, or key files.
32- Do not use destructive git commands unless the user explicitly asks.
33- Submodule changes under `external/pubmed-search-mcp/` must be intentional and called out in status.
34 
35## Prefer Existing Patterns
36 
37- Keep MCP tool outputs backward-compatible when possible.
38- Use `import_articles` for PubMed-to-Zotero import flows unless a legacy path is explicitly requested.
39- Keep extension bundled asset sources and `vscode-extension/resources/repo-assets/` in sync via `npm run sync-assets`.
40- Start context reads with `memory-bank/activeContext.md`, `ARCHITECTURE.md`, and `docs/COLLABORATION_WORKFLOW.md` when the task is architectural.
41 

Commands it names

  • git diff --check
  • npm run sync-assets

Sections

  • Zotero Keeper Project Rules
  • Goals
  • Repo Layout
  • Canonical Commands
  • Safety / Hygiene
  • Prefer Existing Patterns

What it covers

testlint-formatcode-stylearchitecturedo-notagent-behaviour

Stack — with the evidence

node

(0.95)

pytest

(0.95)

ruff

(0.95)

python

(0.80)

eslint

(0.70)

typescript

(0.60)

github-actions

(0.60)

javascript

(0.50)

Format

Cline rules

A single file or a folder of files, all always-on. The folder form is the simplest way any format here lets you split rules into topics without also learning an activation model.

What the corpus says about it

Repository

Owner
u9401066
Language
—
License
—
Archived
no

All configs in this repo

Also in u9401066/zotero-keeper

Diff this repo’s formats

One 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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
u9401066/zotero-keeper.github/copilot-instructions.md · 6Copilot instructionsnodepython+6gitperformancedeploymentagent-behaviour73/1003 days ago
u9401066/zotero-keeper.clinerules/10-zotero-python.md · 6Cline rulespytestruff+6setuptestlint-formatstyle+171/1003 days ago
u9401066/zotero-keeper.clinerules/20-zotero-vscode-extension.md · 6Cline rulesnodepython+6teststyledo-not69/1003 days ago
u9401066/zotero-keeper.clinerules/30-zotero-research-workflow.md · 6Cline rulespythonnode+6styledo-notagent-behaviour50/1003 days ago
u9401066/zotero-keeper.clinerules/35-foam-llm-wiki.md · 6Cline rulespythonnode+6styledo-notagent-behaviour55/1003 days ago
u9401066/zotero-keeper.clinerules/40-zotero-release.md · 6Cline rulesnodepytest+6testlint-formatdeploymentdo-not67/1003 days ago
u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6Cline rulespytestruff+6testlint-formatstylearch+194/1003 days ago
u9401066/zotero-keeper.clinerules/60-pubmed-python.md · 6Cline rulespytestruff+6setuptestlint-formatstyle+286/1003 days ago
u9401066/zotero-keeper.clinerules/70-pubmed-mcp-tools.md · 6Cline rulespythonnode+6apido-notagent-behaviourdocs54/1003 days ago
u9401066/zotero-keeper.clinerules/80-pubmed-release.md · 6Cline rulespytestruff+6testlint-formatdeploymentdo-not68/1003 days ago
u9401066/zotero-keeperAGENTS.md · 6AGENTS.mdnodepython+6styleagent-behaviour56/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/00-zotero-project.md · 6Cline rulesnodepytest+6testlint-formatstylearch+274/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/10-zotero-python.md · 6Cline rulespytestruff+6setuptestlint-formatstyle+171/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/20-zotero-vscode-extension.md · 6Cline rulesnodepython+6teststyledo-not69/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/30-zotero-research-workflow.md · 6Cline rulespythonnode+6styledo-notagent-behaviour50/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/35-foam-llm-wiki.md · 6Cline rulespythonnode+6styledo-notagent-behaviour55/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.clinerules/40-zotero-release.md · 6Cline rulesnodepytest+6testlint-formatdeploymentdo-not67/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/.github/copilot-instructions.md · 6Copilot instructionspythonnode+6styleagent-behaviour48/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/keeper/AGENTS.md · 6AGENTS.mdnodepython+6styleagent-behaviour56/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6Cline rulespytestruff+6testlint-formatstylearch+194/1003 days ago
Diff against .github/copilot-instructions.md Diff against .clinerules/10-zotero-python.md Diff against .clinerules/20-zotero-vscode-extension.md Diff against .clinerules/30-zotero-research-workflow.md Diff against .clinerules/35-foam-llm-wiki.md Diff against .clinerules/40-zotero-release.md Diff against .clinerules/50-pubmed-project.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 vscode-extension/resources/repo-assets/keeper/.clinerules/00-zotero-project.md Diff against vscode-extension/resources/repo-assets/keeper/.clinerules/10-zotero-python.md Diff against vscode-extension/resources/repo-assets/keeper/.clinerules/20-zotero-vscode-extension.md Diff against vscode-extension/resources/repo-assets/keeper/.clinerules/30-zotero-research-workflow.md Diff against vscode-extension/resources/repo-assets/keeper/.clinerules/35-foam-llm-wiki.md Diff against vscode-extension/resources/repo-assets/keeper/.clinerules/40-zotero-release.md Diff against vscode-extension/resources/repo-assets/keeper/.github/copilot-instructions.md Diff against vscode-extension/resources/repo-assets/keeper/AGENTS.md Diff against vscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
bashdeban/fastmind.clinerules/.project-consistency-keeper2.md · 5Cline rulestypescriptnode+8setupbuildtestlint-format+11100/1003 days ago
JCodesMore/ai-website-cloner-template.clinerules · 31kCline rulestypescriptnode+7buildlint-formatstylearch+397/1002 days ago
BryaanF/LiantPortfolio.clinerules/project-guidelines.md · 0Cline rulesjavascripttailwind+5buildstylearchgit+296/1003 days ago
u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6Cline rulespytestruff+6testlint-formatstylearch+194/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6Cline rulespytestruff+6testlint-formatstylearch+194/1003 days ago
u9401066/pubmed-search-mcp.clinerules/50-pubmed-project.md · 23Cline rulespythondocker+4testlint-formatstylearch+194/1003 days ago
HerringtonDarkholme/megarepo.clinerules/02-development.md · 17Cline rulesnodejavascriptsetupbuildteststyle+392/1003 days ago
blendsdk/codeops-mcp.clinerules/project.md · 0Cline rulestypescriptvitest+3buildteststylearch+791/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack