Back to Discover

Claude-Code-Plugins

skill

danielrosehill

Daniel Rosehill's Claude Code plugin marketplace

View on GitHub
22 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add danielrosehill/Claude-Code-Plugins

README

Daniel's Claude plugin library

Claude Code Claude Code Projects Index Claude Code Repos Index GitHub Master Index

🌐 Browse the full Claude Code Projects Index at claude.danielrosehill.com β€” searchable catalog of all plugins, skills, and Claude Code projects.

A comprehensive marketplace of Claude Code plugins for developers, system administrators, content creators, and productivity enthusiasts. These plugins extend Claude Code with specialized slash commands and agents for various workflows.

πŸ“‹ View Plugin Source Repositories - Complete list of all plugin repositories with links

Available Plugins

AI & Context

AI Engineering

Claude Code plugin: prompt engineering workflow β€” craft, eval, catalog, version, search prompts, with library/factory variants.

Repo

/plugin install ai-engineering@danielrosehill

Claude User Memory

Backend-agnostic persistent user memory for Claude Code. Ships a save/recall/commit contract with personal/work context routing; bring your own memory MCP (Pinecone, Mem0, or other) via a workspace memory-config.md.

Repo

/plugin install claude-user-memory@danielrosehill

AI Model Research

Research, discover, compare, and evaluate AI models on OpenRouter β€” backed by the bundled Model-Scout MCP server for live catalog data with caching. 11 skills cover lookup, capability filtering, recommendation, comparison, deep evaluation, workload cost projection, and finding cheaper alternatives. Subsumes the previous open-router-model-research plugin and the standalone Model-Scout-MCP server.

Repo

/plugin install ai-model-research@danielrosehill

User-Claude-MD

Manage the user-level ~/.claude/CLAUDE.md and its chunked ~/.claude/context/ directory β€” audit, chunk, list, and edit global Claude Code user context for token efficiency.

Repo

/plugin install user-claude-md@danielrosehill

LLM Council Creator

Scaffold new LLM Council projects from existing templates (Template, Grounded, Decide) or build bespoke council repos for specific purposes.

Repo

/plugin install LLM-Council-Creator@danielrosehill

Get Toony

Convert JSON, CSV, YAML, and CLAUDE.md trees into TOON (Token-Oriented Object Notation) β€” a compact, lossless re-encoding that uses ~40% fewer tokens than JSON when fed to LLMs. Wraps @toon-format/toon and tracks the wider TOON ecosystem (Python, Java, .NET, PHP, Rust ports).

Repo

/plugin install get-toony@danielrosehill

Git & GitHub

Claude Code Feedback

File well-formed bug reports, feature requests, model-behavior reports, and documentation issues against anthropics/claude-code. Fetches the live issue templates, gathers required fields, and submits via gh CLI.

Repo

/plugin install claude-code-feedback@danielrosehill

Github Explorer

Semantic GitHub repo discovery for reusable components. Search, rank, overview, evaluate, and recommend open-source repos β€” Claude parses gh API results, weighing stars, activity, maintenance, license, and stack fit.

Repo

/plugin install github-explorer@danielrosehill

Gist Writer

Write content to GitHub gists (public or private) via the gh CLI.

Repo

/plugin install gist-writer@danielrosehill

Repo Scaffolding & Retrofitting

Dev Tools

Claude Code plugin: dev tools workflow β€” scaffold repos, QA code review, templatize, session continuity. Retrofit-* and janitor-* skills moved to the repo-mgmt plugin in 2.0.0.

Repo

/plugin install dev-tools@danielrosehill

Repo Mgmt

Repository management toolkit: organise and dedupe local repos, retrofit codebases with AI agent primitives, janitor-style cleanup, convert to Claude plugins, spin off breakaway or parallel-private repos; scan for dead remotes, missing clones, visibility risks, stale archive candidates, and PII leaks (gitleaks + Presidio with personal-inventory matching); bulk git ops across folders of clones. Includes a preferences layer that remembers where different repo types live on disk.

Repo

/plugin install repo-mgmt@danielrosehill

Workspace Foundational

Claude Code plugin: foundational workspace workflow β€” setup, context management, report parsing, inventory, template discovery, with 6 variants.

Repo

/plugin install workspace-foundational@danielrosehill

Task Queuer

Repo-based task queueing system with categorisation and prioritisation. Scaffolds a planning/ folder, logs tasks (single, batch list, or voice-transcribed), buckets them by category, and hands prioritised work off to the repo's orchestration agent.

Repo

/plugin install task-queuer@danielrosehill

Favorite Plugins Installers

Curated batches of third-party Claude Code plugins, grouped by type/theme, installable in one command.

Repo

/plugin install favorite-plugins-installers@danielrosehill

Spec Starter

Spec-driven development workflow for Claude Code: turn unstructured project briefs (especially voice transcripts) into a versioned spec, modular context, and a CLAUDE.md scaffolded into your current repo.

Repo

/plugin install spec-starter@danielrosehill

Dev Debugger

Bug-ticket workflow for development repos β€” capture bugs into planning/bugs/, dispatch specialist remediation agents (reproducer, diagnoser, patcher, fix-documenter), document fixes, and ship releases.

Repo

/plugin install dev-debugger@danielrosehill

License Populator

Recommend, generate, and populate software/content licenses. Reads from a user-managed template store and advises on optimal license choice given desired freedoms and constraints.

Repo

/plugin install license-populator@danielrosehill

Userscript Development

Develop, test, and publish Tampermonkey userscripts β€” scaffold .user.js files with proper metadata blocks, validate behavior live in Chrome via the Claude in Chrome MCP, generate READMEs, and bump versions for auto-update.

Repo

/plugin install userscript-development@danielrosehill

Stack Evaluator

Review a project's stack rather than its code β€” record the components to docs/stack/ with the run date, check each for end-of-life and currency, find what is architecturally absent (caching at all five layers, backups, queues, rate limiting, observability), flag redundancy and over-engineering against the actual workload, then emit a sequenced revision proposal and a self-contained execution brief. Re-runnable per repo: settled decisions are not re-raised and chronic findings show their age.

Repo

/plugin install stack-evaluator@danielrosehill

QA & Agent Sessions

Claude Hopper banner

Claude Hopper

Skills for hopping between discrete terminal-bound Claude Code sessions on Linux. Spawn new instances (Konsole), hand off context (full / clipboard / with-tasks), resume from handovers, and pick up leftover work.

Repo

/plugin install claude-hopper@danielrosehill

Claude Rudder

Claude-Rudder β€” collection of utilities to smoothen Claude Code UX. Context-gate workflow, log/blocker capture, plugin/MCP primitives, repo & docs spawning, and the canonical user-data storage convention. (Session-hopping skills moved to Claude-Hopper.)

Repo

/plugin install claude-rudder@danielrosehill

Documentation & Writing

Programmatic Doc Generation

Build programmatic document generation pipelines β€” Typst templates for local batch rendering, plus integration scaffolding for n8n and cloud rendering services (Carbone, PDFMonkey, APITemplate, DocRaptor, Docmosis, Adobe Doc Gen).

Repo

/plugin install programmatic-doc-generation@danielrosehill

Repo To Content

Convert GitHub repos into polished content (PDF, white paper, internal doc, public-docs publication) via Typst, with optional AI banner generation and multi-target publishing.

Repo

/plugin install repo-to-content@danielrosehill

AI Attribution

Claude Code plugin: AI transparency workflow β€” document human vs AI contributions, add attribution, audit provenance.

Repo

/plugin install ai-attribution@danielrosehill

Technical Docs

Claude Code plugin: technical documentation workflow β€” READMEs, reference docs, changelogs, environment docs, with api-reference/code-docs/environment-docs/dev-notebook variants.

Repo

/plugin install technical-docs@danielrosehill

Content Writing

Claude Code plugin: content writing workflow β€” draft, proofread, version, publish, style guides, with writing/blog/opinion/document variants.

Repo

/plugin install content-writing@danielrosehill

Novelty Text Editor

Rewrite text in deliberately ridiculous styles β€” Shakespearean, medieval, archaic, chaos-case, over-salesy, platitude-stuffed, pseudobot, plus length transforms (elongate / truncate). Nine no-config skills for stylistic mischief.

Repo

/plugin install novelty-text-editor@danielrosehill

SOP Writer

Project-scoped authoring tools for Standard Operating Procedures and decision flowcharts. Scaffold from templates, embed Mermaid/D2 diagrams, compile to printable PDFs via Typst, and assemble multi-document binders with TOC and page numbers.

Repo

/plugin install sop-writer@danielrosehill

HTML Email Designer

Design and build responsive HTML email templates using Foundation for Emails, Maizzle, or MJML. Framework-agnostic authoring with email-client compatibility baked in.

Repo

/plugin install html-email-designer@danielrosehill

Resume Typesetter

Manage a resume as JSON Resume schema data and render it with custom Typst templates. Onboard, iterate, fork variants, and version.

Repo

/plugin install resume-typesetter@danielrosehill

Digital Printing

Skills and an orchestrator agent for preparing PDFs for digital printing β€” resize, grayscale, font embedding, transparency flattening, image downsampling, color normalization, watermarks, footer burn-ins, cover pages, bleed-safety check, job folders, formal print orders, and email/Drive share.

Repo

/plugin install digital-printing@danielrosehill

Document To Markdown

Convert PDFs to clean Markdown, chunk into logical sections (chapters, indexes, appendices), and extract embedded tables to CSV. Local-first via marker/docling/pymupdf4llm + camelot/tabula, with TOON manifests.

Repo

/plugin install document-to-markdown@danielrosehill

Media Editing

Visual Communications

Plan and prompt-engineer AI-generated visuals (images, diagrams, video) for whitepapers, blog posts, and long-form content. Six skills cover project onboarding, visual ideation, prompt generation, project listing, fal-ai execution, and a resolution/style reference.

Repo

/plugin install visual-communications@danielrosehill

Nano-Tech-Diagrams

Generate, transform, and clean up tech diagrams and whiteboard photos via the Nano Banana 2 model (Fal AI). Wraps the nano-tech-diagrams MCP server with seven skills (text-to-image, image-to-image, whiteboard cleanup, style/type listing, vendored prompt library, full whiteboard-to-publishable orchestrator) across 5 diagram families and 28+ visual styles.

Repo

/plugin install nano-tech-diagrams@danielrosehill

GIMP

Bare-bones GIMP CLI wrapper for Linux: detect install (native/Flatpak/Snap/AppImage), persist a per-user profile, run Script-Fu batch ops, export images, install/list GIMP-side plugins.

Repo

/plugin install gimp@danielrosehill

Audio Production

Claude Code plugin: audio production workflow β€” normalize, VAD, transcribe, diarize, podcast assembly, with engineering/podcast/transcript variants.

Repo

