Terryc21

28 mods across 5 repositories, 147 stars between them.

marketplace

01

Terryc21/workflow-audit

Plugin Claude Code

SwiftUI workflow audit — find dead ends, broken promises, and UX friction.

58 4d ago A tokens not measured original Apache-2.0

workflow-audit

02

Terryc21/workflow-audit

Plugin Claude Code

SwiftUI workflow audit — find dead ends, broken promises, and UX friction. Bundled with a phased plan generator.

58 4d ago A tokens not measured original Apache-2.0

plan

03

Terryc21/workflow-audit

Skill Claude CodeCodex

Epic decomposition into trackable, right-sized tasks. Three modes — audit-aware (codebase-audit reports), workflow-audit-aware (handoff.yaml with pre-rated findings), standalone (from scratch). Light convention scanning for projects without CLAUDE.md.

58 4d ago A 53 tokens original Apache-2.0

workflow-audit

04

Terryc21/workflow-audit

Skill Claude CodeCodex

Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, audits data wiring, evaluates from user perspective. Triggers: "workflow audit", "audit flows", "find dead ends", "check navigation".

58 4d ago A 59 tokens original Apache-2.0

layer1-patterns

05

Terryc21/workflow-audit

Agent

Layer 1 scans the codebase for UI entry points - places where users can trigger navigation, sheets, or actions. The goal is to create a complete inventory of "things users can tap.".

58 4d ago A 0 tokens original Apache-2.0

Terryc21/workflow-audit

Agent

Layer 3 systematically scans ALL entry points from Layer 1 and applies issue detection rules. Unlike Layer 2 (which traces specific flows in depth), Layer 3 does a breadth-first scan to categorize issues across the entire codebase.

58 4d ago A 0 tokens original Apache-2.0

Terryc21/workflow-audit

Agent

Layer 4 evaluates workflows from the user's perspective. While Layers 1-3 analyze code structure, Layer 4 asks: "Does this workflow help the user achieve their goal?".

58 4d ago A 0 tokens original Apache-2.0

layer5-data-wiring

09

Terryc21/workflow-audit

Agent

Layer 5 verifies that features use real user data instead of mock/hardcoded values, and that model capabilities are fully wired into the features that need them. While Layers 1-4 audit navigation and UX, Layer 5 audits whether the data flowing through those workflows is genuine.

58 4d ago A 0 tokens original Apache-2.0

skill-reviewer

10

Terryc21/skill-reviewer

Plugin Claude Code

Use when reviewing a Claude Code skill, auditing skill quality before publish, or asking "is this skill any good?". Produces structured reports with file:line citations, severity-rated findings cards, and an optional second-opinion pass. Lens variants: full (default), safety, discoverability, architecture…

41 3d ago A tokens not measured original Apache-2.0

skill-reviewer

11

Terryc21/skill-reviewer

Plugin Claude Code

Use when reviewing a Claude Code skill, auditing skill quality before publish, or asking "is this skill any good?". Produces structured reports with file:line citations, severity-rated findings cards, and an optional second-opinion pass. Lens variants: full (default), safety, discoverability, architecture…

41 3d ago A tokens not measured original Apache-2.0

skill-reviewer

12

Terryc21/skill-reviewer

Skill Claude CodeCodex

Use when reviewing a Claude Code skill, auditing skill quality before publish, or asking "is this skill any good?". Produces structured reports with file:line citations, severity-rated findings cards, and an optional second-opinion pass. Lens variants: full (default), safety, discoverability, architecture…

41 3d ago A 71 tokens original Apache-2.0

bug-echo

13

Terryc21/bug-echo

Plugin Claude Code

Find sibling instances of a bug you just fixed. Third stage of the post-fix sweep workflow.

23 3d ago A tokens not measured original Apache-2.0

bug-echo

14

Terryc21/bug-echo

Plugin Claude Code

After you fix a bug, find and rate other instances of the same pattern in the codebase. Two modes: inferred from your recent fix (self-validates the constructed pattern against the pre-fix file before scanning) or user-described. Each match is read in context and classified individually as BUG / WATCH / OK / REVIEW…

