.claude/skills/citation-format-parsing/SKILL.md
Parse academic citation strings to identify source type (book, journal article, book chapter, or conference paper) and extract structured metadata including authors, title, and publication details. Use when analyzing reference lists, building bibliographies, extracting publication information from citation text, or converting unstructured citations to structured format.
npx skillsauth add ShaneLogic/SolarLab citation-format-parsingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need to:
Locate the author names at the beginning of the citation:
Extract the title text following the author block:
Apply decision tree based on delimiters:
IF format is (Publisher, City, Year):
IF format is JournalName Volume, Pages (Year):
IF format contains in [Title], ed. by [Editor]:
Return a structured metadata object containing:
authors: List of author names (String)title: Title of the work (String)source_details: Object with Publisher/Journal, Volume, Pages, Yeardevelopment
Understand and comply with Driftfusion software licensing terms, including the open-source AGPL v3.0 frontend and proprietary MATLAB pdepe solver backend. Use when using, modifying, or distributing Driftfusion code.
development
Initialize the Driftfusion simulation environment and create parameter objects. Use this skill when starting a new MATLAB session or setting up device properties for simulation.
development
Define device layer structure, configure spatial and time meshes, and build device structures with interface grading. Use this skill when setting up the physical geometry and discretization of a simulation device.
research
Analyze simulation solutions, calculate physical quantities, and generate plots. Use this skill when processing completed simulations, extracting currents/densities, or visualizing results.