Sends macOS notifications when Claude Code needs permission to execute commands
Agent extentions in Claude marketplace structure.
| Plugin | Description |
|---|---|
| review-blog | Review Chinese blog posts for writing style, punctuation, and formatting issues |
| agentic-doc | Documentation standards for agentic programming: AGENTS.md lifecycle & conventional commits |
| show-me-the-session | Export Claude Code sessions as solarized-light HTML pages |
| permission-notification | macOS notifications when Claude Code needs permission |
/plugin marketplace add Christophe1997/agent-extentions
/plugin install review-blog@agent-extentions
/plugin install agentic-doc@agent-extentions
/plugin install show-me-the-session@agent-extentions
/plugin install permission-notification@agent-extentions
MIT License - see LICENSE for details.
Matches all tools
Hooks run on every tool call, not just specific ones
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimDocumentation standards for agentic programming: AGENTS.md lifecycle management and conventional commit messages.
Review Chinese blog posts for writing style, punctuation, and formatting issues.
Export Claude Code session transcripts to solarized-light HTML with pagination support. Features: auto session detection, split output for large sessions, configurable page size.
npx claudepluginhub christophe1997/agent-extentions --plugin permission-notificationGhostty terminal notifications for Claude Code events (bell, OSC 777). Notifies on permission prompts, idle, auth, and elicitation dialogs.
macOS notifications for Claude Code events
Pushover notification hooks - get notified when tasks complete or permissions are needed. Requires: python3 and psutil. Install: pip install psutil. Verify: python3 -c 'import psutil; print(psutil.__version__)'
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.