Jared Henry's personal Claude marketplace
npx claudepluginhub jared-henry/claude-marketplacePlugins in development or testing phase
Security skills for secrets scanning, OPSEC review, threat modeling, YubiKey setup, supply chain audit, repo hygiene, dotfiles doctor, and zero-trust skill encryption
A personal Claude Code plugin marketplace with three plugins: experimental (dev tools), secret-squirrel (security skills), and stable (production-ready).
claude-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── experimental/
│ ├── .claude-plugin/
│ │ └── plugin.json # Experimental plugin manifest
│ └── skills/
│ ├── bootstrap-test/
│ │ └── SKILL.md # Skill: Docker bootstrap testing
│ ├── claude-marketplace/
│ │ └── SKILL.md # Skill: documentation reference
│ ├── diagnose/
│ │ └── SKILL.md # Skill: Claude Code diagnostics
│ └── mcp-configuration/
│ └── SKILL.md # Skill: MCP server configuration
├── secret-squirrel/
│ ├── .claude-plugin/
│ │ └── plugin.json # Secret Squirrel plugin manifest
│ ├── .gitignore # Prevents committing decrypted skill plaintext
│ ├── hooks/
│ │ └── hooks.json # SessionStart/End hooks for auto-decrypt/lock
│ ├── scripts/
│ │ └── zero-trust.sh # Crypto operations (unlock/lock/status)
│ └── skills/
│ ├── dotfiles-doctor/
│ │ └── SKILL.md # Skill: dotfiles setup audit
│ ├── opsec-review/
│ │ └── SKILL.md # Skill: operational security review
│ ├── repo-hygiene/
│ │ └── SKILL.md # Skill: git history hygiene audit
│ ├── secrets-scanner/
│ │ └── SKILL.md # Skill: secrets detection
│ ├── supply-chain-audit/
│ │ └── SKILL.md # Skill: supply chain security audit
│ ├── threat-model/
│ │ └── SKILL.md # Skill: STRIDE threat modeling
│ ├── yubikey-setup/
│ │ └── SKILL.md # Skill: YubiKey registration wizard
│ └── zero-trust/
│ └── SKILL.md # Skill: YubiKey-encrypted skill trees
└── stable/
└── .claude-plugin/
└── plugin.json # Stable plugin manifest (no skills yet)
/experimental - Plugins under active development (v0.6.0)/secret-squirrel - Security skills: scanning, OPSEC, threat modeling, supply chain, repo hygiene, dotfiles audit, YubiKey setup, zero-trust encryption (v0.3.0)/stable - Production-ready, fully tested plugins (v0.1.0, no skills yet)| Plugin | Version | Description | Contents |
|---|---|---|---|
| experimental | 0.6.0 | Plugins in development or testing phase | Skills: bootstrap-test - Test bootstrap scripts in Docker for correctness and idempotency, claude-marketplace - References latest Anthropic docs when editing marketplace repos, diagnose - Diagnose Claude Code problems with root cause analysis, mcp-configuration - Configure MCP servers using official + provider docs |
| secret-squirrel | 0.3.0 | Security skills — spy-themed security practices | Skills: dotfiles-doctor - Audit dotfiles for broken symlinks, permission issues, and config gotchas, opsec-review - Review code/configs for operational security issues, repo-hygiene - Audit git history for leaked secrets, unsigned commits, and large blobs, secrets-scanner - Scan repos for leaked credentials and sensitive data, supply-chain-audit - Audit scripts for unpinned downloads and unverified signatures, threat-model - STRIDE threat modeling walkthrough, yubikey-setup - YubiKey registration wizard for SSH auth and git signing, zero-trust - Encrypt skill trees using YubiKey HMAC-SHA1 + age. Hooks: SessionStart auto-decrypt, SessionEnd auto-lock |
| stable | 0.1.0 | Production-ready, fully tested plugins | (no skills yet) |
Add this marketplace and install plugins via Claude Code:
/plugin marketplace add jared-henry/claude-marketplace
Install an individual plugin:
/plugin install experimental@jared-henry-personal
Or browse available plugins:
/plugin > Discover
<plugin>/skills/<skill-name>/SKILL.md with YAML frontmatter (description is required)<plugin>/.claude-plugin/plugin.jsonclaude plugin validate . or /plugin validate .my-plugin/).claude-plugin/plugin.json with name, description, and version.claude-plugin/marketplace.json under pluginsclaude plugin validate . or /plugin validate .Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations