.claude/skills/computational-software-environment-setup/SKILL.md
Configure a MATLAB-based computational environment with multiprecision computing capabilities for mathematical modeling, numerical analysis, and perovskite solar cell simulations. Use when reproducing study results from 2017-2018 research or setting up equivalent computational environments with specific software versions.
npx skillsauth add ShaneLogic/SolarLab computational-software-environment-setupInstall 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.
This skill provides the specific software configuration required to replicate computational studies involving mathematical modeling, numerical analysis of differential equations, and perovskite solar cell simulations.
Set up the base MATLAB installation with the following specifications:
Note: Newer versions may have different syntax or performance characteristics. For exact reproduction, use the specified version.
Install the extension toolbox to enable multiprecision computing capabilities:
Consult the following resource for numerical methods implementation:
Confirm the environment is properly configured by:
version commandver or toolbox-specific commandsdevelopment
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.