You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Craft guidance for engineers to understand contributing to Claude tooling in the server repo.
The guidance in the other-side-of-the-coin for ai-plugins/pull/88.
This PR adds a new documentation file (.claude/CONTRIBUTING.md, 130 lines) that explains how to contribute Claude Code tooling — skills, agents, commands, hooks, and CLAUDE.md entries — to this repository. The guide covers scope and shape decisions, security conventions for Bitwarden-specific terminology, anti-patterns, and an iterative authoring workflow. Content is grounded in the repo's existing .claude/ structure and links to the canonical Claude Code docs and bitwarden/ai-plugins.
Code Review Details
No findings. The document is internally consistent, well-structured, and free of broken links or factual issues. The relative link [\.claude/`](.)correctly resolves to.claude/when rendered from.claude/CONTRIBUTING.mdon GitHub. No conflict with the existing top-levelCONTRIBUTING.md`, which targets general Bitwarden contribution flow rather than Claude tooling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎟️ Tracking
PM-35200
📔 Objective
Craft guidance for engineers to understand contributing to Claude tooling in the server repo.
The guidance in the other-side-of-the-coin for ai-plugins/pull/88.