sjarmak

92 mods across 2 repositories, 11 stars between them.

project-compass

73

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Map the tribal knowledge of a codebase into per-area COMPASS.md files — the why, the gotchas, and how each area connects — for existing repos and as they grow. Use when the user says "map this codebase", "generate compass files", "refresh the compass", or after a significant area changes.

2 1mo ago A 69 tokens original MIT

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases. Use when parsing quizzes, forms, invoices, or documents with repeating structure and cost matters.

2 1mo ago A 56 tokens copy · 95% MIT

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Review a repository for long-term architectural leverage rather than code quality — system structure, module boundaries, dependency graph, coupling, and drift. Produces a ranked set of highest-ROI improvements with evidence, effort, and risk. Use when asked to review the architecture, assess a codebase's…

2 1mo ago A 101 tokens original MIT

review

77

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Multi-model code review of uncommitted changes. Spawns parallel reviewers across providers (Anthropic reuse/quality/efficiency + Codex grounded review) so blind spots in one model are caught by another. Use after writing or modifying code, before opening a PR, or when /simplify alone feels insufficient. Codex…

2 1mo ago A 89 tokens original MIT

scaffold

78

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Build-order planning via competing sequencing strategies. Independent agents each propose a different build order for a chosen design, synthesized into a recommended plan with milestones, dependencies, and risks.

2 1mo ago A 37 tokens original MIT

security-review

79

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

2 1mo ago A 36 tokens copy · 95% MIT

simplify

80

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Reduce a diff to its essential complexity, removing dead paths, over-engineering, premature abstraction, and incidental churn, without changing behavior.

2 1mo ago A 30 tokens original MIT

slop-check

81

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

LLM-judge slop & erosion scan of a diff, mirroring SlopCodeBench. Scores code on Erosion (verbosity, dead branches, redundant structure accumulated under iterative change) and Verbosity (unnecessary complexity), then reports per-category findings weighted toward code that EXTENDS existing modules. Use after…

2 1mo ago A 157 tokens original MIT

systems-thinking

82

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Analyze a software system, AI pipeline, or research direction by surfacing its underlying structure — invariants, hidden abstractions, weak assumptions, and the single highest-leverage direction — rather than optimizing local implementations. Use when asked to step back and think about a system's design at a…

2 1mo ago A 106 tokens original MIT

tdd-workflow

83

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

2 1mo ago A 43 tokens copy · 95% MIT

writing-voice

85

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Voice, structural, and anti-pattern rules for drafting and editing prose: articles, docs, blog posts, READMEs, and longer-form technical writing. Combines a slop guard against telltale AI writing patterns with positive craft defaults (sentence rhythm, declarative heads, concrete openings, pivoting closes). Activate…

2 1mo ago A 111 tokens original MIT

decompose

87

sjarmak/coding-agent-workflows

Command

Break a large piece of work into independently-shippable, reviewable units with explicit dependencies.

2 1mo ago A 19 tokens original MIT

epic-review

88

sjarmak/coding-agent-workflows

Command

Review a large, multi-unit change at the boundary where the whole thing comes together, not just the individual diffs.

2 1mo ago A 24 tokens original MIT

fleet-conformance

89

sjarmak/coding-agent-workflows

Command

Scan every repo on the machine for guardrails, testing, and observability conformance; audit the deltas semantically; produce a fleet report; and propose canary-first remediation.

2 1mo ago A 37 tokens original MIT

project-init

91

sjarmak/coding-agent-workflows

Command

Stand up the context layers for a project — a thin pointer-style AGENTS.md plus seed compass maps — without touching the memory layer.

2 1mo ago A 27 tokens original MIT

research

92

sjarmak/coding-agent-workflows

Command

Diverge across independent angles, converge to a synthesis, then pre-mortem the chosen direction before committing.

2 1mo ago A 23 tokens original MIT