/plugin install audio-production@danielrosehill

Claude Transcription

Claude Code plugin: audio transcription workflow β€” denoise, VAD, transcribe (Gemini/AssemblyAI/Whisper), clean, structure, export, with cloud and local engine backends.

Repo

/plugin install claude-transcription@danielrosehill

Image Production

Claude Code plugin: image production β€” editing, format conversion, batch ops, and filesystem organisation by resolution, aspect ratio, orientation, format, EXIF time, camera, plus dedupe and metadata scrubbing.

Repo

/plugin install image-production@danielrosehill

Image Annotation

Capture screenshots and apply annotations (arrows, callouts, boxes, highlights, blur/redaction) on Linux via Pillow + ImageMagick, with batch WebP conversion and PDF bundling. Originals are never modified.

Repo

/plugin install image-annotation@danielrosehill

Hardware ID & Annotation

Identify and annotate hardware components from photos β€” circuit boards, motherboards, ICs β€” with overlays, datasheet cross-checks, and structured BOMs.

Repo

/plugin install hardware-id-annotation@danielrosehill

Background Removal

Remove image backgrounds via rembg β€” single-pass, two-pass cleanup, batch mode, and KDE Dolphin right-click integration.

Repo

/plugin install background-removal@danielrosehill

Video Editing

Claude Code plugin for video editing, transcoding, video processing, and multimedia workflow automation. Two-tier workspace (index + project), per-user data store, and a growing set of ffmpeg/MLT/Kdenlive primitives.

Repo

/plugin install video-editing@danielrosehill

AI Video Producer

Drive an AI-generated video project end-to-end: creative brief, model selection, character sheets, script, storyboard, generation pipelines (text-to-image-to-video, voice-to-lip-sync, text-to-video, upscale), clip assembly, and final export. Ships fal.ai/Replicate/MiniMax MCP servers and fal-js + WaveSpeed Python SDK runners.

Repo

/plugin install ai-video-producer@danielrosehill

Text-to-Speech Toolkit

Preprocess text for TTS engines β€” convert plain text to W3C SSML, render ElevenLabs-flavoured markup grounded in the live ElevenLabs prompting docs, run a TTS safety review (URLs, emojis, abbreviations, markdown artefacts), and apply manual prosody notes. Non-destructive by default: edits land in edited/ alongside an unchanged original/ copy.

Repo

/plugin install text-to-speech-toolkit@danielrosehill

Media Library

Claude Code plugin: media library workflow β€” catalog, tag, search, sort, dedupe assets.

Repo

/plugin install media-library@danielrosehill

OBS Mgmt

Claude Code plugin for managing OBS Studio on Linux: detect install type, enable obs-websocket, bundle obs-mcp for programmatic control, back up configs, install third-party OBS plugins, and maintain a (optionally git-backed) management workspace.

Repo

/plugin install obs-mgmt@danielrosehill

Linux Sysadmin

Debugging

Claude Code plugin: debugging workflow β€” capture logs, isolate issue, diagnose error, track bugs, with code/system/issue variants.

Repo

/plugin install debugging@danielrosehill

Filesystem Organiser

Claude Code plugin: filesystem organisation workflow β€” scan, dedupe, cleanup, rename, sort for local directories and Google Drive, with local/gdrive variants.

Repo

/plugin install filesystem-organiser@danielrosehill

Desktop Manager

Claude Code plugin: Linux desktop management workflow β€” check system, install packages, apply config, troubleshoot hardware, review logs, update system.

Repo

/plugin install desktop-manager@danielrosehill

KDE Plasma

KDE Plasma (Wayland) runtime utilities β€” KWin scripting, plasmoid management, panel layout backup, virtual desktops & activities, KGlobalAccel shortcuts, theme/look-and-feel switching, KDE Connect, Klipper, Baloo, kwriteconfig safe-edit, plasma-restart helpers, qdbus introspection, kscreen save/apply, KWallet ops. Complements generic Linux desktop-management plugins.

Repo

/plugin install kde-plasma@danielrosehill

Snap-It (BTRFS Snapshots)

Manage BTRFS snapshots via snapper and btrfs from Claude Code β€” create, list, diff, rollback, and prune subvolume snapshots. Includes /snap and /snap-before commands for one-shot and pre/post-paired snapshots around risky changes.

Repo

/plugin install snap-it@danielrosehill

Linux Packaging

Linux packaging and release workflows β€” Debian/.deb builds, npm publishing, GitHub release creation, agent deploy scripts, and local debugging

Repo

/plugin install linux-packaging@danielrosehill

CopyQ Scripting

Foundational advanced clipboard scripting skills for CopyQ on Ubuntu Linux β€” CLI reference, custom commands, tab/item management, global shortcuts, and command bundle import/export.

Repo

/plugin install copyq-scripting@danielrosehill

Sysadmin Homelab

Claude Code plugin: sysadmin and homelab workflow β€” diagnose, status, update config, backup, with linux/docker/conda/proxmox/nas/adb/sbc/remote-admin/lan variants.

Repo

/plugin install sysadmin-homelab@danielrosehill

OS Sync Agent

Hardware-aware desktop-to-laptop environment sync for Ubuntu/Debian. Snapshots packages (apt/snap/flatpak/pip/conda/ollama) and dotfiles from a base machine and a remote machine over SSH, then produces an incremental install/remove/sync plan rather than a perfect clone. Ships /sync-os command and sync-environments skill.

Repo

/plugin install os-sync-agent@danielrosehill

Security Checkup

Claude Code plugin: security and compliance workflow β€” vulnerability scanning, system hardening, config audits.

Repo

/plugin install security-checkup@danielrosehill

Proxmox Mgmt

Manage a Proxmox VE host via SSH and the Proxmox API β€” guided first-run onboarding, VM/CT lifecycle, storage and ZFS inspection, log review, and update workflows. Per-host config is stored outside the plugin so the same install works across multiple Proxmox environments.

Repo

/plugin install proxmox-mgmt@danielrosehill

Synology Mgmt

Manage a Synology NAS via SSH β€” guided first-run onboarding, share/volume inspection, storage health, and file operations. Per-host config is stored outside the plugin so the same install works across multiple NAS environments.

Repo

/plugin install synology-mgmt@danielrosehill

OPNsense Mgmt

Manage an OPNsense router/firewall via SSH and the OPNsense API β€” guided first-run onboarding, firewall rule inspection, network debugging, and host/log diagnostics. Per-host config is stored outside the plugin so the same install works across multiple environments.

Repo

/plugin install opnsense-mgmt@danielrosehill

Linux Debugging

Linux desktop debugging toolkit β€” targeted journal/boot/log inspection skills plus proactive logging instrumentation (persistent journald, kdump, sysstat, OOM protection) so AI agents can analyze hard crashes, freezes, and runtime issues. Targets Ubuntu + Wayland; forkable for other distros.

Repo

/plugin install linux-debugging@danielrosehill

System Recovery Mode

AI-assisted Linux system recovery β€” slash commands and agents (diagnose, logs, network, disk, services, packages) for diagnosing and fixing a broken system. Pairs with an optional GRUB/systemd installer that boots a minimal recovery TTY straight into Claude CLI.

Repo

/plugin install system-recovery-mode@danielrosehill

Backup Planner

Plan, document, and implement a backup and data-protection strategy for the current project β€” from architecture discovery through script generation and restore drills.

Repo

/plugin install backup-planner@danielrosehill

KDE Plasmoid Dev

Skill for developing KDE Plasma plasmoids (QML/Plasma 6 desktop and panel widgets) β€” scaffold, debug, package, install, and migrate Plasma 5 β†’ 6.

Repo

/plugin install kde-plasmoid-dev@danielrosehill

HP5200 Printer

Claude Code plugin: HP DeskJet 5200 printer and scanner operations β€” ink levels, color/B&W printing, scanning, auto-discovery.

Repo

/plugin install hp5200-printer@danielrosehill

Pipewire Skills

Claude Code skills for taming Pipewire/Wireplumber audio on Linux β€” manage default devices, persistent device-priority rules, per-app routing, mic level checks, and EasyEffects bindings.

Repo

/plugin install claude-pipewire-skills@danielrosehill

Batch Optical Archivist

Plan and burn batch M-Disc / BD-R / DVD archives from a source directory on Ubuntu, with copy multipliers for offsite duplicates. Wraps growisofs, xorriso, and dvd+rw-mediainfo; optional K3B handoff for manual fallback.

Repo

/plugin install batch-optical-archivist@danielrosehill

Keyboard Scanner

Profile Linux keyboards, scan keycodes, and surface underused keys for remapping. Walks intake β†’ keycode dump (xmodmap/XKB/evdev/libinput, X11 + Wayland) β†’ tailored remap suggestions referencing keyd, kmonad, xremap, xmodmap, xbindkeys, input-remapper, autokey.

Repo

/plugin install keyboard-scanner@danielrosehill

Linux System Optimisation

Performance and space optimisation for Linux desktops β€” hardware-aware CPU/GPU/disk/memory benchmarks with governor / I/O scheduler / sysctl tuning, plus disk-usage analysis (BTRFS-aware), duplicate-file detection, package audit, and dev-clutter pruning (venvs, node_modules, caches).

Repo

/plugin install linux-system-optimisation@danielrosehill

Privacy & Security

Claude Vault

Meta-plugin for per-project activation of dormant plugins and MCP servers from a personal vault. Mitigates user-level eager skill description loading.

Repo

/plugin install claude-vault@danielrosehill

Security Auditor

Register machines and run repeatable Claude-Code-driven security audits over SSH, with timestamped reports and per-machine profiles. Fleet-oriented β€” track multiple hosts, diff successive audits, and surface drift.

Repo

/plugin install security-auditor@danielrosehill

Digital Evidence

General-purpose digital-evidence processing: capture, hash, OpenTimestamps, ExifTool/MediaInfo metadata, BagIt packaging, immutable sync. Layers with legal-investigative for full chain-of-custody workflows.

Repo

/plugin install digital-evidence@danielrosehill

GPG Ops

GPG operations: generate keypairs, export public keys, encrypt, decrypt, sign, and verify files or text using the local GnuPG keyring.

Repo

/plugin install gpg-ops@danielrosehill

SpamHole

AI-assisted defenses against the spam keyword filters miss β€” pseudo-personalised wide-scrape outreach, AI-faked impersonation, and tracking-pixel surveillance. Capture spam to a personal corpus, suggest filter patterns, scan for tracking + ad-tracker pixels, draft unsubscribe replies, push server-side Gmail blocks via an email MCP, push DNS blocks to AdGuard Home, and contribute redacted findings to public anti-tracking lists. Bundles a stub AdGuard Home MCP.

Repo

/plugin install spamhole@danielrosehill

PII Scanner

