validate
01Skill 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.
🚀 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.
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…
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…
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…
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…
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…
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…
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…
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 …
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.
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).
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…
Skill Claude CodeCodex
Capture this session's repeatable process into a reusable SKILL.md file via guided interview.
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…
Skill Claude CodeCodex
Debug broken code — orchestrates codebase context gathering, root cause investigation, minimal fix, and code review validation via debugger agent.
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.
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.
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.