By khaym
Guides creation and review of Claude Code Agent Skills with standardized workflows and quality checklists
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 skill-authoringHardens 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.
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
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
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques