Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By aventerica89
Manage local dev OAuth credentials via 1Password. Test any auth provider on any branch without swapping env files.
npx claudepluginhub aventerica89/jb-claude-plugins --plugin 1p-local-authThis skill should be used when the user asks to "test auth injection", "verify credentials inject", "preflight check OAuth", "check if op run works", "validate dev auth before starting", "test that 1Password credentials resolve", "dry run auth injection", or wants to confirm that `op run` will successfully inject credentials before spinning up the dev server. Performs a non-destructive preflight validation of the local OAuth credential injection.
This skill should be used when the user asks to "rotate a credential", "update OAuth secret", "change Google client secret", "update my dev auth credentials", "replace a 1Password credential", "my OAuth secret changed", "update local dev credentials", "add a missing credential", or needs to update a specific OAuth credential in the 1Password dev auth item. Performs targeted rotation of a single credential in the local dev auth setup.
This skill should be used when the user asks to "check auth status", "check OAuth credential status", "verify my local auth setup", "are my dev credentials configured", "show auth config", "which providers are set up", "check if 1Password items exist for auth", or wants to diagnose their local OAuth setup. Provides a read-only diagnostic of the 1Password-backed local dev auth setup.
This skill should be used when the user asks to "set up local auth", "configure local OAuth", "set up dev OAuth credentials", "set up 1Password for local auth", "configure Google auth locally", "set up GitHub OAuth for local dev", "add dev auth to this project", or mentions needing local OAuth credentials without swapping env files. Sets up a 1Password-backed local dev OAuth credential workflow using op run.
This skill should be used when the user asks to "remove local auth setup", "teardown local OAuth", "remove dev auth", "clean up my local OAuth setup","undo local auth setup", "remove the dev:auth script", "delete the auth template", or wants to reverse a previous /setup-local-auth run. Cleanly removes all 1p-local-auth artifacts from the project without deleting the 1Password item.
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.
Claude Code skill pack for Clerk authentication (24 skills)
OAuth 2.0 and OpenID Connect authentication with secure flows. Use for third-party integrations, SSO systems, token-based API access, or encountering authorization code flow, PKCE, token refresh, scope management errors.
Development tools for Claude Code plugins - local testing without pushing
Secret safety hooks: auto-load credentials via CLAUDE_ENV_FILE, redact secrets from CLI output. Powered by the nopeek CLI.
Encrypted secrets manager for Claude Code sessions backed by a private Git repo
Authentication and security specialist for JWT implementation, OAuth2 flows, refresh tokens, session management, password hashing (bcrypt, argon2), 2FA, SSO, and security best practices. Use when implementing authentication, authorization, or security features.
Complete 1Password workflow for Claude Code projects — vault setup, secret injection, SAC, CI/CD
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.
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.
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