iusztinpaul

55 mods across 2 repositories, 683 stars between them.

implement-universal

27

iusztinpaul/designing-real-world-ai-agents-workshop

Skill Claude CodeCodex

Harness-agnostic version of /implement. Drives a single workshop ticket through the SWE→Tester loop in ONE conversation, with the role prompts bundled as agents/software-engineer.md and agents/tester.md instead of being launched as subagents. Resolves the ticket from implementyourself/tasks/, creates an…

500 3mo ago A 204 tokens copy · 98% MIT

software-engineer

28

iusztinpaul/designing-real-world-ai-agents-workshop

Agent Codex

SWE role definition for /implement-universal. Loaded by the orchestrator at the start of the SWE phase. Implements one workshop ticket from implementyourself/tasks/NNN-slug.groomed.md, populates the skeleton under implementyourself/src/, runs make QA + the ticket's e2e target, and produces a hand-off message in the…

500 3mo ago B 98 tokens copy · 98% MIT

tester

29

iusztinpaul/designing-real-world-ai-agents-workshop

Agent Codex

Tester role definition for /implement-universal. Loaded by the orchestrator at the start of the Tester phase, on logic tickets only. Trusts the SWE phase's happy-path e2e excerpt (does NOT re-run the Make target), runs at most 1 adversarial break path, walks every Acceptance Criterion with concrete evidence, and emits…

500 3mo ago A 99 tokens copy · 89% MIT

implement

30

iusztinpaul/designing-real-world-ai-agents-workshop

Skill Claude CodeCodex

Drive a single workshop ticket through the inner SWE↔Tester loop. Resolves the ticket from implementyourself/tasks/, creates an implementing/from-scratch branch (a fixed default — not derived from the ticket; subsequent tickets stack on top), launches the software-engineer agent to implement it, then routes by…

500 3mo ago A 197 tokens copy · 95% MIT

iusztinpaul

31

iusztinpaul/squid

Plugin Claude Code

Plugin marketplace listing 1 plugin: squid.

183 1mo ago A tokens not measured original Apache-2.0

squid

32

iusztinpaul/squid

Plugin Claude Code

Opinionated engineering agent team with progressive-disclosure specs for Python / TypeScript / Go monorepos. Ships PA / SWE / Tester / PR Reviewer / On-Call sub-agents, /squid-plan / /squid-implement-task / /squid-implement-night pipelines, and a library of language/framework/infra specs that agents load on-demand.

183 1mo ago A tokens not measured original Apache-2.0

squid AGENTS.md

33

iusztinpaul/squid

Instructions file CodexOpenCode

Instructions for iusztinpaul/squid, covering squid: an opinionated software factory for claude code, key principles you will respect all over your work, what's in the repo, editing conventions and companion plugin: caveman (optional).

183 1mo ago B 3,439 tokens original Apache-2.0

squid CLAUDE.md

34

iusztinpaul/squid

Instructions file

Instructions for iusztinpaul/squid, a project described as: The Software Factory.

183 1mo ago A 3 tokens copy · 100% Apache-2.0

oncall-engineer

35

iusztinpaul/squid

Agent

Monitors CI/CD after git push. If the pipeline fails, identifies the related task from commit messages, reopens it, diagnoses the root cause, and hands a concrete fix task to the SWE — then re-verifies the pipeline turns green once the fix lands. Owns pipeline health; does not change application code itself. Use after…

183 1mo ago A 85 tokens original Apache-2.0

pr-reviewer

36

iusztinpaul/squid

Agent

Reads the git diff after a feature is pushed, tags every finding as Blocker or Nit, and produces ONE rollup task containing all findings. Does NOT read CI, does NOT merge. Use after the SWE has pushed the feature branch and before the orchestrator hands the PR back to the human for squash-merge.

183 1mo ago A 68 tokens original Apache-2.0

product-architect

37

iusztinpaul/squid

Agent

Grooms raw tasks into agent-ready specs (acceptance criteria + BDD scenarios) AND does final user-perspective acceptance review after the Tester passes. Use whenever a task needs to be turned into something the SWE can build, or whenever a task needs the final "is this actually right for users?" review before commit.

183 1mo ago A 68 tokens original Apache-2.0

software-engineer

38

iusztinpaul/squid

Agent

Implements a single groomed task assigned by the orchestrator. Writes code and tests locally. Does NOT commit until the Tester has reviewed and approved. Use when a task is groomed and ready for implementation, or when the Tester has returned feedback that needs to be addressed.

183 1mo ago A 59 tokens original Apache-2.0

tester

39

iusztinpaul/squid

Agent

Reviews the software-engineer's uncommitted work against the spec and acceptance criteria. Runs the full test suite, verifies every acceptance criterion with evidence, and gives PASS or FAIL. Use after the SWE reports an implementation is done, or after the SWE applies fixes for previously-flagged issues.

183 1mo ago A 60 tokens original Apache-2.0

iusztinpaul/squid

Skill Claude CodeCodex

Periodic architectural sweep — reads existing ADRs, maps modules/dependencies/layering, and reports up to 10 prioritised findings shaped as refactor proposals /squid-refactor can consume directly.

183 1mo ago A 47 tokens original Apache-2.0

squid-clean-docs

41

iusztinpaul/squid

Skill Claude CodeCodex

Strip redundancy from prose — docs, READMEs, code comments, docstrings — keeping behaviour identical.

183 1mo ago A 27 tokens original Apache-2.0

squid-clean-harness

42

iusztinpaul/squid

Skill Claude CodeCodex

Shrink an agent harness (.agents/ skills + resources) to the minimum tokens that keep the exact same logic. Never touches resources/datasets/.

183 1mo ago A 34 tokens original Apache-2.0

squid-clean-memory

43

iusztinpaul/squid

Skill Claude CodeCodex

Shrink the memory files sessions load — the root AGENTS.md plus every nested AGENTS.md / CLAUDE.md — to the minimum words that state the same rules: compress wording, delete duplicates and harness-enforced claims, merge fragments.

183 1mo ago A 53 tokens original Apache-2.0

squid-grilling

44

iusztinpaul/squid

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

183 1mo ago A 38 tokens copy · 92% Apache-2.0

iusztinpaul/squid

Skill Claude CodeCodex

Run the full agent-team pipeline end-to-end for one feature whose Tasks Plan is already approved by /squid-plan, handing the human a validated, ready-to-squash-merge PR. Trigger after /squid-plan, or when the user says "/squid-implement-night".

183 1mo ago A 64 tokens original Apache-2.0

iusztinpaul/squid

Skill Claude CodeCodex

Implement one task — or a whole list / an approved Tasks Plan — via the inner SWE↔Tester loop, committing each task on PASS. Use when one or more GROOMED tasks are ready to build, or the user says "/squid-implement-task". To plan a feature first use /squid-plan; for the full end-to-end pipeline use…

183 1mo ago A 86 tokens original Apache-2.0

squid-plan

47

iusztinpaul/squid

Skill Claude CodeCodex

Turn a raw feature spec into an approved Tasks Plan — grill the spec, have the Product Architect groom draft tasks (+ optional ADR and glossary additions), then run ONE human gate that decides everything touching the repo: tasks + storage, ADR, glossary, worktree, and which build to run.

183 1mo ago A 62 tokens original Apache-2.0

squid-refactor

48

iusztinpaul/squid

Skill Claude CodeCodex

Plan a refactor as an ordered, commit-grain Tasks Plan with structural acceptance criteria (suite green at every step, no behaviour diff) that /squid-implement-night can execute end-to-end.

183 1mo ago A 47 tokens original Apache-2.0