Backend Development
Nine backend skills covering sagas, CQRS, event stores and Temporal workflow testing.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install backend-development
Dağıtık bir arka uç tasarlanırken, saga, CQRS ya da olay deposu kurulurken veya Temporal iş akışları test edilirken devreye giriyor.
- Author
- Seth Hobson
- License
- MIT
The nine skills here target the parts of a distributed backend that are easy to write and hard to keep correct. The saga skill produces an ordered step list with a compensating command for each, and insists compensation be idempotent and always succeed, because a rollback that can itself fail leaves a transaction stuck halfway with no owner. Event store design, projections and CQRS are kept as separate skills rather than merged, which matches how they usually go wrong in isolation. The Temporal testing skill uses time skipping so a workflow meant to run for a month finishes in seconds, and replay testing checks determinism against real production histories. Eight agents and a feature-development orchestrator sit on top, with an API design checklist and a REST template shipped as assets.
Similar skills
Shell Scripting
SkillTwo shell agents that keep bash idioms out of POSIX sh scripts, with ShellCheck and Bats.
Blockchain & Web3
SkillSolidity security, ERC token standards and Hardhat or Foundry testing for smart contract work.
Game Development
SkillUnity DOTS, Godot 4 GDScript and Bukkit or Paper plugin agents in a single bundle.
Comments(0)
Sign in to comment