Scan files, directories, or git repositories for personally identifiable information β€” credentials (gitleaks), generic PII (Microsoft Presidio), and matches against a user-maintained personal PII inventory (names, addresses, family, IDs) stored locally. Read-only; produces a redacted, severity-ranked report.

Repo

/plugin install pii-scanner@danielrosehill

Linux AV Manager

Manage antivirus, rootkit-detection, and UFW host firewall on a Linux desktop β€” install ClamAV/ClamTk/rkhunter (core) plus optional advanced tools (Lynis, chkrootkit, AIDE, debsecan), keep definitions current, run scans, schedule periodic runs, and configure conservative desktop-tuned UFW rules.

Repo

/plugin install linux-av-manager@danielrosehill

Network & Smart Home

Agent Relay

Direct agent-to-agent communication and coordination within a LAN. Two Claude instances on different machines exchange messages and files via a shared MCP relay server. Includes the relay server (Python/FastMCP, SQLite, content-addressed blob storage) and skills to deploy and connect clients. Trust-based, LAN-scoped.

Repo

/plugin install agent-relay@danielrosehill

ADB Ops

ADB (Android Debug Bridge) operations β€” onboard a phone, map folders, import media, capture screenshots, and manage bloatware with a persistent log.

Repo

/plugin install adb-ops@danielrosehill

Home Assistant Mgmt

Manage a Home Assistant instance via SSH and the HA REST API β€” guided first-run onboarding, automation/entity authoring, service calls, TTS testing, and log review. Per-host config is stored outside the plugin so the same install works across multiple Home Assistant environments.

Repo

/plugin install home-assistant-mgmt@danielrosehill

Media Assistant Ops

Interface with a Music Assistant server via its local API β€” onboard a deployment, control players, snapshot speaker rosters, save/update per-player DSP presets, and apply a curated podcast EQ preset.

Repo

/plugin install media-assistant-ops@danielrosehill

Network CUPS

Discover, diagnose, and print to networked CUPS printers from Claude Code. Wraps the lan-mcp-cups MCP server and adds LAN discovery (avahi/Bonjour, arp-scan) plus ufw firewall sanity checks.

Repo

/plugin install network-cups@danielrosehill

Zigbee Home Maintenance

Maintain a home Zigbee network β€” onboard MQTT broker, coordinator (SMLight / Sonoff / ConBee / etc.), and Home Assistant; manage credentials, network exports, and routine maintenance.

Repo

/plugin install zigbee-home-maintenance@danielrosehill

Research & Learning

Air Quality Toolkit

Look up current and historical air quality, calculate AQI from raw pollutant readings, and run modelling utilities. Defaults to WAQI with fallbacks to OpenAQ and AireLibre.

Repo

/plugin install air-quality-toolkit@danielrosehill

Report Analyst

Skeptical analyst toolkit for long reports β€” READ/SKIM/SKIP verdicts, structured extraction (arguments, findings, stats, case studies, key snippets), and an opinionated executive summary. Built-in Jaded Report Reader persona that refuses credit for filler.

Repo

/plugin install report-analyst@danielrosehill

Research Space

Claude Code plugin: research workflow β€” source log, summarize, deep-dive, export, with deep-research/technical/osint/georeaction/stack/ecosystem/competitor variants. Includes a 30-agent tech research team for hardware/software stack evaluations.

Repo

/plugin install research-space@danielrosehill

Social Feedback

Check what people are actually saying about a topic, product, or provider by searching curated social-discourse sources (Reddit, Hacker News, Stack Exchange, Trustpilot, YouTube, Lobsters).

Repo

/plugin install social-feedback@danielrosehill

Test Project Ideator

Generates specifications for practice/dummy development projects tailored to the user's learning objectives, technology stack, and proficiency level in each language or tool.

Repo

/plugin install test-project-ideator@danielrosehill

Teach This Repo

Uses a real code repository in reverse for developer education: assesses the learner's profile, builds a teaching plan grounded in the repo, writes lessons with code samples drawn from the source, and supports an interactive Q&A mode.

Repo

/plugin install teach-this-repo@danielrosehill

Geopol Sim

Thin orchestrator for geopolitical forecasting simulations. Scaffolds, runs, bundles, and grades simulations from multiple decoupled upstream templates (lean LLM-council and snowglobe-style actor-simulation variants).

Repo

/plugin install geopol-sim@danielrosehill

Jewish Texts Reference

Look up Jewish texts and references via the Sefaria MCP server β€” Tanakh, Talmud, Mishnah, Halakha, Kabbalah, commentary, dictionaries, and topics. Includes nikkud add/strip skills (Dicta nakdan + removenikud APIs, offline regex, unikud fallback).

Repo

/plugin install jewish-texts-reference@danielrosehill

Jewish Utilities

Misc Jewish utility skills: shabbat candle-lighting/havdalah, zmanim (GR"A + MG"A), parsha-of-the-week, Hebrew/Gregorian date conversion (sunset-aware), upcoming holidays (IL/diaspora), and daf yomi. Wraps zmanim-mcp-server and hebcal MCP. Onboarding captures location for halachic-time skills. Companion to jewish-texts-reference.

Repo

/plugin install jewish-utilities@danielrosehill

Knowledge Documentation

Claude Code plugin: knowledge documentation workflow β€” index, cross-link, build taxonomy, version docs, with wiki/resource-library/process-docs/experiment-report variants.

Repo

/plugin install knowledge-documentation@danielrosehill

Legal Investigative

Claude Code plugin: legal and investigative workflow β€” log evidence, analyze documents, redact, generate briefs, with legal-research/evidence/osint/document-analysis variants.

Repo

/plugin install legal-investigative@danielrosehill

Personal Productivity

Contact Support

Status: work in progress Stage: concept Services verified: 1

Contact a vendor's support desk from a registry of verified, dated contact routes rather than recalled ones β€” ticket URLs and which support plans can actually reach them, abuse and fraud addresses taken from mailto: hrefs rather than page text, per-tier response windows, the vendor's own priority vocabulary, escalation ladders with SLA claim deadlines, pre-contact checks, and a known_dead list of the plausible routes that turn out not to work. Records the user's account identity and where their credentials live β€” a pointer, never the secret β€” then drafts the request with the identifiers the desk will demand, sends it through whichever channel is actually reachable, logs the ticket and chases it when the window elapses.

Ships verified for Twilio only, deliberately: one vendor checked properly beats a registry of guesses. Add your own with the support-add-service skill.

Concept stage. The registry is real and the Twilio entry is verified end to end, but the send and follow-up paths have never been run against a live support desk. Expect the schema to move.

Repo

/plugin install contact-support@danielrosehill

Greeninvoice Ops

Operational commands and a skill for working with the Green Invoice MCP server β€” invoices, clients, expenses, and monthly summaries.

Repo

/plugin install greeninvoice-ops@danielrosehill

Donetick

Companion plugin for the donetick-mcp server. Bundles the MCP and adds skills for chore management against a self-hosted Donetick instance β€” daily brief, list/create/complete chores, label management.

Repo

/plugin install donetick@danielrosehill

Personal Planning

Claude Code plugin: personal life planning workflow β€” log entries, review progress, set goals, with diary/health/family/house-search/preparedness/personal-dev/inbox variants.

Repo

/plugin install personal-planning@danielrosehill

Therapy Tracking

Claude Code plugin for organising therapy reflections β€” pre/post-session notes, goal tracking, and turning voice-memo transcripts into structured problem summaries. Not therapy: organises notes only. Workspace data lives outside the plugin so the same install survives plugin updates.

Repo

/plugin install therapy-tracking@danielrosehill

Budgeting

Claude Code plugin: personal budgeting workflow β€” log transactions, categorize, forecast, track goals, monthly reports.

Repo

/plugin install budgeting@danielrosehill

Ideation Planning

Claude Code plugin: ideation and planning workflow β€” capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.

Repo

/plugin install ideation-planning@danielrosehill

Business Idea Eval

Evaluate, refine, and develop business ideas through structured lenses β€” VC review, TAM, B2B/B2C fit, assumptions, objections, hardware feasibility, dev specs, timelines, social impact β€” plus an LLM council pattern (subagents or Karpathy clone), synthesis, and Typst PDF outputs for internal and public-facing docs.

Repo

/plugin install business-idea-eval@danielrosehill

Decision Evaluation Framework

Apply 20+ classical decision-making frameworks (cost-benefit, pre-mortem, MCDA, decision tree, reversibility, regret minimization, OODA, Eisenhower, SWOT, second-order, opportunity cost, 10/10/10, inversion, base rates, Kepner-Tregoe, six hats, Cynefin, red-team, stakeholder map, time-horizon) to any major decision β€” parallel multi-lens analysis, synthesis, and Typst PDF export.

Repo

/plugin install decision-evaluation-framework@danielrosehill

Israel Shopping

Israeli shopping workflows β€” tech retailers (Ivory, KSP, Bug, TMS), Zap price comparison, Hebrew term resolution, ILS conversion, RRP checks, PN cross-reference, brand identification, and AliExpress IL-context search (ILS/Hebrew, IL reviews, free-shipping, combo exclusion, local-vs-import compare).

Repo

/plugin install israel-shopping@danielrosehill

AliExpress Israel Skills

AliExpress shopping for an Israel-based buyer, standalone from local-retailer skills β€” Choice-first search in ILS via a local browser, free-shipping-to-IL filter, Israeli-buyer review filtering, single-listing landed-cost parsing, and a running cart-value nudge around Israel's $75 VAT-free de-minimis.

Repo

/plugin install aliexpress-israel-skills@danielrosehill

Daniel-Rosehill

Personal-use skills and slash commands for Daniel Rosehill β€” released publicly for convenience.

Repo

/plugin install Daniel-Rosehill@danielrosehill

Schedule-Manager

Personal schedule, task, and meeting management. Routes mixed brain-dumps into Google Calendar (events) and Todoist (tasks); manages agenda/minutes Google Docs linked to events; produces wrapup logs and morning briefs. 22 skills covering Calendar/Todoist CRUD, firehose routing, task<->event migration, priority/date hygiene, and agenda/minutes lifecycle.

Repo

/plugin install schedule-manager@danielrosehill

Declutter Genie

Inventory analysis and decluttering assistant β€” import a household inventory in any format, then identify discards, duplicates, resale targets, donation targets (geo-aware), insurance-worthy items, and generate throw-out / giveaway lists as CSV or PDF.

Repo

/plugin install declutter-genie@danielrosehill

Regional

Israel Agent Skills

Claude Code agent skills for Israel and Hebrew-specific workflows: Hebrew translation, Hebrew typography, emergency readiness utilities, and regional lookups.

Repo

/plugin install israel-agent-skills@danielrosehill

Israel Opening Hours

Check opening hours for Israeli businesses, including hours stated relative to Shabbat and yom tov. Combines Google Business and easy.co.il for stated hours with Hebcal candle-lighting/havdalah times, resolving phrasing like "reopens an hour after Shabbat" into concrete clock times for any date and city.

