RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cline rules/u9401066/nsforge-mcp

Cline rules

.clinerules/10-python.md
Cline rules

Quality

83/100

Scores the file, not the repository.

Length

143 words

5 headings · 0 code blocks

Repository

4

— · pushed 27 days ago

Last changed

3 days ago

First indexed 3 days ago.
u9401066/nsforge-mcp/.clinerules/10-python.mdRawGitHub
1---
2paths:
3 - "src/**/*.py"
4 - "tests/**/*.py"
5 - "scripts/**/*.py"
6 - "pyproject.toml"
7---
8 
9# Python Rules (uv / ruff / mypy / pytest)
10 
11## Environment
12- Use `uv` for running tools (avoid ad-hoc `pip`).
13- Prefer `uv run ...` so checks execute in the right venv and dependency set.
14 
15## Architecture Guardrails
16- Keep `src/nsforge/domain` free of I/O, filesystem access, and infrastructure imports.
17- Put orchestration/side-effects in `src/nsforge/application` or `src/nsforge/infrastructure`.
18- MCP tool wiring lives in `src/nsforge_mcp/` (`server.py`, `tools/`).
19 
20## Validation Gates
21- One command: `python scripts/check.py`
22- Or individually:
23 - Lint: `uv run ruff check .`
24 - Format: `uv run ruff format --check .`
25 - Types: `uv run mypy src --ignore-missing-imports`
26 - Tests: `uv run pytest`
27 
28## Discipline
29- Do not weaken mypy strict or add blanket `# type: ignore` to pass the gate.
30- Add a regression test under `tests/` when fixing a bug.
31- After adding/removing an `@mcp.tool`, regenerate the manifest:
32 `python scripts/gen_capabilities.py`.
33 

Commands it names

  • uv run ...
  • python scripts/check.py
  • uv run ruff check .
  • uv run ruff format --check .
  • uv run mypy src --ignore-missing-imports
  • uv run pytest
  • python scripts/gen_capabilities.py

Sections

  • Python Rules (uv / ruff / mypy / pytest)
  • Environment
  • Architecture Guardrails
  • Validation Gates
  • Discipline

What it covers

setuptestlint-formatcode-styledo-not

Stack — with the evidence

python

(1.00)

pytest

(0.95)

ruff

(0.95)

github-actions

(0.60)

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/nsforge-mcp

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/nsforge-mcp.clinerules/00-project.md · 4Cline rulespythonpytest+2testlint-formatstylearch+181/1003 days ago
u9401066/nsforge-mcp.clinerules/40-release.md · 4Cline rulespythonpytest+2lint-formatdeploymentdo-not51/1003 days ago
u9401066/nsforge-mcp.github/copilot-instructions.md · 4Copilot instructionspythonpytest+2setuptestlint-formatgit+285/1003 days ago
u9401066/nsforge-mcpAGENTS.md · 4AGENTS.mdpythonpytest+2stylearchsecuritydo-not+189/1003 days ago
u9401066/nsforge-mcpCLAUDE.md · 4CLAUDE.mdpythonpytest+2setuptestlint-formatgit+281/1003 days ago
Diff against .clinerules/00-project.md Diff against .clinerules/40-release.md Diff against .github/copilot-instructions.md Diff against AGENTS.md Diff against CLAUDE.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
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
ryok/python-boilerplate.clinerules/common-commands.md · 0Cline rulespythonruff+2setupbuildtestlint-format+390/1002 days ago
u9401066/pubmed-search-mcp.clinerules/60-pubmed-python.md · 23Cline rulespythondocker+4setuptestlint-formatstyle+286/1003 days ago
u9401066/zotero-keeper.clinerules/60-pubmed-python.md · 6Cline rulespytestruff+6setuptestlint-formatstyle+286/1003 days ago
u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/60-pubmed-python.md · 6Cline rulespytestruff+6setuptestlint-formatstyle+286/1003 days ago
u9401066/pubmed-search-mcp.clinerules/00-project.md · 23Cline rulespythondocker+4testlint-formatstylearch+186/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