plugins-for-claude-natives
Power-user plugin pack that extends Claude Code with new abilities
All Skills in This Repository (16)
Pure Emerald Level Indicatorsyoutube-digest
Extracts YouTube transcripts and generates summaries, Korean translations, and comprehension quizzes.
history-insight
Extract and analyze conversation insights from Claude Code session JSONL files.
session-wrap
Analyzes completed coding sessions with parallel agents to propose commits, documentation updates, and follow-up tasks.
session-analyzer
Validates Claude Code session behavior against SKILL.md specifications by parsing debug logs.
metamedium
Classifies work as content or form and surfaces form-level alternatives using Alan Kay's metamedium concept.
vague
Transforms ambiguous requirements into precise specifications through iterative hypothesis-driven questioning.
unknown
Analyze strategy documents using the Known/Unknown 4-quadrant framework to surface blind spots.
team-assemble
Analyzes tasks and orchestrates dynamically designed agent teams using Claude Code's TeamCreate API.
kakaotalk
Send and read KakaoTalk messages on macOS via Accessibility API scripts.
google-calendar
Query, create, update, and delete Google Calendar events across multiple accounts.
podcast
Generate Korean podcast episodes from sources and upload them to YouTube.
fetch-tweet
Fetches tweet text, author data, and engagement metrics from X/Twitter URLs via the FxEmbed API.
Frequently Asked Questions
FAQPage SchemaHow to install plugins-for-claude-natives?โผ
Run `npx skills add team-attention/plugins-for-claude-natives --all -g -y` in your terminal to install the full plugin suite globally.
What can these Claude Code plugins do?โผ
They add new abilities to Claude Code: sending Gmail, reading KakaoTalk, checking Google Calendar, summarizing YouTube videos, generating podcasts, and debating decisions across multiple AI models.
How do I get opinions from multiple AI models?โผ
Use the agent-council plugin and say 'summon the council' โ it queries your installed AI CLIs like Gemini and Codex in parallel and synthesizes one consensus answer at no extra API cost.
Can these plugins help with technical decisions?โผ
Yes. The dev plugin scans Reddit, Hacker News, and Dev.to, analyzes your codebase, and produces an executive-summary-first report comparing options like React vs Vue.
Do I need coding experience to use these plugins?โผ
No. Once installed, you just describe what you want in plain language and Claude Code runs the right plugin for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core