flagrelease-entrance-flagos

Orchestrate LLM deployment and benchmarking across multi-chip GPU backends.

18|12|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/flagos-ai/skills --skill flagrelease-entrance-flagos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flagrelease-entrance-flagos
Source: https://github.com/flagos-ai/skills/tree/main/skills/flagrelease-entrance-flagos
Command: npx skills add https://github.com/flagos-ai/skills --skill flagrelease-entrance-flagos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates the end-to-end LLM deployment, verification, and benchmarking pipeline across multi-chip GPU backends, producing a final structured report. Assumes a prepared GPU container is available and coordinates gate-checked steps with stateful data flow between stages.

Core Features & Use Cases

  • End-to-end orchestration of the four sub-skills: install-stack, env-verify, model-verify, and perf-test, with seamless state propagation.
  • Gate-driven control and robust error handling to ensure pipeline completeness and clear failure reporting.
  • Modular design where each sub-skill can be executed independently while contributing to a unified final report.

Quick Start

Install and run the FlagRelease entrance skill to orchestrate the end-to-end LLM deployment and benchmarking pipeline.

Frequently Asked Questions about flagrelease-entrance-flagos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate end-to-end LLM deployment and benchmarking across multi-chip GPU backends?

You can orchestrate end-to-end LLM deployment and benchmarking by using a gate-driven pipeline that coordinates stack installation, environment verification, model testing, and performance testing across multi-chip GPU backends to produce a structured JSON report.

What is the best way to manage stateful data flow between LLM deployment and verification steps?

Managing stateful data flow between LLM deployment steps requires a modular orchestration pipeline that propagates state seamlessly across install-stack, env-verify, model-verify, and perf-test stages while enforcing gate-based progress control.

Do I need a running GPU container to start the LLM benchmarking pipeline?

Yes, you need a prepared running GPU container available before starting the LLM benchmarking pipeline, as the orchestration process assumes the environment is ready to install, verify, and test the stack directly on the multi-chip backend.

Can I run individual model verification and performance test stages independently?

Yes, you can run individual stages like model-verify or perf-test independently due to the modular design, while each sub-skill still contributes its results to a unified final report for structured analysis.

How does gate-driven control handle timeouts and errors during GPU stack verification?

Gate-driven control handles timeouts and errors during GPU stack verification by enforcing gate-checked progress at each stage, applying specific timeouts for every operation, and generating clear failure reporting to ensure pipeline completeness.