postindustria-tech/agentic-toolkit

Claude code plugins with skills for agentic development

2Stars on the repository
59Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

dp-researcher

01

postindustria-tech/agentic-toolkit

Agent

Researches how a task should be implemented in THIS codebase for the dev-practices execute skill's research atom. Surfaces the existing primitives/components to reuse, the CURRENT (not deprecated) pattern to follow, and the Core Invariant -- recording findings into the beads task. Spawned by the execute skill in a…

2 1mo ago A 81 tokens original MIT

dp-reviewer

02

postindustria-tech/agentic-toolkit

Agent

Independent adversarial reviewer for the dev-practices execute skill's review atom. Reads a beads task's research findings and implementation plan, rates findings LOW/MEDIUM/HIGH against a fixed rubric, and returns a verdict (ALLLOW / NEEDSREFINEMENT / NEEDSUSERINPUT) that routes the next atom. Spawned by the execute…

2 1mo ago A 89 tokens original MIT

dp-test-author

03

postindustria-tech/agentic-toolkit

Agent

Writes the failing regression test (TDD red) for the dev-practices execute skill's write-test atom. Designs the test at the right level -- integration/ E2E through the outer surface by default -- from the plan stored in a beads task. Spawned by the execute skill in a fresh context -- NOT for direct or proactive…

2 1mo ago A 76 tokens original MIT

review-consistency

04

postindustria-tech/agentic-toolkit

Agent

Reviews naming conventions, error message formats, API response shapes, logging patterns, and config access for cross-module consistency. Read-only.

2 1mo ago A 30 tokens original MIT

review-disease-scan

05

postindustria-tech/agentic-toolkit

Agent

Single-disease, whole-tree codebase scanner for the in-loop targeted review (code-review --targeted). Given ONE disease-pattern spec and ONE lens (dedup | consistency | layering), finds every instance of that ONE pattern across the whole source tree and emits a disposition table (MIGRATE / ALLOWLIST / DEFER).…

2 1mo ago A 105 tokens original MIT

review-dry

06

postindustria-tech/agentic-toolkit

Agent

Reviews code for logic duplication -- not just textual copy-paste but semantically equivalent code expressed differently. Especially important in AI-assisted codebases where generated code varies syntactically. Read-only.

2 1mo ago A 42 tokens original MIT

review-layering

07

postindustria-tech/agentic-toolkit

Agent

Reviews whether logic lives in the correct architectural layer: transport wrappers vs business logic vs repositories vs adapters vs services. Read-only.

2 1mo ago A 29 tokens original MIT

review-testing

09

postindustria-tech/agentic-toolkit

Agent

Reviews test quality: are tests testing behavior or just mocking everything? Are assertions meaningful? Is coverage real or illusory? Do mocks verify the right things? Read-only -- writes findings to output file.

2 1mo ago A 44 tokens original MIT