en un clic
coding-skills
coding-skills contient 11 skills collectées depuis swell-agents, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Generate one "Implement Block X" GitHub issue per Spec Kit tasks.md PR-stack block, with a minimal body pointing at tasks.md as the source of truth.
Implement one Spec Kit `tasks.md` PR-stack block end-to-end — TDD + review + PR + CI fix loop.
Apply KISS, YAGNI, DRY, SOLID, fail-fast, be-brief on every code decision.
Five-pass review of a diff: code, security, architecture, acceptance, AI-native.
Apply Solidity conventions — Foundry only, forge fmt, solhint:all, fuzz tests.
Commit via feature branch + PR + git hooks; never push main, never merge.
Drive strict red-green-refactor TDD discipline on any code change, any language.
Apply Go conventions — 1.25.x, vendored, golangci-lint v2, race-detector tests.
Design pre-implementation architecture: components, libraries, data flow, schema.
Apply Python conventions — uv, Ruff strict, mypy strict, pytest, pip-audit.
Shell discipline — one command per call, no inline env vars, gh auth login.