By 88plug
Discover, catalog, and rank everything you've built or sketched on a machine via a two-pass parallel read-only sweep: a clustered project catalog plus blind-spot agents (transcripts, other agent CLIs, running services, research artifacts, beyond-home), synthesized into a tiered novelty/leverage ranking with idea/live/dormant tags and evidence-anchored rationale.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that catalogs and ranks everything you've built or sketched on a machine — half-finished repos, one-off scripts, dormant ideas, running services — into a tiered ranking by idea-novelty and leverage.
/plugin marketplace add 88plug/project-prospector
/plugin install project-prospector@project-prospector
Ask in plain language — no command to memorize:
What have I built on this laptop? Rank my projects by which ideas are most original.
You get a tiered ranking, strongest idea first, with [idea]/[LIVE]/[dormant]
tags and an evidence-anchored one-liner for each entry:
Tier S — genius
benchie [LIVE] — predicts engine latency without launching it
(perfmodel/roofline.py), 72 commits this week.
Tier A — elegant, high-leverage
searxng-mcp — token-efficient self-hosted search for agents; dual-IP failover.
Dormant
old-scraper — last real commit pre-cutoff; cosmetic touch since.
Project Prospector surveys a whole machine for your own work and ranks it by the quality of the idea, not how finished it is. A half-built concept with a novel core can outrank a polished CRUD app. The name is the intent: you're prospecting a messy filesystem for the few strong ideas buried in it.
It runs a two-pass, parallel, read-only sweep, then synthesizes one ranking:
git log since the cutoff,
and judges non-git dirs by file mtimes.One agent reading directories top to bottom misses most of the value. The strong
ideas hide in places a plain ls never reaches, so the blind-spot pass covers:
~/.claude/projects/ slugs, grepped for idea and plan
language. Finds ideas discussed but never turned into a folder.~/.codex/, ~/.opencode/, ~/.config/ agent tools.
Finds work done through other tools.crontab -l,
systemctl --user timers and units, docker ps -a, long-running processes.
Reveals what is actually live versus abandoned.~/Downloads, ~/Documents,
~/Desktop, and browser bookmarks and history. Finds ideas you're circling
but haven't built./opt, /srv, /mnt, /media, nested repos inside other
projects, and system-wide recently-modified source. Confirms nothing hides
outside the obvious tree.The default axis is idea-novelty, non-obvious insight, and leverage — not lines of code, not polish. Output is structured as tiers, strongest first:
Each entry carries a tag that separates the idea from its execution state:
[idea] (no codebase yet, can still rank at the top), [LIVE] (currently
running), and [dormant] (untouched before the cutoff). Every cited path,
commit count, or number is verified against disk before it goes in the report.
npx claudepluginhub 88plug/claude-code-plugins --plugin project-prospectorUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Eyes and hands on a Linux Wayland desktop: screenshot any monitor and click, type, scroll, drag, and read any visible app over xdg-desktop-portal (RemoteDesktop + ScreenCast), with optional OCR + OmniParser icon grounding. Pure-Python, CPU-only. GNOME/Wayland only. Ships the MCP server plus a drive-screen skill that encodes the locate-ground-act-confirm loop.
The sanctioned OS 'motor cortex' for an agent on a Linux box: control systemd services/timers, query journald, read host resources/processes, send desktop notifications, drive D-Bus, and manage power (suspend/reboot/poweroff) — all through structured interfaces (systemctl/loginctl/journalctl/busctl), never raw PID hacks. Pure standard library, zero pip deps. A self-preservation guard refuses severing actions on units the agent depends on (dbus, logind, sshd, network, tailscaled, the session, goosed) unless force=true. Ships the MCP server plus a control-os skill. The system-service counterpart to screen-mcp's GUI control.
Detects when Claude drifts away from your active output contract (a terse persona, hard formatting/length rules, an in-character voice) and quietly steers it back. Each assistant turn is scored by a deterministic, dependency-free engine; a status-line badge shows live drift and the next prompt gets a one-shot correction nudge when the previous reply broke contract.
Seamless context continuity across Claude Code compaction. Four background layers (continuous tool-call capture, mechanical PostCompact handoff, async Opus 4.7 enrichment at --effort max, async Stop-hook refinement, and preemptive snapshot before the next compact) keep the agent's working state intact across every compaction and resume. All summarization is isolated from CLAUDE.md/auto-memory and invisible to the user.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC plugin for engineering teams - 67 agents, 277 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,846 supported skills.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.