Repo

/plugin install israel-opening-hours@danielrosehill

Netek Disconnect

Cancel Israeli service subscriptions (Χ Χ™ΧͺΧ•Χ§) through netek.co.il β€” mobile, internet, landline, TV, international calling, water bars, newspapers and credit cards across 55 providers. Resolves the provider and the exact Hebrew service string, validates the Israeli ID checksum and address, shows the exact request before sending, and submits only on explicit confirmation. The activation link Netek emails is deliberately left for the account holder to click. Two paths to the same form: a fast API path, and a Chrome MCP fallback that fills the website form by visible Hebrew label when the API changes. Uses Netek's own private, undocumented backend β€” not a published API.

Repo

/plugin install netek-disconnect@danielrosehill

Marketing & Shopping

Shopping

Claude Code plugin: consumer shopping workflow β€” find product, compare vendors, check availability. Region-specific commands (e.g. Israel) now live in dedicated plugins like israel-skills.

Repo

/plugin install shopping@danielrosehill

PR & Media Work

Claude Code plugin: PR and media monitoring workflow β€” scan coverage, summarize press, draft responses, comms strategy, with monitoring/response/strategy variants.

Repo

/plugin install pr-media-work@danielrosehill

Purchasing

Claude Code plugin: purchasing workflow β€” intake, compare products, evaluate options, recommend, with general/tech-procurement/recommendations variants.

Repo

/plugin install purchasing@danielrosehill

Freight Volume Calculator

Freight volume arithmetic from a product's external dimensions β€” retrieves dimensions from a supplier listing (Alibaba, AliExpress, Amazon, 1688) and cross-checks them, then pallet quantity across 11 pallet standards, container loads palletised or floor-loaded for 20 ft / 40 ft / HC / reefer / 13.6 m trailer with stated buffers and payload limits, master-carton permutations ranked by units per container, and freight cost per unit from rates you supply. Reproduces published trade figures (11 EUR-1 pallets in a 20 ft, 9 Chinese 1200 Γ— 1000, 33 on a curtainsider); holds no rate data and makes no network call.

Repo

/plugin install freight-vol-calculator@danielrosehill

Hardware & Maker

Hardware Spec Assembly

Define hardware project BOMs with ESP32-first focus β€” onboarding captures location/vendors/on-hand gear, then skills for spec creation, budgeting, sourcing, compatibility checks, wiring specs, assembly instructions, 3D-printable suggestions, and AI-generated mockups via fal.ai nano-banana.

Repo

/plugin install hardware-spec-assembly@danielrosehill

NFC Ops

NFC tag operations using libnfc β€” read, write, inspect, password-protect, and bulk-write from CSV with manual tag-by-tag feed. Targets NTAG21x and MIFARE Classic via any libnfc-compatible USB reader.

Repo

/plugin install nfc-ops@danielrosehill

Label Printer

Print labels on a Brother P-touch label printer β€” single labels, N copies, batch runs of up to 50, and QR-coded asset and storage-unit templates for inventory work. Bundles a streamable-HTTP MCP server that renders labels and posts them to a USB print bridge on a Linux host. Also documents the device settings the Linux driver cannot reach (auto power-off is Windows/macOS Setting Tool only).

Repo

/plugin install label-printer@danielrosehill

Publishing & CMS

Buttondown Mgmt

Manage one or more Buttondown newsletters from Claude Code β€” multi-newsletter config, reusable email templates, drafts, sends, subscribers, and API ops grounded in a locally cached copy of the official Buttondown docs.

Repo

/plugin install buttondown-mgmt@danielrosehill

Data & Datasets

Claude Data Wrangler

Data cleaning, enrichment, restructuring, packaging, and documentation skills for tabular and JSON datasets (no visualisation). 31 skills covering ISO standardisation, PII detection/synthesis, data dictionaries, SQL/graph/vector/HF/GeoJSON/API targets, date & Unicode hygiene, header & numeric-precision standardisation, multilingual header localisation, incremental upstream sync, and Typst-rendered PDF documents of the data.

Repo

/plugin install Claude-Data-Wrangler@danielrosehill

Data Visualisation And Publishing

Create static and interactive data visualisations for reports, repos, and data storytelling. Purpose-organised inventory of 60+ validated open-source tools as a head start β€” static figures (Matplotlib, Seaborn, ggplot2), web charts (Chart.js, ECharts, Plotly.js, ApexCharts, Highcharts), high-perf (uPlot, Perspective, Lightweight Charts), bespoke (D3, Observable Plot, Vega/Vega-Lite, visx, Victory), Python/R apps (Bokeh, Dash, Altair, Streamlit, Gradio, Shiny, D-Tale, Briefer, Preswald), storytelling (Vizzu, VChart, vue-data-ui, SandDance), graphs (G6, sigma.js, Cytoscape, Gephi, Graphviz, GoJS, 3d-force-graph, Constellation), maps (deck.gl, react-map-gl, Leaflet, MapLibre, OpenLayers, folium, react-globe.gl), mobile (fl_chart, F2), BI (Superset, Metabase, Grafana, Kibana, Redash, Chartbrew), diagrams-as-code (Mermaid, PlantUML), domain-specific (Iris, QuantInvestStrats, XCharts, BizCharts, Tablesaw).

Repo

/plugin install data-visualisation-and-publishing@danielrosehill

Claude Data Analyst

First-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.

Repo

/plugin install claude-data-analyst@danielrosehill

Claude Data Annotation

End-to-end data annotation toolkit. Prep raw data, design annotation schemas, annotate interactively with Claude (small scale) or scaffold Gemini batch inference (large scale), and publish to Hugging Face.

Repo

/plugin install data-annotation@danielrosehill

Synthetic Data

Generate synthetic datasets from schemas, real data, or LLM-driven personas. Tabular fit-and-sample (SDV: GaussianCopula, CTGAN, TVAE), Faker/Mimesis schema generation, deterministic PII swap, LLM-driven real-to-synth conversion for unstructured records, and SDMetrics-based quality/privacy evaluation (plus embedding-based leakage checks for text).

Repo

/plugin install synthetic-data@danielrosehill

Text Corpus Analysis

Skills for analyzing large text corpora β€” topic modeling (BERTopic with temporal evolution), NER, categorization into fixed taxonomies, bottom-up category derivation, multi-level taxonomy design, word frequency, synonym clustering for voice-note/STT corpora, parametric stats, and metadata↔content correlation. Three execution lanes (classical NLP, local LLM via Ollama, cloud LLM via OpenRouter) with explicit cost-awareness: mandatory pre-run estimates for >1k-doc LLM passes, two-pass cheapβ†’premium pattern, embeddings+clustering preferred over pairwise LLM comparison.

Repo

/plugin install text-corpus-analysis@danielrosehill

Taxonomy Creation

Generate taxonomy and lookup tables β€” standard ones (ISO 3166 countries, ISO 4217 currencies, ISO 639 languages, US states, IANA timezones, HTTP status codes, MIME types) or custom domain taxonomies generated from a natural-language spec (e.g. "types of LLM evals", product categories). Supports flat and hierarchical (parent/child) shapes, validation before load, idempotent loaders for Postgres / SQLite / MySQL with replace/upsert/append modes, and exports to CSV, TSV, JSON, NDJSON, SQL seed files, and YAML. Built for data engineers, CMS builders, and eval pipeline authors.

Repo

/plugin install taxonomy-creation@danielrosehill

Data Discovery

Browser Data Capture

Streamline programmatic data ingestion against sites and apps that don't ship a documented API β€” capture network traffic (HAR, mitmproxy, or live tab via claude-in-chrome), map endpoints, infer schemas, and produce a draft OpenAPI spec you can build a stable client against. Ships skills for per-domain map documents, version-controlled storage in a private GitHub repo, and good-faith vulnerability disclosure if a finding turns up incidentally. White-hat use only.

Repo

/plugin install browser-data-capture@danielrosehill

Local Web Capture

Capture geo-restricted web content (articles, prices) via the user's own localhost so requests exit via the user's IP. Headless-first escalation ladder (Scrapling static -> stealth -> Playwright -> real Chrome via bb-browser). Project-local save (in-repo captures/) with global fallback. Batch capture with human + agent summaries, Typst PDF compilation, and arbitrary-language capture+translate (default Hebrew -> English).

Repo

/plugin install Local-Web-Capture@danielrosehill

Staging

Loose Tasks

Loose skills that will be migrated into other plugins later. Recommended not to enable/use this!

Repo

/plugin install loose-tasks@danielrosehill

Career

Claude Code plugin: career planning workflow β€” log roles, compare offers, track applications, salary benchmark, with planning/job-search/salary variants.

Repo

/plugin install career@danielrosehill

Resource List Builder

Claude Code plugin: build, maintain, and audit curated GitHub resource lists (Awesome-style indexes) with AI-driven categorisation, alphabetised tables, and dynamic shields.io badges.

Repo

/plugin install resource-list-builder@danielrosehill

Smart Home

Claude Code plugin: smart home workflow β€” Home Assistant, Snapcast multi-room audio, Plex media server ops, with HA/audio/media-server variants.

Repo

/plugin install smart-home@danielrosehill

Installation

Add This Marketplace

First, add this marketplace to your Claude Code installation:

/plugin marketplace add https://github.com/danielrosehill/Claude-Code-Plugins

Install Individual Plugins

After adding the marketplace, install any plugin:

/plugin install {plugin-name}@danielrosehill

Examples:

/plugin install ai-engineering@danielrosehill
/plugin install repo-mgmt@danielrosehill
/plugin install content-writing@danielrosehill

Install Multiple Plugins

You can install multiple plugins by repeating the installation command for each one you need.

Popular Plugin Combinations

Full Stack Developer Setup

/plugin install repo-mgmt@danielrosehill
/plugin install dev-tools@danielrosehill
/plugin install technical-docs@danielrosehill
/plugin install debugging@danielrosehill

AI/ML Developer Setup

/plugin install ai-engineering@danielrosehill
/plugin install repo-mgmt@danielrosehill
/plugin install ai-model-research@danielrosehill

System Administrator Setup

/plugin install desktop-manager@danielrosehill
/plugin install sysadmin-homelab@danielrosehill
/plugin install security-checkup@danielrosehill
/plugin install linux-debugging@danielrosehill

Content Creator Setup

/plugin install content-writing@danielrosehill
/plugin install technical-docs@danielrosehill
/plugin install audio-production@danielrosehill
/plugin install video-editing@danielrosehill
/plugin install image-production@danielrosehill

Personal Productivity Setup

/plugin install filesystem-organiser@danielrosehill
/plugin install personal-planning@danielrosehill
/plugin install schedule-manager@danielrosehill
/plugin install budgeting@danielrosehill

