kimgoetzke/coding-agent-configs

My personal skills, agents, and other configuration files for agentic coding.

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

aha

01

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Capture aha-moments as durable insight notes under .ai/insight/, or quiz the user on past insights to reinforce recall. Use when the user has just learnt something non-obvious (a fix they didn't know, an explanation that clicked, a gotcha discovered) and wants to record it, or when the user invokes /aha quiz to be…

2 12d ago A 80 tokens original MIT

explain-pr

02

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Walk a user through a GitHub pull request to help them understand what it does, using markdown visualisations and a guided diff-by-diff tour. Use when the user wants to understand, explore, learn from, or be walked through a PR (not when they want a formal review).

2 12d ago A 62 tokens original MIT

fetch-plan

03

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Retrieve saved plan folders from .ai/planning, let the user choose one, then load its planning documents and summarise implementation status. Use when user asks to fetch, reopen, resume, continue, or inspect an existing plan.

2 12d ago A 49 tokens original MIT

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Generates a concise pull request description from a PR or the current branch. Use only when explicitly invoked by the user to draft PR text.

2 12d ago A 32 tokens original MIT

grill-me

05

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Grilling session that challenges a plan against the existing domain model (or helps to create one), sharpens terminology, and updates documentation (context.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2 12d ago A 60 tokens copy · 81% MIT

improve-a-plan

06

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Review, criticise and/or test an existing plan with the goal of improving is. Use when user asks you to review or improve a plan.

2 12d ago A 34 tokens original MIT

improve-codebase

07

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Find deepening opportunities in a codebase, informed by the domain language in context.md and the decisions in .ai/docs/adr. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2 12d ago A 67 tokens copy · 72% MIT

persist

08

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Store your findings, analysis, or other outcomes on disk for future reference. Use when user asks you to do something that does not explicitly mention planning but clearly does not involve taking action yet e.g. analysing or investigating something.

2 12d ago A 47 tokens original MIT

planning-mode

09

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Toggle persistent planning mode on/off. When on, hook support can remind the agent to keep planning documents updated throughout the conversation, with manual fallback if unavailable. Combines the full planning workflow with persistent mode for long-running planning and implementation sessions. Use with a topic to…

2 12d ago B 76 tokens original MIT

planning

10

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Planning a change to any codebase. Use when user asks you to plan something instead of taking immediate action.

2 12d ago A 24 tokens original MIT

research-mode

11

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Toggle persistent research mode on/off. When on, hook support can remind the agent to keep the research document updated throughout the conversation, with manual fallback if unavailable. Use with a research topic to start, with "continue" to resume an existing research doc, or with "off" to stop.

2 12d ago B 62 tokens original MIT

review-pr

12

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Review a GitHub pull request for correctness, security, observability, test coverage, and conventions. Identify applicable skills, verify and triage sub-agent findings to cut noise, score each review dimension purple-red-amber-green, and produce a structured review saved to disk and presented to the user. Use when…

2 12d ago A 85 tokens original MIT

rust-bevy-standards

13

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Write idiomatic Rust code for applications that use Bevy Engine. Augments rust-standards skill, does not replace it. Use when writing Rust code for a Bevy application.

2 12d ago A 44 tokens original MIT

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Conventions and best practice for writing tests in Rust applications using Bevy ECS. Use when writing or creating tests for Bevy systems, components, resources, or game logic in Rust.

2 12d ago A 44 tokens original MIT

tdd

16

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs or asks for test-driven development or test-first development.

2 12d ago A 34 tokens copy · 81% MIT

unslop

17

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Cut complex and unnecessary AI patterns from any writing. Must always apply.

2 12d ago A 17 tokens original MIT

update-agents

18

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Check for and apply updates to locally installed agents from the kimgoetzke/coding-agent-configs GitHub repo. Use when user asks to update agents, sync agents, check for agent updates, or mentions updating their agents.

2 12d ago A 50 tokens original MIT

update-plan

19

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Updates planning documents created using the planning-mode or planning skill after questions.md has been updated by the user. Supports an interactive ask mode that prompts the user for any still-unanswered questions in real-time. Use when user asks to update the plan after answering your questions, or when they want…

2 12d ago A 70 tokens original MIT

update-skills

20

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Check for and apply updates to locally installed skills from the kimgoetzke/coding-agent-configs GitHub repo. Use when user asks to update skills, sync skills, check for skill updates, or mentions updating their skills.

2 12d ago A 50 tokens original MIT

write-a-skill

21

kimgoetzke/coding-agent-configs

Skill Claude CodeCodex

Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.

2 12d ago A 35 tokens original MIT