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 https://github.com/kubesphere/kubesphere --skill frontend-forge-fi-operations
Operate FrontendIntegration resources and the frontend-forge extension with kubectl.
FrontendIntegration from complete FrontendIntegration YAMLJSBundle, ConfigMap, manifest, or source-spec annotationsfrontend-forge extensionFrontendIntegration YAML from natural languagefrontend-forgekubectl 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.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:
frontend-forge extension existsfrontend-forge InstallPlan existsspec.enabled=true on the InstallPlanIf 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.
kubectl apply -f.See references/lifecycle.md for the exact create and post-apply inspection commands.
See 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 for the exact disable command and post-check flow.
Enable an existing FI by patching spec.enabled=true.
See 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 for the exact delete command.
Use fixed resource names for frontend-forge:
frontend-forgefrontend-forgeAsk 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.
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 for the exact create, enable, disable, uninstall, and inspect commands.
FrontendIntegration YAML.kubectl apply -f for FI creation.SKILL.md focused on routing and decision logic.extension and installplan resources as the source of truth for extension state.frontend-forge-controller existence as a runtime signal, not the primary source of truth.frontend-forge.Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take kubesphere/frontend-forge-fi-operations from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.