/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

/02. aio-jev-hint

Install

/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-hint catalog file — a hook that classifies every user prompt against a JSON catalog of {name, useWhen, context} entries…

Articles