ArgoCD CLI authentication with SSO. Provides argocd login command, gRPC-Web configuration, and post-login operations. Use when user mentions ArgoCD login, argocd authentication, SSO auth, or accessing ArgoCD applications and clusters.
/plugin marketplace add laurigates/claude-plugins/plugin install kubernetes-plugin@lgates-claude-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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:
...
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.