aiocean/claude-plugins

🚀 Claude Code plugins for parallel development, mental models, session learning, image processing, ebook generation, and more. Make your AI coding assistant smarter.

4Stars on the repository
60Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

validate

01

aiocean/claude-plugins

Skill Claude CodeCodex

Run the marketplace validation script to check plugin integrity. Use when finishing plugin work, after adding or modifying plugins, or before committing plugin changes.

4 6d ago A 30 tokens

aiocean/claude-plugins

Skill Claude CodeCodex

Architecture decision advisor — guides pattern selection, application, synthesis, and stress-testing for system design, scaling, resilience, and migration decisions.

4 6d ago A 33 tokens

aiocean/claude-plugins

Skill Claude CodeCodex

Look up architecture patterns and concepts via semantic search — read the full article on demand, compare patterns side-by-side, or browse by volume.

4 6d ago A 33 tokens

aio-mental-models

04

aiocean/claude-plugins

Skill Claude CodeCodex

Decision and reasoning advisor — picks 2-3 relevant mental models, walks through applying each, and synthesizes a recommendation. Use proactively when facing a hard trade-off, an ambiguous decision, or any "should we do X or Y" question where structured reasoning beats gut feeling.

4 6d ago A 62 tokens

aio-threat-models

05

aiocean/claude-plugins

Skill Claude CodeCodex

Threat modeling framework advisor — selects the right framework(s) for the system (security, privacy, AI/ML, cloud, K8s), walks through application, and composes findings across frameworks. Use proactively when reviewing architecture for risk, conducting a security architecture review, assessing a system's attack…

4 6d ago A 84 tokens

aio-anti-slop

06

aiocean/claude-plugins

Skill Claude CodeCodex

Remove AI slop from prose and code. Use when text or code reads AI-generated and the tells need removing — user says "deslop", "unslop", "anti-slop", "humanize", "bớt giọng AI", "nghe như AI viết", "văn AI quá", "sounds like ChatGPT", "make it sound human", "làm cho tự nhiên hơn"; before publishing any agent-drafted…

4 6d ago A 152 tokens

aio-boox

07

aiocean/claude-plugins

Skill Claude CodeCodex

Push books/docs and read notes from an Onyx BOOX e-reader account (push.boox.com / send2boox.com) WITHOUT the web UI, via the self-contained boox.mjs CLI. Uploads a file to Aliyun OSS, writes a digitalcontent doc into the device's MESSAGE sync channel, and calls saveAndPush to notify the device — the exact 3-step flow…

4 6d ago A 126 tokens

aio-browser-cookie

08

aiocean/claude-plugins

Skill Claude CodeCodex

Extract cookies from local browsers and export them for use in authenticated requests. Use when extracting Chrome cookies, Firefox cookies, or Safari cookies from the local browser store; reusing a browser session to replay an authenticated request; exporting a Netscape cookie jar for curl, wget, or yt-dlp cookies…

4 6d ago A 103 tokens

aiocean/claude-plugins

Skill Claude CodeCodex

Bootstrap or scaffold a Bun fullstack project in one shot — single-port server, Vite dev proxy, monorepo layout, and Docker config. Use when starting a new fullstack project with Bun, setting up a bun server with vite proxy, creating a monorepo bun layout, configuring docker bun deployment, or bootstrapping a bun…

4 6d ago A 95 tokens

aio-catch-me-up

10

aiocean/claude-plugins

Skill Claude CodeCodex

Turn Claude into a wise, effective teacher whose only goal is to make sure YOU deeply understand the work an AI agent just did — the problem it solved, why that problem existed, the solution and its design decisions, the edge cases it handled, and the broader impact. Incremental and mastery-gated: it has you restate…

4 6d ago A 246 tokens

aio-dream

11

aiocean/claude-plugins

Skill Claude CodeCodex

Memory consolidation — review, merge, prune and re-index memory files so future sessions orient quickly.

4 6d ago A 23 tokens

aio-feedback

12

aiocean/claude-plugins

Skill Claude CodeCodex

Submit bug reports, feature requests, and plugin requests to aiocean/claude-plugins via GitHub Issues.

