infra

Executes infrastructure group tasks for development environments, component integration, testing, and observability.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/HKUST-QUANT-SOCIETY/quantcode --skill infra-hkust-quant-society
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra
Source: https://github.com/HKUST-QUANT-SOCIETY/quantcode/tree/main/.opencode/groups/infra/skills/infra
Command: npx skills add https://github.com/HKUST-QUANT-SOCIETY/quantcode --skill infra-hkust-quant-society

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Infrastructure group members need a governed workflow for handling development environment setup, component integration, testing, and observability tasks inside QuantCode, without bypassing organizational authorization or approval gates. ## Core Features & Use Cases - Capability Reuse First: Queries the Capability Catalog and group long-term Memory before starting work, recording real capability coverage with organization_reuse and proposing solutions via organization_solution. - Task Grading and Gating: Classifies tasks by level; L2/L3 work only begins after the SolutionDoc is frozen, and users confirm concrete versions in the task interface. - Scoped Permissions: Works only in authorized R&D workspaces; GitGraph consumes only verified GitHub subjects visible under the mapped team, and production deployment stays on a separate Admin plane. - Use Case: An infra group member receives a task to integrate a new observability component. The Skill checks existing organizational capabilities, proposes a solution, waits for user confirmation, implements in the authorized workspace, runs tests, and reports changes with test evidence. ## Quick Start Start an infra group task asking to set up a testing environment for a new component, reusing existing organizational capabilities and waiting for my confirmation before implementation.

Frequently Asked Questions about infra

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

FAQPage Schema
How do I run an infrastructure task in QuantCode?

Start a native QuantCode task under the infra group, which inherits identity, workspace, budget, and plan from the host. The workflow first queries the Capability Catalog and group Memory, then proposes a solution for user confirmation before implementing.

What permissions does the infra group have in QuantCode?

The infra group is a work responsibility, not an Admin role. It can work in authorized R&D workspaces on development environments, component integration, testing, and observability, but receives no production shell or deployment permissions.

When does L2 or L3 task implementation start?

L2 and L3 tasks only begin implementation after the SolutionDoc is frozen. The Skill records capability coverage with organization_reuse and proposes solutions with organization_solution, but users confirm concrete versions in the task interface.

Can the infra group access any GitHub repository?

No. GitGraph only consumes verified GitHub subjects in repositories visible under the mapped team. The infra group name itself does not grant repository permissions.

Who handles production deployment for infra work?

Production deployment belongs to a separate Admin management plane. The infra group's HumanGate covers only merge and permission actions, so deployment requires the independent Admin workflow.