A tiny shell wrapper that auto-loads any plugins living inside your project's .claude/plugins/ folder — no marketplace, no /plugin install, no settings.json edits.
Claude Code plugins are normally installed via a marketplace or by editing .claude/settings.json. For personal or team-internal plugins that live inside a repo, this is clunky — you want to git clone a project and have its plugins just work.
There's an undocumented-but-official CLI flag, --plugin-dir <path>, intended for development and testing. It loads a plugin from disk for the duration of the session. This wrapper detects every plugin under ./.claude/plugins/*/ and appends one --plugin-dir flag per plugin automatically — so claude, claude -c, claude --resume, etc. all pick them up with no extra typing.