/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-anti-slop
Remove AI slop from prose and code without flattening the author's voice. Detection is mechanical (a grep-able catalog of English and Vietnamese tells), every hit is triaged in context, and repairs are minimal and re-scanned so a rewrite cannot smuggle new slop back in.
What it does
- Prose pass — anchors genre and voice, runs the
rgpatterns fromreferences/patterns.md, triages each hit as defect or protected use (quotes, code, proper names, the author's own habits), repairs finding by finding, re-scans up to 3 times, and reports found / fixed / kept. - Structural pass (reports, explainers, write-ups) — checks the piece has a throughline: assertive headings, a real opening claim, and a close that answers it.
- Code pass (diff-scoped) — strips narrating comments, defensive
try/catchon trusted paths,anycasts, and needless abstraction while keeping behavior identical.
Meaning, claims, facts, and code behavior never change. A no-op is a valid outcome.
Install
/plugin install aio-anti-slop@aiocean-plugins
Usage
Trigger phrases: "deslop", "unslop", "humanize", "sounds like ChatGPT", "bớt giọng AI", "văn AI quá", or run it before publishing any agent-drafted README, blog post, report, or PR description.
/aio-anti-slop:aio-anti-slop docs/announcement.md
Example prompts:
- "Deslop this README before I publish it."
- "Review this diff for code slop — narrating comments, needless try/catch."
- "Bài này nghe như AI viết, làm cho tự nhiên hơn nhưng giữ nguyên ý."
Layout
skills/aio-anti-slop/
├── SKILL.md # workflow: prose pass, structural pass, code pass
└── references/patterns.md # grep-able catalog of tells + banned escape hatches
Skills (1)
- aio-anti-slop — 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"…