Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

XerahS

XerahS contient 22 skills collectées depuis ShareX, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
22
Stars
286
mis à jour
2026-05-25
Forks
15
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

port-imageeditor
Développeurs de logiciels

Use the local ShareX checkout as the source of truth for ShareX.ImageEditor, find the latest upstream commit that touches it, and port or sync the matching changes into the XerahS ShareX.ImageEditor submodule with path-aware diffing and build gates.

2026-05-25
publish-release
Développeurs de logiciels

Orchestrate XerahS release flow in strict order: run maintenance prep first, update-changelog second (optional only if docs/CHANGELOG.md is intentionally absent), verify build, bump/commit/push/tag while syncing Chocolatey version metadata, monitor GitHub Actions every 2 minutes, ensure standard release notes content, then set pre-release by default (use explicit opt-out for stable). On failures, inspect logs, fix root cause, and retry with the next patch release.

2026-05-12
update-changelog
Développeurs de logiciels

Rules and workflows for updating docs/CHANGELOG.md, including version grouping, aggressive consolidation, and GitHub tag-linked release headings.

2026-05-09
run-maintenance
Développeurs de logiciels

Repository maintenance preparation for XerahS. Use before release or changelog work to sync repositories, inspect submodule state, identify version/changelog needs, and hand off commit/push/version rules to git-workflow.

2026-05-09
mobile-experimental-ios-parity
Développeurs de logiciels

Bring src/mobile-experimental Avalonia/MAUI mobile apps to feature and behavior parity with src/mobile/ios while preserving native platform feel. Use when comparing the Swift iOS app against XerahS.Mobile.Ava, XerahS.Mobile.Maui, or the experimental iOS share extension, implementing parity gaps, or validating Android/iOS experimental mobile flows.

2026-05-01
mobile-android-ios-parity
Développeurs de logiciels

Bring src/mobile/android to feature and behavior parity with src/mobile/ios while keeping each app native. Use when comparing iOS Swift/SwiftUI/UIKit mobile behavior against Android Kotlin/Jetpack Compose behavior, implementing missing Android features, or validating parity with the Test Android Apps emulator QA workflow.

2026-05-01
draft-blog-post
Développeurs de logiciels

Maintain XerahS daily development blog drafts under docs/blog using the YYYY/YYYY-MM/blog-YYYYMMDD.md layout. Use when asked to create, update, or consolidate the current UTC+8 blog post from new feature work, bug fixes, build/tooling changes, or recent git history.

2026-04-16
sync-xips
Développeurs de logiciels

Create and maintain XerahS Improvement Proposals (XIPs) with GitHub as source of truth and docs/proposals/xip folder as backup. Use when creating or editing XIPs, syncing XIPs between GitHub issues and the docs/proposals/xip folder, or when the user mentions XIP, GitHub issues for XIP, or local XIP files.

2026-04-12
create-uploader-plugin
Développeurs de logiciels

Scaffold and implement a new XerahS uploader plugin under `src/desktop/plugins` with the correct project layout, provider/uploader classes, `plugin.json`, Avalonia config UI, solution registration, and build verification. Use when adding a new upload destination, storage backend, text uploader, or URL-sharing plugin to XerahS.

2026-04-11
build-android
Développeurs de logiciels

Build and deploy XerahS Android apps (Kotlin/Mobile.Kt, Avalonia, MAUI) to emulator/device via adb. Covers JAVA_HOME for Gradle, Compose KeyboardOptions/foundation, file locks, EmbedAssembliesIntoApk, init white-screen, single-node builds (-m:1), and cold-boot emulator. Never wait more than 5 minutes for a build—if it exceeds that, treat as failure and fix locks or parallelism.

2026-04-11
build-common
Développeurs de logiciels

Shared XerahS build guardrails for all platforms. Use with platform build skills when handling timeouts, stale dotnet processes, file locks, single-node MSBuild, build-server shutdown, and centrally managed dependency versions.

2026-04-11
build-linux-binary
Développeurs de logiciels

Builds Linux binaries (x64 and ARM64) for XerahS using the packaging script. Handles Linux packaging, log monitoring, and Avalonia XAML precompilation issues. Use build-common for shared build timeout, lock, and dependency guardrails.

2026-04-11
build-windows-exe
Développeurs de logiciels

Builds Windows executables (x64 and ARM64) for XerahS using the packaging script. Handles Windows packaging, Inno Setup, artifact validation, and Windows-specific file lock recovery. Use build-common for shared build timeout, lock, and dependency guardrails.

2026-04-11
xip-writing-reference
Développeurs de logiciels

Reference for writing effective XerahS Improvement Proposals (XIPs), including structure, templates, review checks, and implementation patterns. Use sync-xips for creating, editing, and syncing XIP GitHub issues and local backups.

2026-04-11
sharex-core-standards
Développeurs de logiciels

License headers, build configuration rules, dependency version guidance, and general coding standards for XerahS

2026-04-09
sharex-workflow-and-versioning
Développeurs de logiciels

Canonical Git, commit/push, and Directory.Build.props versioning workflow for XerahS. Use for any task that changes version numbers or requires commit/push.

2026-04-03
avalonia-api
Développeurs de logiciels

Comprehensive reference for Avalonia UI framework including XAML syntax, controls, data binding, MVVM patterns, styling, custom controls, layout system, responsive layout, navigation, and best practices. Covers CommunityToolkit.Mvvm integration, compiled bindings, dependency properties, attached properties, control templates, container queries, and cross-platform development patterns.

2026-03-17
design-ui-window
Concepteurs web et d'interfaces numériques

Redesigns or normalises any XerahS Avalonia .axaml page, dialog, or tool window to consistent app quality. Enforces layout, spacing, theming, surfaces, buttons, scrollbars, accessibility, and visual hierarchy. Only changes visuals, layout, and styles; never business logic, bindings, or public view-model API. Reusable by updating target_view_path.

2026-03-17
sharex-architecture-and-porting
Développeurs de logiciels

Platform abstraction rules, porting guidelines, and architecture standards for XerahS

2026-03-15
refactoring-audit-workflow
Développeurs de logiciels

A systematic workflow for identifying code pain points, planning refactoring, and creating GitHub issues.

2026-03-15
sharex-feature-specifications
Développeurs de logiciels

Detailed specifications for Uploader Plugin System and Annotation Subsystem features

2026-03-15
frontend-design
Concepteurs web et d'interfaces numériques

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-02-20