Run ffmpeg from the shell for transcoding, trimming, muxing, filtering, or extracting audio/video. Use whenever the user asks to invoke "ffmpeg" or to convert/cut/concat/extract/mux media.
Run yt-dlp from the shell to download or extract media from a URL or playlist. Use whenever the user asks to invoke "yt-dlp".
Personal Claude Code plugin marketplace.
Skills for delegating tasks to external AI subagents via CLI.
| Skill | Description |
|---|---|
codex-cli | Run Codex CLI non-interactively to delegate coding, review, or analysis tasks |
gemini-cli | Run Gemini CLI non-interactively to delegate coding, review, or analysis tasks |
Skills for media processing via CLI.
| Skill | Description |
|---|---|
ffmpeg-cli | Transcode, trim, mux, filter, or extract audio/video with ffmpeg |
yt-dlp-cli | Download or extract media from URLs and playlists with yt-dlp |
Skills for network scanning and analysis via CLI.
| Skill | Description |
|---|---|
nmap-cli | Discover hosts, scan ports, detect services/OS, run NSE scripts |
Copies Claude Code session transcripts into your project for local analysis.
Run /tracing inside any project — creates a tracing/ folder with session JSONL files and a viewer.html to browse them in Chrome.
1. Add the marketplace (once):
/plugin marketplace add dimadem/claude-code-tools
2. Install plugins (pick what you need):
AI subagents:
/plugin install subagents@dimadem-claude-code-tools
Media processing:
/plugin install media@dimadem-claude-code-tools
Network scanning:
/plugin install network@dimadem-claude-code-tools
Session tracing:
/plugin install tracing@dimadem-claude-code-tools
Custom status bar — model name, context window, rate limits (5h / 7d).
cp statusline/statusline.ts ~/.claude/statusline.ts
~/.claude/settings.json:
{
"statusLine": {
"type": "command",
"command": "bun ~/.claude/statusline.ts",
"refreshInterval": 5
}
}
See statusline/README.md for details.
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dimadem/claude-code-tools --plugin mediaSkills for network scanning and analysis via CLI
Logs Claude Code sessions to JSONL files for debugging and pipeline analysis
Skills for delegating tasks to external AI subagents via CLI
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.