ArjenSchwarz

41 mods across 1 repository, 19 stars between them.

PreToolUse

01

ArjenSchwarz/agentic-coding

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing no-push-main.py via python3. From ArjenSchwarz/agentic-coding.

19 1mo ago A tokens not measured

local-review

03

ArjenSchwarz/agentic-coding

Agent

Run a Claude Code review locally against a pull/merge request instead of through CI, mirroring an automated review job so private CI/Actions minutes are not consumed. Works on both GitHub (gh) and GitLab (glab) — it detects the forge from the git remote. Use when the user asks to "review this PR locally", "review this…

19 1mo ago A 137 tokens

ArjenSchwarz/agentic-coding

Agent

name: peer-review-validator description: Use this agent when you need to validate your thinking, designs, or solutions by getting a second opinion from another AI system. This agent excels at seeking external validation while maintaining critical thinking about the feedback received. Ideal for complex problem-solving…

19 1mo ago A 0 tokens

research-agent

05

ArjenSchwarz/agentic-coding

Agent

name: research-assistant description: Use this agent when you need comprehensive research on a specific topic, problem, or question that requires gathering current information from multiple sources and producing a structured report. Examples: Context: User needs research on emerging AI safety regulations for a…

19 1mo ago A 0 tokens

blitz-merge

06

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Batch-fix all open bugs in parallel, iterate on PR reviews until clean, then squash-merge each PR sequentially. Extends bug-blitz with automated review cycles and merge. Fetches bug-type tasks from Transit, creates worktrees, spawns parallel fix agents, runs /pr-review-fixer in a loop until no blockers/critical/major…

19 1mo ago A 92 tokens

bug-blitz

07

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Batch-fix all open bugs in parallel using git worktrees. Fetches bug-type tasks in "idea" status from Transit, creates an isolated worktree per bug, and spawns parallel subagents each running the fix-bug workflow. Use when you want to tackle all open bugs at once, e.g. "fix all open bugs", "bug blitz", "resolve all…

19 1mo ago A 83 tokens

capture-knowledge

08

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Capture reusable cross-project technical knowledge into the user's Obsidian vault as a markdown note. Use whenever the user wants to save a learning, pattern, recipe, or how-to that would help future projects — phrases like "save this to my vault", "write this up as a note", "capture this for future reference"…

19 1mo ago A 208 tokens

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Interactive Claude Code workshop that teaches features through hands-on exploration. Fetches the latest docs and changelog, organizes content into modules (basics, hooks, MCP, skills, subagents, etc.), and walks through each one step-by-step with explanations and live exercises in the current project. Supports…

19 1mo ago A 159 tokens

code-audit

11

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Parallel code audit combining simplification and design critique analysis. Spawns two subagents (code-simplifier and design-critic) to independently review the current directory, consolidates findings into a prioritised report, and offers to create Transit tasks for actionable items. Use when you want a broad quality…

19 1mo ago A 91 tokens

explain-like

16

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Explain code changes or designs at three expertise levels (beginner, intermediate 5-10 yrs, expert). Use for: (1) PR/branch change explanations - understand what changed and why, (2) Design document validation - self-review by explaining at multiple levels to catch gaps or logic issues. Triggers: "explain this PR"…

19 1mo ago A 102 tokens

fix-bug

17

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Systematic bug investigation, resolution, and documentation. Use when fixing bugs that need thorough analysis, test coverage, and a formal bugfix report. Applies systematic debugging methodology, creates regression tests, and generates a standardized report in specs/bugfixes/ /. For complex bugs, spawns competing…

19 1mo ago A 109 tokens

next-task

20

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Implement the next unfinished group of tasks from the tasks list. A group of tasks is a set of tasks that start with the same number like 1.1, 1.2, but NOT 2.1.

19 1mo ago A 7 tokens

permission-analyzer

21

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Generate Claude Code permissions config from session history. Use when setting up autonomous mode, configuring .claude/settings.json, avoiding --dangerously-skip-permissions, or analyzing what permissions a project needs. Reads session logs to extract Bash commands and MCP tools actually used, then generates…

19 1mo ago D 65 tokens

pr-overview

22

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Pull a PR from GitHub, run parallel review agents (code reuse, quality, efficiency, spec adherence) in read-only mode, surface unresolved comments, and write a self-contained HTML overview page to the repo root. Use whenever the user wants a read-only summary of a PR before deciding what to do — phrases like "overview…

19 1mo ago A 111 tokens

pr-pilot

23

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Push a branch, open a change request, iterate on reviews until clean, then squash-merge. Runs /pr-review-fixer in a loop until no blockers/critical/major issues remain, rebases onto latest origin/main, and squash-merges. Works on both GitHub (gh) and GitLab (glab) — it detects the forge from the git remote. Works with…

19 1mo ago A 124 tokens

pr-review-fixer

24

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Fetch unresolved change-request review threads (both diff-anchored and CR-level), validate issues, and fix them. Also checks CI status and fixes failing tests, lint errors, and build issues. Works on both GitHub (gh) and GitLab (glab) — it detects the forge from the git remote. Use when reviewing and addressing PR/MR…

19 1mo ago A 128 tokens