frontend-forge-fe-oper…
Operate FrontendExtension (FE) resources in frontend-forge: create, update, rebuild, inspect package artifacts, download packages, publish, unpublish, delete,…
Operate FrontendIntegration resources and the frontend-forge extension. Use when Codex needs to create a FrontendIntegration from FrontendIntegration YAML, update or patch FI lifecycle state, inspect or troubleshoot FI build output, or create, enable, disable, uninstall, and
$ npx -y skills add kubesphere/kubesphere --skill frontend-forge-fi-operations --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/frontend-forge-fi-operationsContext preview
The summary Claude sees to decide when to auto-load this skill.
Operate FrontendIntegration resources and the frontend-forge extension. Use when Codex needs to create a FrontendIntegration from FrontendIntegration YAML, update or patch FI lifecycle state, inspect or troubleshoot FI build output, or create, enable, disable, uninstall, and
name: frontend-forge-fi-operations description: Operate FrontendIntegration resources and the frontend-forge extension. Use when Codex needs to create a FrontendIntegration from FrontendIntegration YAML, update or patch FI lifecycle state, inspect or troubleshoot FI build output, or create, enable, disable, uninstall, and inspect the frontend-forge extension through its InstallPlan and extension resources.
Operate `FrontendIntegration` resources and the `frontend-forge` extension with `kubectl`.
Always run these checks before any FI create, update, enable, disable, delete, inspect, or troubleshoot flow:
kubectl get extension frontend-forge kubectl get installplan frontend-forge -o yaml
Only continue to FI operations when:
If the extension is missing or disabled, switch to the extension management workflow first.
Only create FI from complete `FrontendIntegration` YAML content or a YAML file path.
1. Run the preflight checks. 2. If the user provides YAML content, write it to a temporary file. 3. Apply the YAML with `kubectl apply -f`. 4. Inspect the result.
See [references/lifecycle.md](references/lifecycle.md) for the exact create and post-apply inspection commands.
See [references/lifecycle.md](references/lifecycle.md) for the exact update, enable, disable, and delete commands.
Disable an existing FI by patching `spec.enabled=false`.
See [references/lifecycle.md](references/lifecycle.md) for the exact disable command and post-check flow.
Enable an existing FI by patching `spec.enabled=true`.
See [references/lifecycle.md](references/lifecycle.md) for the exact enable command and post-check flow.
Delete the FI resource only after the preflight checks pass.
See [references/lifecycle.md](references/lifecycle.md) for the exact delete command.
Use fixed resource names for `frontend-forge`:
Ask the user for the `frontend-forge` extension version. If it is not provided, resolve the latest version first.
See [references/extension-management.md](references/extension-management.md) for the exact version lookup command and InstallPlan YAML.
Patch `installplan/frontend-forge` so `spec.enabled=false`.
Patch `installplan/frontend-forge` so `spec.enabled=true`.
Delete `installplan/frontend-forge`.
Inspect `extension/frontend-forge` and `installplan/frontend-forge`.
See [references/extension-management.md](references/extension-management.md) for the exact create, enable, disable, uninstall, and inspect commands.
The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️
Repo: kubesphere/kubesphere
Operate FrontendExtension (FE) resources in frontend-forge: create, update, rebuild, inspect package artifacts, download packages, publish, unpublish, delete,…
Generate canonical FrontendIntegration YAML from a simplified single-menu authoring model for frontend-forge.
Use when deploying KubeEye for cluster inspection, creating InspectRule/InspectPlan resources, or retrieving inspection results. Covers InstallPlan-based…
KubeSphere cluster query Skill (read-only). Use when user requests to view cluster list, cluster status, cluster details, or cluster version info. Do not…
KubeSphere central controller Skill. Routes to specific Skills based on user requests: multi-cluster management (kubesphere-cluster-management), multi-tenant…
Use when configuring ArgoCD in KubeSphere DevOps, including GitOps deployments, application management, SSO setup, or troubleshooting ArgoCD issues