From kubernetes-plugin
Executes ArgoCD CLI login with SSO and gRPC-Web to argocd.dataportal.fi cluster. Provides verification, app/cluster/project commands, and troubleshooting for authentication issues.
npx claudepluginhub laurigates/claude-plugins --plugin kubernetes-pluginThis skill is limited to using the following tools:
ArgoCD CLI authentication with SSO for the Data Portal cluster.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
ArgoCD CLI authentication with SSO for the Data Portal cluster.
Use this skill automatically when:
argocd login argocd.dataportal.fi --grpc-web --sso
argocd.dataportal.fi - Data Portal ArgoCD server endpoint--grpc-web - Enable gRPC-Web protocol (required for web-based SSO)--sso - Use Single Sign-On authentication (opens browser for OAuth2 flow)Detect authentication need:
Execute login command:
argocd login argocd.dataportal.fi --grpc-web --sso
Guide user through SSO:
~/.config/argocd/configVerify authentication:
argocd account get-user-info
# List applications
argocd app list
# Get application details
argocd app get <app-name>
# Sync application
argocd app sync <app-name>
# View application resources
argocd app resources <app-name>
# List clusters
argocd cluster list
# Get cluster info
argocd cluster get <cluster-name>
# List projects
argocd proj list
# Get project details
argocd proj get <project-name>
~/.config/argocd/config--grpc-web flag is presentargocd.dataportal.fiargocd login argocd.dataportal.fi --grpc-web --ssoargocd account get-user-infoThis skill complements the ArgoCD MCP server tools:
mcp__argocd-mcp__*) require authenticated CLI session~/.config/argocd/config)User: "I need to check the status of my ArgoCD applications"
Claude: I'll log you into ArgoCD first, then check the application status.
[Executes: argocd login argocd.dataportal.fi --grpc-web --sso]
Please complete the SSO authentication in the browser that just opened.
Once authenticated, I'll retrieve your application list.
[After successful auth, executes: argocd app list]
Here are your applications:
...