Agent Plugins Marketplace
← All plugins

smart-mcps

v0.20.0

Session hooks + CLI skills for codegraph, NotebookLM, and Perplexity

Claude Code9 Skills1 MCP serverstdio

0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
10 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install smart-mcps for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install smart-mcps@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Giovani-Merlin/smart_mcps

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

smart-mcps/
├── .claude-plugin/plugin.json
├── skills/apply-research-plan/SKILL.md
├── skills/notebooklm-chat/SKILL.md
├── skills/notebooklm-complete/SKILL.md
├── skills/orchestrator-brainstorm/SKILL.md
├── skills/orchestrator-plan/SKILL.md
├── skills/orchestrator-run/SKILL.md
├── skills/orchestrator-strategy/SKILL.md
├── skills/perplexity/SKILL.md
├── skills/plan-to-plan/SKILL.md
└── .mcp.json

Included Skills9

apply-research-planskills/apply-research-plan/SKILL.md

Executes an approved research_plan.md — grouping its questions across subagents to keep context tight — against external-knowledge sources (perplexity/notebooklm), writes a complete research_answers.md, then a concrete implementation_plan.md ready to hand to an implementer. Runs in a clean context, separate from /plan-to-plan, for full focus.

notebooklm-chatskills/notebooklm-chat/SKILL.md

Chat with a NotebookLM notebook by topic. Ask questions and get grounded answers. Configure your notebook map in this file after install.

notebooklm-completeskills/notebooklm-complete/SKILL.md

Full NotebookLM management — query, create, add sources, manage notes, and generate audio/video artifacts via the nlm CLI.

orchestrator-brainstormskills/orchestrator-brainstorm/SKILL.md

Think-from-base grilling that turns a vague idea into a requirements document with stable R-IDs, ready for /orchestrator-plan. Use when the user wants to think through what to build before any plan exists — purpose, constraints, success criteria, scope boundaries, failure modes, non-goals.

orchestrator-planskills/orchestrator-plan/SKILL.md

Produce an orchestrator-ready plan with an embedded task map — grounded in codegraph, grilled with the user, verified by a subagent — so `smart-mcps-orchestrate group` runs deterministically with the mapper LLM skipped. Input is a brainstorm requirements doc (from /orchestrator-brainstorm) or a direct feature description.

orchestrator-runskills/orchestrator-run/SKILL.md

Launch, watch, and resolve an orchestrator run as the run-driver session — preflight the repo, start `smart-mcps-orchestrate run` detached with HITL on, triage every escalation yourself (fix env/config/plan and `retry`, `answer` from the docs, ask the human only for product decisions), and write up the outcome. Use when the user wants to run, resume, drive, or babysit an orchestrator run.

orchestrator-strategyskills/orchestrator-strategy/SKILL.md

Create or maintain STRATEGY.md - the repo's target problem, approach, who it serves, key metrics, and tracks of work. Use when starting a new initiative, updating direction, or when prompts like "write our strategy", "what are we working on", or "set up the strategy doc" come up. Also relevant when /orchestrator-brainstorm or /orchestrator-plan need upstream grounding and no strategy doc exists yet.

perplexityskills/perplexity/SKILL.md

Web-grounded search and reasoning using the Perplexity API. Use when you need current information from the web, or need AI-synthesized answers grounded in live sources.

plan-to-planskills/plan-to-plan/SKILL.md

Research planning — pins down the final objective, explores the codebase (codegraph-first) for what's already known, decomposes the remaining gaps into tagged external-knowledge questions (perplexity/notebooklm), and writes an approved research_plan.md (objective + resolved context + questions) ready for /apply-research-plan to execute.

MCP servers1

codegraphstdio
command
uv
args
run --project ${CLAUDE_PLUGIN_ROOT:-.} smart-mcps-codegraph

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "smart-mcps",
  "version": "0.20.0",
  "description": "Session hooks + CLI skills for codegraph, NotebookLM, and Perplexity"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[smart-mcps on Agent Plugins Marketplace](https://pluginsmp.com/plugins/smart-mcps)