swell-agents
- 11 skills
- 0 followers
- 9 hours ago last updated
- ▌ Go Conventions · swell-agents bundleApply Go conventions — 1.25.x, vendored, golangci-lint v2, race-detector tests.
- ▌ Shell Discipline · swell-agentsShell discipline — one command per call, no inline env vars, gh auth login.
- ▌
- ▌ Committing Changes · swell-agents bundleCommit via feature branch + PR + git hooks; never push main, never merge.
- ▌ Python Conventions · swell-agentsApply Python conventions — uv, Ruff strict, mypy strict, pytest, pip-audit.
- ▌ Running Tdd Cycles · swell-agents bundleDrive strict red-green-refactor TDD discipline on any code change, any language.
- ▌ Implementing Blocks · swell-agentsImplement one Spec Kit `tasks.md` PR-stack block end-to-end — TDD + review + PR + CI fix loop.
- ▌ Solidity Conventions · swell-agents bundleApply Solidity conventions — Foundry only, forge fmt, solhint:all, fuzz tests.
- ▌ Creating Block Issues · swell-agentsGenerate 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.
- ▌
- ▌ Engineering Philosophy · swell-agentsApply KISS, YAGNI, DRY, SOLID, fail-fast, be-brief on every code decision.