sdk-sequence-guide

Build test sequences with the Station Service SDK using SequenceBase and manifest.yaml.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/Soochol/F2X_NeuroHub --skill sdk-sequence-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdk-sequence-guide
Source: https://github.com/Soochol/F2X_NeuroHub/tree/main/station_service_sdk/.claude/skills/sdk-sequence-guide
Command: npx skills add https://github.com/Soochol/F2X_NeuroHub --skill sdk-sequence-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a concise guide to building test sequences using the Station Service SDK, enabling faster, repeatable automation workflows.

Core Features & Use Cases

  • SequenceBase-driven design: Build tests with setup, run, and teardown lifecycle.
  • emit_ helpers*: Report progress and measurements during sequence execution.
  • manifest.yaml: Define metadata and hardware interactions for repeatable automation.

Quick Start

Create a minimal sequence by extending SequenceBase, implement setup/run/teardown, write a manifest.yaml describing your sequence, and run it via the UI or CLI to validate end-to-end automation.