Windsurf already offers powerful personalization through: Global and workspace-specific rules (e.g. .windsurfrules or global_ rules.md ) to guide Cascade’s style, reasoning, and output Workflows stored in .windsurf/workflows/ as repeatable, step-by-step task sequences Skills that extend Cascade’s capabilities with custom tools/behaviors Memories and other context files However, these are currently managed locally (per-user or per-workspace), which creates friction for teams. Developers often recreate similar rules, workflows, and skills across projects, leading to inconsistency, duplicated effort, and “drift” in team standards. Proposed feature: A centralized, shared library for teams Introduce a team-level shared library (or “organization knowledge hub”) that allows: Central storage & versioning — A cloud-backed or git-synced repository of approved/shared rules, workflows, skills, and memories that can be maintained by team leads, tech leads, or a dedicated “AI standards” owner. Easy discovery & subscription — Team members can browse/search the library inside Windsurf (e.g. via a new “Team Library” pane in settings or Cascade sidebar) and one-click “subscribe” to pull the latest versions into their workspace or global scope. Granular attachment — Apply shared items selectively: Globally for the user To a specific workspace/repo To certain file types/folders (via globs, similar to existing rule scoping) Version control & updates — See when a shared rule/workflow/skill was updated, review changes, and choose to pin a version or auto-update. Optional approval flow for critical teams. Overrides & composition — Allow local/workspace overrides that extend (rather than fully replace) shared items, so teams can customize without breaking consistency. Searchable & documented — Each shared item should support rich markdown descriptions, example usage, and tags (e.g. “security”, “frontend”, “testing”, “prisma”).