Command Claude Code
Guided requirements refinement and implementation planning for Bitwarden Android.
Command Claude Code
Guided requirements refinement and implementation planning for Bitwarden Android.
Command Claude Code
Guided Android code review workflow through context gathering, Android-specific review, and output.
Command Claude Code
Guided Android development workflow through all lifecycle phases.
Settings file Claude Code
Bitwarden mobile apps (Password Manager and Authenticator) for Android.
Skill Claude CodeCodex
Build, test, lint, and deploy commands for the Bitwarden Android project. Use when running tests, building APKs/AABs, running lint/detekt, deploying, using fastlane, or discovering codebase structure. Triggered by "run tests", "build", "gradle", "lint", "detekt", "deploy", "fastlane", "assemble", "verify", "coverage".
Skill Claude CodeCodex
Evaluates a bitwarden/android "Update SDK to" PR against the sdk-internal commit range for compile-time and runtime breaking changes, maps affected symbols to Android call sites, and applies clear in-scope fixes. Use when reviewing an SDK bump PR, a bitwardenSdk version change, or triaging sdk-internal breaking…
Skill Claude CodeCodex
This skill should be used when implementing Android code in Bitwarden. Covers critical patterns, gotchas, and anti-patterns unique to this codebase. Triggered by "How do I implement a ViewModel?", "Create a new screen", "Add navigation", "Write a repository", "BaseViewModel pattern", "State-Action-Event", "type-safe…
Skill Claude CodeCodex
Instructions for capturing UI state, comparing with mocks, and interacting with an Android device using MCP tools backed by ADB.
Skill Claude CodeCodex
Architecture design and phased implementation planning for Bitwarden Android. Use when planning implementation, designing architecture, creating file inventories, or breaking features into phases. Triggered by "plan implementation", "architecture design", "implementation plan", "break this into phases", "what files do…
Skill Claude CodeCodex
Requirements gap analysis and structured specification for Bitwarden Android. Use when refining requirements, analyzing specs, identifying gaps, or producing structured specifications from tickets or descriptions. Triggered by "refine requirements", "gap analysis", "spec review", "requirements analysis", "what's…
Skill Claude CodeCodex
Android-specific code review checklist and MVVM/Compose pattern validation for Bitwarden Android — use this for any review task, even if the user doesn't explicitly ask for a "checklist". Detects change type automatically and loads the right review strategy (feature additions, bug fixes, UI refinements, refactoring…
Skill Claude CodeCodex
This skill should be used when writing or reviewing tests for Android code in Bitwarden. Triggered by "BaseViewModelTest", "BitwardenComposeTest", "BaseServiceTest", "stateEventFlow", "bufferedMutableSharedFlow", "FakeDispatcherManager", "expectNoEvents", "assertCoroutineThrows", "createMockCipher", "createMockSend"…
MCP server Claude CodeCodexCursor +2
MCP server "android-device" as configured in bitwarden/android. Launched with bash -c cd .claude/mcp/android-device-server && npm install --silent >/dev/null .
Settings file Claude Code
MCP server for interaction with Bitwarden.
Plugin Claude Code
Plugin marketplace listing 16 plugins: claude-retrospective, claude-config-validator, bitwarden-code-review, bitwarden-init, bitwarden-product-analyst.
Settings file Claude Code
AI plugin marketplace.
Plugin Claude Code
Claude Code hooks that emit metadata-only AI-usage telemetry (identity, git-linkage, MCP) as OTLP logs. Fail-open.
Hook
Runs when a subagent finishes, executing emit_identity.py via python3. From bitwarden/ai-plugins.
Hook
Runs to expand your prompt before the agent sees it, executing emit_identity.py via python3. From bitwarden/ai-plugins.
Hook
Runs after a tool call finishes for Task, Agent, Skill, Edit, MultiEdit, Write, NotebookEdit, Bash and mcp__.* tool calls, executing emit_identity.py, emit_git.py and emit_mcp.py via python3 (3 commands). From bitwarden/ai-plugins.
Plugin Claude Code
Atlassian access via MCP server with deep Jira issue research skill, JQL search, Confluence pages, CQL search, attachments, and opt-in Jira write tools.
MCP server Claude CodeCodexCursor +2
MCP server "bitwarden-atlassian" as configured in bitwarden/ai-plugins. Launched with bash -c cd "${CLAUDE_PLUGIN_ROOT}/mcp/bitwarden-atlassian-mcp-server" && corepac. Needs 5 environment variables to run.
Skill Claude CodeCodex
Use when the user provides a single Jira issue key and asks whether it is still relevant, still applicable, still pending, still a bug, has been fixed, or can be closed. Trigger phrases include "Is [TICKET] still relevant?", "Is this still an issue?", "Is PM-123 still pending?", "Has this been fixed?", "Can we close…
Skill Claude CodeCodex
File Jira work items that stand on their own, with real ticket titles, acceptance criteria in whatever field the target project provides, and verified dependency links. Reads the target project's create screen first, so no project's field layout is assumed.