# Top 5 Claude Code Plugins

> Five Claude Code extensions worth knowing: NotebookLM CLI, Supabase MCP, Obsidian integration, Anthropic's Skill Creator, and GSD framework.

Published: 2026-03-13
URL: https://daniliants.com/insights/top-5-claude-code-plugins/
Tags: claude-code, mcp, skills, ai-tools, developer-productivity, supabase, obsidian

---

## Summary

A quick rundown of five Claude Code extensions worth knowing: NotebookLM CLI skill, Supabase MCP, Obsidian vault integration, Anthropic's Skill Creator skill, and the GSD orchestration framework. Useful as a discovery list for someone already using Claude Code and looking to extend it.

## Key Insight

- **NotebookLM CLI + Skill** bridges Claude Code and NotebookLM, letting you feed project context into Google's tool without leaving the terminal.
- **Supabase MCP** keeps database and auth management inside the CLI. Practical for solo devs who want one less browser tab open.
- **Obsidian integration** requires zero config -- just open Claude Code inside your vault. It can auto-link notes and reorganize subfolders.
- **Skill Creator** (official Anthropic skill) can test and benchmark custom skills, flagging whether a skill is actually optimized or even needed. Worth trying before writing more custom skills.
- **GSD (Get Shit Done) framework** adds an orchestration layer with sub-agents to handle context limits and context rot on long-running tasks -- the main pain point when Claude Code sessions get large.