sequence-development

Scaffold Station Service test sequences with decorators, drivers, and manifest.yaml.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to building Station Service test sequences using decorators, lazy driver loading, and manifest-driven configuration, reducing integration friction and setup time.

Core Features & Use Cases

  • Decorator-driven design: @sequence, @step, @parameter patterns ensure consistency.
  • BaseDriver framework: Retain a clean separation between sequence logic and hardware drivers.
  • Manifest-driven metadata: Centralize configuration and hardware mapping for repeatable automation.

Quick Start

Scaffold a new sequence folder with sequence.py, drivers/, and manifest.yaml, register it, and run a simple test sequence to validate the workflow.