pylines
Python backend code style, architecture, and testing guidelines
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install pylines?โผ
Run `npx skills add community-of-python/pylines --all -g -y` in your terminal to install the skill globally.
What does the pylines skill enforce?โผ
It enforces strict typing with mypy, ruff linting, verb-based naming, immutability with typing.Final, and composition over inheritance in all Python code.
Does pylines cover REST API design?โผ
Yes. It defines URL conventions, HTTP method usage, versioning via Accept headers, and flat resource structures without nesting.
Which frameworks does pylines recommend?โผ
It recommends Litestar or FastAPI, SQLAlchemy for databases, granian as the server, and pytest with hypothesis for testing.
Can pylines help with code reviews?โผ
Yes. It gives your agent a complete rulebook for reviewing Python code against consistent style, SOLID, and testing standards.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core