Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions gitops/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- alimobrem
- svghadi
reviewers:
- alimobrem
- svghadi

component: "GitOps Skills"
22 changes: 22 additions & 0 deletions gitops/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# GitOps skills

This directory contains skills that help AI agents design, generate, review,
and troubleshoot GitOps-based application delivery.

The skills may cover:

- General GitOps concepts and repository patterns
- Argo CD
- OpenShift GitOps Operator
- Argo Rollouts
- Argo Workflows
- Argo Events
- Multi-cluster and multi-tenant delivery

## Available skills

### argo-knowledge

Provides knowledge and guidance for the Argo ecosystem and OpenShift GitOps,
including manifest generation, architecture guidance, resource explanations,
best practices, and common configuration mistakes.
Loading