Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By aventerica89
Complete 1Password workflow for Claude Code projects — vault setup, secret injection, SAC, CI/CD
npx claudepluginhub aventerica89/jb-claude-plugins --plugin 1p-flawlessGenerate .env.local from .env.local.tpl using op inject. Confirms vars written, warns on gitignore issues.
Update a credential field in the project's 1Password item and verify it resolves.
1Password health check — op CLI, vault auth, project item fields, templates, scripts.
This skill should be used when the user asks to "set up 1Password in CI", "add secrets to GitHub Actions", "wire load-secrets-action", "inject 1P secrets in GHA", or "configure 1Password for CI/CD". Generates a GitHub Actions step using 1password/load-secrets-action@v2 for the current project's secrets.
This skill should be used when the user asks to "set up a service account", "stop Touch ID prompts for op CLI", "add OP_SERVICE_ACCOUNT_TOKEN", "configure no-prompt 1Password access", or wants `op` CLI calls to work without biometric prompts. Sets up OP_SERVICE_ACCOUNT_TOKEN in ~/.zshrc.
This skill should be used when the user asks to "set up 1Password for this project", "wire 1p secrets", "create my .env template", "set up secret injection", "configure 1Password env vars", or wants to connect their project's environment variables to 1Password. Runs a two-phase workflow: autonomous discovery then interactive confirmation gates. Requires op CLI installed and authenticated.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Encrypted secrets manager for Claude Code sessions backed by a private Git repo
Secret safety hooks: auto-load credentials via CLAUDE_ENV_FILE, redact secrets from CLI output. Powered by the nopeek CLI.
Initialize Claude Code configuration with Bitwarden's standardized template format
Integrate with secrets managers (Vault, AWS Secrets Manager, etc)
DevsForge Enterprise Environment Configuration Manager delivering comprehensive secrets management, configuration validation excellence, and multi-environment orchestration that transforms environment configuration from scattered files into centralized, secure, and intelligent configuration systems with enterprise-grade security
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Deferred skill loading for Claude Code — compress skills to stubs, load full content on demand. Saves ~88% of per-turn skill token overhead.
Universal Claude Code configuration system with auto-sync across CLI and web. Includes curated commands, agents, skills, and rules for professional development workflows.
Manage local dev OAuth credentials via 1Password. Test any auth provider on any branch without swapping env files.
Deferred skill loading for Claude Code — compress skills to stubs, load full content on demand. Saves ~88% of per-turn skill token overhead.
Zero-copy Obsidian vault over your ~/.claude/ knowledge base via symlinks. One command to make all of Claude's memory, rules, skills, agents, contexts, and plans browsable in Obsidian — no duplication, no sync.
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Share bugs, ideas, or general feedback.
A collection of Claude Code plugins for professional developer workflows — secrets management, knowledge browsing, and context efficiency.
| Plugin | Description |
|---|---|
| 1p-flawless | Complete 1Password workflow — vault setup, op inject, op run, SAC, CI/CD |
| 1p-local-auth | Local dev OAuth credentials via 1Password — test any auth provider on any branch |
| obsidian-bridge | Zero-copy Obsidian vault over ~/.claude/ — browse Claude's full knowledge base in Obsidian |
| skillforge | Deferred skill loading — compress skills to stubs, save ~88% per-turn token overhead |
| chains | Skill orchestration — bundle multiple skills into structured audit-fix-verify flows |
claude plugin marketplace add Aventerica89/jb-claude-plugins
claude plugin install 1p-flawless@jb-claude-plugins
claude plugin install 1p-local-auth@jb-claude-plugins
claude plugin install obsidian-bridge@jb-claude-plugins
claude plugin install skillforge@jb-claude-plugins
claude plugin install chains@jb-claude-plugins
If you see SSH errors during install:
git config --global url."https://github.com/".insteadOf git@github.com:
Built with VaporForge