vllm-ascend-workspace: Skill for Claude Code

.agents/skills/remote-code-parity/SKILL.md

remote-code-parity is a skill for Claude Code, Codex from maoxx241/vllm-ascend-workspace. It costs 72 tokens per session (4,689 once invoked), scanned A, original, MIT.

A workflow for making a remote runtime match the current files in your local workspace, including changes that have not been committed or pushed.

In plain words
What is it for?
Use it before remote execution when direct SSH access already works and the remote job must include the local workspace state.
Why use it?
It lets remote smoke tests, services, and benchmarks run the code you are actually working on instead of an older branch or commit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is maoxx241/vllm-ascend-workspace's own configuration. It tells Claude Code and Codex how to work on vllm-ascend-workspace 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 vllm-ascend-workspace configures →

Reuse

Borrowing it

Nothing to install: this file belongs to maoxx241/vllm-ascend-workspace. 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/maoxx241/vllm-ascend-workspace/main/.agents/skills/remote-code-parity/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/maoxx241/vllm-ascend-workspace

Made for: Claude Code, Codex.

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 remote-code-parity

README.md
[![agentmods](https://agentmods.dev/badge/skills/maoxx241/vllm-ascend-workspace/remote-code-parity/github.svg)](https://agentmods.dev/skills/maoxx241/vllm-ascend-workspace/remote-code-parity)
Your own site
<a href="https://agentmods.dev/skills/maoxx241/vllm-ascend-workspace/remote-code-parity"><img src="https://agentmods.dev/badge/skills/maoxx241/vllm-ascend-workspace/remote-code-parity/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 remote-code-parity

Your own site · 80×15
<a href="https://agentmods.dev/skills/maoxx241/vllm-ascend-workspace/remote-code-parity"><img src="https://agentmods.dev/badge/skills/maoxx241/vllm-ascend-workspace/remote-code-parity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,689 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Tool Misuse · line 148
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
How audits are shown
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.00072 $0.04689
Opus 5 $0.00036 $0.02344
Sonnet 5 $0.00014 $0.00938
Haiku 4.5 $0.00007 $0.00469

Measured 4d ago against content hash fe7e295e9b52, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

remote-code-parity 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 4d ago.

The scan reads SKILL.md. This mod also ships 9 executable files (scripts/common.py, scripts/gc_runtime_cache.py, scripts/install_consent.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/remote-code-parity/SKILL.md · 338 lines

How it starts

The opening of the file, as written. The whole thing — 338 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Remote Code Parity

Keep a ready remote runtime in exact code parity with the local vllm-ascend-workspace checkout.

External business worktrees can be selected with repeatable --source vllm=/actual/worktree --source vllm-ascend=/actual/worktree on parity_sync.py or the low-level helper. Snapshots come from those exact worktrees without resetting them or maintaining copied branches.

The opt-in ready-runtime coordinator uses --apply-mode materialize for a compatible warm runtime, not a legacy first install. Its execution gate verifies source/build identity and complete native artifacts before allocating cards. parity_watch.py continuously publishes content changes with source-only; it never modifies running source or builds. Only materialize after all executions on that binding have been released. The watcher alone is not execution parity or model readiness.

The task-facing vaws_run tool performs the materialize step automatically from its bound actual business worktrees before queueing the managed job. Retrying an uncertain launch uses the same execution id and pinned snapshot; it must not synchronize underneath a possibly running service. Stop/finish that execution before starting another code revision.

Use this skill when

  • a remote smoke, service launch, or benchmark is about to start
  • machine-management already proved direct local -> container SSH by key
  • the request depends on local committed, staged, unstaged, or untracked non-ignored files
  • the user expects “run my current local workspace remotely” instead of “run the latest pushed branch remotely”

Do not use this skill when

  • the task is ad-hoc remote verification (run one command, read a log, check remote state) with no dependency on local code changes — use .remote-dev remote.bash / remote.read directly; parity is never a prerequisite for that
  • the main task is adding or repairing a machine, SSH, or container bootstrap
  • the task is generic fork / remote topology setup
  • the task is ordinary local coding with no remote execution
  • the runtime cannot yet accept direct key-based login
  • the user only wants a Git commit, push, or PR

Read the full file on GitHub · 338 lines

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. 4d ago Changed · +29 lines fe7e295e9b52
  2. 9d ago First seen · 309 lines · 72 tokens per session scan A 80a7fa0d2646

Subscribe to this mod's changes

remote-code-parity is a skill published in the GitHub repository maoxx241/vllm-ascend-workspace (36 stars, last pushed 4d ago), licensed MIT. It adds 72 tokens to every session and 4,689 once invoked, about $0.0004 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

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

gke-reliability

Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).

google/skills · 73 tokens

gke-workload-security

Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…

google/skills · 181 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens