What problem does it solve? Navigating B-Fabric LIMS to find projects, samples, workunits, and datasets requires knowing the correct API endpoints, relationship fields, and query patterns, which is error-prone and slow when done manually. ## Core Features & Use Cases - Interactive Queries: Search projects, orders, samples, workunits, datasets, and resources via bfabricPy with correct relationship traversal (e.g., workunits use containerid, not projectid). - Lineage Tracing: Trace datasets upstream to source samples, list workunit outputs, and find downstream analyses for a given sample. - Metadata Export: Generate project summaries, sample sheets, and resource listings in Markdown, CSV, TSV, or JSON formats. - Use Case: A bioinformatician needs to find all BAM files in project p31662 and export a sample sheet for order 39391; the skill provides ready-made scripts and query patterns to accomplish both in minutes. ## Quick Start Ask the agent to find all samples and workunits for B-Fabric project 31662 and export a project summary report.