By menot-you
nott — curated agents, skills, hooks, memory + zero-config MCPs for Claude Code. Bundles mcp-lad/mcp-asc/mcp-peer.
Root cause diagnostician. Receives a symptom + code pointers, returns diagnosis with file:line evidence and layer analysis. Read-only Opus advisor. Never fixes — only diagnoses. Absorbs @investigator + @curator + @simplifier roles.
Adversarial reviewer. Receives an artifact (plan, diff, PR, design doc) and returns severity-tagged findings with file:line citations. Never writes code. Opus advisor, 400-700 token budget per review.
PostgreSQL & Supabase Database Specialist. Query optimization, schema design, RLS policies, performance tuning, database security.
Polyglot implementation agent. Writes production-ready Rust, TypeScript, and UI code. Escalates to advisors on uncertainty via advisor-consult skill. Never loops guesses after two failed fixes.
Brand voice for menot-you `@nott`. Appended to the Claude Code system prompt.
Use when an executor hits uncertainty and must escalate to an advisor (@critic, @architect) or a specialist (@security, @dba, @ops). Multi-model arbitration escalates to `/nott:selfreview` via `mcp__nott-peer__ask`. Enforces the Advisor Strategy: one review pass, 400-700 token budget, no loops. Trigger on trade-offs, disagreements, 3rd-fail circuit breakers, or hard-gate surfaces.
Use when the user is exploring an idea, still choosing scope, or needs design before implementation. Trigger on exploratory language like 'i have an idea', 'what if...', 'does this make sense', 'brainstorm', or 'explore an idea'. Trigger before any creative implementation work when the outcome is still undefined. Do not trigger when the user already asked for direct execution or a concrete fix.
Use after a hard-won bug fix, non-obvious workaround, or repeated user correction that should become reusable knowledge. Trigger after tricky debugging, repeated operational pain, or an explicit request to remember a preference or rule. Trigger when the insight is specific to this codebase or this user's way of working. Do not trigger for generic knowledge that belongs in public docs or library references.
Use when a running app or bot is broken and the goal is to find the root cause from logs, behavior, or deploy state. Trigger on 'app broken', 'not working', 'deploy down', 'production error', or any running-service failure report. Use after scaffold or iterate when something that already existed stopped behaving correctly. Escalate to /start only when the fix turns into a larger gated delivery project.
Use when the user wants a web page, component, flow, or interface built with strong visual taste and production polish. Trigger on UI requests like 'build this page', 'create a component', 'improve the dashboard', or 'design the frontend'. Trigger when the user wants implementation, not only visual brainstorming. Keep using /brainstorm when the product direction is still undefined.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
External network access
Connects to servers outside your machine
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.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Curated Claude Code plugin — agents, skills, hooks, local memory system, and a bundle of MCP servers ready to use out of the box.
@executor, @critic, @architect, @scout, @librarian, plus the @nott brand voice that gives the loop a consistent register./selfreview, /lgtm), test-driven development, systematic debugging, refactoring, ship/deploy gates, capture-to-memory, and more..nott/memory/), gitnexus freshness probe, secret scanner, deletion guard, codex async review, dependency audit, version drift detection.think (sequential-thinking), context7 (docs lookup), gitnexus (code intelligence), sentry (HTTP transport)./plugin marketplace add anthropics/claude-plugins-official
/plugin install nott
npx skills (cross-tool ecosystem)npx skills add menot-you/claude # interactive
npx skills add menot-you/claude --all -g -y # all skills, global, no prompts
The peer/lad/asc/op/tailscale MCPs expect nott-mcp-peer, nott-mcp-lad, asc-mcp, nott-mcp-op, nott-mcp-tailscale in your PATH. Install them from crates.io:
cargo install nott-mcp-peer nott-mcp-lad nott-mcp-asc nott-mcp-op nott-mcp-tailscale
⚠️ Conflict warning: if you install
nottand any ofmcp-lad/mcp-asc/mcp-peeras standalone Claude Code plugins, Claude Code will try to register two MCPs with the same name. Pick one path:
- Want everything? install only
nott+ the binary installers above.- Want a subset? install only the standalone
mcp-*plugins you want, skipnott.
Memories live in .nott/memory/ at your project root (indexed by MEMORY.md).
Per-conversation hooks (memory-inject, memory-touch, memory-trigger, memory-capture-hint, memory-sweep) keep relevant ones in context and surface capture opportunities. No external service required — everything is local files.
Use /capture to manually save an insight; the hooks handle the rest.
nott does NOT includeThis is the public Apache-2.0 fork of the internal @nott plugin. The following are private and not bundled:
task(), doc(), status) assume you bring your own task tracker. Replace with Linear, GitHub Issues, Notion, or remove the references in skills you don't use./recovery skill (rebuilds SSOT database from session logs) — removed.nott-prod Docker Compose stack.Apache-2.0 — Copyright 2026 menot-you. See NOTICE for attribution.
Predecessor (MIT, deprecated): plugin/ subdir of menot-you/menot-you.
npx claudepluginhub menot-you/claude --plugin nottMemory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns