MadAppGang

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

performance

97

MadAppGang/magus

Command

Diagnose or fix Bun/TypeScript performance. Loads the performance skill, then works the task through its workflow.

9 3d ago A 25 tokens original MIT

production

98

MadAppGang/magus

Command

Prepare a Bun service for production. Loads the production skill, then works the task through its workflow.

9 3d ago A 22 tokens original MIT

project-setup

99

MadAppGang/magus

Command

Start or restructure a Bun/TypeScript project. Loads the project-setup skill, then works the task through its workflow.

9 3d ago A 29 tokens original MIT

security

100

MadAppGang/magus

Command

Harden or security-review a Bun/TypeScript service. Loads the security skill, then works the task through its workflow.

9 3d ago A 27 tokens original MIT

testing

101

MadAppGang/magus

Command

Write, fix or review Bun tests. Loads the testing skill, then works the task through its workflow.

9 3d ago A 23 tokens original MIT

tui

102

MadAppGang/magus

Command

Build, review or debug an OpenTUI terminal UI. Loads the tui skill, then works the task through its workflow.

9 3d ago A 28 tokens original MIT

bun

103

MadAppGang/magus

Skill Claude CodeCodex

Router for the eight Bun/TypeScript skills — setup, HTTP, errors, testing, security, production, performance, TUI. Says which to read for a task, without loading them. Any Bun or TS work.

9 3d ago A 47 tokens original MIT

errors

104

MadAppGang/magus

Skill Claude CodeCodex

Error handling and resilience for Bun/TypeScript — operational vs programmer errors, AppError hierarchy, centralized handler, boundary validation, timeout/retry/circuit breaker. Copyable, tested.

9 3d ago A 39 tokens original MIT

http-service

105

MadAppGang/magus

Skill Claude CodeCodex

Build or review a Bun HTTP service — Bun.serve declarative routes, middleware composition, request context, status/ETag/streaming helpers, graceful lifecycle. Ships tested middleware with measured routing gotchas.

9 3d ago A 45 tokens original MIT

performance

106

MadAppGang/magus

Skill Claude CodeCodex

Diagnose and fix Bun/TypeScript performance — event-loop blocking, measured native fast paths, benchmarking that does not lie, streaming, caching, workers, memory. Ships a tested benchmark harness.

9 3d ago A 41 tokens original MIT

production

107

MadAppGang/magus

Skill Claude CodeCodex

Ship a Bun service — graceful shutdown ordering, structured logging, liveness vs readiness, multi-stage Docker, signals and PID 1, frozen lockfiles, CI. Ships tested logger, shutdown and health code plus a Dockerfile.

9 3d ago A 48 tokens original MIT

project-setup

108

MadAppGang/magus

Skill Claude CodeCodex

Start or restructure a Bun/TypeScript project — folder structure by business component, strict tsconfig, typed env config, workspaces and catalogs, bunfig, linting. Ships a tested config parser and measured install-layout facts.

9 3d ago A 50 tokens original MIT

security

109

MadAppGang/magus

Skill Claude CodeCodex

Harden or review a Bun/TypeScript service — secrets, password and token handling, SQL injection, authn/authz, rate limiting, CORS and security headers, dependency audit. Ships tested guards with measured Bun crypto behaviour.

9 3d ago A 49 tokens original MIT

testing

110

MadAppGang/magus

Skill Claude CodeCodex

Write and fix Bun tests — bun:test surface, component tests over HTTP, doubles, coverage gating, flake control. Ships a tested harness, fake upstream and builders. Includes a measured silent-coverage-gate trap.

9 3d ago A 46 tokens original MIT

tui

111

MadAppGang/magus

Skill Claude CodeCodex

Build, review, or debug OpenTUI terminal UIs — React JSX or core constructs, Yoga flexbox, gradient meters, colour screenshots. Any Bun/TypeScript TUI. Only Bun is tested; Node/Deno at own risk.

9 3d ago A 52 tokens original MIT

claudish

112

MadAppGang/magus

Plugin Claude Code

MCP runtime for external AI models. Proxies OpenRouter, Ollama and LM Studio, runs blind team voting across models, manages async sessions, and streams channel notifications. Required by code-analysis, dev, multimodel, designer and seo.

9 3d ago A tokens not measured original MIT

claudish-usage

113

MadAppGang/magus

Skill Claude CodeCodex

Runs models through the claudish MCP tools — team, createsession, runprompt — and resolves model IDs against the live catalog. Use when the user mentions claudish, OpenRouter, or external AI models.

9 3d ago A 50 tokens original MIT

code-analysis

114

MadAppGang/magus

Plugin Claude Code

Read-only codebase investigation and code search behind one stable tool surface. Finds code by meaning or structure, traces callers, callees and blast radius, and dispatches a detective agent for deep dives. The search engine is named in project settings and is swappable.

9 3d ago A tokens not measured original MIT

detective

115

MadAppGang/magus

Agent

Investigates a codebase read-only — locates implementations, traces how a feature works end to end, maps inbound and outbound dependencies, and tracks a bug to its origin. Use for questions about code that is unfamiliar, spread across several files, or behaving unexpectedly. Returns file:line locations and the flow…

9 3d ago A 208 tokens original MIT

analyze

116

MadAppGang/magus

Command

Investigate a codebase read-only — understand architecture, trace how a feature works, locate an implementation, or track a bug to its origin.

9 3d ago A 31 tokens original MIT

help

117

MadAppGang/magus

Command

Show what the code-analysis plugin provides — its agent, commands, skills, tool surface, and which one to reach for.

9 3d ago A 26 tokens original MIT

setup

118

MadAppGang/magus

Command

Install and verify the ripgrep shim, check the code-analysis MCP server starts, and report the active search engine and its health.

9 3d ago B 27 tokens original MIT

PreToolUse

119

MadAppGang/magus

Hook

Runs before the agent uses a tool for ^Bash$ tool calls, executing block-git-add-private.sh. From MadAppGang/magus.

9 3d ago A tokens not measured original MIT

code-search

120

MadAppGang/magus

Skill Claude CodeCodex

Finds code by meaning, structure or exact text, then reads only the spans returned. Use when searching a codebase, locating a symbol, tracing callers, or about to open three or more files.

9 3d ago A 44 tokens original MIT