pytorch-profile-analysis

pytorch-profile-analysis is a skill for Claude Code from lucifer1004/VeloQ. It costs 56 tokens per session (1,389 once invoked), scanned A, original, MIT.

Contributor instructions for PStrack, a platform where groups solve one daily programming problem and earn points, streaks, and badges. They explain the app's daily workflow, branches, verification jobs, and scoring rules.

In plain words
What is it for?
Use them when developing PStrack features or fixes involving daily problems, LeetCode or Codeforces verification, group progress, pauses, missed days, points, or badges.
Why use it?
They give coding agents the product context needed to change the app without breaking its problem assignment, submission verification, or scoring behavior.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the VeloQ plugin — 3 skills shipped together

Good fit Use them when developing PStrack features or fixes involving daily problems, LeetCode or Codeforces verification, group progress, pauses, missed days, points, or badges.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lucifer1004/veloq/pytorch-profile-analysis
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.

Any agent
npx skills add lucifer1004/VeloQ --skill pytorch-profile-analysis
Clone the repo
git clone --depth 1 https://github.com/lucifer1004/VeloQ

Made for: Claude Code.

Or install VeloQ, the plugin that ships this one along with the rest of its 3 skills.

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 pytorch-profile-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/lucifer1004/veloq/pytorch-profile-analysis/github.svg)](https://agentmods.dev/skills/lucifer1004/veloq/pytorch-profile-analysis)
Your own site
<a href="https://agentmods.dev/skills/lucifer1004/veloq/pytorch-profile-analysis"><img src="https://agentmods.dev/badge/skills/lucifer1004/veloq/pytorch-profile-analysis/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 pytorch-profile-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/lucifer1004/veloq/pytorch-profile-analysis"><img src="https://agentmods.dev/badge/skills/lucifer1004/veloq/pytorch-profile-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,389 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 pass 7 Sept 2026
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.00056 $0.01389
Opus 5 $0.00028 $0.00694
Sonnet 5 $0.00011 $0.00278
Haiku 4.5 $0.00006 $0.00139

Measured 11d ago against content hash 0867b00f768e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pytorch-profile-analysis 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 11d 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.

plugins/veloq/skills/pytorch-profile-analysis/SKILL.md · 157 lines

How it starts

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

PyTorch Profile Analysis

Use veloq pytorch for PyTorch/Kineto Chrome traces:

veloq pytorch summary T
veloq pytorch search T --type kernel --name-regex 'nccl|gemm' --limit 20
veloq pytorch inspect T kernel:91
veloq pytorch correlate T kernel:91
veloq pytorch slices T --aggregate --group-by step
veloq pytorch collectives T

This skill requires the VeloQ CLI on PATH. If veloq is missing, install it before analysis.

Tool Boundary

Use veloq pytorch verbs as the analysis interface. Do not query <input>.veloq/pytorch/ sidecars, generated Parquet files, or raw Kineto trace tables directly with DuckDB, PyArrow, pandas, or ad hoc SQL unless the user explicitly asks for raw-trace exploration or you are developing VeloQ itself.

veloq pytorch prep T only builds/checks sidecars. After prep, continue with summary, search, inspect, stats, correlate, timeline, slices, or collectives.

Inputs

  • Explicit veloq pytorch commands accept one Chrome trace named .json or .json.gz.
  • Automatic source detection only claims .pt.trace.json and .pt.trace.json.gz; explicitly select pytorch for other JSON filenames.
  • Directory inputs are not supported in PyTorch v0. Ask the user to choose one trace file if they point at a directory.

Row IDs

PyTorch row ids use <kind>:<stable_index>, where the stable index is derived from the original traceEvents order after non-event flow markers are skipped. Do not use Kineto Ev Idx as a stable key. Use veloq pytorch schema <target> for the authoritative response field inventory; do not infer the public contract from raw Kineto fields.

Common prefixes:

Type Row id prefix
CPU op cpu_op:N
Annotation annotation:N
Step step:N
Runtime runtime:N
Driver driver:N
Kernel kernel:N
Memcpy memcpy:N
Memset memset:N
Memory memory:N
Python python:N
Comm comm:N

Read the full file on GitHub · 157 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. 11d ago First seen · 157 lines · 56 tokens per session scan A 0867b00f768e

Subscribe to this mod's changes

pytorch-profile-analysis is a skill published in the GitHub repository lucifer1004/VeloQ (120 stars, last pushed 20d ago), licensed MIT. It adds 56 tokens to every session and 1,389 once invoked, about $0.0003 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