sjarmak/coding-agent-workflows

Neutral source of coding standards, agent roles, skills, and workflows, rendered to native config for Claude Code, Codex, and Amp. Successor to agent-workflows.

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

agent-eval-design

01

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Design rigorous evaluations and benchmarks for AI agents, developer tools, retrieval systems, and repository-scale automation. Covers task selection, contamination control, metric choice tied to engineering decisions, and statistical validity. Use when asked to design an eval/benchmark, critique an existing benchmark…

2 1mo ago A 101 tokens original MIT

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is.

2 1mo ago A 55 tokens copy · 92% MIT

bisect

03

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Binary search for root cause: define a search space and a pass/fail oracle, then halve the space each step until the culprit commit, config key, or dependency is isolated. Works across git history, configuration, dependencies, or code modules.

2 1mo ago A 52 tokens original MIT

brainstorm

04

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Structured brainstorming with research-driven exclusion zones and shape-uniqueness enforcement. Forces divergent thinking through volume and a hard constraint: no idea may take the same shape as any prior art or any earlier idea. Use when exploring solutions to a problem, designing features, or when the obvious…

2 1mo ago A 67 tokens original MIT

caveman

05

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts token usage 75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or…

2 1mo ago A 98 tokens copy · 100% MIT

code-review

06

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Comprehensive security and quality review of uncommitted changes. Scans the diff for injection, hardcoded secrets, auth gaps, and correctness issues, reported by severity.

2 1mo ago A 37 tokens original MIT

codebase-onboarding

07

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.

2 1mo ago A 53 tokens copy · 97% MIT

coding-practices

08

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Index of this project's coding-practice rules — architecture, coding style, testing, security, git workflow, task management, context layering, anti-slop, performance, and language-specific rules. The thin always-on essentials live in .claude/rules/common/house-rules.md; the full per-topic detail ships under…

2 1mo ago A 114 tokens original MIT

converge

09

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Structured debate and refinement. Independent advocates argue competing positions and trade-offs over divergent findings, then converge on a refined synthesis. Pairs with diverge.

2 1mo ago A 34 tokens copy · 86% MIT

distill

10

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Essence extraction via progressive compression. Chained compressors each halve the previous output while keeping what matters; what each layer drops reveals the priority hierarchy.

2 1mo ago A 32 tokens original MIT

diverge

11

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Multi-perspective divergent research. N independent agents with uncorrelated context explore a question from different angles, then synthesize into one analysis and PRD.

2 1mo ago A 34 tokens original MIT

e2e-testing

12

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Thin methodology for end-to-end tests of critical user journeys — define journeys by risk, use semantic locators and condition-based waits, quarantine flaky tests with a tracked reason, and capture artifacts on failure. Use when adding or stabilizing E2E coverage; the e2e-runner agent applies it in depth.

2 1mo ago A 68 tokens original MIT

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Record a "don't do X here, it breaks Y" lesson into AGENTS.md so an agent doesn't repeat a mistake. Dedupes against CLAUDE.md/instincts before writing, promotes generalizing lessons out of memory, and keeps AGENTS.md under budget. Use after a bug, regression, or near-miss, or when the user says "capture this" / "make…

2 1mo ago A 92 tokens original MIT

focus

14

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Single-task execution loop (plan, execute, verify, hand off). Keeps one agent on one unit of work with a structured context handoff so progress survives across sessions.

2 1mo ago A 36 tokens original MIT

grill-me

15

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree one at a time. Use for ambiguous or complex collaborative specs before any code is written.

2 1mo ago A 43 tokens original MIT

premortem

16

sjarmak/coding-agent-workflows

Skill Claude CodeCodex

Prospective failure narratives. Independent agents each write a story from a future where the project failed for a different root cause, synthesized into a risk registry with severity ratings and mitigations.

2 1mo ago A 40 tokens original MIT

project-compass

17

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

21

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

22

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

23

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

24

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