alex-on-ai

17 mods across 1 repository, 145 stars between them.

caveman

01

alex-on-ai/WebReaper

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts token usage 75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

145 1mo ago A 68 tokens copy · 100% MIT

diagnose

02

alex-on-ai/WebReaper

Skill Claude CodeCodex

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

145 1mo ago A 66 tokens copy · 81% MIT

grill-me

03

alex-on-ai/WebReaper

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

145 1mo ago A 49 tokens copy · 92% MIT

grill-with-docs

04

alex-on-ai/WebReaper

Skill Claude CodeCodex

Grilling session that challenges your plan against the existing domain model, 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.

145 1mo ago A 57 tokens copy · 89% MIT

handoff

05

alex-on-ai/WebReaper

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up.

145 1mo ago A 19 tokens original MIT

alex-on-ai/WebReaper

Skill Claude CodeCodex

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in 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.

145 1mo ago A 68 tokens copy · 70% MIT

prototype

07

alex-on-ai/WebReaper

Skill Claude CodeCodex

Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine…

145 1mo ago A 90 tokens copy · 83% MIT

alex-on-ai/WebReaper

Skill Claude CodeCodex

Sets up an ## Agent skills block in AGENTS.md/CLAUDE.md and docs/agents/ so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of to-issues, to-prd, triage, diagnose, tdd, improve-codebase-architecture, or zoom-out — or…

145 1mo ago A 124 tokens copy · 97% MIT

tdd

09

alex-on-ai/WebReaper

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.

145 1mo ago A 45 tokens copy · 86% MIT

to-issues

10

alex-on-ai/WebReaper

Skill Claude CodeCodex

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

145 1mo ago A 53 tokens copy · 100% MIT

to-prd

11

alex-on-ai/WebReaper

Skill Claude CodeCodex

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

145 1mo ago A 36 tokens copy · 83% MIT

triage

12

alex-on-ai/WebReaper

Skill Claude CodeCodex

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

145 1mo ago A 49 tokens copy · 83% MIT

write-a-skill

13

alex-on-ai/WebReaper

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.

145 1mo ago A 35 tokens copy · 100% MIT

zoom-out

14

alex-on-ai/WebReaper

Skill Claude CodeCodex

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

145 1mo ago A 40 tokens copy · 100% MIT

WebReaper CLAUDE.md

15

alex-on-ai/WebReaper

Instructions file

Instructions for alex-on-ai/WebReaper, covering claude.md, what this is, commands, test reality and toolchain.

145 1mo ago A 8,301 tokens original MIT

webreaper

16

alex-on-ai/WebReaper

Skill Claude CodeCodex

Scrape, crawl, or extract structured data from one or more URLs via the webreaper CLI. Outputs clean Markdown by default; JSON when a schema is given, or schema-free JSON when an LLM endpoint is configured (extract by natural-language prompt, no CSS selectors). Maps a site's URLs in one call. Handles JS-rendered pages…

145 1mo ago C 413 tokens original MIT

webreaper

17

alex-on-ai/WebReaper

MCP server Claude CodeCodexCursor +2

MCP server "webreaper" as configured in alex-on-ai/WebReaper. Launched with WebReaper.Mcp.

145 1mo ago A tokens not measured original MIT