ArjenSchwarz/agentic-coding

20Stars on the repository
41Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

blitz-merge

01

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…

20 +1 1mo ago A 92 tokens

bug-blitz

02

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…

20 +1 1mo ago A 83 tokens

capture-knowledge

03

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"…

20 +1 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…

20 +1 1mo ago A 159 tokens

code-audit

06

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…

20 +1 1mo ago A 91 tokens

explain-like

11

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"…

20 +1 1mo ago A 102 tokens

fix-bug

12

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…

20 +1 1mo ago A 109 tokens

go-test-fixer

13

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Fix Go unit tests to comply to best practices. Use this when you're asked to modernise tests.

20 +1 1mo ago A 25 tokens

next-task

15

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.

20 +1 1mo ago A 7 tokens

permission-analyzer

16

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…

20 +1 1mo ago D 65 tokens

pr-overview

17

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…

20 +1 1mo ago A 111 tokens

pr-pilot

18

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…

20 +1 1mo ago A 124 tokens

pr-review-fixer

19

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…

20 +1 1mo ago A 128 tokens

pr-review-html

20

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Pull a PR from GitHub, run parallel review agents (code reuse, quality, efficiency, spec adherence), apply local fixes, and write a self-contained HTML review page to the repo root. Use whenever the user wants to review a PR before merging or asks to "review PR ", "look at this PR", "give me an HTML review of PR X"…

20 +1 1mo ago A 101 tokens

project-init

22

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Initialize Claude Code project settings with standard language-specific permissions. Use when setting up a new project for Claude Code or adding standard configuration to an existing project.

20 +1 1mo ago A 33 tokens

recall-knowledge

23

ArjenSchwarz/agentic-coding

Skill Claude CodeCodex

Skill "recall-knowledge" from ArjenSchwarz/agentic-coding, covering recall captured knowledge, resolving the vault path, where to look, searching and build the query.

20 +1 1mo ago A 0 tokens