Switches the Claude Code install snippet from the full Gitea clone URL to the rootiest/rootiest-ai GitHub shorthand, which resolves because this repo mirrors to github.com/rootiest/rootiest-ai on every push.
Adds the standalone shell form (claude plugin marketplace add rootiest/rootiest-ai) for use outside an active session.
Keeps the full Gitea URL documented as the fallback for forks/private mirrors.
/plugin marketplace add rootiest/rootiest-ai in a live Claude Code session
## Summary
- Switches the Claude Code install snippet from the full Gitea clone URL to the `rootiest/rootiest-ai` GitHub shorthand, which resolves because this repo mirrors to github.com/rootiest/rootiest-ai on every push.
- Adds the standalone shell form (`claude plugin marketplace add rootiest/rootiest-ai`) for use outside an active session.
- Keeps the full Gitea URL documented as the fallback for forks/private mirrors.
## Test plan
- [x] `python3 scripts/generate_plugins.py --check` passes (docs-only change, generator untouched)
- [x] `/plugin marketplace add rootiest/rootiest-ai` in a live Claude Code session
This repo mirrors to github.com/rootiest/rootiest-ai on every push, so
/plugin marketplace add rootiest/rootiest-ai resolves fine and is
shorter than the full Gitea clone URL. Also documents the standalone
`claude plugin marketplace add` form for use outside a session.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
rootiest/rootiest-aiGitHub shorthand, which resolves because this repo mirrors to github.com/rootiest/rootiest-ai on every push.claude plugin marketplace add rootiest/rootiest-ai) for use outside an active session.Test plan
python3 scripts/generate_plugins.py --checkpasses (docs-only change, generator untouched)/plugin marketplace add rootiest/rootiest-aiin a live Claude Code session