lugassawan

63 mods across 1 repository, 2 stars between them.

swe-workbench

01

lugassawan/swe-workbench

Plugin Claude Code

Senior-engineer toolkit for Claude Code — principled design, security review, language expertise, and pragmatic workflows.

2 yesterday A tokens not measured original MIT

swe-workbench

02

lugassawan/swe-workbench

Plugin Claude Code

Senior-engineer toolkit: principled design (Clean Arch, DDD, SOLID, TDD, patterns, observability, concurrency), security review, language expertise (Bash, C#, Dart, Go, Java, Kotlin, Python, Ruby, Rust, SQL, Swift, TypeScript), and pragmatic workflows.

2 yesterday A tokens not measured original MIT

lugassawan/swe-workbench

Agent

Accessibility audit specialist — depth-first WCAG 2.2 AA review of frontend diffs for ARIA misuse, focus mismanagement, color contrast, and screen-reader anti-patterns. Invoke when you want a focused a11y report, not a holistic code review.

2 yesterday A 60 tokens original MIT

architect

04

lugassawan/swe-workbench

Agent

Architecture artifact author — produces ADRs, RFCs, and cross-service contracts for decisions that have no existing codebase to read. Invoke when the output must be a written decision record, not a recommendation about existing code — authoring an ADR, drafting a cross-team RFC, decomposing a service, or making a…

2 yesterday A 70 tokens original MIT

auditor

05

lugassawan/swe-workbench

Agent

Cold-start codebase audit specialist — readonly multi-domain sweep across security, performance, reliability, tooling, and testing. Surfaces ranked findings with root-cause reasoning chains and counter-evidence calibration. Invoke when you want a time-boxed audit of an unfamiliar codebase, not a single-domain…

2 yesterday A 65 tokens original MIT

code-impl

06

lugassawan/swe-workbench

Agent

Focused implementer sub-agent — receives a scoped brief (goal, file set, verify command) from the orchestrator, implements only the assigned file group, and returns a structured summary. Invoke when swe-workbench:workflow-delegated-implementation delegates a cohesive change group to reduce orchestrator context. Never…

2 yesterday A 72 tokens original MIT

conflict-resolver

07

lugassawan/swe-workbench

Agent

Conflict-resolution advisor — reads both sides of a merge/rebase conflict, reasons per-hunk, and recommends keep-mine/keep-main/manual with rationale. Invoke per conflicting file from workflow-branch-sync; never applies a resolution itself.

2 yesterday A 52 tokens original MIT

contributor-auditor

08

lugassawan/swe-workbench

Agent

Contributor-trust triage specialist — depth-first review of an external PR for author signal, diff shape, repo posture, and cross-PR pattern risk. Invoke when triaging external contributions before merge, especially from first-time contributors. Advisory only — never posts to the PR.

2 yesterday A 61 tokens original MIT

debugger

09

lugassawan/swe-workbench

Agent

Bug-fix specialist — root-cause via systematic-debugging, then a minimal behavior-changing fix with a regression test. Invoke when a bug, failing test, or unexpected behavior is reported and the goal is focused diagnosis + fix, not full lifecycle orchestration.

2 yesterday A 55 tokens original MIT

dependency-auditor

10

lugassawan/swe-workbench

Agent

Dependency audit specialist — manifest-graph axis covering outdated versions, deprecation, license compatibility, transitive bloat, and lockfile drift across Node, Rust, Go, and Python ecosystems. Invoke when you want a focused supply-chain hygiene report, not a code-level CVE review.

2 yesterday A 62 tokens original MIT

e2e-test-verifier

11

lugassawan/swe-workbench

Agent

E2E spec verifier — runs newly-authored specs via the project's detected E2E command, distrusts false-green passes, and confirms each spec actually exercises the stated behaviour. Invoke after e2e-test-writer; pairs with /verify or /run for async handoff.

2 yesterday A 64 tokens original MIT

e2e-test-writer

12

lugassawan/swe-workbench

Agent

E2E spec author — explores a live app via Playwright MCP (browsersnapshot → interact → assert), authors durable spec files, and mandates browser teardown with per-step deadlines. Invoke for the authoring phase of /swe-workbench:test --mode e2e; the verifier runs the specs after.

2 yesterday A 69 tokens original MIT

migrator

13

lugassawan/swe-workbench

Agent

Migration specialist — executes schema, framework, runtime, API, and event-schema migrations through expand → backfill → switch → contract phases, each independently deployable and reversible. Invoke when transitioning code or data from version A to version B across multiple deployments — never for single-commit…

2 yesterday A 62 tokens original MIT

performance-tuner

14

lugassawan/swe-workbench

Agent

Performance triage specialist — profile-driven hotspot analysis for confirmed bottlenecks. Refuses speculative optimization requests by demanding profiling evidence first. Invoke when you have a profile (flame graph, allocation report, query log, benchmark) and need a ranked hotspot read with optimization…

2 yesterday A 69 tokens original MIT

product-designer

15

lugassawan/swe-workbench

Agent

UX and product design reviewer — depth-first usability heuristics, visual hierarchy, information architecture, interaction design, and design-system compliance review of frontend diffs. Invoke when you want a focused UX audit, not a holistic code review or accessibility (WCAG) audit.

2 yesterday A 57 tokens original MIT

product-manager

16

lugassawan/swe-workbench

Agent

Product-thinking persona that turns a rough thought (idea, improvement, bug-report) into a well-framed GitHub issue on the user's current repository. Applies four lightweight lenses — problem, value, acceptance criteria, Impact/Effort — discovers issue templates at runtime and classifies into whatever templates the…

2 yesterday A 92 tokens original MIT

redundancy-assessor

17

lugassawan/swe-workbench

Agent

Redundancy-assessment advisor — reads whole-file candidates the branch added against what the default branch grew independently over the same window, and recommends auto-apply/escalate/none per candidate with rationale. Invoke from workflow-branch-sync's sync --check-redundancy pass; never removes a file itself.

2 yesterday A 71 tokens original MIT

refactorer

18

lugassawan/swe-workbench

Agent

Refactoring specialist — applies Fowler's catalog in small, behavior-preserving steps. Invoke when cleaning up a messy function, module, or class before adding a feature.

2 yesterday A 37 tokens original MIT

reviewer

19

lugassawan/swe-workbench

Agent

Senior code reviewer — audits diffs for correctness, security, design, missing tests, and comment quality. Invoke when reviewing a PR, a diff, or a completed feature.

2 yesterday A 38 tokens original MIT

security-auditor

20

lugassawan/swe-workbench

Agent

Security audit specialist — depth-first review of a diff or file for OWASP Top 10, secret leakage, insecure-by-default APIs, and language-specific foot-guns. Invoke when you want a focused security report, not a holistic code review.

2 yesterday B 54 tokens original MIT

senior-engineer

21

lugassawan/swe-workbench

Agent

Architectural advisor — thinks in boundaries, contracts, and change vectors. Invoke when choosing between approaches, scoping a new service, or evaluating an architecture.

2 yesterday A 36 tokens original MIT

tech-writer

22

lugassawan/swe-workbench

Agent

Documentation author — generates README sections, ADRs, ARCHITECTURE/OVERVIEW, and non-obvious inline comments from diffs and conversation context, matching the repo's existing tone and conventions. Invoke when documentation is missing, stale, or drifting from code.

2 yesterday A 58 tokens original MIT

test-reviewer

23

lugassawan/swe-workbench

Agent

Test audit specialist — depth-first review of test suites for flakiness, over-mocking at internal boundaries, behaviour-vs-implementation drift, and coverage gaps. Invoke when you want a focused test audit, not authoring new tests.

2 yesterday A 52 tokens original MIT

test-writer

24

lugassawan/swe-workbench

Agent

Test author — writes focused, behavioural tests in language-idiomatic style. One behaviour per test, AAA, no mocks at internal boundaries. Invoke when adding tests for a function, module, or change set the user points to.

2 yesterday A 50 tokens original MIT