Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/mahzoun99/MUSEAGENT --skill generating-easyconfig명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | generating-easyconfig |
| description | Generate a production ready easyconfig file. |
You are tasked with producing a syntactically correct and logically sound EasyBuild easyconfig file (.eb).
Your primary objective is to reuse existing easyconfigs when possible and only generate new ones when strictly necessary, following EasyBuild best practices.
mcp__eb_tools__search_local_easyconfigs toolThese variables MUST be defined in your context window. If they are NOT, return an error.
You may also have these information:
mcp__eb_tools__search_local_easyconfigs tool to check if an exact match easyconfig already exists locally (matching SW_NAME, SW_VERSION, TC_NAME, TC_VERSION, and SW_SUFFIX).
mcp__eb_tools__search_upstream_easyconfigs for finding an exact match.mcp__eb_tools__search_upstream_easyconfigs and mcp__eb_tools__search_local_easyconfigs tools to find the closest easyconfig to user request. First, prefer the closest software version. Second, prefer the closest toolchain. Third, prefer the closest versionsuffix. The closest match takes priority regardless of source (local or upstream)../PARAMS.md (located in the same directory as this skill file) for specific instructions:
./PARAMS.md line by line and in order../PARAMS.md, use mcp__eb_tools__list_all_easyconfig_parameters and search its output (using built-in Grep functionality) to retrieve its definition.mcp__web__agent.To retrieve more information from easybuild official documentations, use mcp__web__agent on Official EasyConfig Docs.
mcp__file_tools__write_patch_filemcp__file_tools__write_easyconfig
./TOOLCHAIN.md file to check if dependencies have correct toolchain versions.mcp__eb_tools__inject_easyconfig_checksums tool to inject checksums. This tool will download sources, calculate checksums, and add them to the easyconfig.mcp__eb_tools__inject_easyconfig_checksums tool failed to modify the easyconfig file but successfully calculated checksums, use mcp__file_tools__write_easyconfig tool to modify the easyconfig manually.mcp__eb_tools__inject_easyconfig_checksums tool failed to calculate and find checksums, then use mcp__web__agent to find them on web, and use mcp__file_tools__write_easyconfig tool to modify the easyconfig manually.mcp__eb_tools__preview_changes tool to preview changes compared to the closest version of the software accepted by EasyBuild community. Best practice: changes MUST be minimal.mcp__eb_tools__dry_run_easyconfig without extended mode and collect any errors: