What problem does it solve? Extending Kubernetes into a self-service platform API requires deep knowledge of Crossplane's evolving surface — Managed Resources, XRDs, Compositions, Composition Functions, and packages — and the v1-to-v2 model changes (namespaced XRs, removed Claims, functions-only pipelines) make outdated guidance a real risk. This Skill encodes the correct v2-first authoring and operating rules so platform engineers avoid misconfigurations like bumping Composition to a nonexistent v2 apiVersion or installing monolithic providers. ## Core Features & Use Cases - Full authoring lifecycle: Install Crossplane via Helm, wire ProviderConfig credentials (Secret, IRSA, GKE/AKS workload identity), write Managed Resources with managementPolicies and deletionPolicy, design versioned XRDs, and compose function pipelines (function-patch-and-transform, function-auto-ready, function-environment-configs). - Packaging, GitOps, and testing: Build and sign xpkg packages with ImageConfig and Cosign, deliver via ArgoCD/Flux, and test compositions with crossplane render, validate, and trace. - Read-only triage scripts: Four bash + kubectl scripts audit control-plane health, stuck Managed Resources, safe-start MRD/MRAP activation posture, and package digest-pinning without ever mutating the cluster. - Use Case: A platform team needs to offer a self-service "App" API to developers. Use this Skill to author the XRD, write a Pipeline-mode Composition, install provider family members with least-privilege credentials, and verify everything with the health-check script. ## Quick Start Ask the AI to design a Crossplane v2 XRD and Composition for a namespaced composite resource backed by an AWS S3 bucket Managed Resource.