rios0rios0/guide

Software engineering standards for humans and AI coding assistants. 80+ guides covering architecture, testing, CI/CD, security, and code style — auto-generated into rule files for Claude Code, Cursor, Copilot, and Codex.

2Stars on the repository
24Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

code-review

01

rios0rios0/guide

Skill Claude CodeCodex

Review pull requests and diffs in guide — the source of the rios0rios0 engineering standards, its wiki, and the generated AI-assistant rule files — against its own standards, with extra weight on wiki page-name uniqueness, link integrity, and the generator inputs. Use when reviewing a PR, a branch, or staged changes…

2 4d ago A 71 tokens copy · 88% MIT

check-standards

02

rios0rios0/guide

Skill Claude CodeCodex

Review current branch changes against coding standards before submitting a PR. Catches issues before reviewers do.

2 4d ago A 24 tokens original MIT

fix-guardrails

03

rios0rios0/guide

Skill Claude CodeCodex

Fix all guardrail findings (make lint, make test, make sast) across repositories. Use when the user asks to fix linting errors, test failures, SAST findings, or run the full guardrail remediation workflow.

2 4d ago A 50 tokens original MIT

rios0rios0/guide

Skill Claude CodeCodex

Scaffold a new frontend project with 5-layer Clean Architecture (Domain, Service, Infrastructure, Presentation, Main). Use when the user asks to create, scaffold, or bootstrap a new frontend or React project.

2 4d ago A 48 tokens original MIT

scaffold-go-project

05

rios0rios0/guide

Skill Claude CodeCodex

Scaffold a new Go backend project with Clean Architecture, Dig DI, and testify. Use when the user asks to create, scaffold, or bootstrap a new Go project.

2 4d ago A 39 tokens original MIT

rios0rios0/guide

Skill Claude CodeCodex

Scaffold a new Python package with PEP 621, PDM, Black/isort/Flake8, type hints, and Loguru logging. Use when the user asks to create, scaffold, or bootstrap a new Python project or package.

2 4d ago A 55 tokens original MIT