23 agent markdown files indexed from baristaze/swe_guidelines. Install any of them pinned to an exact hash with mdr add baristaze/swe_guidelines/<name>.
baristaze/swe_guidelines · skills/arch-benchmark-browser/SKILL.md · Run the benchmark prompt in the chatgpt.com, claude.ai, and gemini.google.com products, signed in, and save each answer…
baristaze/swe_guidelines · skills/arch-benchmark/SKILL.md · Run a benchmark scenario (a skill, a command, or a question) in a declared runtime and have frontier models score it…
baristaze/swe_guidelines · skills/arch-deviate/SKILL.md · Record a deliberate deviation from the guideline as an ADR under docs/adr/: the rule quoted, the decision, the…
baristaze/swe_guidelines · skills/arch-explain/SKILL.md · Explain how the guideline applies to a question, a file, or a change, citing the sections and lenses that govern it…
baristaze/swe_guidelines · skills/arch-new-aspect/SKILL.md · Incorporate a new aspect into the guideline and cascade it through the lenses, skills, docs, and README, naming the…
baristaze/swe_guidelines · skills/arch-review-async/SKILL.md · Architecture review through the Async lenses: infra, queues, workers, park vs fail. For a change in this area, or as…
baristaze/swe_guidelines · skills/arch-review-contracts/SKILL.md · Architecture review through the Contracts lenses: interfaces, injection, wiring. For a change in this area, or as one…
baristaze/swe_guidelines · skills/arch-review-full/SKILL.md · Full architecture review: the eight lens groups of the guideline run in parallel and merge into one report. Use before…
baristaze/swe_guidelines · skills/arch-review-network/SKILL.md · Architecture review through the Network lenses: topology, gateway, public types, clients, realtime, push-first. For a…
baristaze/swe_guidelines · skills/arch-review-om/SKILL.md · Architecture review through the Object Model lenses: source of truth, mixins, immutability, identifiers, namespaces…
baristaze/swe_guidelines · skills/arch-scaffold-app/SKILL.md · Create a client app: a browser app (portal or operator console) with generated types, one transport, and one realtime…
baristaze/swe_guidelines · skills/arch-scaffold-entity/SKILL.md · Add one entity to an object-model namespace: the frozen type, the table and migration, storage in Postgres and memory…
baristaze/swe_guidelines · skills/arch-scaffold-namespace/SKILL.md · Create an object-model namespace (a swimlane): the manager interface, types, impl, storage in Postgres and memory…
baristaze/swe_guidelines · skills/arch-scaffold-new/SKILL.md · Bootstrap a whole new system in the guideline's shape into an empty folder: the monorepo skeleton, the first API, a…
baristaze/swe_guidelines · skills/arch-scaffold-service/SKILL.md · Create a web service: the app factory, container, gateway, routers and wire types, service interfaces, health…
baristaze/swe_guidelines · skills/arch-scaffold-worker/SKILL.md · Create a worker role: the claim, handle, complete loop over the work queue, lease renewal and self-fencing, liveness…
baristaze/swe_guidelines · skills/arch-upgrade-deps/SKILL.md · Upgrade every dependency of the repository to its latest stable or LTS release (runtimes, tools, images, CI, Terraform…