ShareX Core Standards

A set of general coding rules for XerahS, including licence notices, build settings, dependency versions, and other project standards.

In plain words
What is it for?
Use it when adding or reviewing code, changing build configuration, or updating dependencies in XerahS.
Why use it?
It helps new changes follow the repository's existing legal, build, and maintenance requirements.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sharex/xerahs/coding-standards
Any agent
npx skills add ShareX/XerahS --skill coding-standards
Clone the repo
git clone --depth 1 https://github.com/ShareX/XerahS

Made for: Claude Code, Codex.

Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 861 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00024 $0.00861
Opus 5 $0.00012 $0.00430
Sonnet 5 $0.00005 $0.00172
Haiku 4.5 $0.00002 $0.00086

Measured 2d ago against content hash 6a97b36c4e53, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ShareX Core Standards scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.ai/skills/coding-standards/SKILL.md · 94 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 94 lines · 24 tokens per session scan A 6a97b36c4e53

Subscribe to this mod's changes

ShareX Core Standards is a skill published in the GitHub repository ShareX/XerahS (319 stars, last pushed 2d ago), licensed GPL-3.0. It adds 24 tokens to every session and 861 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

kevi-build-troubleshoot

KyoshinEewViewer.csproj のCSVソースジェネレータは、リポジトリ直下の git管理外 ディレクトリ jma-code-dictionary/csv/ に依存する。.

ingen084/KyoshinEewViewerIngen · 95 tokens

kevi-test-launch

KyoshinEewViewer.Desktop(または launcher 経由)をテスト起動するときは、必ず専用プロファイルディレクトリを -c オプションで指定する。.

ingen084/KyoshinEewViewerIngen · 101 tokens

creating-claude-code-skills

Guide for creating effective Claude Code Agent Skills. Use when users want to create, improve, or troubleshoot Skills that extend Claude's capabilities with specialized workflows, domain expertise, or tool integrations.

ingen084/KyoshinEewViewerIngen · 45 tokens

kevi-trimming-debug

リリースビルド(self-contained + PublishTrimmed)でのみ発生するデシリアライズ不具合の調査手順。トリミング(ILLink)起因のバグ、再現用reproプロジェクトでは再現しないのに本番だけ失敗する場合に使う。.

ingen084/KyoshinEewViewerIngen · 78 tokens

officecli

Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.

Sylinko/Everywhere · 56 tokens

performance-optimization-dotnet

Optimizes .NET/C# application performance — measure first with BenchmarkDotNet / dotnet-counters / dotnet-trace / PerfView, then fix the specific bottleneck (EF Core N+1, sync-over-async, Gen2 GC pressure, thread-pool starvation, allocation hotspots, unbounded queries, missing pagination, Kestrel misconfiguration).…

peterblazejewicz/claude-plugins · 105 tokens