A Claude Code plugin marketplace by bgmacris. One plugin today — tandem: a Chrome browser shared in real time between you and Claude Code.
> /plugin marketplace add bgmacris/quimera-ai> /plugin install tandem@quimera-ai
FAQ
quimera-ai is a Claude Code plugin with 2 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes map, tandem. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: bgmacris/quimera-ai
A Claude Code plugin marketplace by bgmacris.
One plugin today — tandem: a Chrome browser shared in real time between you
and Claude Code. You drive it with the mouse and clear the captchas/logins; Claude operates it over
CDP and learns how each site is navigated, then acts by durable selectors instead of
re-snapshotting the page — a site profile is ~16–30× smaller than one page snapshot (measured
with wc -c). The human-in-the-loop handoff is the point: the walls you clear, Claude continues past.
/plugin marketplace add bgmacris/quimera-ai
/plugin install tandem@quimera-ai
| Plugin | What it does |
|---|---|
| tandem | Shared human+Claude Chrome (CDP + Playwright MCP) with per-site navigation memory: human–AI handoff past captchas/logins, frugal navigation by durable sel: locators, recon and reverse-engineering of site logic. Full docs in plugins/tandem. |
Each plugin lives under plugins/<name> with its own .claude-plugin/plugin.json; register
it with one entry in .claude-plugin/marketplace.json.
.claude-plugin/
marketplace.json
.github/
workflows/
ci.yml
.gitignore
LICENSE
plugins/
tandem/
.claude-plugin/
plugin.json
.gitignore
.mcp.json
adapters/
cursor/
.cursor-plugin/
plugin.json
agents
commands
hooks/
hooks.json
inject-profile.mjs
mcp.json
scripts/
mcp-cursor-launch.sh
run-hook-inject.sh
skills
opencode/
commands/
browser-start.md
browser-status.md
browser-stop.md
merge-opencode-fragment.mjs
opencode.fragment.jsonc
plugins/
tandem-map-inject.ts
shared/
mcp-wrap.sh
tandem-env.template.sh
agents/
web-navigator.md
bin/
tandem-browser
tandem-cookies
tandem-intercept
tandem-pdf
CHANGELOG.md
commands/
browser-start.md
browser-status.md
browser-stop.md
cookies.md
intercept.md
pdf.md
docs/
01-navigation-memory.md
02-appendix-classic-background.md
02-site-modeling-for-agents.md
examples/
books.toscrape.com.md
hooks/
hooks.json
install.sh
LICENSE
README.adapters.md
README.md
scripts/
cdp-cookies.mjs
cdp-intercept.mjs
cdp-pdf.mjs
chrome-daemon.sh
fingerprint.mjs
hook-inject-profile.mjs
host.mjs
lib.sh
map-inject-core.mjs
map.sh
mcp-launch.sh
page-signals.mjs
recipe-compiler.mjs
recipe-parser.mjs
recipe-safety.mjs
recipe.mjs
selector.mjs
skills/
map/
SKILL.md
tandem/
SKILL.md
tests/
host.test.mjs
page-signals.test.mjs
recipe.test.mjs
selector.test.mjs
smoke.sh
UPSTREAM.md
README.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic