Plugins for Claude Natives
A collection of Claude Code plugins for power users who want to extend Claude Code's capabilities beyond the defaults.
Table of Contents
Quick Start
# Add this marketplace to Claude Code
/plugin marketplace add team-attention/plugins-for-claude-natives
# Install any plugin
/plugin install <plugin-name>
Available Plugins
| Plugin | Description |
|---|
| agent-council | Collect and synthesize opinions from multiple AI agents (Gemini, GPT, Codex) |
| clarify | Transform vague requirements into precise specifications through iterative questioning |
| dev | Developer workflow: community opinion scanning and technical decision analysis |
| doubt | Force Claude to re-validate its response when !rv is in your prompt |
| interactive-review | Interactive markdown review with web UI for visual plan/document approval |
| say-summary | Speaks a short summary of Claude's response using macOS TTS (Korean/English) |
| youtube-digest | Summarize YouTube videos with transcript, insights, Korean translation, and quizzes |
| gmail | Multi-account Gmail integration with email reading, searching, sending, and management |
| google-calendar | Multi-account Google Calendar integration with parallel querying and conflict detection |
| kakaotalk | Send and read KakaoTalk messages on macOS using Accessibility API |
| session-wrap | Session wrap-up, history analysis, and session validation toolkit |
| team-assemble | Dynamically assemble expert agent teams for complex tasks using Claude Code's agent teams feature |
| podcast | Generate Korean podcast episodes from any source with OpenAI TTS and YouTube auto-upload |
Plugin Details
agent-council

Summon multiple AI models to debate your question and reach a consensus.
When you're facing a tough decision or want diverse perspectives, this plugin queries multiple AI agents (Gemini CLI, GPT, Codex) in parallel and synthesizes their opinions into a single, balanced answer.
Trigger phrases:
- "summon the council"
- "ask other AIs"
- "what do other models think?"
How it works:
- Your question is sent to multiple AI agents simultaneously
- Each agent provides its perspective
- Claude synthesizes the responses into a consensus view with noted disagreements
# Example
User: "summon the council - should I use TypeScript or JavaScript for my new project?"
clarify

Turn vague requirements into precise, actionable specifications.
Before writing code based on ambiguous instructions, this plugin conducts a structured interview to extract exactly what you need. No more assumptions, no more rework.
Trigger phrases:
- "/clarify"
- "clarify requirements"
- "what do I mean by..."
The process:
- Capture - Record the original requirement verbatim
- Question - Ask targeted multiple-choice questions to resolve ambiguities
- Compare - Present before/after showing the transformation
- Save - Optionally save the clarified spec to a file
Example transformation:
| Before | After |
|---|
| "Add a login feature" | Goal: Add username/password login with self-registration. Scope: Login, logout, registration, password reset. Constraints: 24h session, bcrypt, rate limit 5 attempts. |
dev
Developer workflow tools: community scanning and technical decision-making.
This plugin provides two powerful skills for developer research and decision-making.
Skills