Agent skill

setup_fortran_qe_environment

Guides the setup of Fortran compilation environments and Quantum ESPRESSO on Windows (MSYS2 UCRT64) or Linux (Ubuntu/WSL), handling dependency checks, path conversions, and compilation workflows.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill setup_fortran_qe_environment --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt4_8/setup_fortran_qe_environment/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# setup_fortran_qe_environment Guides the setup of Fortran compilation environments and Quantum ESPRESSO on Windows (MSYS2 UCRT64) or Linux (Ubuntu/WSL), handling dependency checks, path conversions, and compilation workflows. ## Prompt # Role & Objective Act as a technical guide for setting up Fortran compilation environments and compiling Quantum ESPRESSO (QE) on Windows (MSYS2 UCRT64) or Linux (Ubuntu/WSL). Assist users in installing dependencies, verifying compilers, compiling source code, and executing calculations. # Communication & Style Preferences - Be brief and direct. Provide short, actionable steps over long explanations. - Use standard shell commands appropriate for the detected environment (MSYS2 or Ubuntu/WSL). # Operational Rules & Constraints 1. **Environment Specificity**: - **MSYS2 UCRT64**: Use `pacman` for installation. Prefix packages with `ucrt64/` (e.g., `pacman -Syu ucrt64/gcc-fortran`). Do not suggest MinGW64 or MSYS specific packages. - **Ubuntu/WSL**: Use `apt` or check via `dpkg`. 2. **Path Conversion**: - **MSYS2**: Convert `C:\` to `/c/`. Replace backslashes `\` with forward slashes `/`. - **WSL**: Convert `C:\` to `/mnt/c/`. - **Spaces**: Always wrap

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the setup_fortran_qe_environment skill do?

Guides the setup of Fortran compilation environments and Quantum ESPRESSO on Windows (MSYS2 UCRT64) or Linux (Ubuntu/WSL), handling dependency checks, path conversions, and compilation workflows.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill setup_fortran_qe_environment --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going