
from claude-plugins28
Practical reference for managing Python monorepos with uv workspaces: workspace layout, shared lockfiles, member dependencies, sync/build commands, and Docker-f
This skill provides a concise, actionable reference for configuring and operating uv-managed Python workspaces (multi-package monorepos). It explains root vs virtual workspaces, member pyproject conventions, source inheritance, requires-python resolution, common commands (sync, lock, run, build), CI/docker patterns, and troubleshooting tips.
Use when the user asks about uv workspaces, setting up multi-package Python projects, shared lockfiles, or CI patterns for monorepos. Prefer other skills for single-package management, packaging/publishing, or advanced dependency edge cases.
Useful for agents that assist with developer workflows and repo edits (Claude Code, Codex-style agents).
This skill has not been reviewed by our automated audit pipeline yet.
OpenFeature SDK Integration
Guides integration of the vendor-agnostic OpenFeature feature-flag SDK across languages: installation, provider setup, flag evaluation, hooks, and testing patte
Mermaid Diagrams
Generate flowcharts, sequence diagrams, ERDs and other visuals from text using the Mermaid CLI (mmdc).
CI Workflow Standards
Guidelines and templates for GitHub Actions CI/CD: container builds, testing, release automation, and optional auto-fix workflows.
Project Discovery
Automatically orient an agent to an unfamiliar git codebase: analyze git state, detect project type and tooling, surface risk flags and give actionable next ste
Rust Development (Modern Practices)
Provides expert guidance for modern Rust systems programming: cargo workflows, ownership, async/concurrency (Tokio), testing, profiling, and tooling best practi
Git Repository Detection
Extract owner/repo identifiers from git remotes (HTTPS/SSH/enterprise) so CLIs and APIs can target the correct GitHub repository.