frontend-forge-fi-operations
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.
npx skills add kubesphere/kubesphere --skill frontend-forge-fi-operations --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Frontend Forge FI Operations Operate `FrontendIntegration` resources and the `frontend-forge` extension with `kubectl`. ## When to Use - Create a `FrontendIntegration` from complete `FrontendIntegration` YAML - Update, enable, disable, or delete an existing FI - Inspect FI status, build jobs, `JSBundle`, ConfigMap, manifest, or source-spec annotations - Troubleshoot FI reconciliation or build output - Create, enable, disable, uninstall, or inspect the `frontend-forge` extension ## Do Not Use - Generate new `FrontendIntegration` YAML from natural language - Manage extensions other than `frontend-forge` - Assume FI operations are valid before checking extension state - Use patch as the creation path for a new FI when the user already has YAML ## Preconditions - `kubectl` must be configured for the target cluster. - `frontend-forge` extension installation and enabled state are prerequisites for all FI functionality. - `frontend-forge-controller` exists only after the `frontend-forge` extension is installed. - `FrontendIntegration` is cluster-scoped. Do not add `-n` when operating on FI resources. ## Read First - Read [references/extension-management.md](references/extension-manageme
- When to Use
- Do Not Use
- Preconditions
- Read First
- Preflight
- FI Operations
- Create FI From YAML
- Update Existing FI
- Disable FI
- Enable FI
- Delete FI
- Extension Management
- Create Extension
- Disable Extension
kubectl get extension frontend-forge kubectl get installplan frontend-forge -o yaml
What does the frontend-forge-fi-operations skill do?
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.
How do I install it?
Run `npx skills add kubesphere/kubesphere --skill frontend-forge-fi-operations --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From kubesphere/kubesphere, a repository with 17,016 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
