Bitwarden

Open source security solutions for individuals, teams, and business organizations. Explore Password Manager, Secrets Manager, and passkey innovations.

40 skills
ai-plugins110

AI plugin marketplace.

checked 4d ago
Audit your Claude config for security and quality
Reviews CLAUDE.md, SKILL.md, or agent configs for prompt injection risk, overpermissioning, missing guardrails, and structural issues—before you ship to production.
Engineering / code-reviewatomicfor-engineers
·1070
checked 4d ago
Cut noise from code review findings
Takes a list of flagged issues from a code review and runs each through rejection criteria and verification checks, keeping only the real problems worth fixing.
Engineering / code-reviewatomicfor-engineers
·1070
checked 4d ago
Wrap up a code review with a summary
After you've left inline comments, generates a rollup comment that groups findings by severity, calls out what blocks merge, and flags what's just style.
Engineering / code-reviewatomicfor-engineers
·1070
checked 4d ago
Run a clean handoff when work changes owners
A six-phase checklist for handing off or receiving a system, framework, or operational responsibility—covering documentation, knowledge transfer, dependency mapping, and success metrics.
Engineering / workflow-sprint-structurebundlefor-engineers
·1070
checked 4d ago
Check Bitwarden workflows against linting rules
Reference for all Bitwarden workflow linter rules—covers mechanical checks (naming, permissions, pinning) and style rules. Catches issues before they hit CI.
Engineering / pipelines-dataatomicfor-engineers
·1070
checked 4d ago
Load Bitwarden's security principles into context
Embeds Bitwarden's trust boundaries, data-classification rules, and security vocabulary (P01–P06) so Claude understands the constraints for any code review, architecture decision, or threat model.
Engineering / code-reviewmetafor-engineers
·1070
checked 4d ago
Run a multi-angle security code review
Launches specialized reviewers to check for auth flaws, injection, crypto misuse, and data leaks, then verifies findings with a final pass. Works on any codebase file or snippet.
Engineering / code-reviewfor-engineersexecution
·1070
checked 4d ago
Audit your system's security design
Reviews your authentication, authorization, trust boundaries, and encryption setup against OWASP and industry patterns. Flags gaps and suggests fixes without requiring a pentest.
Engineering / debugging-investigationatomicfor-engineers
·1070
checked 4d ago
Move a technical strategy idea toward greenlight
Walks an owner through writing a proposal, getting architecture feedback, and positioning it for the software initiative funnel—without politics.
Engineering / planning-thinkingbundlefor-engineers
·1070
checked 4d ago
Pull structured data out of Claude sessions
Reads one or many Claude Code session logs and extracts tabular data—queries, outputs, timestamps, errors—sorted and filtered by your criteria.
Engineering / debugging-investigationatomicfor-engineers
·1070
checked 4d ago
Design a system that fits your architecture
Walks through security posture, blast radius, and org constraints to help you design a solution that won't conflict with the rest of the system or create downstream debt.
Engineering / planning-thinkingatomicfor-engineers
·1070
checked 4d ago
Test a design choice in live code and document it
Takes a research recommendation, builds a spike in the actual codebase, runs it against real constraints, and drafts the architecture decision record so the team can decide.
Engineering / planning-thinkingbundlefor-engineers
·1070
checked 4d ago
Catch bugs before you commit code
Runs a structured checklist against your changes: test coverage, naming, documentation, error handling, and performance. Flags what's likely to fail review.
Engineering / code-reviewatomicfor-engineers
·1070
checked 4d ago
Understand an issue's full context and blockers
Pulls a Jira issue, its history, linked tickets, and dependent work to surface what's actually blocking you—not just the ticket title and description.
Engineering / workflow-sprint-structureatomicfor-engineers
·1070
checked 4d ago
Sort real security issues from false alarms
Reads scan results from Checkmarx, SonarCloud, or GitHub Advanced Security and ranks findings by severity and likelihood, flagging false positives so your team fixes what matters.
Engineering / debugging-investigationatomicfor-engineers
·1070
checked 4d ago
Structure an engineering project scope
Fills in a formal tech-breakdown template with scope checklist, child specs, open questions, and status gates—so the whole team knows what ships and in what order.
Engineering / planning-thinkingatomicfor-engineers
·1070
checked 4d ago
Fix pinned GitHub Actions across repos at once
Applies security fixes to GitHub Actions workflows across multiple repos — pins external actions to SHAs, updates internal actions to @main, and leaves a version comment for auditing.
Engineering / pipelines-dataatomicfor-engineers
·1070
checked 4d ago
Scan repos for workflow misconfigurations
Runs the Bitwarden workflow linter across your repos, flags mechanical errors (missing fields, bad syntax) and judgment calls (risky patterns), then sorts them by severity.
Engineering / pipelines-dataatomicfor-engineers
·1070
checked 4d ago
Spot security holes in your codebase
Scans code against OWASP Top 10 and CWE Top 25, flags injection risks, auth gaps, and data-exposure patterns, then ranks findings by severity.
Engineering / code-reviewatomicfor-engineers
·1070
checked 4d ago
Scan your repo for exposed API keys
Searches code and config files for hardcoded secrets, tokens, and credentials. Flags what's exposed, where it is, and which services need rotation.
Operations / compliance-securityatomicfor-ops
·1070
checked 4d ago
Find and fix vulnerable package dependencies
Scans your codebase for outdated or risky packages, surfaces Dependabot alerts, and flags transitive dependencies that introduce supply chain risk.
Engineering / pipelines-dataatomicfor-engineers
·1070
checked 4d ago
Sort code review feedback by real urgency
Takes a list of code review notes and buckets them as CRITICAL, IMPORTANT, DEBT, SUGGESTED, or QUESTION — so you flag blockers and skip the noise.
Engineering / code-reviewatomicfor-engineers
·1070
checked 4d ago
Post code review comments to GitHub
Formats inline review feedback as GitHub PR comments with severity indicators, clear explanations, and specific fixes — following Bitwarden's engineering standards.
Engineering / code-reviewatomicfor-engineers
·1070
checked 4d ago
Audit dependency changes for security risk
Reads a PR that bumps or adds libraries and surfaces breaking changes, security flags, and license conflicts before you merge—works with package.json, Cargo.toml, requirements.txt, and others.
Engineering / code-reviewatomicfor-engineers
·1070
checked 4d ago
Route a tech breakdown for cross-team sign-off
Maps who needs to review a technical breakdown, builds the signoff table, tracks approvals, and runs the launch checklist before marking it complete.
Engineering / planning-thinkingatomicfor-engineers
·1070
checked 4d ago
Map security risks before you build
Defines your security goals, sketches data flows, identifies where attackers could strike, and lists concrete mitigations — all in a format your eng team can hand to infosec for review.
Operations / compliance-securityatomicfor-founders
·1070
checked 4d ago
Lock scope and hand off work to teams
Takes a feature's architecture and breaks it into child epics, assigns work per team, and surfaces the leadership questions needed for a go/no-go decision.
Product / specificationbundlefor-pms
·1070
checked 4d ago
Curate and prioritize your strategy backlog
Reviews incoming strategy ideas against your current portfolio, flags conflicts and duplication, and surfaces the highest-signal bets for quarterly planning without losing track of the rest.
Product / discoveryatomicfor-pms
·1070
checked 4d ago
Document your system's design and tradeoffs
Guides you through a structured interview about your current tech stack, constraints, and goals—then drafts a written Architectural Assessment that captures the reasoning behind your setup.
Engineering / planning-thinkingbundlefor-engineers
·1070
checked 4d ago
Surface a team insight that shapes company direction
Walks you through recognizing when a recurring team problem signals a bigger technical need, framing it for architecture review, and tracking it into roadmap planning.
Engineering / planning-thinkingfor-engineersno-setup
·1070
checked 4d ago
Summarize what your team shipped this week
Reads git commits over a date range or branch and produces a structured summary of what changed—file-by-file diffs, intent, and risk—ready for code review or a standup.
Engineering / code-reviewatomicfor-engineers
·1070
checked 4d ago
Extract what actually happened in your sprint
Parses git history, conversation logs, and code diffs from a dev session to surface what went well, what slowed you down, and what to change next sprint.
Engineering / workflow-sprint-structureatomicfor-engineers
·1070
checked 4d ago
Write commit messages that pass code review
Enforces Bitwarden's commit conventions—scoped prefixes, linked tickets, clear intent—so your PRs sail through without "please reword your commits."
Engineering / workflow-sprint-structureatomicfor-engineers
·1070
checked 4d ago
Run an initiative from idea through launch
A five-phase playbook that guides you from research through launch, with checkpoints at each phase and pointers to deeper skills when you need them.
Product / specificationbundlefor-founders
·1070
checked 4d ago
Scan your CI/CD for risky or outdated actions
Crawls all GitHub workflow files across the org and flags actions that are unpinned, out of date, or explicitly forbidden—then reports the exact SHA and fix needed.
Engineering / pipelines-dataatomicfor-engineers
·1070
checked 4d ago
Run a feature through Bitwarden's initiative process
Phase-by-phase playbook for moving an idea from proposal through breakdown, estimation, and dependency coordination. Clarifies who owns what at each gate and when to escalate.
Engineering / workflow-sprint-structurebundlefor-engineers
·1070
checked 4d ago
Keep cross-team execution on track and close it out
Guides a shepherd through the post-launch phase: coordinating teams, running weekly pulse checks, surfacing blockers, documenting retrospectives, and formally closing out the initiative.
Product / communicationbundlefor-pms
·1070
checked 4d ago
Turn reviewer feedback into better code
Takes a PR comment thread and either implements the fix with justification or drafts a thoughtful push-back — respecting the reviewer's concern while keeping your judgment.
Engineering / code-reviewatomicfor-engineers
·1070
checked 4d ago
Run a thorough multi-pass code review
Analyzes code across architecture, security, and quality in parallel, then surfaces only the findings that matter — ranked by severity and mapped to the lines that need changing.
Engineering / code-reviewatomicfor-engineers
·1070
checked 4d ago
Auto-fix your workflow linter warnings
Takes linter findings from workflow-audit, applies safe mechanical fixes, flags judgment calls for you, re-lints to verify, and drafts a PR ready to merge.
Engineering / pipelines-dataatomicfor-engineers
·1070