RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cline rules/ryok/python-boilerplate

Cline rules

.clinerules/common-commands.md
Cline rules

Quality

90/100

Scores the file, not the repository.

Length

158 words

23 headings · 5 code blocks

Repository

0

— · pushed 412 days ago

Last changed

2 days ago

First indexed 2 days ago.
ryok/python-boilerplate/.clinerules/common-commands.mdRawGitHub
1# Common Commands
2 
3## Dependency Management
4```bash
5# Install all dependencies
6uv sync
7 
8# Add a new dependency
9uv add <package-name>
10 
11# Add a development dependency
12uv add --dev <package-name>
13```
14 
15## Code Quality
16```bash
17# Run linter
18uv run ruff check .
19 
20# Auto-fix linting issues
21uv run ruff check . --fix
22 
23# Format code
24uv run ruff format .
25 
26# Type checking
27uv run pyright
28```
29 
30## Testing
31```bash
32# Run all tests
33uv run pytest
34 
35# Run tests with coverage
36uv run pytest --cov=src
37 
38# Run specific test file
39uv run pytest tests/test_specific.py
40 
41# Run tests with verbose output
42uv run pytest -v
43```
44 
45## Application
46```bash
47# Run the application
48uv run python -m src.cli
49 
50# Run with environment variables
51ENV_VAR=value uv run python -m src.cli
52```
53 
54## Docker
55```bash
56# Build container
57docker-compose build
58 
59# Run services
60docker-compose up
61 
62# Run in background
63docker-compose up -d
64 
65# View logs
66docker-compose logs -f
67```

Commands it names

  • uv sync
  • uv add <package-name>
  • uv add --dev <package-name>
  • uv run ruff check .
  • uv run ruff check . --fix
  • uv run ruff format .
  • uv run pyright
  • uv run pytest
  • uv run pytest --cov=src
  • uv run pytest tests/test_specific.py
  • uv run pytest -v
  • uv run python -m src.cli
  • docker-compose build
  • docker-compose up
  • docker-compose up -d
  • docker-compose logs -f

Sections

  • Common Commands
  • Dependency Management
  • Install all dependencies
  • Add a new dependency
  • Add a development dependency
  • Code Quality
  • Run linter
  • Auto-fix linting issues
  • Format code
  • Type checking
  • Testing
  • Run all tests
  • Run tests with coverage
  • Run specific test file
  • Run tests with verbose output
  • Application
  • Run the application
  • Run with environment variables
  • Docker
  • Build container
  • Run services
  • Run in background
  • View logs

What it covers

setupbuildtestlint-formattypestesting-strategydependencies

Stack — with the evidence

python

(1.00)

ruff

(1.00)

docker

(1.00)

pytest

(0.95)

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
ryok
Language
—
License
—
Archived
no

All configs in this repo

Also in ryok/python-boilerplate

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
ryok/python-boilerplate.clinerules/development-guidelines.md · 0Cline rulespythonruff+2testlint-formatstyletypes+272/1002 days ago
ryok/python-boilerplate.clinerules/knowledge-management.md · 0Cline rulespythonruff+2archdo-notagent-behaviourdocs55/1002 days ago
ryok/python-boilerplate.clinerules/project-overview.md · 0Cline rulespythonruff+2setuparch37/1002 days ago
ryok/python-boilerplate.clinerules/project-structure.md · 0Cline rulespythonruff+2lint-formatstylearchdo-not80/1002 days ago
ryok/python-boilerplate.clinerules/tech-stack.md · 0Cline rulespythonruff+2setuptestlint-formattypes+169/1002 days ago
ryok/python-boilerplateCLAUDE.md · 0CLAUDE.mdpythonruff+2setuptestlint-formatstyle+290/1002 days ago
Diff against .clinerules/development-guidelines.md Diff against .clinerules/knowledge-management.md Diff against .clinerules/project-overview.md Diff against .clinerules/project-structure.md Diff against .clinerules/tech-stack.md Diff against CLAUDE.md

Similar configs

Same format, overlapping stack, ranked by quality.

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