clean-architecture skills

380 tagged clean-architecture, measured the same way as everything else here.

Browse within: ai-skills 68flutter 68dotnet 60code-quality 58dependency-injection 52agentic-coding 48code-generator 47github-copilot 45dashboard 38docker 37postgresql 37aspnet-core 29saas-template 29svelte 29

brooks-harness

01

hyhmrright/brooks-lint

Skill Claude CodeCodex

Maintenance orchestrator for the brooks-lint plugin itself. Runs a sequential subagent pipeline — author → eval → QA → trigger-audit → release — to add or edit a skill, refresh the eval suite, keep the four manifests + all README translations + CHANGELOG + AGENTS/GEMINI in sync, audit trigger boundaries, and cut…

1.4k +10 yesterday A 271 tokens original MIT

new-skill

02

hyhmrright/brooks-lint

Skill Claude CodeCodex

Scaffold a new brooks-lint analysis skill so it passes npm run validate and npm run evals on the first try — generates skills/{name}/SKILL.md (with the mandatory "Do NOT trigger for:" clause and a Process section citing guide step ranges) plus skills/{name}/{name}-guide.md (sequentially numbered steps), then appends…

1.4k +10 yesterday A 145 tokens original MIT

release

03

hyhmrright/brooks-lint

Skill Claude CodeCodex

Cut a brooks-lint release: set the version in package.json, propagate it across all four plugin manifests and every version-bearing text file (README badges, docs site metadata), write the CHANGELOG entry, validate, then commit, push, tag, and publish the GitHub release. Triggers when the maintainer asks to "release"…

1.4k +10 yesterday A 135 tokens original MIT

add-test

04

fpindej/netrock

Skill Claude CodeCodex

Add tests following project test patterns.

231 3d ago A 6 tokens original MIT

backend-conventions

05

fpindej/netrock

Skill Claude CodeCodex

