MadAppGang

143 mods across 5 repositories, 3.2k stars between them.

search-interceptor

73

MadAppGang/claude-code

Skill Claude CodeCodex

πŸ’‘ Bulk file read optimizer. Suggests semantic search alternatives when reading multiple files. Helps reduce token usage by using claudemem's ranked results instead of sequential file reads.

279 5mo ago A 39 tokens original MIT

tester-detective

74

MadAppGang/claude-code

Skill Claude CodeCodex

⚑ Test analysis skill. Best for: 'what's tested', 'find test coverage', 'audit test quality', 'missing tests', 'edge cases'. Uses claudemem AST with callers analysis for efficient test discovery.

279 5mo ago A 50 tokens original MIT

MadAppGang/claude-code

Skill Claude CodeCodex

⚑ Comprehensive analysis skill. Best for: 'comprehensive audit', 'deep analysis', 'full codebase review', 'multi-perspective investigation', 'complex questions'. Combines all perspectives (architect+developer+tester+debugger). Uses Opus model with full claudemem AST analysis.

279 5mo ago A 68 tokens original MIT

new-track

77

MadAppGang/claude-code

Command

Create development track with spec and hierarchical task plan.

279 5mo ago A 12 tokens original MIT

revert

78

MadAppGang/claude-code

Command

Git-aware logical undo at track, phase, or task level.

279 5mo ago A 15 tokens original MIT

help

79

MadAppGang/claude-code

Skill Claude CodeCodex

Get help with Conductor - commands, usage examples, and best practices.

279 5mo ago A 16 tokens original MIT

implement

80

MadAppGang/claude-code

Skill Claude CodeCodex

Execute tasks from track plan with TDD workflow and git commit integration.

279 5mo ago A 15 tokens original MIT

new-track

81

MadAppGang/claude-code

Skill Claude CodeCodex

Create development track with spec and hierarchical plan through interactive Q&A.

279 5mo ago A 15 tokens original MIT

revert

82

MadAppGang/claude-code

Skill Claude CodeCodex

Git-aware logical undo at track, phase, or task level with confirmation gates.

279 5mo ago A 18 tokens original MIT

tmux-mcp

83

MadAppGang/tmux-mcp

Settings file Claude Code

Quick and fast tmux mcp server.

22 17d ago A tokens not measured

tmux-control

84

MadAppGang/tmux-mcp

Skill Claude CodeCodex

Drive tmux from the command line to manage terminal sessions, windows, and panes β€” split the current pane, run a command in a new pane, capture output, send keystrokes, resize/navigate panes, or spin up a fully isolated background tmux server for sandboxed work. Use this whenever you need to run something in a…

22 17d ago A 186 tokens

magus

85

MadAppGang/magus

Plugin Claude Code

Plugin marketplace listing 16 plugins: code-analysis, claudish, mnemex, multimodel, dev.

9 3d ago A tokens not measured original MIT

browser-use

86

MadAppGang/magus

Plugin Claude Code

Full-platform browser automation. Live-page JS eval, keyboard and focus primitives, environment preflight, and a configurable agent LLM, across dual local and cloud browsers backed by Playwright's own Chromium so your real Chrome is never hijacked. Ten Magus-specific tools on top of the upstream Browser Use MCP set…

9 3d ago A tokens not measured original MIT

agent-model

87

MadAppGang/magus

Skill Claude CodeCodex

Picks the browser-use agent brain LLM per task. Use when choosing a model for retrywithbrowseruseagent or a cloud session, or the user mentions a cheap, slow, or smart model.

9 3d ago C 44 tokens original MIT

core-api

88

MadAppGang/magus

Skill Claude CodeCodex

Reference for the Browser Use MCP tools β€” parameters, returns, session lifecycle. Use when navigating, clicking, typing, evaluating JS, or extracting page content.

9 3d ago A 34 tokens original MIT

debug-ui

89

MadAppGang/magus

Skill Claude CodeCodex

Visual UI debugging β€” screenshot capture and analysis, responsive layout checking at multiple viewport sizes, CSS validation via DOM state, visual regression detection, before/after state comparison.

9 3d ago A 36 tokens original MIT

hybrid-debugging

90

MadAppGang/magus

Skill Claude CodeCodex

Combines Browser Use (DOM, clicks, screenshots) with claude-in-chrome (console, network, JS) for full-spectrum debugging. Use when investigating console errors or network requests.

9 3d ago A 43 tokens original MIT

navigation-patterns

91

MadAppGang/magus

Skill Claude CodeCodex

URL navigation, multi-tab orchestration, session creation and management, back/forward navigation, browser profile persistence, session export/import for authentication reuse.

9 3d ago A 33 tokens original MIT

web-scraping

92

MadAppGang/magus

Skill Claude CodeCodex

Structured data extraction from web pages β€” pagination patterns, dynamic SPAs, authenticated scraping, rate limiting, anti-bot handling, JSON/CSV output.

9 3d ago A 35 tokens original MIT

bunjs

93

MadAppGang/magus

Plugin Claude Code

Bun and TypeScript toolkit. A /bunjs:bun index routes any task to the right one of eight task-shaped skills β€” setup, HTTP, errors, testing, security, production, performance, TUI β€” each shipping copyable code verified against Bun. Only Bun is tested.

9 3d ago A tokens not measured original MIT

bun

94

MadAppGang/magus

Command

Route a Bun/TypeScript task to the right bunjs skills. Loads the index, reads only what the task needs, then does the work.

9 3d ago A 32 tokens original MIT

errors

95

MadAppGang/magus

Command

Add or review error handling and resilience in a Bun/TypeScript service. Loads the errors skill, then works the task through its workflow.

9 3d ago A 30 tokens original MIT

http-service

96

MadAppGang/magus

Command

Build, review or debug a Bun HTTP service. Loads the http-service skill, then works the task through its workflow.

9 3d ago A 27 tokens original MIT