4 6d ago A 26 tokens

aio-patch-anchor

13

aiocean/claude-plugins

Skill Claude CodeCodex

Find and navigate anchors in the extracted cli.js — wraps tools/cli-nav/{find-anchors,navigate,build-explorer}.cjs (acorn-based AST navigator). Used primarily for drift recovery when Claude version bumps shift the location of anchored patch points.

4 6d ago A 57 tokens

aio-patch-compile

14

aiocean/claude-plugins

Skill Claude CodeCodex

Apply tools/pipeline/patches.json + bun build --compile → patched claude binary at dist/ /claude. Default: current host arch only (fast inner-loop 1.2s). Opt-in --target=all (4 platforms) or csv list (e.g. --target=darwin-arm64,linux-amd64). If cli.js for a target arch is not yet extracted, transitively calls extract…

4 6d ago A 107 tokens

aio-patch-control

15

aiocean/claude-plugins

Skill Claude CodeCodex

Scaffold a reference HTTP control-channel gateway (sample shell clients + bun TUI) into /control/, OR print the control-channel protocol docs. Reference example based on the dirty-claude project (Phase 1 patched binary exposes HTTP+SSE server on 127.0.0.1:$DCPORT inside the running Claude). NOT a generic abstraction …

4 6d ago A 98 tokens

aio-patch-extract

16

aiocean/claude-plugins

Skill Claude CodeCodex

Extract Claude Code's cli.js + native .node modules from an installed claude binary (or a binary you pass as positional arg). Output lands in dist/ /. Required before aio-patch-compile. Default arch detected from host; ARCH env var overrides for cross-arch extraction.

4 6d ago A 65 tokens

aio-patch-run

17

aiocean/claude-plugins

Skill Claude CodeCodex

Exec the compiled patched Claude binary at dist/ /claude. Pass-through args + env. Requires aio-patch-compile to have been run first (sentinel: dist/ /claude exists).

4 6d ago A 50 tokens

aio-patch-setup

18

aiocean/claude-plugins

Skill Claude CodeCodex

Scaffold a new Claude-binary-patching project at CWD (or [targetdir]). Copies generic pipeline tools (extract/build/run, Python pipeline scripts, cli-nav AST navigator) + generic docs/guides into the target. Patches.json starts EMPTY — user fills it in; a reference example from the dirty-claude project is shipped…

4 6d ago A 79 tokens

aio-skillify

19

aiocean/claude-plugins

Skill Claude CodeCodex

Capture this session's repeatable process into a reusable SKILL.md file via guided interview.

4 6d ago A 23 tokens

aio-code-review

20

aiocean/claude-plugins

Skill Claude CodeCodex

Runs an adaptive, project-aware code-review workflow (profile the project, detect its lint tools + conventions, run mechanical + semantic review, consolidate into an LGTM verdict) and carries the Google eng-practices playbook it applies — reviewer (what to look for, when to approve, severity-labeled comments, handling…

4 6d ago A 139 tokens

aio-debug

21

aiocean/claude-plugins

Skill Claude CodeCodex

Debug broken code — orchestrates codebase context gathering, root cause investigation, minimal fix, and code review validation via debugger agent.

4 6d ago A 29 tokens

aio-discover

22

aiocean/claude-plugins

Skill Claude CodeCodex

Find code, locate implementations, and understand how features work via parallel Explore agents. Step 1 of the codeflow discover → map → plan trio used before implementation.

4 6d ago A 37 tokens

aio-doc-writer

23

aiocean/claude-plugins

Skill Claude CodeCodex

Generate comprehensive architecture documentation — the Codebase Oracle that writes docs, module docs, and dependency maps — powered by the GitNexus knowledge graph and LSP analysis.

4 6d ago A 38 tokens

aio-gitnexus

24

aiocean/claude-plugins

Skill Claude CodeCodex

Install, configure, and manage the GitNexus code intelligence engine — index codebase, setup MCP, check status, troubleshoot, and document local git-hook auto-refresh for master-only workflows.

4 6d ago A 44 tokens