What problem does it solve? Setting up a new RNA-seq analysis project involves repetitive boilerplate: creating directory structures, initializing git, and wiring up snakemake workflow submodules. This Skill automates that scaffolding with the cookiecutter-quarto-smk template so every project starts with a consistent Quarto+Snakemake layout. ## Core Features & Use Cases - Template-driven scaffolding: Runs cookiecutter against the cookiecutter-quarto-smk repository with documented defaults for every prompt (author, license, slurm partition, snakemake version). - RNA-seq submodule wiring: Configures the rna_seq snakemake workflow as a git submodule, including its nested submodules (GenometracksByGenotype, leafcutter, leafcutter2, leafcutter2_chao). - Non-interactive scripting: Supports --no-input mode with key=value pairs for fully automated project creation, including correct dict-literal syntax for the submodules parameter. - Use Case: A bioinformatician starting a new splicing analysis runs one command to create 20260310_MyProject with the standard analysis/, code/, data/, and output/ layout and the rna_seq workflow pre-linked. ## Quick Start Ask the AI to create a new RNA-seq project named with the YYYYMMDD_ProjectName convention using the cookiecutter-quarto-smk template and the rna_seq submodule.