frontend-forge-fi-operations
Operate FrontendIntegration resources and the frontend-forge extension
Install / Use
npx skills add kubesphere/kubesphere --skill frontend-forge-fi-operationsInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Our assessment of frontend-forge-fi-operations
frontend-forge-fi-operations scores 87/100 on our quality scale, 594th of 1,995 Development & Engineering skills we index (top 30%).
Its SKILL.md is 5.0 KB long, well organised into 19 sections with 1 code example: a solid amount of guidance for an agent.
With 17,059 GitHub stars, it is one of the more widely adopted skills in the catalogue.
Maintenance, license and trust
- The repository was last updated about 2 months ago, so frontend-forge-fi-operations is actively maintained.
- No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
- Its trust signals score 88/100, with 1 caution from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
frontend-forge-fi-operations compared with similar skills
All 4 of these similar skills score higher than frontend-forge-fi-operations; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| frontend-forge-fi-operations (this skill)by kubesphere | 87 | 17.1k | 2mo ago | SKILL.md |
| ai-job-searchby MadsLorentzen | 100 | 44.0k | 5d ago | CLAUDE.md |
| claude-howtoby luongnv89 | 100 | 41.7k | today | CLAUDE.md |
| algorithmic-artby anthropics | 100 | 177.9k | 3d ago | SKILL.md |
| pptxby anthropics | 100 | 177.9k | 3d ago | SKILL.md |
Frequently asked questions
- How do I install frontend-forge-fi-operations?
- Run
npx skills add kubesphere/kubesphere --skill frontend-forge-fi-operations. The install tabs above show the steps for each supported agent. - Which AI agents does frontend-forge-fi-operations work with?
- It is written for OpenAI Codex, as a SKILL.md file. Other agents that read the same format can often use it too.
- Is frontend-forge-fi-operations safe to use?
- It declares no license and scores 88/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is frontend-forge-fi-operations still maintained?
- The repository was last updated about 2 months ago, so frontend-forge-fi-operations is actively maintained.
Skill content
View source on GitHubname: 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.
Frontend Forge FI Operations
Operate FrontendIntegration resources and the frontend-forge extension with kubectl.
When to Use
- Create a
FrontendIntegrationfrom completeFrontendIntegrationYAML - 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-forgeextension
Do Not Use
- Generate new
FrontendIntegrationYAML 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
kubectlmust be configured for the target cluster.frontend-forgeextension installation and enabled state are prerequisites for all FI functionality.frontend-forge-controllerexists only after thefrontend-forgeextension is installed.FrontendIntegrationis cluster-scoped. Do not add-nwhen operating on FI resources.
Read First
- Read references/extension-management.md before any FI operation.
- Read references/lifecycle.md for FI create, update, enable, disable, and delete workflows.
- Read references/inspection.md for FI inspection and troubleshooting.
Preflight
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:
- the
frontend-forgeextension exists - the
frontend-forgeInstallPlan exists spec.enabled=trueon the InstallPlan
If the extension is missing or disabled, switch to the extension management workflow first.
FI Operations
Create FI From YAML
Only create FI from complete FrontendIntegration YAML content or a YAML file path.
- Run the preflight checks.
- If the user provides YAML content, write it to a temporary file.
- Apply the YAML with
kubectl apply -f. - Inspect the result.
See references/lifecycle.md for the exact create and post-apply inspection commands.
Update Existing FI
- Prefer editing YAML and re-applying it.
- Use patch only for targeted lifecycle changes when the user explicitly wants patch semantics.
See references/lifecycle.md for the exact update, enable, disable, and delete commands.
Disable FI
Disable an existing FI by patching spec.enabled=false.
See references/lifecycle.md for the exact disable command and post-check flow.
Enable FI
Enable an existing FI by patching spec.enabled=true.
See references/lifecycle.md for the exact enable command and post-check flow.
Delete FI
Delete the FI resource only after the preflight checks pass.
See references/lifecycle.md for the exact delete command.
Extension Management
Use fixed resource names for frontend-forge:
- extension:
frontend-forge - InstallPlan:
frontend-forge
Create Extension
Ask the user for the frontend-forge extension version. If it is not provided, resolve the latest version first.
See references/extension-management.md for the exact version lookup command and InstallPlan YAML.
Disable Extension
Patch installplan/frontend-forge so spec.enabled=false.
Enable Extension
Patch installplan/frontend-forge so spec.enabled=true.
Uninstall Extension
Delete installplan/frontend-forge.
Inspect Extension State
Inspect extension/frontend-forge and installplan/frontend-forge.
See references/extension-management.md for the exact create, enable, disable, uninstall, and inspect commands.
Rules
- Treat extension readiness as the first gate for all FI operations.
- Create new FI resources only from
FrontendIntegrationYAML. - Prefer
kubectl apply -ffor FI creation. - Keep FI troubleshooting available after the preflight checks pass.
- Keep command details in references; keep
SKILL.mdfocused on routing and decision logic. - Use
extensionandinstallplanresources as the source of truth for extension state. - Treat
frontend-forge-controllerexistence as a runtime signal, not the primary source of truth. - Do not generalize extension commands to any name other than
frontend-forge.
Related Skills
ai-job-search
44.0kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.7kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
algorithmic-art
177.9kCreating 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.
pptx
177.9kUse this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an em…
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
