/00. Claude Plugins
A Claude Code plugin is a folder of skills, agents, hooks, and slash commands that Claude installs per project. 28 plugins, 68 skills here.
/plugin marketplace add aiocean/claude-plugins
/plugin install <plugin-name>@aiocean-plugins
Skills load when their description matches your message, hooks fire on
tool-call events, agents spawn on the Agent tool. Idle plugins cost
nothing — browse plugins or read the guides.
Folders
Articles
- Send books to your BOOX from the terminal01
- Patching Claude Code: rebalance the built-in prompts (and more)02
- Install Claude Code plugins in two commands03
- My CLAUDE.md04
- Three Claude Code primitives, three different jobs05
- Writing CLAUDE.md: the sections that actually help06
- aio-architect-advisor07
- aio-architect-reference08
- aio-atlassian09
- aio-boox10
- aio-browser-cookie11
- aio-bun-fullstack-setup12
- aio-catch-me-up13
- aio-code-review14
- aio-dashboard-design15
- aio-debug16
- aio-discover17
- aio-doc-writer18
- aio-dream19
- aio-epub-analyze20
/02. aio-workflow
A maximal-effort playbook for authoring Workflow-tool scripts — the deterministic JS orchestration layer that fans work out across many subagents. One skill: aio-workflow-creator.
What it gives you
The gap this fills: a workflow that runs, passes every runtime check, and still under-delivers — one finder, one confirming pass, a gratuitous barrier idling fast items, a silent top-N that reads as full coverage. The engine cannot fail that for you. This skill is the HOW-MUCH and HOW-WELL layer.
- Effort tiers — read the user's signal (
quick check→thorough audit→maximize / spare no cost), then scale three knobs: finder width, verify votes, discovery rounds. - The three failures effort fights — agentic laziness, self-preferential bias, goal drift — each mapped to the amplifier that makes it mechanical.
- Correctness rules that keep a script runnable and resumable — literal
meta, the determinism ban,pipeline()-by-default vs justifiedparallel()barriers, thebudget.totalloop guard, and the concurrency / lifetime / stall caps. - Effort amplifiers — multi-modal sweep, adversarial verify, perspective-diverse verify, judge panels, loop-until-dry discovery, completeness critic, synthesis, classify-and-act routing, tournament/pairwise ranking, and untrusted-content quarantine — each named for the runtime-invisible failure it prevents.
- A task→harness recipe catalog — migration, deep research, deep verification, sort-at-scale, triage, root-cause, rule adherence, evals, exploration, model routing, generate-and-filter — plus when not to reach for a workflow.
- A canonical maximal-effort harness you can copy and scale:
find → dedup vs seen → diverse-verify → loop-until-dry → critic → synthesize → structured result. reference.md— the engine mechanics behind every rule (caps, combinator semantics, cache-key behavior, budget contract) so you can reason about why, not just obey.
When it fires
Authoring or editing a Workflow script, or when the user signals thoroughness — "exhaustive", "comprehensive", "thorough audit", "maximize", "spare no cost", "result-oriented orchestration" — or when ultracode is on.
Install
/plugin marketplace add aiocean/claude-plugins
/plugin install aio-workflow@aiocean-plugins
Or: npx skills add aiocean/claude-plugins -s aio-workflow
Skills (1)
- aio-workflow-creator — Author Workflow-tool scripts that spend effort like it's free and waste none of it. A maximal-effort playbook for multi-agent orchestration: choose an effort ti…