Plugin Structure

Each plugin follows the standard Claude Code plugin structure:

CC-Plugin-{name}/
β”œβ”€β”€ .claude-plugin/
β”‚   └── plugin.json          # Plugin metadata
β”œβ”€β”€ commands/                 # Slash commands
β”‚   └── {category}/
β”‚       └── command.md
β”œβ”€β”€ agents/                   # Custom agents (if applicable)
β”œβ”€β”€ skills/                   # Agent skills (if applicable)
└── README.md

Usage

After installing a plugin, you can:

  1. View available commands: Run /help to see all installed commands

  2. Use slash commands: Type / followed by the command name

  3. Explore plugin features: Check the plugin's repository README for detailed documentation

  4. Submit a pull request with a clear description of your improvements

License

All plugins are licensed under the MIT License. See individual plugin repositories for details.

Author

Daniel Rosehill

Rendered live from danielrosehill/Claude-Code-Plugins's GitHub README β€” not stored, always reflects the source repo.

136 Plugins

NameDescriptionCategorySource
filesystem-organiserClaude Code plugin: filesystem organisation workflow β€” scan, dedupe, cleanup, rename, sort for local directories and Google Drive, with local/gdrive variants. Includes organise-filesystem (modular modes) and super-organise (comprehensive single-pass) skills.β€”danielrosehill/Claude-Filesystem-Organiser-Plugin
desktop-managerClaude Code plugin: Linux desktop management workflow β€” auto-profiles the local machine on first run and persists it to user data, then runs system checks, package install/remove, config application, hardware troubleshooting, service/log inspection against that profile.β€”danielrosehill/Claude-Desktop-Manager-Plugin
budgetingClaude Code plugin: personal budgeting workflow β€” log transactions, categorize, forecast, track goals, monthly reports.β€”danielrosehill/Claude-Budgeting-Plugin
shoppingClaude Code plugin: consumer shopping workflow β€” find product, compare vendors, check availability. Region-specific commands (e.g. Israel) now live in dedicated plugins like israel-skills.β€”danielrosehill/Claude-Shopping-Plugin
ai-engineeringClaude Code plugin: prompt engineering workflow β€” craft, eval, catalog, version, search prompts, with library/factory variants.β€”danielrosehill/Claude-AI-Engineering-Plugin
media-libraryClaude Code plugin: media library workflow β€” catalog, tag, search, sort, dedupe assets.β€”danielrosehill/Claude-Media-Library-Plugin
audio-productionClaude Code plugin: audio production workflow β€” normalize, VAD, transcribe, diarize, podcast assembly, with engineering/podcast/transcript variants.β€”danielrosehill/Claude-Audio-Production-Plugin
image-productionClaude Code plugin: image production β€” editing, format conversion, batch ops, and filesystem organisation by resolution, aspect ratio, orientation, format, EXIF time, camera, plus dedupe and metadata scrubbing.β€”danielrosehill/Claude-Image-Production-Plugin
video-editingClaude Code plugin for video editing, transcoding, video processing, and multimedia workflow automation. Two-tier workspace (index + project), per-user data store, and a growing set of ffmpeg/MLT/Kdenlive primitives.β€”danielrosehill/Claude-Video-Editor-Plugin
pr-media-workClaude Code plugin: PR and media monitoring workflow β€” scan coverage, summarize press, draft responses, comms strategy, with monitoring/response/strategy variants.β€”danielrosehill/Claude-PR-Media-Work-Plugin
smart-homeClaude Code plugin: smart home workflow β€” Home Assistant, Snapcast multi-room audio, Plex media server ops, with HA/audio/media-server variants.β€”danielrosehill/Claude-Smart-Home-Plugin
debuggingClaude Code plugin: debugging workflow β€” capture logs, isolate issue, diagnose error, track bugs, with code/system/issue variants. Includes a KDE hotkey utility for capturing live system bugs.β€”danielrosehill/Claude-Debugging-Plugin
content-writingClaude Code plugin: content writing workflow β€” draft, proofread, version, publish, style guides, with writing/blog/opinion/document variants.β€”danielrosehill/Claude-Content-Writing-Plugin
careerClaude Code plugin: career planning workflow β€” log roles, compare offers, track applications, salary benchmark, with planning/job-search/salary variants.β€”danielrosehill/Claude-Career-Plugin
purchasingClaude Code plugin: purchasing workflow β€” intake, compare products, evaluate options, recommend, with general/tech-procurement/recommendations variants.β€”danielrosehill/Claude-Purchasing-Plugin
research-spaceClaude Code plugin: research workflow β€” source log, summarize, deep-dive, export, with deep-research/technical/osint/georeaction/stack/ecosystem/competitor variants. Includes a 30-agent tech research team for hardware/software stack evaluations (folded in from Claude-Tech-Research-Team).β€”danielrosehill/Claude-Research-Space-Plugin
legal-investigativeClaude Code plugin: legal and investigative workflow β€” log evidence, analyze documents, redact, generate briefs, with legal-research/evidence/osint/document-analysis variants.β€”danielrosehill/Claude-Legal-Investigative-Plugin
knowledge-documentationClaude Code plugin: knowledge documentation workflow β€” index, cross-link, build taxonomy, version docs, with wiki/resource-library/process-docs/experiment-report variants.β€”danielrosehill/Claude-Knowledge-Documentation-Plugin
personal-planningClaude Code plugin: personal life planning workflow β€” log entries, review progress, set goals, with diary/health/family/house-search/preparedness/personal-dev/inbox variants.β€”danielrosehill/Claude-Personal-Planning-Plugin
therapy-trackingClaude Code plugin for organising therapy reflections β€” pre/post-session notes, goal tracking, and turning voice-memo transcripts into structured problem summaries. Not therapy: organises notes only. Workspace data lives outside the plugin so the same install survives plugin updates.β€”danielrosehill/Therapy-Tracking-Plugin
ideation-planningClaude Code plugin: ideation and planning workflow β€” capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.β€”danielrosehill/Claude-Ideation-Planning-Plugin
technical-docsClaude Code plugin: technical documentation workflow β€” READMEs, reference docs, changelogs, environment docs, with api-reference/code-docs/environment-docs/dev-notebook variants.β€”danielrosehill/Claude-Technical-Docs-Plugin
sysadmin-homelabClaude Code plugin: sysadmin and homelab workflow β€” diagnose, status, update config, backup, with linux/docker/conda/proxmox/nas/adb/sbc/remote-admin/lan variants.β€”danielrosehill/Claude-Sysadmin-Homelab-Plugin
dev-toolsClaude Code plugin: dev-tools workflow β€” scaffold repos, multi-agent QA review, templatize. Session-handover commands and agent moved to claude-hopper in 1.2.0.β€”danielrosehill/Claude-Dev-Tools-Plugin
workspace-foundationalClaude Code plugin: foundational workspace workflow β€” setup, context management, report parsing, inventory, template discovery, with 6 variants.β€”danielrosehill/Claude-Workspace-Foundational-Plugin
claude-rudderClaude-Rudder β€” collection of utilities to smoothen Claude Code UX. Context-gate workflow, log/blocker capture, plugin/MCP primitives, repo & docs spawning, and the canonical user-data storage convention. (Session-hopping skills moved to Claude-Hopper.)β€”danielrosehill/Claude-Rudder
claude-hopperClaude-Hopper β€” skills for hopping between discrete terminal-bound Claude Code sessions on Linux. Spawn new instances (Konsole), hand off context (full / clipboard / with-tasks), resume from handovers, and pick up leftover work.β€”danielrosehill/Claude-Hopper
security-checkupClaude Code plugin: security and compliance workflow β€” vulnerability scanning, system hardening, config audits.β€”danielrosehill/Claude-Security-Checkup-Plugin
claude-user-memoryBackend-agnostic persistent user memory for Claude Code. Ships a save/recall/commit contract with personal/work context routing; bring your own memory MCP (Pinecone, Mem0, or other) via a workspace memory-config.md.β€”danielrosehill/Claude-User-Memory-Plugin
ai-attributionClaude Code plugin: AI transparency workflow β€” document human vs AI contributions, add attribution, audit provenance.β€”danielrosehill/Claude-AI-Attribution-Plugin
claude-transcriptionClaude Code plugin: audio transcription workflow β€” denoise, VAD, transcribe (Gemini/AssemblyAI/Whisper), clean, structure, export, with cloud and local engine backends.β€”danielrosehill/Claude-Transcription-Plugin
hp5200-printerClaude Code plugin: HP DeskJet 5200 printer and scanner operations β€” ink levels, color/B&W printing, scanning, auto-discovery.β€”danielrosehill/Claude-HP5200-Skill-plugin
repo-to-contentConvert GitHub repos into polished content (PDF, white paper, internal doc, public-docs publication) via Typst, with optional AI banner generation and multi-target publishing.β€”danielrosehill/Claude-Repo-To-Content-Plugin
israel-shoppingIsraeli shopping workflows β€” tech retailers (Ivory, KSP, Bug, TMS), Zap price comparison, Hebrew term resolution, ILS conversion, RRP checks, PN cross-reference, brand identification, and AliExpress IL-context search (ILS/Hebrew, IL reviews, free-shipping, combo exclusion, local-vs-import compare).β€”danielrosehill/Claude-Israel-Shopping-Plugin
test-project-ideatorGenerates specifications for practice/dummy development projects tailored to the user's learning objectives, technology stack, and proficiency level in each language or tool.β€”danielrosehill/Claude-Test-Project-Ideator-Plugin
teach-this-repoUses a real code repository in reverse for developer education: assesses the learner's profile, builds a teaching plan grounded in the repo, writes lessons with code samples drawn from the source, and supports an interactive Q&A mode.β€”danielrosehill/Claude-Teach-This-Repo-Plugin
task-queuerRepo-based task queueing system with categorisation and prioritisation. Scaffolds a planning/ folder, logs tasks (single, batch list, or voice-transcribed), buckets them by category, and hands prioritised work off to the repo's orchestration agent.β€”danielrosehill/Claude-Task-Queuer-Plugin
github-explorerSemantic GitHub repo discovery for reusable components. Search, rank, overview, evaluate, and recommend open-source repos β€” Claude parses gh API results, weighing stars, activity, maintenance, license, and stack fit.β€”danielrosehill/Claude-Github-Explorer-Plugin
backup-plannerPlan, document, and implement a backup and data-protection strategy for the current project β€” from architecture discovery through script generation and restore drills.β€”danielrosehill/Claude-Backup-Planner-Plugin
greeninvoice-opsOperational commands and a skill for working with the Green Invoice MCP server β€” invoices, clients, expenses, and monthly summaries.β€”danielrosehill/Claude-Green-Invoice-Ops-Plugin
repo-mgmtRepository management toolkit: organise and dedupe local repos, retrofit codebases with AI agent primitives, janitor-style cleanup, convert to Claude plugins, spin off breakaway or parallel-private repos; scan for dead remotes, missing clones, visibility risks, and stale archive candidates; bulk git ops across folders of clones plus an interactive PyQt6 prune GUI. Includes a preferences layer that remembers where different repo types live on disk. (PII scanning has moved to the standalone `pii-scanner` plugin.)β€”danielrosehill/Claude-Repo-Mgmt-Plugin
adb-opsADB (Android Debug Bridge) operations β€” onboard a phone, map folders, import media, capture screenshots, and manage bloatware with a persistent log.β€”danielrosehill/Claude-ADB-Ops-Plugin
html-email-designerDesign and build responsive HTML email templates using Foundation for Emails, Maizzle, or MJML. Framework-agnostic authoring with email-client compatibility baked in.β€”danielrosehill/Claude-HTML-Email-Designer-Plugin
resume-typesetterManage a resume as JSON Resume schema data and render it with custom Typst templates. Onboard, iterate, fork variants, and version.β€”danielrosehill/Claude-Resume-Typesetter-Plugin
user-claude-mdManage the user-level ~/.claude/CLAUDE.md and its chunked ~/.claude/context/ directory β€” audit, chunk, list, and edit global Claude Code user context for token efficiency.β€”danielrosehill/User-Claude-MD-Plugin
media-assistant-opsInterface with a Music Assistant server via its local API β€” onboard a deployment, control players, snapshot speaker rosters, save/update per-player DSP presets, and apply a curated podcast EQ preset.β€”danielrosehill/Claude-Media-Assistant-Ops-Plugin
LLM-Council-CreatorScaffold new LLM Council projects from existing templates (Template, Grounded, Decide) or build bespoke council repos for specific purposes.β€”danielrosehill/Claude-LLM-Council-Creator-Plugin
Local-Web-CaptureCapture geo-restricted web content (articles, prices) via the user's own localhost so requests exit via the user's IP. Headless-first escalation ladder (Scrapling static -> stealth -> Playwright -> real Chrome via bb-browser). Project-local save (in-repo captures/) with global fallback. Batch capture with human + agent summaries, Typst PDF compilation, and arbitrary-language capture+translate (default Hebrew -> English).β€”danielrosehill/Claude-Local-Web-Capture-Plugin
israel-agent-skillsClaude Code agent skills for Israel and Hebrew-specific workflows: Hebrew translation, Hebrew typography, emergency readiness utilities, and regional lookups.β€”danielrosehill/Claude-Israel-Agent-Skills-Plugin
Claude-Data-WranglerData cleaning, enrichment, restructuring, packaging, and documentation skills for tabular and JSON datasets (no visualisation). 31 skills covering ISO standardisation, PII detection/synthesis, data dictionaries, SQL/graph/vector/HF/GeoJSON/API targets, date & Unicode hygiene, header & numeric-precision standardisation, multilingual header localisation, incremental upstream sync, and Typst-rendered PDF documents of the data.β€”danielrosehill/Claude-Data-Wrangler-plugin
data-visualisation-and-publishingCreate static and interactive data visualisations for reports, repos, and data storytelling. Purpose-organised inventory of 60+ validated open-source tools as a head start β€” static figures (Matplotlib, Seaborn, ggplot2), web charts (Chart.js, ECharts, Plotly.js, ApexCharts, Highcharts), high-perf (uPlot, Perspective, Lightweight Charts), bespoke (D3, Observable Plot, Vega/Vega-Lite, visx, Victory), Python/R apps (Bokeh, Dash, Altair, Streamlit, Gradio, Shiny, D-Tale, Briefer, Preswald), storytelling (Vizzu, VChart, vue-data-ui, SandDance), graphs (G6, sigma.js, Cytoscape, Gephi, Graphviz, GoJS, 3d-force-graph, Constellation), maps (deck.gl, react-map-gl, Leaflet, MapLibre, OpenLayers, folium, react-globe.gl), mobile (fl_chart, F2), BI (Superset, Metabase, Grafana, Kibana, Redash, Chartbrew), diagrams-as-code (Mermaid, PlantUML), domain-specific (Iris, QuantInvestStrats, XCharts, BizCharts, Tablesaw).β€”danielrosehill/Claude-Data-Visualisation-And-Publishing-Plugin
claude-data-analystFirst-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.β€”danielrosehill/Claude-Data-Analyst-plugin
text-corpus-analysisSkills for analyzing large text corpora β€” topic modeling (BERTopic with temporal evolution), NER, categorization into fixed taxonomies, bottom-up category derivation, multi-level taxonomy design, word frequency, synonym clustering for voice-note/STT corpora, parametric stats, and metadata↔content correlation. Three execution lanes (classical NLP, local LLM via Ollama, cloud LLM via OpenRouter) with explicit cost-awareness: mandatory pre-run estimates for >1k-doc LLM passes, two-pass cheapβ†’premium pattern, embeddings+clustering preferred over pairwise LLM comparison.β€”danielrosehill/Claude-Text-Corpus-Analysis-Plugin
resource-list-builderClaude Code plugin: build, maintain, and audit curated GitHub resource lists (Awesome-style indexes) with AI-driven categorisation, alphabetised tables, and dynamic shields.io badges.β€”danielrosehill/Claude-Resource-List-Builder-Plugin
Daniel-RosehillPersonal-use skills and slash commands for Daniel Rosehill β€” released publicly for convenience.β€”danielrosehill/Daniel-Rosehill-Claude-Plugin
ai-video-producerDrive an AI-generated video project end-to-end: creative brief, model selection, character sheets, script, storyboard, generation pipelines (text-to-image-to-video, voice-to-lip-sync, text-to-video, upscale), clip assembly, and final export. Ships fal.ai/Replicate/MiniMax MCP servers and fal-js + WaveSpeed Python SDK runners.β€”danielrosehill/Claude-AI-Video-Producer-Plugin
kde-plasmoid-devSkill for developing KDE Plasma plasmoids (QML/Plasma 6 desktop and panel widgets) β€” scaffold, debug, package, install, and migrate Plasma 5 β†’ 6.β€”danielrosehill/Claude-KDE-Plasmoid-Dev-Plugin
digital-printingSkills and an orchestrator agent for preparing PDFs for digital printing β€” resize, grayscale, font embedding, transparency flattening, image downsampling, color normalization, watermarks, footer burn-ins, cover pages, bleed-safety check, job folders, formal print orders, and email/Drive share.β€”danielrosehill/Claude-Digital-Printing-Plugin
programmatic-doc-generationBuild programmatic document generation pipelines β€” Typst templates for local batch rendering, plus integration scaffolding for n8n and cloud rendering services (Carbone, PDFMonkey, APITemplate, DocRaptor, Docmosis, Adobe Doc Gen).β€”danielrosehill/Claude-Programmatic-Doc-Generation-Plugin
ai-model-researchResearch, discover, compare, and evaluate AI models on OpenRouter β€” backed by the bundled Model-Scout MCP server for live catalog data with caching. Subsumes the standalone open-router-model-research plugin and the Model-Scout-MCP server. 11 skills cover lookup, capability filtering (tools, vision, audio), recommendation, head-to-head comparison, deep evaluation, workload cost projection, and finding cheaper alternatives.β€”danielrosehill/Claude-AI-Model-Research-Plugin
data-annotationEnd-to-end data annotation toolkit. Prep raw data, design annotation schemas, annotate interactively with Claude (small scale) or scaffold Gemini batch inference (large scale), and publish to Hugging Face.β€”danielrosehill/Claude-Data-Annotation-Plugin
claude-code-feedbackFile well-formed bug reports, feature requests, model-behavior reports, and documentation issues against anthropics/claude-code. Fetches the live issue templates, gathers required fields, and submits via gh CLI.β€”danielrosehill/Claude-Code-Feedback
social-feedbackCheck what people are actually saying about a topic, product, or provider by searching curated social-discourse sources (Reddit, Hacker News, Stack Exchange, Trustpilot, YouTube, Lobsters).β€”danielrosehill/Social-Feedback-Plugin
linux-packagingLinux packaging and release workflows β€” Debian/.deb builds, npm publishing, GitHub release creation, agent deploy scripts, and local debuggingβ€”danielrosehill/Linux-Packaging-Plugin
opnsense-mgmtManage an OPNsense router/firewall via SSH and the OPNsense API β€” guided first-run onboarding, firewall rule inspection, network debugging, and host/log diagnostics. Per-host config is stored outside the plugin so the same install works across multiple environments.β€”danielrosehill/Opnsense-Mgmt-Plugin
synology-mgmtManage a Synology NAS via SSH β€” guided first-run onboarding, share/volume inspection, storage health, and file operations. Per-host config is stored outside the plugin so the same install works across multiple NAS environments.β€”danielrosehill/Synology-Mgmt-Plugin
proxmox-mgmtManage a Proxmox VE host via SSH and the Proxmox API β€” guided first-run onboarding, VM/CT lifecycle, storage and ZFS inspection, log review, and update workflows. Per-host config is stored outside the plugin so the same install works across multiple Proxmox environments.β€”danielrosehill/Proxmox-Mgmt-Plugin
home-assistant-mgmtManage a Home Assistant instance via SSH and the HA REST API β€” guided first-run onboarding, automation/entity authoring, service calls, TTS testing, and log review. Per-host config is stored outside the plugin so the same install works across multiple Home Assistant environments.β€”danielrosehill/Home-Assistant-Mgmt-Plugin
geopol-simThin orchestrator for geopolitical forecasting simulations. Scaffolds, runs, bundles, and grades simulations from multiple decoupled upstream templates (lean LLM-council and snowglobe-style actor-simulation variants).β€”danielrosehill/Geopol-Sim-Plugin
jewish-texts-referenceLook up Jewish texts and references via the Sefaria MCP server β€” Tanakh, Talmud, Mishnah, Halakha, Kabbalah, commentary, dictionaries, and topics. Includes nikkud add/strip skills (Dicta nakdan + removenikud APIs, offline regex, unikud fallback).β€”danielrosehill/Jewish-Texts-Reference-Plugin
schedule-managerPersonal schedule, task, and meeting management. Routes mixed brain-dumps into Google Calendar (events) and Todoist (tasks); manages agenda/minutes Google Docs linked to events; produces wrapup logs and morning briefs. 22 skills covering Calendar/Todoist CRUD, firehose routing, task<->event migration, priority/date hygiene, and agenda/minutes lifecycle.β€”danielrosehill/Claude-Schedule-Manager-Plugin
jewish-utilitiesMisc Jewish utility skills: shabbat candle-lighting/havdalah, zmanim (GR"A + MG"A), parsha-of-the-week, Hebrew/Gregorian date conversion (sunset-aware), upcoming holidays (IL/diaspora), and daf yomi. Wraps zmanim-mcp-server and hebcal MCP. Onboarding captures location for halachic-time skills. Companion to jewish-texts-reference.β€”danielrosehill/Claude-Jewish-Utilities-Plugin
browser-data-captureStreamline programmatic data ingestion against sites and apps that don't ship a documented API β€” capture network traffic (HAR, mitmproxy, or live tab via claude-in-chrome), map endpoints, infer schemas, and produce a draft OpenAPI spec you can build a stable client against. Ships skills for per-domain map documents, version-controlled storage in a private GitHub repo, and good-faith vulnerability disclosure if a finding turns up incidentally. White-hat use only.β€”danielrosehill/Claude-Browser-Data-Capture-Plugin
decision-evaluation-frameworkApply 20+ classical decision-making frameworks (cost-benefit, pre-mortem, MCDA, decision tree, reversibility, regret minimization, OODA, Eisenhower, SWOT, second-order, opportunity cost, 10/10/10, inversion, base rates, Kepner-Tregoe, six hats, Cynefin, red-team, stakeholder map, time-horizon) to any major decision β€” parallel multi-lens analysis, synthesis, and Typst PDF export.β€”danielrosehill/Claude-Decision-Evaluation-Framework-Plugin
image-annotationCapture screenshots and apply annotations (arrows, callouts, boxes, highlights, blur/redaction) on Linux via Pillow + ImageMagick, with batch WebP conversion and PDF bundling. Originals are never modified.β€”danielrosehill/Claude-Image-Annotation-Plugin
linux-debuggingLinux desktop debugging toolkit β€” targeted journal/boot/log inspection skills plus proactive logging instrumentation (persistent journald, kdump, sysstat, OOM protection) so AI agents can analyze hard crashes, freezes, and runtime issues. Targets Ubuntu + Wayland; forkable for other distros.β€”danielrosehill/Linux-Debugging-Plugin
declutter-genieInventory analysis and decluttering assistant β€” import a household inventory in any format, then identify discards, duplicates, resale targets, donation targets (geo-aware), insurance-worthy items, and generate throw-out / giveaway lists as CSV or PDF.β€”danielrosehill/Claude-Declutter-Genie-Plugin
business-idea-evalEvaluate, refine, and develop business ideas through structured lenses β€” VC review, TAM, B2B/B2C fit, assumptions, objections, hardware feasibility, dev specs, timelines, social impact β€” plus an LLM council pattern (subagents or Karpathy clone), synthesis, and Typst PDF outputs for internal and public-facing docs.β€”danielrosehill/Claude-Business-Idea-Eval-Plugin
loose-tasksLoose skills that will be migrated into other plugins later. Recommended not to enable/use this!β€”danielrosehill/Loose-Tasks-Plugin
claude-vaultMeta-plugin for per-project activation of dormant plugins and MCP servers from a personal vault. Mitigates user-level eager skill description loading.β€”danielrosehill/Claude-Vault
buttondown-mgmtManage one or more Buttondown newsletters from Claude Code β€” multi-newsletter config, reusable email templates, drafts, sends, subscribers, and API ops grounded in a locally cached copy of the official Buttondown docs.β€”danielrosehill/Claude-Buttondown-Mgmt-Plugin
gist-writerPublish content to GitHub gists with clear AI authorship β€” Claude-authored solution gists and collaborative debug write-ups, both with model+date attribution, environment context, and a PII pre-flight scrub for public publishes. Visibility is a per-call parameter with a configurable default.β€”danielrosehill/Claude-Gist-Writer-Plugin
claude-pipewire-skillsClaude Code skills for taming Pipewire/Wireplumber audio on Linux β€” manage default devices, persistent device-priority rules, per-app routing, mic level checks, and EasyEffects bindings.β€”danielrosehill/Claude-Pipewire-Skills-plugin
claude-md-testerSafely swap ~/.claude/CLAUDE.md for test/joke configs via symlink. Terminal-only restore that does not depend on the Claude harness, so a hostile test config can never trap you.β€”danielrosehill/Claude-MD-Tester
style-switcherClaude Code plugin: persona-recipe library for swapping Claude into themed personalities (Daredevil, Jaded IT, Reluctant, Chatty, Philosophical, Operational, Dubious, Hyper Creative, Approval Needed, Visionary, Claude FM, Claude Bouncer). Each recipe ships a banner image and sound effect, and applies via either a managed block in ~/.claude/CLAUDE.md or a repo-sandbox mode that holds the user CLAUDE.md aside.β€”danielrosehill/Claude-Style-Switcher
hardware-spec-assemblyDefine hardware project BOMs with ESP32-first focus β€” onboarding captures location/vendors/on-hand gear, then skills for spec creation, live web research of parts (AliExpress/Adafruit/etc.), budgeting, sourcing, compatibility checks, wiring specs, PCB design starting points, assembly instructions, 3D-printable suggestions, and AI-generated mockups via fal.ai nano-banana.β€”danielrosehill/Claude-Hardware-Spec-Assembly-Plugin
obs-mgmtManage OBS Studio on Linux from Claude Code: detect install type (native/Flatpak/Snap/AppImage), enable and validate obs-websocket, ship a bundled obs-mcp MCP server for programmatic OBS control, back up configs to a user-defined folder, and install third-party OBS plugins.β€”danielrosehill/Claude-OBS-Plugin
get-toonyConvert JSON, CSV, YAML, and other structured data into TOON (Token-Oriented Object Notation) β€” a compact, lossless re-encoding that uses ~40% fewer tokens than JSON when fed to LLMs. Wraps @toon-format/toon and tracks the wider ecosystem (Python, Java, .NET, PHP, Rust ports).β€”danielrosehill/Claude-Get-Toony-Plugin
copyq-scriptingFoundational advanced clipboard scripting skills for CopyQ on Ubuntu Linux β€” CLI reference, custom commands, tab/item management, global shortcuts, and command bundle import/export.β€”danielrosehill/Claude-CopyQ-Scripting-Plugin
kde-plasmaKDE Plasma (Wayland) runtime utilities β€” KWin scripting, plasmoid management, panel layout backup, virtual desktops & activities, KGlobalAccel shortcuts, theme/look-and-feel switching, KDE Connect, Klipper, Baloo, kwriteconfig safe-edit, plasma-restart helpers, qdbus introspection, kscreen save/apply, KWallet ops. Complements generic Linux desktop-management plugins.β€”danielrosehill/Claude-KDE-Plasma-Plugin
favorite-plugins-installersCurated batches of third-party Claude Code plugins, grouped by type/theme, installable in one command.β€”danielrosehill/Claude-Favorite-Plugins-Installers-Plugin
gimpBare-bones GIMP CLI wrapper for Linux: detect install (native/Flatpak/Snap/AppImage), persist a per-user profile, run Script-Fu batch ops, export images, install/list GIMP-side plugins.β€”danielrosehill/Claude-GIMP-Plugin
sop-writerProject-scoped authoring tools for Standard Operating Procedures and decision flowcharts. Scaffold from templates, embed Mermaid/D2 diagrams, compile to printable PDFs via Typst, and assemble multi-document binders with TOC and page numbers.β€”danielrosehill/Claude-SOP-Writer-Plugin
batch-optical-archivistPlan and burn batch M-Disc / BD-R / DVD archives from a source directory on Ubuntu, with copy multipliers for offsite duplicates. Wraps growisofs, xorriso, and dvd+rw-mediainfo; optional K3B handoff for manual fallback.β€”danielrosehill/Claude-Batch-Optical-Archivist-Plugin
security-auditorRegister machines and run repeatable Claude-Code-driven security audits over SSH, with timestamped reports and per-machine profiles.β€”danielrosehill/Claude-Security-Auditor-Plugin
os-sync-agentHardware-aware desktop-to-laptop environment sync for Ubuntu/Debian. Snapshots packages (apt/snap/flatpak/pip/conda/ollama) and dotfiles from a base machine and a remote machine over SSH, then produces an incremental install/remove/sync plan rather than a perfect clone. Ships /sync-os command and sync-environments skill.β€”danielrosehill/Claude-OS-Sync-Agent
keyboard-scannerProfile Linux keyboards, scan keycodes, and surface underused keys for remapping. Walks intake β†’ keycode dump (xmodmap/XKB/evdev/libinput, X11 + Wayland) β†’ tailored remap suggestions referencing keyd, kmonad, xremap, xmodmap, xbindkeys, input-remapper, autokey.β€”danielrosehill/Claude-Keyboard-Scanner
system-recovery-modeClaude Code plugin: AI-assisted Linux system recovery β€” slash commands and agents (diagnose, logs, network, disk, services, packages) for diagnosing and fixing a broken system. Pairs with an optional GRUB/systemd installer that boots a minimal recovery TTY straight into Claude CLI.β€”danielrosehill/Claude-System-Recovery-Mode
spec-starterSpec-driven development workflow for Claude Code: turn unstructured project briefs (especially voice transcripts) into a versioned spec, modular context, and a CLAUDE.md scaffolded into your current repo.β€”danielrosehill/spec-starter-plugin
dev-debuggerBug-ticket workflow for development repos β€” capture bugs into planning/bugs/, dispatch specialist remediation agents (reproducer, diagnoser, patcher, fix-documenter), document fixes, and ship releases.β€”danielrosehill/dev-debugger-plugin
visual-communicationsPlan and prompt-engineer AI-generated visuals (images, diagrams, video) for whitepapers, blog posts, and long-form content. Six skills cover project onboarding, visual ideation, prompt generation, project listing, fal-ai execution, and a resolution/style reference.β€”danielrosehill/Claude-Visual-Communications-Plugin
claude-paClaude Code plugin: passive-aggressive PA system. Claude barks status updates over a speaker; if ignored, escalates across the house via Home Assistant or MQTT. Includes pre-recorded voice packs, RGB signal bulb, full-screen flash overlay, and a quiet-mode skill that translates natural-language pause/schedule requests.β€”danielrosehill/Claude-PA
digital-evidenceGeneral-purpose digital-evidence processing: capture, hash, OpenTimestamps, ExifTool/MediaInfo metadata, BagIt packaging, immutable sync. Layers with legal-investigative for full chain-of-custody workflows.β€”danielrosehill/Claude-Digital-Evidence-Plugin
donetickCompanion plugin for the donetick-mcp server. Bundles the MCP and adds skills for chore management against a self-hosted Donetick instance β€” daily brief, list/create/complete chores, label management.β€”danielrosehill/Claude-Donetick-Plugin
network-cupsDiscover, diagnose, and print to networked CUPS printers from Claude Code. Wraps the lan-mcp-cups MCP server and adds LAN discovery (avahi/Bonjour, arp-scan) plus ufw firewall sanity checks.β€”danielrosehill/Claude-Network-CUPS-Plugin
nano-tech-diagramsGenerate, transform, and clean up tech diagrams and whiteboard photos via the Nano Banana 2 model (Fal AI). Wraps the nano-tech-diagrams MCP server with a curated prompt library across 5 diagram families and 28+ visual styles.β€”danielrosehill/Nano-Tech-Diagrams-Plugin
nfc-opsNFC tag operations using libnfc β€” read, write, inspect, password-protect, and bulk-write from CSV with manual tag-by-tag feed.β€”danielrosehill/Claude-NFC-Ops-Plugin
background-removalRemove image backgrounds via rembg β€” single-pass, two-pass cleanup, batch mode, and KDE Dolphin right-click integration.β€”danielrosehill/Claude-Background-Removal-Plugin
synthetic-dataGenerate synthetic datasets from schemas, real data, or LLM-driven personas. Tabular fit-and-sample (SDV: GaussianCopula, CTGAN, TVAE), Faker/Mimesis schema generation, deterministic PII swap, LLM-driven real-to-synth conversion for unstructured records, and SDMetrics-based quality/privacy evaluation (plus embedding-based leakage checks for text).β€”danielrosehill/Claude-Synthetic-Data-Plugin
novelty-text-editorRewrite text in deliberately ridiculous styles β€” Shakespearean, medieval, archaic, chaos-case, over-salesy, platitude-stuffed, pseudobot, plus length transforms (elongate / truncate). Nine no-config skills for stylistic mischief.β€”danielrosehill/Claude-Novelty-Text-Editor-Plugin
report-analystSkeptical analyst toolkit for long reports β€” READ/SKIM/SKIP verdicts, structured extraction (arguments, findings, stats, case studies, key snippets), and an opinionated executive summary. Built-in Jaded Report Reader persona that refuses credit for filler.β€”danielrosehill/Claude-Report-Analyst-Plugin
gpg-opsGPG operations: generate keypairs, export public keys, encrypt, decrypt, sign, and verify files or text using the local GnuPG keyring.β€”danielrosehill/Claude-GPG-Ops-Plugin
taxonomy-creationGenerate taxonomy and lookup tables (countries, currencies, languages, US states, timezones, custom domain taxonomies) and load them into Postgres, SQLite, MySQL, or export to CSV/JSON/SQL seed files. For data engineers, CMS builders, and eval pipeline authors.β€”danielrosehill/Claude-Taxonomy-Creation-Plugin
document-to-markdownConvert PDFs to clean Markdown, chunk into logical sections (chapters, indexes, appendices), and extract embedded tables to CSV. Local-first via marker/docling/pymupdf4llm + camelot/tabula, with TOON manifests.β€”danielrosehill/document-to-markdown-plugin
snap-itManage BTRFS snapshots via snapper and btrfs from Claude Code β€” create, list, diff, rollback, and prune subvolume snapshots. Includes /snap and /snap-before commands for one-shot and pre/post-paired snapshots around risky changes.β€”danielrosehill/Claude-Snap-It-Plugin
license-populatorRecommend, generate, and populate software/content licenses. Reads from a user-managed template store and advises on optimal license choice given desired freedoms and constraints.β€”danielrosehill/Claude-License-Populator-Plugin
air-quality-toolkitLook up current and historical air quality, calculate AQI from raw pollutant readings, and run modelling utilities. Defaults to WAQI with fallbacks to OpenAQ and AireLibre.β€”danielrosehill/Air-Quality-Toolkit-Plugin
spamholeClaude Code plugin: AI-assisted defenses against pseudo-personalised wide-scrape outreach, AI-faked impersonation, and tracking-pixel surveillance. Capture spam to a personal corpus, analyse intent, suggest filter patterns, scan for tracking + ad-tracker pixels, draft unsubscribe replies, push server-side Gmail blocks via an email MCP, push DNS-level blocks to AdGuard Home, and contribute redacted findings to public anti-tracking lists. Bundles a stub AdGuard Home MCP.β€”danielrosehill/Claude-SpamHole-Plugin
pii-scannerScan files, directories, or git repositories for personally identifiable information β€” credentials (gitleaks), generic PII (Microsoft Presidio), and matches against a user-maintained personal PII inventory (names, addresses, family, IDs) stored locally.β€”danielrosehill/Claude-PII-Scanner-Plugin
userscript-developmentDevelop, test, and publish Tampermonkey userscripts β€” scaffolding, in-browser validation via Claude in Chrome, README generation, and version bumping.β€”danielrosehill/Claude-Userscript-Development-Plugin
linux-system-optimisationPerformance and space optimisation for Linux desktops β€” hardware-aware CPU/GPU/disk/memory benchmarks with governor / I/O scheduler / sysctl tuning, plus disk-usage analysis (BTRFS-aware), duplicate-file detection, package audit, and dev-clutter pruning (venvs, node_modules, caches).β€”danielrosehill/Claude-Linux-System-Optimisation-Plugin
linux-av-managerManage antivirus, rootkit-detection, and UFW host firewall on a Linux desktop β€” install ClamAV/ClamTk/rkhunter (core) plus optional advanced tools (Lynis, chkrootkit, AIDE, debsecan), keep definitions current, run scans, schedule periodic runs, and configure conservative desktop-tuned UFW rules. Scan results stored in a user-defined folder set up on first run.β€”danielrosehill/Claude-Linux-AV-Manager-Plugin
text-to-speech-toolkitSkills for preprocessing text for TTS engines β€” SSML conversion, ElevenLabs markup (grounded in live ElevenLabs prompting docs), TTS safety review, and manual prosody addition. Non-destructive by default: edits land in an edited/ folder alongside an unchanged original/ copy.β€”danielrosehill/Claude-Text-To-Speech-Toolkit-Plugin
zigbee-home-maintenanceMaintain a home Zigbee network β€” onboard MQTT broker, coordinator (SMLight / Sonoff / ConBee / etc.), and Home Assistant; manage credentials, network exports, and routine maintenance.β€”danielrosehill/Claude-Zigbee-Home-Maintenance-Plugin
agent-relayDirect agent-to-agent communication and coordination within a LAN. Two Claude instances on different machines exchange messages and files via a shared MCP relay server. Includes the relay server (Python/FastMCP, SQLite, content-addressed blob storage) and skills to deploy and connect clients. Trust-based, LAN-scoped.β€”danielrosehill/Claude-Agent-Relay-Plugin
hardware-id-annotationIdentify and annotate hardware components from photos β€” circuit boards, motherboards, ICs β€” with overlays, datasheet cross-checks, and structured BOMs.β€”danielrosehill/Claude-Hardware-ID-Annotation-Plugin
claude-document-nudgeNudges Claude to document decisions, todos, sprints, and handovers into a structured planning/ tree by default β€” without being asked each turn. Ships a home-level CLAUDE.md snippet plus /nudge-install and /nudge-scaffold slash commands.β€”danielrosehill/Claude-Document-Nudge
Easy-Effects-ManagerManage Easy Effects on Linux: maintain a preset library, install/export presets, bind autoload to specific mics, test input levels, and set up clean voice-dictation chains. Works with Flatpak or native installs.β€”danielrosehill/Easy-Effects-Manager
aliexpress-israel-skillsAliExpress shopping skills for Israel-based buyers β€” Choice-first search in ILS via a local browser, free-shipping filter, Israeli-reviews filter, single-listing landed-cost parse, and a running cart-value VAT-threshold nudge ($75 de-minimis).β€”danielrosehill/Aliexpress-Israel-Skills
unofficial-mcp-builderAuthor and maintain unofficial MCP servers for third-party APIs that don't ship one. Generate a server from the vendor's API docs verified against the live API with your own key, detect upstream drift on a schedule, and smoke-test against real operations. Bound by a committed api-surface.yaml recording what the API actually does versus what its docs claim. Publishes to npm.β€”danielrosehill/Unofficial-MCP-Builder-Plugin
israel-opening-hoursClaude Code plugin: check opening hours for Israeli businesses, including hours stated relative to Shabbat and yom tov. Combines Google Business and easy.co.il for stated hours with Hebcal candle-lighting/havdalah times, resolving phrasing like 'reopens an hour after Shabbat' into concrete clock times. Bundles 56 Israeli locations with verified per-city candle-lighting customs.β€”danielrosehill/Claude-Israel-Opening-Hours-Plugin
label-printerClaude Code plugin: print labels on a Brother P-touch label printer β€” single labels, N copies, batch runs, and QR-coded asset and storage-unit templates for inventory work. Bundles a streamable-HTTP MCP server that renders labels and hands them to a USB print bridge on a Linux host, plus notes on the device settings the Linux driver cannot reach.β€”danielrosehill/label-printer-plugin
freight-vol-calculatorClaude Code plugin: freight volume arithmetic from a product's external dimensions β€” retrieves and cross-checks dimensions from a supplier listing, then pallet quantity across 11 pallet standards, container loads palletised or floor-loaded for 20 ft / 40 ft / HC / reefer / 13.6 m trailer with stated buffers and payload limits, master-carton permutations ranked by units per container, and freight cost per unit from rates you supply. Reproduces published trade figures; holds no rate data and makes no network call.β€”danielrosehill/Freight-Vol-Calculator
stack-evaluatorClaude Code plugin: component-level review of a project's technology stack, not its code β€” records the stack to docs/stack/ with the run date, checks each component for end-of-life and currency, finds architectural gaps (caching, backups, queues, rate limiting, observability), flags redundancy and over-engineering against the real workload, then emits a sequenced revision proposal and an execution brief. Re-runnable per repo with persistent decisions and finding history.β€”danielrosehill/stack-evaluator-plugin
contact-supportClaude Code plugin (work in progress β€” concept stage): contact a vendor's support desk from a registry of verified, dated contact routes rather than recalled ones β€” ticket URLs and which support plans can reach them, abuse and fraud addresses taken from mailto hrefs rather than page text, per-tier response windows, priority vocabulary, escalation ladders with SLA claim deadlines, pre-contact checks, and the plausible routes that turn out to be dead. Records the user's account identity and where credentials live (a pointer, never the secret), drafts the request with the identifiers the desk will demand, sends it through whichever channel is actually reachable, logs the ticket and chases it when the window elapses. Ships verified for Twilio only; extend with support-add-service.β€”danielrosehill/contact-support-plugin
netek-disconnectClaude Code plugin: cancel Israeli service subscriptions (Χ Χ™ΧͺΧ•Χ§) through netek.co.il β€” mobile, internet, landline, TV, international calling, water bars, newspapers and credit cards across 55 providers. Resolves the provider and exact Hebrew service string, validates the Israeli ID checksum and address, shows the exact request before sending, and submits only on explicit confirmation. Falls back to filling the form in Chrome when the API changes. Uses Netek's own private, undocumented backend β€” not a published API.β€”danielrosehill/netek-disconnect-plugin

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet β€” be the first to share an update.