Plugin Claude Code
Plugin marketplace listing 30 plugins: aio-epub-translate, aio-youtube, aio-gherkin-refine, aio-bun-fullstack-setup, aio-monitoring-observability.
Plugin Claude Code
Plugin marketplace listing 30 plugins: aio-epub-translate, aio-youtube, aio-gherkin-refine, aio-bun-fullstack-setup, aio-monitoring-observability.
Settings file Claude Code
🚀 Claude Code plugins for parallel development, mental models, session learning, image processing, ebook generation, and more. Make your AI coding assistant smarter.
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.
Instructions file
Claude Code instructions for aiocean/claude-plugins, covering claude.md, what this is, plugin structure, marketplace registry and plugin categories.
Plugin Claude Code
Curated decision-support reference with semantic search across three domains — 54 general-reasoning mental models (first principles, inversion, second-order thinking, opportunity cost, …), 27 threat-modeling frameworks (STRIDE, LINDDUN, PASTA, OCTAVE, Attack Trees, MITRE ATT&CK/ATLAS, Kill Chain, NIST AI RMF, OWASP…
Skill Claude CodeCodex
Architecture decision advisor — guides pattern selection, application, synthesis, and stress-testing for system design, scaling, resilience, and migration decisions.
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.
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.
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…
Plugin Claude Code
Remove AI slop from prose and code. Mechanical detection via a grep-able catalog of English and Vietnamese tells, per-hit triage with false-positive protection, minimal repairs verified by a re-scan loop, and a diff-scoped code pass that keeps behavior unchanged.
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…
Plugin Claude Code
Push books/docs to an Onyx BOOX e-reader and manage its cloud account (push list, library, notes) API-direct via a self-contained zero-dependency Node CLI — no web UI, no email, no BooxDrop.
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…
Plugin Claude Code
Extract browser cookies with rookiepy and reuse them for authenticated requests or Netscape cookie exports.
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…
Plugin Claude Code
Bootstrap a Bun fullstack project in one shot — single-port API + frontend, Vite dev proxy, monorepo layout, and Docker config. Skips files you already have.
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…
Plugin Claude Code
Turn Claude into a wise teacher that makes sure YOU deeply understand the work an AI agent just did — the problem, the solution, the design decisions, the edge cases, and why it matters. Incremental and mastery-gated: it has you restate your understanding first, fills the gaps at the depth you ask for (eli5 / eli14 /…
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…
Plugin Claude Code
Sharpen Claude Code — patch and recompile Claude's binary for custom use cases (control channels, agent-as-a-service, custom tooling), capture this session's workflow as a reusable skill, consolidate memory, and ship feedback to the marketplace.
Skill Claude CodeCodex
Memory consolidation — review, merge, prune and re-index memory files so future sessions orient quickly.
Skill Claude CodeCodex
Submit bug reports, feature requests, and plugin requests to aiocean/claude-plugins via GitHub Issues.
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.
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…