CtrlK
BlogDocsLog inGet started
Tessl Logo

veomni-profile

Use this skill for performance profiling and optimization. Two modes: (1) Analyze existing profile files (Chrome traces, memory snapshots) — write scripts to parse and summarize metrics per user requirements. (2) Generate profiles during development — configure ProfileConfig, run training, collect traces, analyze bottlenecks, and suggest optimizations. Trigger: 'profile', 'performance', 'slow', 'MFU', 'throughput', 'bottleneck', 'memory usage', 'trace', 'optimize training speed'.

76

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

92%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

Highly actionable and concise content with clear, sequenced workflows and an explicit validation step. The main gap is progressive disclosure: everything lives inline in one file with no separate reference materials.

Suggestions

Move the detailed analysis-shortcut recipes or the bottleneck-solution table into a separate reference file (e.g. references/optimization.md) and link to it from SKILL.md to apply progressive disclosure.

Add an explicit retry/revert feedback loop in Mode 2 Step 5 for the case where training correctness is not preserved after optimization.

DimensionReasoningScore

Conciseness

Dense, lean reference material using tables, config blocks, and code with no padding or explanation of basic concepts Claude already knows; every section earns its place.

3 / 3

Actionability

Provides fully executable Python (load_chrome_trace, analyze_kernel_time), a copy-paste YAML profile config, torchrun commands, and a concrete bottleneck-to-solution table.

3 / 3

Workflow Clarity

Mode 2 is sequenced Step 1-5 with an explicit Step 5 validation checkpoint ('Verify training correctness is preserved (loss matches baseline)'); operations are non-destructive so the strict feedback-loop cap does not apply.

3 / 3

Progressive Disclosure

Well-organized into clear sections and tables (avoiding a 1), but all detailed content is inline in a single ~145-line file with no content split across bundle files or one-level-deep references; the referenced scripts/profile paths are external repo files, not skill bundle references.

2 / 3

Total

11

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, specific description that clearly states what the skill does across two modes and when to use it via an explicit trigger list. Trigger terms are natural and domain-appropriate, and the niche is distinct.

DimensionReasoningScore

Specificity

Lists multiple concrete actions across both modes ('write scripts to parse and summarize metrics', 'configure ProfileConfig, run training, collect traces, analyze bottlenecks, and suggest optimizations').

3 / 3

Completeness

Explicitly answers what ('Use this skill for performance profiling and optimization. Two modes...') and when (explicit 'Trigger:' list), matching the anchor requiring both with explicit triggers.

3 / 3

Trigger Term Quality

Good coverage of natural user terms ('profile', 'performance', 'slow', 'throughput', 'bottleneck', 'memory usage', 'trace', 'optimize training speed'); MFU is jargon but appropriate for the domain.

3 / 3

Distinctiveness Conflict Risk

Clear training-profiling niche with domain-specific triggers (MFU, throughput, trace); a few terms like 'slow'/'performance' are generic but the combination is distinct enough to avoid wrong-skill triggering.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 3 missing, 3 deeper-than-1-level

Warning

Total

15

/

16

Passed

Repository
ByteDance-Seed/VeOmni
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.