Backend convention reference (.NET 10 / C# 13). Auto-injected into backend-aware agents - not user-invocable.

231 3d ago A 27 tokens original MIT

fpindej/netrock

Skill Claude CodeCodex

Frontend convention reference (SvelteKit / Svelte 5). Auto-injected into frontend-aware agents - not user-invocable.

231 3d ago A 27 tokens original MIT

maksimzayats/specx

Skill Claude CodeCodex

Design or review specx core scope boundaries in Python services. Use when deciding where code belongs across packaged scoped foundation bases, optional local foundation extensions, core/, capabilities, delivery, infrastructure, shared/, and ioc; when adding guardrails or splitting use cases, services, DTOs, schemas…

201 25d ago A 74 tokens original MIT

maksimzayats/specx

Skill Claude CodeCodex

Create or reshape a Python FastAPI service repo into the specx clean core/delivery architecture using packaged scoped foundation bases. Use when starting an API backend, adding the first src package, or establishing AGENTS.md, core/, optional local foundation/, delivery/, infrastructure, ioc/, migrations, and tests.

201 25d ago A 75 tokens original MIT

specx-tests

09

maksimzayats/specx

Skill Claude CodeCodex

Add or refine tests for specx Python services. Use when creating unit tests for use cases/services, integration tests for FastAPI controllers or infrastructure adapters, e2e smoke tests, architecture import guardrails, DI override tests, pytest fixtures, or coverage and boundary checks.

201 25d ago A 58 tokens original MIT

SebastienDegodez/copilot-instructions

Skill Claude CodeCodex

Use when domain logic leaks into API/Infrastructure, project references violate layer boundaries, or you need to decide between CQS (always), CQRS bus (complex domains), and DDD patterns (invariants and events).

192 1mo ago A 50 tokens original Apache-2.0

mutation-testing

11

SebastienDegodez/copilot-instructions

Skill Claude CodeCodex

Use when running mutation testing, killing mutants, verifying test quality, checking mutation score, or analyzing survivors after the test baseline is green.

192 1mo ago A 29 tokens original Apache-2.0

clean-architecture

13

nathankim0/clean-architecture-skills

Skill Claude CodeCodex

Review code and provide design guidance based on Clean Architecture principles. Checks dependency rule, layer separation, crossing boundaries, and SOLID principles. Use when asked to review architecture, check dependencies, or design with clean architecture principles.

87 +2 7mo ago A 48 tokens original MIT

kent-beck-style

14

nathankim0/clean-architecture-skills

Skill Claude CodeCodex

Review code following Kent Beck's refactoring philosophy and simple design principles. Detects code smells, guides refactoring techniques, and promotes incremental improvement (YAGNI, KISS). Use when reviewing code quality, refactoring, or improving code readability.

87 +2 7mo ago A 55 tokens original MIT

bazel

15

ccheney/robust-skills

Skill Claude CodeCodex

Manage, structure, modernize, and troubleshoot Bazel monorepos. Use for MODULE.bazel, BUILD or BUILD.bazel files, Starlark, Bazelisk, Bzlmod dependencies and module extensions, labels and targets, visibility, query/cquery/aquery, .bazelrc configuration, select(), platforms and toolchains, hermetic actions, sandboxing…

57 6d ago A 130 tokens original MIT

slack-block-kit

16

ccheney/robust-skills

Skill Claude CodeCodex

Proactively apply when generating Slack API payloads with blocks, chat.postMessage calls with structured content, streaming AI responses, or views.open/views.publish calls. Triggers on Block Kit, Slack blocks, section block, actions block, header block, context block, alert block, card block, carousel block, container…

57 6d ago A 212 tokens original MIT

slack-mrkdwn

17

ccheney/robust-skills

Skill Claude CodeCodex

Proactively apply when generating any Slack text content, message text fields, Block Kit text objects, standard Markdown for Slack, or Work Object text. Triggers on mrkdwn, Slack formatting, Slack markdown, Slack bold, Slack italic, Slack links, mentions, dates, escaping, text objects, verbatim, plaintext, markdown…

57 6d ago A 158 tokens original MIT

rebrand

18

mykola-kichatov/android-clean-template

Skill Claude CodeCodex

Rebrand a fresh clone of android-clean-template into a new app. Asks for the app name, application id, sample-feature and networking decisions, then executes docs/CLONECHECKLIST.md end to end. Use on a fresh un-rebranded clone (application id still com.mkchtv.cleantemplate) or when the user asks to set up, rename, or…

55 19d ago A 85 tokens

review-back

19

DGouron/review-flow

Skill Claude CodeCodex

Complete code review of a backend MR/PR with 8 sequential audits (Clean Architecture, DDD, TypeScript Best Practices, SOLID, Testing, Code Quality, Security, Performance). An orchestrator runs each audit one by one to avoid memory spikes. Generates an .md report and posts it directly on the MR/PR. Direct mode with…

42 19d ago A 76 tokens original MIT

review-doc

20

DGouron/review-flow

Skill Claude CodeCodex

Complete review of a documentation-focused MR/PR with 5 sequential audits oriented for documentation projects (markdown-quality, link-validity, terminology, freshness, examples-validity). No code-architecture audits, no React patterns, no SOLID. An orchestrator runs each audit one by one. Generates an .md report and…

42 19d ago A 82 tokens original MIT

review-front

21

DGouron/review-flow

Skill Claude CodeCodex

Complete code review of a MR/PR with 7 sequential audits (Clean Architecture, DDD, TypeScript Best Practices, SOLID, Clean Code, Testing, Code Quality). An orchestrator runs each audit one by one to avoid memory spikes. Generates an .md report and posts it directly on the MR/PR. Direct mode with sourced lessons.

42 19d ago A 74 tokens original MIT

sgaabdu4/building-flutter-apps

Skill Claude CodeCodex

Flutter Riverpod app architecture and Windows installer delivery. Use before changing a Riverpod Flutter app/package or its Windows desktop packaging/update pipeline; skip non-Riverpod stacks and pure-Dart work.

22 16d ago A 45 tokens original MIT