Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsAuthors › swell-agents

swell-agents

@swell-agents on GitHub →

9 Claude Code skills authored by swell-agents.

updated 2026-05-23 · showing 1–9 of 9 by quality score

Average Pro QualityScore: 72.2/100

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Apply shell-command discipline for agent invocations — one command per call (no &&, ;, or inline cd dir && cmd chains), no inline env vars (VAR=value cmd), and gh auth login or gh…
Drive spec-driven project management via GitHub Issues — decompose a feature into dependency-linked task issues, label them ready / blocked / epic / in-progress, track progress,…
Drive strict red-green-refactor TDD discipline for any code change. Use when a user requests test-driven development, asks to write a failing test first, wants to add a feature…
Apply core engineering principles to design and review decisions — KISS (simple over complex), YAGNI (only what's needed now), DRY (single source of truth, never copy-paste), OOP…
Run a layered quality gate over a code change — code quality, security audit, and architecture consistency, in that order.
Apply Solidity project conventions — Foundry only (forge, cast, anvil, chisel; no Hardhat or Truffle), forge fmt with sort_imports, solhint:all strict (--max-warnings=0…
Apply Go project conventions — Go 1.25.x toolchain pinned via toolchain directive and GOTOOLCHAIN=local, vendored deps via go mod vendor, golangci-lint v2 strict (~50 enabled…
Implement one Spec Kit `tasks.md` PR-stack block end-to-end — TDD + review + draft PR + CI fix loop.
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.
Search all 9 skills by swell-agents →