postindustria-tech

59 mods across 1 repository, 2 stars between them.

dev-practices

02

postindustria-tech/agentic-toolkit

Plugin Claude Code

Development practices and workflows for quality-driven software engineering. Provides TDD, session completion, molecular task execution with formula-based atom graphs, multi-agent code review, entity test remediation, obligation-driven test derivation, test source-of-truth auditing, and obligation reclassification.…

2 1mo ago A tokens not measured original MIT

dp-researcher

03

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

04

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

05

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

06

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

07

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

08

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

09

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

11

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

code-review

12

postindustria-tech/agentic-toolkit

Skill Claude CodeCodex

Launch multi-agent code review covering architecture, security, testing, and consistency. Use when asked to "code review", "review code", "audit code", "multi-agent review", "architecture review", "security review", "testing review", "DRY review", "consistency review", "layering review", "launch review agents"…

2 1mo ago A 139 tokens original MIT

execute

13

postindustria-tech/agentic-toolkit

Skill Claude CodeCodex

Execute beads tasks through the full lifecycle using molecular workflow. Use when asked to "execute tasks", "mol-execute", "run molecular workflow", "cook formula", "execute beads tasks", "task execution", "bug triage", "run task pipeline", "walk the molecule", "atom-based execution". Auto-selects formula based on…

2 1mo ago A 114 tokens original MIT

obligation-test

14

postindustria-tech/agentic-toolkit

Skill Claude CodeCodex

Write per-obligation behavioral tests with hard quality enforcement. Use when asked to "obligation test", "write obligation tests", "cover obligations", "obligation coverage", "behavioral test derivation", "per-obligation tests", "test from obligations", "fill obligation allowlist", "reduce obligation allowlist"…

2 1mo ago A 116 tokens original MIT

reclassify

15

postindustria-tech/agentic-toolkit

Skill Claude CodeCodex

Reclassify obligation layers (behavioral vs schema) to shrink the test obligation allowlist without writing integration tests. Use when asked to "reclassify obligations", "shrink allowlist", "reclassify schema obligations", "obligation layer reclassification", "reduce obligation allowlist", "move obligations to schema…

2 1mo ago A 87 tokens original MIT

remediate

16

postindustria-tech/agentic-toolkit

Skill Claude CodeCodex

Fill test stubs in entity test suites systematically. Use when asked to "remediate tests", "fill test stubs", "convert stubs to tests", "entity remediation", "TDD batch", "implement test stubs", "fix entity test suite", "stub remediation", "batch test implementation". Works batch-by-batch with TDD: write failing tests…

2 1mo ago A 112 tokens original MIT

semantic-merge

17

postindustria-tech/agentic-toolkit

Skill Claude CodeCodex

Merge, consolidate, or integrate branches with per-file semantic conflict resolution and a behavior-level coherence gate. Use when asked to "semantic merge", "merge branches", "merge two branches", "consolidate branches", "integrate branches", "merge these PRs", "combine branches", "resolve merge conflicts"…

2 1mo ago A 153 tokens original MIT

session-completion

18

postindustria-tech/agentic-toolkit

Skill Claude CodeCodex

This skill should be used when the user asks to "end session", "complete work", "landing the plane", "finish session", "git push workflow", "session checklist", "push to remote", "how do I finish my work", "commit and push workflow", "finish coding session", "save my work", "end my work session", or needs to properly…

2 1mo ago A 105 tokens original MIT

tdd-workflow

19

postindustria-tech/agentic-toolkit

Skill Claude CodeCodex

This skill should be used when the user asks to "use TDD", "test-driven development", "write tests first", "red green refactor", "never adjust tests to match code", "fix a bug with TDD", "refactor with tests", "how should I write tests", "test first development", "testing workflow", "write code with tests", "tests…

2 1mo ago A 126 tokens original MIT

test-audit

20

postindustria-tech/agentic-toolkit

Skill Claude CodeCodex

Audit non-obligation tests to classify each assertion's source of truth. Use when asked to "audit tests", "test audit", "classify test assertions", "test source of truth", "how do we know tests are correct", "test authority audit", "characterization test check", "verify test correctness", "audit test quality source".…

2 1mo ago A 116 tokens original MIT

langgraph-dev

21

postindustria-tech/agentic-toolkit

Plugin Claude Code

Comprehensive toolkit for building agentic systems using LangGraph and LangChain, with tutorial-grounded patterns and best practices.

2 1mo ago A tokens not measured original MIT