bitwardenbitwardenOfficial·7 Agent Skills Included

clients

Build and modernize Bitwarden password manager apps with AI

Guides AI agents through real development work inside the Bitwarden clients monorepo, covering the web vault, browser extension, desktop app, and CLI. Modernizes legacy Angular code, converts Figma designs into production components, fixes lint suppressions, and plans new vault item types. Removes guesswork around monorepo structure, security rules, and testing so changes pass review on the first try.
npx skills add bitwarden/clients --all -g -y
Available:

Gives the AI agent the monorepo layout, strict security rules like never logging vault data, and the exact lint and test commands to run before finishing any coding task.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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