Cline rules
.clinerules/common-commands.mdCline rules
Quality
90/100
Scores the file, not the repository.Length
158 words
23 headings · 5 code blocksRepository
0
— · pushed 412 days agoLast changed
2 days ago
First indexed 2 days ago.1# Common Commands23## Dependency Management4```bash5# Install all dependencies6uv sync78# Add a new dependency9uv add <package-name>1011# Add a development dependency12uv add --dev <package-name>13```1415## Code Quality16```bash17# Run linter18uv run ruff check .1920# Auto-fix linting issues21uv run ruff check . --fix2223# Format code24uv run ruff format .2526# Type checking27uv run pyright28```2930## Testing31```bash32# Run all tests33uv run pytest3435# Run tests with coverage36uv run pytest --cov=src3738# Run specific test file39uv run pytest tests/test_specific.py4041# Run tests with verbose output42uv run pytest -v43```4445## Application46```bash47# Run the application48uv run python -m src.cli4950# Run with environment variables51ENV_VAR=value uv run python -m src.cli52```5354## Docker55```bash56# Build container57docker-compose build5859# Run services60docker-compose up6162# Run in background63docker-compose up -d6465# View logs66docker-compose logs -f67```
Also in ryok/python-boilerplate
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 |
|---|---|---|---|---|---|
| ryok/python-boilerplate.clinerules/development-guidelines.md · 0 | Cline rules | testlint-formatstyletypes+2 | 72/100 | 2 days ago | |
| ryok/python-boilerplate.clinerules/knowledge-management.md · 0 | Cline rules | archdo-notagent-behaviourdocs | 55/100 | 2 days ago | |
| ryok/python-boilerplate.clinerules/project-overview.md · 0 | Cline rules | setuparch | 37/100 | 2 days ago | |
| ryok/python-boilerplate.clinerules/project-structure.md · 0 | Cline rules | lint-formatstylearchdo-not | 80/100 | 2 days ago | |
| ryok/python-boilerplate.clinerules/tech-stack.md · 0 | Cline rules | setuptestlint-formattypes+1 | 69/100 | 2 days ago | |
| ryok/python-boilerplateCLAUDE.md · 0 | CLAUDE.md | setuptestlint-formatstyle+2 | 90/100 | 2 days ago |
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 | |
| u9401066/pubmed-search-mcp.clinerules/50-pubmed-project.md · 23 | Cline rules | testlint-formatstylearch+1 | 94/100 | 3 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-project.md · 23 | Cline rules | testlint-formatstylearch+1 | 86/100 | 3 days ago | |
| u9401066/zotero-keeper.clinerules/60-pubmed-python.md · 7 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/60-pubmed-python.md · 7 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 3 days ago |
