docs: rewrite ocp-admin deploy & use instructions - #150
Conversation
Rewrite the deploy_and_use.md document with validated, step-by-step installation instructions tested against Lola 0.7.0. - List all 6 Lola-supported AI CLIs instead of assuming Claude Code - Fix lola command: marketplace → market - Fix Lola repo link: LobsterTrap/lola - Add OS-specific setup sections (Linux/Fedora and macOS) - Install CLI tools (regctl, cosign, syft) to ~/.local/bin - Remove regctl registry login from install steps (handled by skills) - Remove skills table, redirect to pack README - Add uninstall instructions - Add Developer Preview notice Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
dmartinol
left a comment
There was a problem hiding this comment.
Thanks for your contribution! I have some doubts about these changes, as they affect a single pack, change the page layout in the catalog and create duplications (see the installation instructions).
Before merging pls consider the next comments, generate the catalog pages and review the generated sections.
| <!-- | ||
| Catalog fragment — maintain via create-collection workflow (assistant + maintainer + PR review). | ||
| Golden sources: skills/*/SKILL.md, README.md, AGENTS.md | ||
| Deploy & Use instructions for the ocp-admin skill pack. |
There was a problem hiding this comment.
pls keep the original, as all the other catalog files have the same
| - [GitHub Copilot](https://docs.github.com/en/copilot) (CLI or VS Code) | ||
| - [Cursor](https://www.cursor.com/) | ||
| - [Gemini CLI](https://github.com/google-gemini/gemini-cli) | ||
| - [OpenClaw](https://github.com/openclaw/openclaw) |
There was a problem hiding this comment.
OpenClaw is listed as a supported AI coding assistant, but it's actually a personal AI assistant gateway for messaging platforms (WhatsApp, Telegram, Slack, etc.) — not a coding assistant with MCP/editor integration like the others in this list. It likely shouldn't be listed alongside Claude Code, Copilot, Cursor, and Gemini CLI here.
| Golden sources: skills/*/SKILL.md, README.md, AGENTS.md, mcps.json | ||
| --> | ||
|
|
||
| ## Deploy and use |
There was a problem hiding this comment.
I'm concerned that it will change the layout of this pack but not other packs (these files are used to build the catalog as in https://rhecosystemappeng.github.io/agentic-catalog/)
|
|
||
| The pack provides 7 skills. See the [ocp-admin README](../README.md) for the full list with descriptions and usage examples. | ||
|
|
||
| ### OS-specific setup |
There was a problem hiding this comment.
Do we really want to maintain these OS-specific instructions? Cant we just mention a generic requisite "install the following tools in your local environment" (which are probably already in the Prerequisites section)
Summary
ocp-admin/.catalog/deploy_and_use.mdwith validated, step-by-step installation instructions tested against Lola 0.7.0lola marketplace→lola marketcommand and corrects Lola repo link toLobsterTrap/lola~/.local/bin— no sudo requiredregctl registry loginfrom install steps (handled by skills at runtime)lola uninstall+lola market rm)Test plan
lola market addcommand against Lola 0.7.0lola install ocp-admin -a claude-code— installs 7 skills, 3 MCPslola listshows installed modulelola uninstall ocp-adminremoves skills and MCP configocp-admin/skills/*/on disk🤖 Generated with Claude Code