karlarao

39 mods across 1 repository, 2 stars between them.

afk

01

karlarao/afk

Skill Claude CodeCodex

Run one Ralph-style autonomous iteration on GitHub issues / plan files inside the current Claude Code session. In-session port of ralph/afk.sh — drops Docker, claude --print, codex exec, auth tokens, and the MAXITER outer loop, so there is no per-token API cost. Args mirror the original: --issue N (repeatable), --file…

2 3mo ago A 142 tokens original MIT

karlarao/afk

Skill Claude CodeCodex

Use when seeing errors about better-sqlite3 native module, NODEMODULEVERSION mismatch, "was compiled against a different Node.js version", or similar native binding errors.

2 3mo ago A 42 tokens original MIT

do-work

03

karlarao/afk

Skill Claude CodeCodex

Execute a unit of work end-to-end: plan, implement, validate with typecheck and tests, then commit. Use when user wants to do work, build a feature, fix a bug, or implement a phase from a plan.

2 3mo ago A 50 tokens original MIT

pnpm-not-found

04

karlarao/afk

Skill Claude CodeCodex

Fix "pnpm command not found" errors by enabling corepack. Use when pnpm cannot be found, corepack errors appear, or package manager is missing.

2 3mo ago A 38 tokens original MIT

prd-to-issues

05

karlarao/afk

Skill Claude CodeCodex

Break a PRD into independently-grabbable GitHub issues using vertical slices (tracer bullets).

2 3mo ago A 0 tokens copy · 86% MIT

write-a-prd

06

karlarao/afk

Skill Claude CodeCodex

This skill will be invoked when the user wants to create a PRD. You should go through the steps below. You may skip steps if you don't consider them necessary.

2 3mo ago A 0 tokens original MIT

write-a-skill

07

karlarao/afk

Skill Claude CodeCodex

Skill "write-a-skill" from karlarao/afk, covering writing skills, process, skill structure, skill.md template and skill name.

2 3mo ago A 0 tokens original MIT

zod-to-valibot

08

karlarao/afk

Skill Claude CodeCodex

Zod uses method chaining (z.string().email().min(5)). Valibot uses functional pipes (v.pipe(v.string(), v.email(), v.minLength(5))). Every chain becomes a v.pipe() call.

2 3mo ago A 0 tokens original MIT

design-an-interface

09

karlarao/afk

Skill Claude CodeCodex

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

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

edit-article

10

karlarao/afk

Skill Claude CodeCodex

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

2 3mo ago A 34 tokens copy · 100% MIT

karlarao/afk

Skill Claude CodeCodex

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

2 3mo ago B 62 tokens copy · 92% MIT

github-triage

12

karlarao/afk

Skill Claude CodeCodex

Triage GitHub issues through a label-based state machine with interactive grilling sessions. Use when user wants to triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

2 3mo ago A 50 tokens copy · 86% MIT

grill-me

13

karlarao/afk

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2 3mo ago A 49 tokens copy · 92% MIT

karlarao/afk

Skill Claude CodeCodex

Explore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more AI-navigable.

2 3mo ago A 64 tokens copy · 97% MIT

migrate-to-shoehorn

15

karlarao/afk

Skill Claude CodeCodex

Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.

2 3mo ago A 48 tokens copy · 100% MIT

obsidian-vault

16

karlarao/afk

Skill Claude CodeCodex

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

2 3mo ago A 43 tokens copy · 100% MIT

prd-to-plan

17

karlarao/afk

Skill Claude CodeCodex

Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in ./plans/. Use when user wants to break down a PRD, create an implementation plan, plan phases from a PRD, or mentions "tracer bullets".

2 3mo ago A 61 tokens copy · 100% MIT

qa

18

karlarao/afk

Skill Claude CodeCodex

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".

2 3mo ago A 58 tokens copy · 100% MIT

karlarao/afk

Skill Claude CodeCodex

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

2 3mo ago A 53 tokens copy · 88% MIT

scaffold-exercises

20

karlarao/afk

Skill Claude CodeCodex

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

2 3mo ago A 45 tokens copy · 100% MIT

setup-pre-commit

21

karlarao/afk

Skill Claude CodeCodex

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

2 3mo ago A 62 tokens copy · 100% MIT

tdd

22

karlarao/afk

Skill Claude CodeCodex

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2 3mo ago A 45 tokens copy · 80% MIT

triage-issue

23

karlarao/afk

Skill Claude CodeCodex

Triage a bug or issue by exploring the codebase to find root cause, then create a GitHub issue with a TDD-based fix plan. Use when user reports a bug, wants to file an issue, mentions "triage", or wants to investigate and plan a fix for a problem.

2 3mo ago A 65 tokens copy · 100% MIT

ubiquitous-language

24

karlarao/afk

Skill Claude CodeCodex

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUSLANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".

2 3mo ago A 70 tokens copy · 95% MIT