/00. Claude Plugins
A Claude Code plugin is a folder of skills, agents, hooks, and slash commands that Claude installs per project. 31 plugins, 74 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-anti-slop07
- aio-architect-advisor08
- aio-architect-reference09
- aio-atlassian10
- aio-boox11
- aio-browser-cookie12
- aio-bun-fullstack-setup13
- aio-catch-me-up14
- aio-code-review15
- aio-dashboard-design16
- aio-debug17
- aio-discover18
- aio-doc-writer19
- aio-dream20
/02. aio-jev-hint
/plugin install aio-jev-hint@aiocean-plugins
Author a UserPromptSubmit hook + .jev-hint catalog file that classifies every user prompt against a JSON catalog of {name, useWhen, context} entries via a batched LLM boolean-question call (Vercel AI SDK experimental_evaluate, model typesafe-ai/jev), then injects matched entries as additionalContext when confidence clears a threshold. Covers hook mechanics and .jev-hint field-writing best practices from real production tuning.
Skills (1)
- aio-jev-hint — Author a UserPromptSubmit hook +
.jev-hintcatalog file — a hook that classifies every user prompt against a JSON catalog of {name, useWhen, context} entries…