Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

Vermeil-Launcher

يحتوي Vermeil-Launcher على 8 من skills المجمعة من davekb1976-beep، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
8
Stars
3
محدث
2026-06-28
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

minecraft-mod
مطوّرو البرمجيات

Work on the Vermeil companion Minecraft mod (Java/Fabric/Forge/Mixin) under companion-mod/. Use when writing or changing mod code, adding a cape/render feature, hooking the game with a Mixin or coremod, resolving mappings, or building/running the mod with Gradle. Relevant terms include fabric, forge, mixin, coremod, java, gradle, loom, forgegradle, cape, render, companion-mod, genSources, setupDecompWorkspace, runClient.

2026-06-28
content-source-parity
مطوّرو البرمجيات

Implement or modify any feature that flows through both Modrinth and CurseForge (search, browse, install, update checks, metadata fetches). Use when touching services/modrinth.rs, services/curseforge.rs, services/cf_*.rs, commands/mods.rs, BrowseModpacks.tsx, or the Browse tab in InstanceMods.tsx. Documents the API differences between the two sources so features don't silently break for one of them.

2026-06-21
release-process
مطوّرو البرمجيات

Release a new version of Vermeil. Use when shipping, tagging, bumping versions, writing changelogs, or preparing a release. Covers the full release flow from pre-checks to tag push.

2026-06-21
dependencies
مطوّرو البرمجيات

Add, update, or remove dependencies and toolchain/system prerequisites safely, covering Rust crates, npm packages, Gradle/Java mod deps, and required tools like JDK or Build Tools. Use when installing a library, bumping versions, adding a build tool, evaluating a crate, or removing unused packages. Always ripples the change into the docs that list dependencies.

2026-06-20
add-mod-loader
مطوّرو البرمجيات

Add support for a new Minecraft mod loader (like a new Forge fork or new loader project). Use when implementing a new loader backend, adding loader version fetching, or wiring a loader into the launch pipeline.

2026-06-02
add-screen
مطوّرو الويب

Add a new full-page screen/view to the launcher UI. Use when creating a new page, adding a new section to the sidebar, or implementing a new top-level view.

2026-06-02
add-tauri-command
مطوّرو البرمجيات

Add a new Tauri IPC command connecting the Rust backend to the SolidJS frontend. Use when creating a new invoke command, adding backend functionality, or wiring a new API endpoint through IPC.

2026-06-02
refactoring
مطوّرو البرمجيات

Safely restructure, rename, extract, or move code without breaking existing functionality. Use when reorganizing modules, extracting functions, renaming symbols across the IPC boundary, or cleaning up code structure.

2026-06-02