一键导入
coding-skills
coding-skills 收录了来自 swell-agents 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
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.