ShareX

29 mods across 1 repository, 319 stars between them.

ShareX/XerahS

Skill Claude CodeCodex

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

319 2d ago A 24 tokens GPL-3.0

avalonia-api

03

ShareX/XerahS

Skill Claude CodeCodex

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…

319 2d ago A 72 tokens GPL-3.0

build-android

04

ShareX/XerahS

Skill Claude CodeCodex

Build and deploy XerahS Android apps (Kotlin/Mobile.Kt, Avalonia, MAUI) to emulator/device via adb. Covers JAVAHOME 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…

319 2d ago A 99 tokens GPL-3.0

build-common

05

ShareX/XerahS

Skill Claude CodeCodex

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.

319 2d ago A 47 tokens GPL-3.0

build-linux-binary

06

ShareX/XerahS

Skill Claude CodeCodex

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.

319 2d ago D 57 tokens GPL-3.0

build-windows-exe

07

ShareX/XerahS

Skill Claude CodeCodex

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.

319 2d ago A 60 tokens GPL-3.0

ShareX/XerahS

Skill Claude CodeCodex

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

319 2d ago A 24 tokens GPL-3.0

ShareX/XerahS

Skill Claude CodeCodex

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…

319 2d ago A 73 tokens GPL-3.0

design-ui-window

10

ShareX/XerahS

Skill Claude CodeCodex

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…

319 2d ago A 82 tokens GPL-3.0

draft-blog-post

11

ShareX/XerahS

Skill Claude CodeCodex

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.

319 2d ago A 63 tokens GPL-3.0

frontend-design

13

ShareX/XerahS

Skill Claude CodeCodex

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.

319 2d ago A 43 tokens GPL-3.0

ShareX/XerahS

Skill Claude CodeCodex

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

319 2d ago A 40 tokens GPL-3.0

graphify

15

ShareX/XerahS

Skill Claude CodeCodex

Query the XerahS src knowledge graph for architecture, dependencies, and symbol relationships. Use when exploring how modules connect, finding paths between types, or orienting on unfamiliar areas of src/.

319 2d ago A 41 tokens GPL-3.0

ShareX/XerahS

Skill Claude CodeCodex

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…

319 2d ago A 65 tokens GPL-3.0

ShareX/XerahS

Skill Claude CodeCodex

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…

319 2d ago A 79 tokens GPL-3.0

port-imageeditor

18

ShareX/XerahS

Skill Claude CodeCodex

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.

319 2d ago A 57 tokens GPL-3.0

publish-release

19

ShareX/XerahS

Skill Claude CodeCodex

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…

319 2d ago A 113 tokens GPL-3.0

run-maintenance

20

ShareX/XerahS

Skill Claude CodeCodex

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.

319 2d ago A 47 tokens GPL-3.0

sync-xips

21

ShareX/XerahS

Skill Claude CodeCodex

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.

319 2d ago A 79 tokens GPL-3.0

triage-runtime-logs

22

ShareX/XerahS

Skill Claude CodeCodex

Triage pasted or file-backed XerahS startup, runtime, capture, history, or debug logs. Use when a user asks whether logged errors are still valid, wants fixes from a log excerpt, or needs repeated log noise reduced to a small verified bug list with code-level follow-through.

319 2d ago A 64 tokens GPL-3.0

update-changelog

23

ShareX/XerahS

Skill Claude CodeCodex

Rules and workflows for updating docs/CHANGELOG.md with user-facing, consolidated release notes (not commit logs). Includes version grouping, noise filtering, platform/XIP-aware bullets, and GitHub tag-linked headings.

319 2d ago A 46 tokens GPL-3.0

ShareX/XerahS

Skill Claude CodeCodex

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.

319 2d ago A 51 tokens GPL-3.0