Agent skill · Frontend

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.

kubespheregithub.com/kubesphereGitHub ↗
claude-codeNOASSERTION
Install
npx skills add kubesphere/kubesphere --skill frontend-forge-fi-operations --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/frontend-forge-fi-operations/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 17,016
Language: Go
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Do Not Use
  3. Preconditions
  4. Read First
  5. Preflight
  6. FI Operations
  7. Create FI From YAML
  8. Update Existing FI
  9. Disable FI
  10. Enable FI
  11. Delete FI
  12. Extension Management
  13. Create Extension
  14. Disable Extension
Ships with 4 files
  • agents/openai.yaml
  • references/extension-management.md
  • references/inspection.md
  • references/lifecycle.md
Commands it runs
kubectl get extension frontend-forge
kubectl get installplan frontend-forge -o yaml
More from kubesphere
All skills →
About this skill
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.

Keep going