By khaym
Windows desktop notifications and sleep inhibition for Claude Code via wsl-relay — alerts on task completion and permission prompts, keeps the host awake while tasks run
Matches all tools
Hooks run on every tool call, not just specific ones
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 khaym/claude-code-plugins --plugin wsl-notifyHardens the developer environment against npm/PyPI supply chain attacks and prompt-injection-driven attacks on Claude Code. Generates pnpm 10.26+ config and migrates `npx` to `pnpm dlx`; generates uv `[tool.uv]` config, migrates legacy pip / setup.py projects to uv, and replaces `pip install` / `pipx run` with pinned `uv add` / `uvx`; generates `.claude/settings.json` `permissions.{deny, ask, allow}` rules tuned for an `acceptEdits`-based operating mode, with hard-guarantee deny on credential reads, persistence-target writes, and privilege-escalation Bash; bundles PreToolUse hooks that block sensitive Bash reads, `package.json` `scripts` tampering, and `pyproject.toml [build-system]` / `setup.py` tampering, and a PostToolUse hook that marks non-vendor `WebFetch` results as untrusted external data.
Guides creation and review of Claude Code Agent Skills with standardized workflows and quality checklists
Lightweight task/ticket tracker using TSV files and shell scripts for efficient context-aware task management
Guides systematic test case design using established testing techniques
Checks open source projects for security leaks, privacy issues, and license compliance before release
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.