← ClaudeAtlas

lookdnbclisted

Look up DNBC (Danish National Birth Cohort) study variables by topic across all questionnaire waves. Use this whenever the user asks to find, list, or identify DNBC variables related to a concept (e.g. "find variables about smoking", "which variables cover maternal depression / breastfeeding / infections / childhood adversity?"), asks what variables exist in a given wave, needs variable names, descriptions, or answer labels from the DNBC codebooks, or is deciding which variables to pull during preprocessing. Searches a pre-built dictionary of ~7,900 variables from the Interview 1-4, 7-year, 11-year (child & adult) and 18-year follow-up codebooks and returns matches grouped by wave with each variable's name, description, and value labels. Trigger this even when the user only names a topic and asks "what DNBC variables are there for this?", or references a codebook, a wave, or a variable code such as A018, E_QDATE, Z004_1, or A031_5.
alkat19/dnbc_skills · ★ 0 · Data & Documents · score 60
Install: claude install-skill alkat19/dnbc_skills
# lookdnbc — DNBC variable finder Help find the right DNBC variables for a topic. Given a concept, return the matching variables across waves with their **name**, **description**, and **answer labels** — the information needed to decide what to load and how to recode it during preprocessing. The searchable data is already built into this skill (no PDF parsing at query time): - **[references/dnbc_variables.tsv](references/dnbc_variables.tsv)** — the dictionary, 7,989 rows, one variable per line, tab-separated: `wave · var · page · description · labels · depends_on · section · source`. Fully self-contained per line, so a single match shows everything. - **[references/topics.tsv](references/topics.tsv)** — curated `concept → terms` maps behind `--topic`. - **[references/text/](references/text/)** — the clean full text of each codebook (`i1.txt` … `y18.txt`). `--context` reads these for you; open one directly only when you need more than it shows. ## Waves covered | slug | wave | code prefixes | |------|------|---------------| | `i1` | Interview 1 — prenatal, ~12 wk gestation | A | | `i2` | Interview 2 — prenatal, ~30 wk gestation | B | | `i3` | Interview 3 — postnatal, ~6 months | C, P | | `i4` | Interview 4 — postnatal, ~18 months | D, S, R, O, T | | `y7` | 7-year follow-up | Z | | `y11c` | 11-year follow-up — child self-report | E, E_ | | `y11a` | 11-year follow-up — adult/parent report | F, F_ | | `y18` | 18-year follow-up | G, G_ | ## The `source` column —