super-speedy-syslog-searcher: Command for Claude Code

.github/prompts/sync-rust-platform-tiers.prompt.md

sync-rust-platform-tiers is a command for Claude Code, GitHub Copilot from jtmoon79/super-speedy-syslog-searcher. It costs 0 tokens per session (215 once invoked), scanned A, original, MIT.

A command that updates a shell script's Rust platform-target list from the Rust 1.88.0 platform-support source. A target triple identifies a processor and operating-system combination for which Rust can build software.

In plain words
What is it for?
Use it to refresh the TIER_TARGETS array in tools/cross-builds.sh, include all documented target groups, and review the count and diff.
Why use it?
It prevents the script's list from drifting away from the documented Rust support tiers. It also checks that the edited shell script still has valid syntax.

Command for Claude CodeGitHub Copilot

Written for Claude Code and GitHub Copilot: argument-hint in frontmatter, but also a Copilot chat mode or prompt. Also seen: agent in frontmatter.

This is jtmoon79/super-speedy-syslog-searcher's own configuration. It tells Claude Code and GitHub Copilot how to work on super-speedy-syslog-searcher itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything super-speedy-syslog-searcher configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jtmoon79/super-speedy-syslog-searcher. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jtmoon79/super-speedy-syslog-searcher/main/.github/prompts/sync-rust-platform-tiers.prompt.md
Clone the repo
git clone --depth 1 https://github.com/jtmoon79/super-speedy-syslog-searcher

Made for: Claude Code, GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sync-rust-platform-tiers

README.md
[![agentmods](https://agentmods.dev/badge/commands/jtmoon79/super-speedy-syslog-searcher/sync-rust-platform-tiers/github.svg)](https://agentmods.dev/commands/jtmoon79/super-speedy-syslog-searcher/sync-rust-platform-tiers)
Your own site
<a href="https://agentmods.dev/commands/jtmoon79/super-speedy-syslog-searcher/sync-rust-platform-tiers"><img src="https://agentmods.dev/badge/commands/jtmoon79/super-speedy-syslog-searcher/sync-rust-platform-tiers/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sync-rust-platform-tiers

Your own site · 80×15
<a href="https://agentmods.dev/commands/jtmoon79/super-speedy-syslog-searcher/sync-rust-platform-tiers"><img src="https://agentmods.dev/badge/commands/jtmoon79/super-speedy-syslog-searcher/sync-rust-platform-tiers.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 215 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00000 $0.00215
Opus 5 $0.00000 $0.00108
Sonnet 5 $0.00000 $0.00043
Haiku 4.5 $0.00000 $0.00021

Measured yesterday against content hash 03eaee74c8d0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

sync-rust-platform-tiers 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 yesterday.

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.

.github/prompts/sync-rust-platform-tiers.prompt.md · 18 lines

What it actually says

Update the TIER_TARGETS array in tools/cross-builds.sh from the Rust platform support source.

Requirements:

  • Read tiers and targets from https://doc.rust-lang.org/1.88.0/rustc/platform-support.html or its canonical markdown source.
  • Include every listed target triple from Tier 1, Tier 2 with host tools, Tier 2 without host tools, and Tier 3.
  • Emit each entry as "${SEP}" in TIER_TARGETS.
  • Keep the rest of the script unchanged.
  • Validate with a shell syntax check on tools/cross-builds.sh.
  • Report entry count and a short diff summary.

If extra user arguments are provided, apply them as additional constraints.

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. yesterday First seen · 18 lines · 0 tokens per session scan A 03eaee74c8d0

Subscribe to this mod's changes

sync-rust-platform-tiers is a command published in the GitHub repository jtmoon79/super-speedy-syslog-searcher (59 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 215 tokens. 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-09-07.