RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cline rules/yxyxy/HordeForge

Cline rules

.clinerules/03_code_style.md
Cline rules

Quality

54/100

Scores the file, not the repository.

Length

121 words

2 headings · 0 code blocks

Repository

1

— · pushed 26 days ago

Last changed

3 days ago

First indexed 3 days ago.
yxyxy/HordeForge/.clinerules/03_code_style.mdRawGitHub
1# Code Style Rules
2 
3Language: Python 3.11+
4 
5Rules:
6 
7- type hints required
8- dataclasses preferred
9- pydantic for schemas
10- no global state
11- pure functions preferred
12- small modules
13- max file size: 500 lines
14 
15Logging:
16 
17Use structured logging.
18 
19Every agent action must log:
20 
21- agent_name
22- input
23- decision
24- output
25- duration
26 
27## Code Quality Automation
28 
29All Python code modifications must be automatically formatted and linted.
30 
31After generating or modifying Python code the following command MUST run:
32 
33ruff check --fix
34 
35This step must be executed before running tests.
36 
37Purpose:
38 
39- auto-fix lint errors
40- normalize imports
41- apply Ruff rules
42- prevent style violations
43 
44If Ruff modifies files, the modified files must be used for the next steps.

Sections

  • Code Style Rules
  • Code Quality Automation

What it covers

lint-formatcode-styledo-not

Stack — with the evidence

python

(1.00)

docker

(1.00)

fastapi

(0.70)

postgres

(0.70)

redis

(0.70)

kubernetes

(0.60)

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

All configs in this repo

Also in yxyxy/HordeForge

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
yxyxy/HordeForge.clinerules/01_architecture.md · 1Cline rulespythondocker+5do-not23/1003 days ago
yxyxy/HordeForgeAGENTS.md · 1AGENTS.mdpythondocker+5testlint-formatstylearch+385/1003 days ago
yxyxy/HordeForge.clinerules/00_project.md · 1Cline rulespythondocker+5gitdo-not23/1003 days ago
yxyxy/HordeForge.clinerules/02_agents.md · 1Cline rulespythondocker+5do-notagent-behaviour31/1003 days ago
yxyxy/HordeForge.clinerules/04_testing.md · 1Cline rulespythondocker+5testlint-formatdo-not48/1003 days ago
yxyxy/HordeForge.clinerules/05_pipeline.md · 1Cline rulespythondocker+5testlint-formatgitdeployment+154/1003 days ago
yxyxy/HordeForge.clinerules/06_github_workflow.md · 1Cline rulespythondocker+5gitdo-not23/1003 days ago
yxyxy/HordeForge.clinerules/07_safety.md · 1Cline rulespythondocker+5do-not23/1003 days ago
yxyxy/HordeForge.clinerules/13_refactoring_rules.md · 1Cline rulespythondocker+5do-not11/1003 days ago
yxyxy/HordeForge.clinerules/14_file_edit_rules.md · 1Cline rulespythondocker+5styledo-not27/1003 days ago
yxyxy/HordeForge.clinerules/15_fix_loop_rules.md · 1Cline rulespythondocker+5do-not11/1003 days ago
yxyxy/HordeForge.clinerules/18_loop_prevention.md · 1Cline rulespythondocker+5do-not23/1003 days ago
yxyxy/HordeForge.clinerules/19_stop_condition.md · 1Cline rulespythondocker+5no sections16/1003 days ago
yxyxy/HordeForge.clinerules/97_edit_strategy.md · 1Cline rulespythondocker+5style20/1003 days ago
yxyxy/HordeForge.clinerules/99_ai_behavior.md · 1Cline rulespythondocker+5testlint-formatstyledo-not+144/1003 days ago
Diff against .clinerules/01_architecture.md Diff against AGENTS.md Diff against .clinerules/00_project.md Diff against .clinerules/02_agents.md Diff against .clinerules/04_testing.md Diff against .clinerules/05_pipeline.md Diff against .clinerules/06_github_workflow.md Diff against .clinerules/07_safety.md Diff against .clinerules/13_refactoring_rules.md Diff against .clinerules/14_file_edit_rules.md Diff against .clinerules/15_fix_loop_rules.md Diff against .clinerules/18_loop_prevention.md Diff against .clinerules/19_stop_condition.md Diff against .clinerules/97_edit_strategy.md Diff against .clinerules/99_ai_behavior.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-keeper.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
u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6Cline rulespytestruff+6testlint-formatstylearch+194/1003 days ago
ryok/python-boilerplate.clinerules/common-commands.md · 0Cline rulespythonruff+2setupbuildtestlint-format+390/1002 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