reticlehq/reticle

AI agents can generate code, but they still struggle to understand what they build. Reticle gives them runtime perception of web & desktop applications.

417Stars on the repository
16Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

reticle

01

reticlehq/reticle

Skill Claude CodeCodex

Reticle embeds a dev-only SDK in the user's running app and exposes it to you as reticle MCP tools. You look, act, observe, and assert against the real app. No screenshots, and no browser download for the verify loop: it drives the tab the user already has open.

not rated 417 changed today A 0 tokens

agentic-tdd

02

reticlehq/reticle

Skill Claude CodeCodex

Test-driven development for behaviour a unit test cannot reach, by writing the expectation against the running app before writing the code. Declare the consequence first, watch it fail, implement, watch it pass. Use when building a user-facing feature, when the user asks for TDD on UI or full-stack work, when a unit…

not rated 417 changed today A 95 tokens

audit-my-app

03

reticlehq/reticle

Skill Claude CodeCodex

Sweep a whole running web app for what is broken, without writing a script or knowing the codebase. Clicks every reachable control and reports dead buttons, console errors, failed requests, and places where the API and the screen disagree. Use on an unfamiliar codebase, before a release, after a big merge or…

not rated 417 changed today A 94 tokens

debug-broken-ui

04

reticlehq/reticle

Skill Claude CodeCodex

Find out why something in a running web app does not work, when the console is empty and the code looks correct. Reads the click, the request, the store and the console together and returns the file:line to open. Use when a button does nothing, a form will not submit, data will not load, a page renders blank or stale…

not rated 417 changed today A 99 tokens

reticlehq/reticle

Skill Claude CodeCodex

Check that the UI you actually rendered uses the design system, by reading computed styles in the running app against the project's design tokens. Catches hardcoded hex colors, off-palette backgrounds, invisible or unusable controls, and animations that never ran. Use after building or restyling a component, when a…

not rated 417 changed today A 99 tokens

drive-desktop-app

06

reticlehq/reticle

Skill Claude CodeCodex

Drive and verify an Electron or Tauri desktop app from the inside, including the main-process and Rust IPC calls a browser tool cannot see. Use when a desktop app needs testing, when a feature works in the browser but not in the packaged app, when an IPC or invoke call needs proving, when a desktop screenshot or…

not rated 417 changed today A 89 tokens

false-green-tests

07

reticlehq/reticle

Skill Claude CodeCodex

Find out why the tests pass but the app is broken. Catches false greens: a green suite over a feature that does not work, a mocked API standing in for a real one, an assertion that holds no matter what the app does, a click handler wired to nothing. Use when the suite is green and the user says it is broken, when a…

not rated 417 changed today A 100 tokens

reticlehq/reticle

Skill Claude CodeCodex

Pick up the bugs a human flagged by pointing at them in the running app, each arriving with the element, the note they typed, and the source file and line. Use when the user says they marked or flagged something, when starting a session on an app someone has been clicking through, when a designer or PM has left…

not rated 417 changed today A 96 tokens

install-and-verify

09

reticlehq/reticle

Skill Claude CodeCodex

Verify that a web app change actually works by driving the running app from the inside (DOM, network, routing, console, framework state) instead of screenshots or guessing. Use after any user-facing change, when a fix is claimed but unproven, when a test passes but the UI is broken, or when you need a real verdict…

not rated 417 changed today A 98 tokens

replay-user-flows

10

reticlehq/reticle

Skill Claude CodeCodex

Turn a user journey you just clicked through into a saved regression check that re-runs deterministically, with no model in the loop and no test code to write. Use when you have driven the same flow twice, when the user wants regression coverage without a Playwright suite, when a refactor needs proving against every…

not rated 417 changed today A 87 tokens

test-error-states

11

reticlehq/reticle

Skill Claude CodeCodex

Force the states a happy-path run never reaches (a failing API, an empty list, a slow request, a timeout, an expired session, a toast that auto-dismisses) and check the UI actually handles them. Use when error handling was written but never run, when a loading or empty state needs verifying, when a bug only happens on…

not rated 417 changed today A 93 tokens

verify-ui-change

12

reticlehq/reticle

Skill Claude CodeCodex

Check that a change to a web app actually works in the running app before calling it done. Drives the real page and returns a pass/fail verdict with the request that fired, the state that moved, and the file:line to fix. Use after editing a component, a form, a route, or an API call; when you have said "fixed" but…

not rated 417 changed today A 109 tokens

verify-unattended

13

reticlehq/reticle

Skill Claude CodeCodex

Install, instrument and verify a web app end to end without pausing for a human. Use in an autonomous or goal-mode agent, in CI, or in any client that asks for approval on every command: it never says "restart your client" or "open a browser", because it takes a route that needs neither. Prefer the normal…

not rated 417 changed today A 87 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: