Frontend Forge Fi Operations
94TrustedInstructions onlyKubernetes management for FrontendIntegration resources and the frontend-forge extension.
What it does
Frontend Forge Fi Operations equips your assistant to interact directly with cluster resources related to the frontend-forge ecosystem. It transitions the assistant from general Kubernetes commands to specific awareness of how these integrations are built, bundled, and enabled within a cluster.
Installing this adds standardized routines for verifying extension health before acting on individual integrations. This ensures that lifecycle requests like enabling, disabling, or modifying resource states occur only when the underlying controller environment is confirmed to be ready.
When it earns its place
Reach for it when…
Best employed when you need to deploy a specific frontend integration from existing YAML files or require a systematic way to toggle the state of the frontend-forge extension itself. It is also the correct choice for deep-diving into build jobs or inspecting configuration maps linked to active frontend integrations.
Look elsewhere when…
Avoid using this for generating new frontend integration configurations from scratch, as it relies on you providing complete, functional YAML definitions. It is also not suitable for managing arbitrary Kubernetes extensions outside of the specific frontend-forge suite, nor can it bypass the requirement for a pre-configured, functional cluster connection.
What to say to use it
You never invoke a skill directly — the assistant picks it up when your request matches what it covers. These are the kinds of things that do that.
- Check if the frontend-forge extension is enabled
- Apply this FrontendIntegration YAML file to the cluster
- Disable the current frontend integration for maintenance
- Show me the build status for my frontend integration
- Uninstall the frontend-forge extension
Install it
Install for all your projects
Copy the skill directory into your personal skills folder. Claude picks it up on its own the next time your request matches what it does — there is nothing to enable.
git clone --depth 1 --branch master https://github.com/kubesphere/kubesphere.git /tmp/kubesphere
mkdir -p ~/.claude/skills
cp -r /tmp/kubesphere/skills/frontend-forge-fi-operations ~/.claude/skills/frontend-forge-fi-operationsInstall for one project only
Put it in the project's own skills folder instead, so it can be committed and shared with everyone working on that repository.
cp -r /tmp/kubesphere/skills/frontend-forge-fi-operations .claude/skills/frontend-forge-fi-operationsIf a skill of the same name exists in both places, the personal one wins.
Installing on Claude.ai or through the API instead? The full guide covers every surface.
Pair it with an MCP server
Frontend Forge Fi Operations changes how the work is done. These servers change what Claude can reach while doing it.
- AWS Labs MCP Server76The skill encodes how your deployments are supposed to go; AWS Labs MCP Server is what lets Claude see the infrastructure they go to.
- Sentry MCP Server81Sentry MCP Server shows what actually broke, which is what turns a runbook from a document into a response.
- Circleci MCP Server58Pair with Circleci MCP Server so pipeline state informs the procedure rather than being described after the fact.