Use this skill when building, expanding, auditing, or answering from a persistent markdown wiki of peer-reviewed tropical cyclone research, especially atmospheric dynamics, air-sea interaction, upper-ocean response, intensity change, structure, hazards, and forecasting.
This skill turns an agent into a maintainer of a persistent markdown wiki for tropical cyclone research. Use it when ingesting peer-reviewed papers, updating synthesis pages, answering questions from the wiki, or linting the wiki for contradictions, stale claims, and missing cross-links.
The raw papers are the source of truth. The wiki is the compiled layer. Prefer durable wiki edits over one-off chat summaries whenever the result would be useful again.
Prioritize peer-reviewed literature on tropical cyclones and their atmosphere-ocean system, including:
Default to peer-reviewed sources. If the user wants to include preprints, reports, operational guidance, or reviews, label them explicitly and do not mix them with primary evidence.
index.md, and log.md. Read them before changing structure.For paper pages, add or refresh a source_access frontmatter field whenever you touch the page:
full_text: the page is grounded in direct full article text or PDF accessmetadata_only: the page is grounded mainly in abstract, DOI landing page, bibliographic, or publisher-summary metadatacitation_network: the page is grounded mainly in indirect citation traces or reference-list contextmixed: the page combines more than one access mode and cannot be represented cleanly by one stronger categoryTreat source_access as a maintenance signal, not as marketing. If access is constrained, say so plainly.
source_access frontmatter field using the conventions above.source_access: full_text and the paper is equation-central, include a # Key Equations section# Referenced Papers section near the end of the paper page as a curated ingest queue:
index.md.authors.md and tc-cases.md so they reflect the current ingest.README.md includes top-level wiki count links, check and refresh them on every ingestion using current repository totals:Papers (x): count current papers/*.md pagesAuthors (y): count current author entries in authors.mdStorms (z): count current storm entries in tc-cases.mdlog.md.log.md remains in ascending chronological order (earlier entries first, later entries last).Do not stop at the paper summary. The point of the wiki is to propagate new evidence into the existing synthesis.
Before finalizing any wiki mutation:
python3 scripts/lint_wiki.py from the repository root.log.md when they materially affect confidence.New Evidence-style blocks.index.md blurbs describe current content, not edit history with labels such as new, seed, first-pass, or early.index.md first.Look for:
README.md, authors.md, and tc-cases.mdsource_access labeling on paper pagesPrefer using python3 scripts/lint_wiki.py for the repeatable structural checks, then do a human pass for scientific-content issues the script cannot judge.
authors.mdWhen the repository contains a top-level authors.md index:
papers/*.md pages (not from memory or partial diffs).# Citation section and extract the listed authors as written.Last, First in the index.No authors indexed.).Surname (Year)Surname1 and Surname2 (Year)Surname1 et al. (Year)and coauthors) from authors.md; do not create entries such as Coauthors, Unspecified.Last name + first initial match (for example, Fischer, M. S. vs Fischer, Michael S.), merge them into one canonical entry, and combine all paper links under that entry.authors.md, add or refresh its link from the top-level index.md page.tc-cases.mdWhen the repository contains a top-level tc-cases.md index:
tc-cases.md, add or refresh its link from the top-level index.md page.Author et al. (Year) found ...$...$ for short in-sentence expressions and fenced math blocks for standalone equations.When deciding which pages to touch, check across these buckets:
Touch the narrowest pages that changed and at least one broader synthesis page when the new paper materially shifts understanding.
Prefer claims backed directly by the paper text, tables, figures, or supplement. Keep review articles separate from primary evidence. If a paper is outside scope, methodologically weak, or only partially relevant, say so plainly in the paper page instead of silently blending it into consensus language.
index.md and the latest entries in log.md.index.md and log.md.Use wiki-schema.md only when the repository does not already have a clear wiki layout or when page conventions have drifted.