justrach

45 mods across 5 repositories, 2.0k stars between them.

justrach/codedb

Instructions file GitHub Copilot

Instructions for justrach/codedb, covering codedb — agent instructions, project, rules, filing issues and test style.

1.4k 2d ago A 385 tokens original BSD-3-Clause

codedb AGENTS.md

02

justrach/codedb

Instructions file CodexOpenCode

Instructions for justrach/codedb, covering codedb agent guidelines, what codedb is (and isn't), review guidelines, pre-merge verification and security-sensitive areas.

1.4k 2d ago A 509 tokens original BSD-3-Clause

codedb CLAUDE.md

03

justrach/codedb

Instructions file

Instructions for justrach/codedb, covering codedb — agent instructions, project, rules, filing issues and test style.

1.4k 2d ago A 412 tokens original BSD-3-Clause

kuri-agent

04

justrach/kuri

Skill Claude CodeCodex

Use kuri-agent to automate Chrome — navigate pages, interact with elements via a11y refs, capture screenshots, run security audits, enumerate cookies/JWTs, probe for IDOR vulnerabilities, and make authenticated fetches. Use when the user wants to automate a browser, test a web app, scrape data, or run security…

356 28d ago A 75 tokens

kuri-android

05

justrach/kuri

Skill Claude CodeCodex

Use kuri-android to drive Android devices and emulators from the CLI via a native Zig adb wire-protocol client. Read the screen with state (foreground app plus every actionable element, with tap-ready coordinates), tap by selector (--label/--id/--class/--desc/--index) rather than raw coordinates, swipe (scroll)…

356 28d ago A 198 tokens

kuri-browse

06

justrach/kuri

Skill Claude CodeCodex

Use kuri-browse for quick terminal-based web browsing — fetch and read web pages as markdown, follow links, search in-page. No Chrome needed. Use when the user wants to quickly read a webpage, check documentation, or browse without launching a full browser. Trigger phrases include "read this page", "fetch the docs"…

356 28d ago A 81 tokens

kuri-ios

07

justrach/kuri

Skill Claude CodeCodex

Use kuri-ios to drive iOS Simulators from the CLI — list sims, boot/shutdown, navigate Safari to URLs (openurl), launch and terminate apps by bundle id, capture PNG screenshots, list installed apps, and (on the Simulator only) tap, doubletap, longpress, swipe/pan, and type via native CGEvent into the Simulator window.…

356 28d ago A 233 tokens

kuri-mobile

08

justrach/kuri

Skill Claude CodeCodex

Umbrella skill for mobile device control in the kuri ecosystem. Points to kuri-ios (iOS Simulator + real-device listing) and kuri-android (native Zig adb client). Use this when the user asks about "mobile automation" generally, or hasn't specified a platform. For platform-specific work prefer the kuri-ios or…

356 28d ago A 79 tokens

kuri-server

09

justrach/kuri

Skill Claude CodeCodex

Use kuri-server to automate Chrome via HTTP API — navigate pages, get a11y snapshots, interact with elements, capture network traffic (HAR), extract cookies, and bypass bot protection. Use when the user wants to browse websites, scrape data, fill forms, test web apps, or interact with protected sites via a headless…

356 28d ago A 109 tokens

kuri AGENTS.md

10

justrach/kuri

Instructions file CodexOpenCode

AGENTS.md instructions for justrach/kuri, covering agents.md, turbodb coordination, benchmark honesty, cache disclosure and current browser baselines.

356 28d ago A 2,175 tokens

codegraff AGENTS.md

11

justrach/codegraff

Instructions file CodexOpenCode

AGENTS.md instructions for justrach/codegraff, covering repository instructions, decisions live in docs/adr/, terminal ui: what's ours to change, driving the pager (no pty, no ghostty window) and file size.

203 yesterday A 1,802 tokens

darwincode

12

justrach/codegraff2

Agent

Darwin-Gödel-Machine orchestrator. Given a goal, it decomposes the work, INVENTS one or more specialized read-only sub-agent personas, writes each as a .forge/agents/ .md file, spawns the cohort via the task tool, synthesizes their findings, and records lineage so the harness attributes objective fitness (per-persona…

24 2mo ago A 145 tokens original Apache-2.0

forge

13

justrach/codegraff2

Agent

Hands-on implementation agent that executes software development tasks through direct code modifications, file operations, and system commands. Specializes in building features, fixing bugs, refactoring code, running tests, and making concrete changes to codebases. Uses structured approach: analyze requirements…

24 2mo ago B 83 tokens copy · 86% Apache-2.0

workflow-evolver

14

justrach/codegraff2

Agent

Read-only meta-agent that reads accumulated workflow run telemetry and proposes evolved Learnings for the workflow orchestrator. Emits a single evolved-learnings JSON block; a deterministic wrapper splices it into the agent prompt. Does not edit files.

24 2mo ago A 46 tokens original Apache-2.0

workflow

15

justrach/codegraff2

Agent

Dynamic workflow orchestrator. Decomposes a goal into independent subtasks, fans them out to parallel read-only sub-agents, and synthesizes the results into one coherent answer. Use for codebase audits, multi-perspective review, broad fan-out research, and map-reduce style investigation across many files or modules.…

24 2mo ago A 100 tokens original Apache-2.0

check

16

justrach/codegraff2

Command

Checks if the code is ready to be committed.

24 2mo ago A 11 tokens copy · 100% Apache-2.0

fixme

17

justrach/codegraff2

Command

Looks for all the fixme comments in the code and attempts to fix them.

24 2mo ago A 18 tokens copy · 100% Apache-2.0

create-agent

18

justrach/codegraff2

Skill Claude CodeCodex

Create new agents for the code-forge application. Agents are stored as .md files in the /.forge/agents directory with YAML frontmatter (id, title, description, reasoning, tools, userprompt) and markdown body containing agent instructions. Use when users need to add new agents, modify existing agents, or understand the…

24 2mo ago B 75 tokens copy · 100% Apache-2.0

create-command

19

justrach/codegraff2

Skill Claude CodeCodex

Create new commands for the code-forge application. Commands are stored as .md files in the /.forge/commands directory with YAML frontmatter (name, description) and markdown body containing command steps. Use when users need to add new commands, modify existing commands, or understand the command file structure.…

24 2mo ago C 82 tokens copy · 100% Apache-2.0

create-github-issue

20

justrach/codegraff2

Skill Claude CodeCodex

Create GitHub issues using GitHub CLI with support for templates, labels, assignees, milestones, and draft issues. Use when the user asks to create a GitHub issue, file a bug report, submit a feature request, or open an issue in a GitHub repository.

24 2mo ago A 63 tokens copy · 100% Apache-2.0

create-plan

21

justrach/codegraff2

Skill Claude CodeCodex

Generate detailed implementation plans for complex tasks. Creates comprehensive strategic plans in Markdown format with objectives, step-by-step implementation tasks using checkbox format, verification criteria, risk assessments, and alternative approaches. All plans MUST be validated using the included validation…

24 2mo ago A 95 tokens copy · 100% Apache-2.0

debug-cli

22

justrach/codegraff2

Skill Claude CodeCodex

Use when users need to debug, modify, or extend the code-forge application's CLI commands, argument parsing, or CLI behavior. This includes adding new commands, fixing CLI bugs, updating command options, or troubleshooting CLI-related issues.

24 2mo ago A 49 tokens copy · 100% Apache-2.0

github-pr-comments

23

justrach/codegraff2

Skill Claude CodeCodex

Resolve inline code review comments on a GitHub PR. Use when asked to "resolve review comments", "address PR feedback", "fix PR comments", or "work through review comments". Fetches every inline comment with its surrounding code context, then applies each change systematically.

24 2mo ago A 58 tokens copy · 100% Apache-2.0

post-forge-feature

24

justrach/codegraff2

Skill Claude CodeCodex

Generate a Twitter/X post highlighting a Forge feature. Use when the user asks to write a tweet, create a Twitter post, or promote a ForgeCode feature on social media. The post always accompanies an attached video demonstrating the feature.

24 2mo ago A 51 tokens copy · 100% Apache-2.0