23 3d ago A tokens not measured original Apache-2.0

bug-echo

15

Terryc21/bug-echo

Skill Claude CodeCodex

After fixing a bug, find and rate other instances of the same pattern in the codebase. Two modes: described, or inferred from a recent fix with self-validation. Triggers: "run bug-echo", "echo this fix", "scan for similar bugs", "find other instances", "after-fix scan".

23 3d ago A 69 tokens original Apache-2.0

radar-suite

16

Terryc21/radar-suite

Plugin Claude Code

Six-skill audit suite for iOS/Swift codebases with 3-axis classification framework.

20 3d ago A tokens not measured original Apache-2.0

radar-suite

17

Terryc21/radar-suite

Plugin Claude Code

Six-skill audit suite for iOS/Swift codebases: data models, UI paths, data round-trips, time bombs, visual quality, and capstone grading. As of v2.0 every finding is classified on a 3-axis framework (real bug / scatter / dead code) with mandatory coaching citations to patterns in the audited codebase.

20 3d ago A tokens not measured original Apache-2.0

capstone-radar

18

Terryc21/radar-suite

Skill Claude CodeCodex

Unified A-F grading and ship/no-ship decisions for the 6-skill radar family (5 companions + capstone). Aggregates handoffs from data-model, ui-path, roundtrip, time-bomb, and ui-enhancer; owns 5 grep-reliable domains; tracks velocity; celebrates improvements. Triggers: "capstone radar", "can I ship", "grade codebase"…

20 3d ago A 91 tokens original Apache-2.0

data-model-radar

19

Terryc21/radar-suite

Skill Claude CodeCodex

Audits SwiftData/Core Data model layer for field completeness, serialization gaps, relationship integrity, semantic ambiguity, dead fields, and migration safety. Finds model-layer bugs that manifest as workflow bugs. Triggers: "audit models", "model radar", "/data-model-radar".

20 3d ago A 60 tokens copy · 86% Apache-2.0

Terryc21/radar-suite

Skill Claude CodeCodex

Shared axis classification framework for all radar-suite skills. Every finding must be classified as axis1 (bug), axis2 (scatter), or axis3 (dead/smelly) before emission, with mandatory coaching fields and file:line citations to existing patterns in the audited codebase. Triggers: invoked by every radar before…

20 3d ago A 77 tokens original Apache-2.0

radar-suite

21

Terryc21/radar-suite

Skill Claude CodeCodex

Unified entry point for the 6-skill radar family (5 companions + capstone). Routes to individual skills, runs targeted (Tier 2) or full (Tier 3) audit sequences, owns the unified ledger, and provides cross-skill operations (status, verify, ledger, link, deferred, fresh/no-fresh). Triggers: "radar suite", "full audit"…

20 3d ago A 94 tokens original Apache-2.0

roundtrip-radar

22

Terryc21/radar-suite

Skill Claude CodeCodex

Per-journey code audit tracing data through complete user flows for bugs, data safety, performance, and round-trip completeness. Discovers workflows, audits each end-to-end, rolls up cross-cutting issues, and supports natural-language flow tracing. Triggers: "roundtrip audit", "trace user journey", "/roundtrip-radar".

20 3d ago A 73 tokens original Apache-2.0

time-bomb-radar

23

Terryc21/radar-suite

Skill Claude CodeCodex

Finds deferred operations that crash on aged data -- code that passes every test but breaks weeks or months after release. Covers cascade deletes, cache expiry, trial paths, background accumulation, date-threshold transitions, and scheduled side effects. Triggers: "time bomb", "time-bomb", "/time-bomb-radar", "aged…

20 3d ago A 80 tokens original Apache-2.0

ui-enhancer-radar

24

Terryc21/radar-suite

Skill Claude CodeCodex

Systematic iOS/SwiftUI UI audit with design intent interview, 14-domain analysis (including Color Audit with adaptive Color Profile, iPad Sheet Sizing caller-side audit, Button Hit Region three-factor interaction audit, and Silent Picker menu-presentation audit), element compaction, cross-view consistency checks…

20 3d ago A 148 tokens original Apache-2.0