What problem does it solve?
This Skill streamlines the process of building, configuring, and managing dependencies for complex Fortran projects, eliminating manual intervention and reducing build errors.
Core Features & Use Cases
- Dependency Resolution: Automatically parses source files to determine module dependencies and compiles them in correct order. Use this for managing large-scale Fortran codebases.
- Project Configuration: Simplifies build setup through flexible
fobos files supporting multi-mode profiles, templates, and custom rules. Ideal for complex build environments including static and shared libraries.
- Dependency Fetching: Integrates with GitHub to clone, build, and include external libraries seamlessly into the project. Useful for ensuring reproducible builds with external code.
- Command Automation: Supports build, clean, fetch, and custom rule commands with logging and JSON output for CI/CD pipelines.
- Error Diagnosis: Provides targeted troubleshooting advice for common build errors such as missing modules or misconfigured dependencies.
Quick Start
Use the fobis skill to build your Fortran project with optimized settings for your development or production environment.