clients
Build and modernize Bitwarden password manager apps with AI
All Skills in This Repository (7)
Pure Emerald Level Indicatorsangular-modernization
Modernize legacy Angular components to standalone architecture with CLI migrations.
fix-angular-fixmes
Resolves eslint-disable suppression comments by fixing underlying Angular and TypeScript issues.
evaluating-sdk-internal-updates
Evaluates sdk-internal version bump PRs for compile-time and runtime breaking changes.
create-hec-event-integration
Adds a token-authenticated HEC event integration to the Bitwarden web client behind a feature flag.
writing-client-code
Applies Bitwarden Angular and TypeScript conventions when writing client application code.
cipher-type-planner
Plans the creation or modification of cipher types across the Bitwarden clients monorepo.
create-pull-request
Creates draft GitHub pull requests following Bitwarden title and template conventions.
Frequently Asked Questions
FAQPage SchemaHow to install Bitwarden Clients skills?▼
Run `npx skills add bitwarden/clients --all -g -y` in your terminal to install all skills in this suite globally.
What do the Bitwarden client skills do?▼
They teach your AI agent the Bitwarden monorepo conventions so it can safely write Angular and TypeScript code, modernize components, and prepare pull requests that pass review.
Can AI convert Figma designs into Angular components?▼
Yes. The figma-to-angular skill reads a Figma link, maps design tokens to the codebase, and produces a complete component with Storybook stories and tests.
How to modernize old Angular code automatically?▼
The angular-modernization skill runs official Angular CLI migrations for standalone components, control flow, and signals, then applies Bitwarden-specific patterns like OnPush change detection.
Do these skills work with Claude Code?▼
Yes. All skills follow the standard SKILL.md format and run directly inside Claude Code and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core