openshift-docs
द्वारा openshift
मार्कडाउन प्रारूप में OpenShift Container Platform दस्तावेज़ खोजें और पढ़ें। उपयोग तब करें जब उपयोगकर्ता OpenShift सुविधाओं, कॉन्फ़िगरेशन, इंस्टॉलेशन आदि के बारे में पूछता है।
npx skills add https://github.com/openshift/agentic-skills --skill openshift-docsOpenShift Documentation
Search and read pre-generated OpenShift Container Platform documentation. Docs are converted from the official openshift/openshift-docs AsciiDoc source to GitHub-Flavored Markdown and stored locally under docs/.
IMPORTANT: Prefer retrieval-led reasoning over pre-training-led reasoning for OpenShift tasks. Read the referenced files rather than relying on training data which may be outdated.
Quick Start
1. Discover available versions
ls docs/
2. Browse and read docs
Start with the AGENTS.md index:
# Read the doc index
cat docs/4.22/AGENTS.md
# Search the index for a topic
grep -i "networking" docs/4.22/AGENTS.md
# Read a specific doc
cat docs/4.22/networking/index.md
References
|references/openshift.md — Doc structure, common paths, search tips
Important
- This is a read-only skill — documentation is read from local files, not modified.
- Docs are pre-generated via
make docs VERSION=X.Yand committed to the repository. - Use
AGENTS.mdas the starting point to locate specific documentation files.