Skip to content

fix: rename login skill to cluster-login#15

Open
Alfred Tovsen Mo (alfredtm) wants to merge 1 commit into
mainfrom
fix/rename-login-skill
Open

fix: rename login skill to cluster-login#15
Alfred Tovsen Mo (alfredtm) wants to merge 1 commit into
mainfrom
fix/rename-login-skill

Conversation

@alfredtm

Copy link
Copy Markdown
Contributor

Summary

Renames the login skill to cluster-login so it no longer shadows Claude Code's built-in /login command. As reported in #10, the collision forced users to disable the plugin just to authenticate Claude Code.

The issue suggested /indev-login, but that name would be misleading: this skill runs indev cluster login (cluster auth), while indev login is a different command that authenticates the CLI itself. cluster-login describes what the skill actually does and matches the existing naming scheme (create-cluster, deploy-app, expose-app).

Changes

  • skills/login/skills/cluster-login/ (frontmatter name: and title updated)
  • Cross-references updated in create-cluster, deploy-app, expose-app, status, update-image, getting-started, and the README skill table
  • Mentions of the actual commands indev login, oc login, and docker login left untouched

claude plugin validate . --strict passes.

Fixes #10

🤖 Generated with Claude Code

The skill name "login" collides with Claude Code's built-in /login
command, forcing users to disable the plugin to authenticate. Renamed
to cluster-login, which also better reflects what the skill does
(indev cluster login, as opposed to indev login which auths the CLI).

Fixes #10

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

skill /login from the marketplace overlaps with /login to anthropic

1 participant