makepad-2.0-performance

makepad-2.0-performance is a skill for Claude Code from ZhangHanDong/makepad-skills. It costs 122 tokens per session (5,202 once invoked), scanned A, original, no licence file.

A coding guide for improving the speed and memory use of Makepad 2.0 applications.

In plain words
What is it for?
Use it to debug performance, profile rendering, improve draw batching and texture caching, inspect garbage collection, and optimize lists or cached views.
Why use it?
It helps you investigate slow rendering, unnecessary memory use, garbage collection, and repeated drawing work.

Skill for Claude Code

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

Part of the makepad-skills plugin — 14 skills shipped together

Good fit Use it to debug performance, profile rendering, improve draw batching and texture caching, inspect garbage collection, and optimize lists or cached views.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhanghandong/makepad-skills/makepad-2.0-performance
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 ZhangHanDong/makepad-skills --skill makepad-2.0-performance
Clone the repo
git clone --depth 1 https://github.com/ZhangHanDong/makepad-skills

Made for: Claude Code.

Or install makepad-skills, the plugin that ships this one along with the rest of its 14 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 makepad-2.0-performance

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhanghandong/makepad-skills/makepad-2.0-performance/github.svg)](https://agentmods.dev/skills/zhanghandong/makepad-skills/makepad-2.0-performance)
Your own site
<a href="https://agentmods.dev/skills/zhanghandong/makepad-skills/makepad-2.0-performance"><img src="https://agentmods.dev/badge/skills/zhanghandong/makepad-skills/makepad-2.0-performance/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 makepad-2.0-performance

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhanghandong/makepad-skills/makepad-2.0-performance"><img src="https://agentmods.dev/badge/skills/zhanghandong/makepad-skills/makepad-2.0-performance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,202 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 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.1 $0.00122 $0.05202
Opus 5 $0.00061 $0.02601
Sonnet 5 $0.00024 $0.01040
Haiku 4.5 $0.00012 $0.00520

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

Security

Grade A, and why

makepad-2.0-performance 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 10d 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.

skills/makepad-2.0-performance/SKILL.md · 665 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 665 lines · 122 tokens per session scan A 8efbe77bee50

Subscribe to this mod's changes

makepad-2.0-performance is a skill published in the GitHub repository ZhangHanDong/makepad-skills (747 stars, last pushed 5mo ago), with no licence file. It adds 122 tokens to every session and 5,202 once invoked, about $0.0006 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

trellis-break-loop

Deep bug analysis to break the fix-forget-repeat cycle. Analyzes root cause category, why fixes failed, prevention mechanisms, and captures knowledge into specs. Use after fixing a bug to prevent the same class of bugs.

fy-agent/fyagent · 50 tokens

readmd-code-analysis

Use when source code or a configuration file needs a factual logic and risk analysis.

Natsummerance/readMD · 21 tokens

wsl-vscode-doctor

Diagnose and fix code . failing to launch, or opening a disconnected Windows-side VS Code instead of a WSL-connected (Remote-WSL) window, in a herdr-spawned WSL shell.

atman-33/workhub · 52 tokens

dsh-autofix

A recovery guide for common DeepSeek Harness failures, such as missing commands, stale text, unavailable history, or failed installation. It examines the current error and applies a small, matching recovery step.

cyanseek/dsh-autofix · 66 tokens

rca

Disciplined root-cause analysis for diagnosing why something is broken. Use whenever the user is debugging a bug, regression, incident, outage, flaky or intermittent behavior, a failing test, or asks "why is X happening" / "why did this break" / "whats causing this" — even if they never say the words "root cause." It…

FlorinI/Florians-Claude-Code-Kit · 174 tokens

investigate-bug-report

Investigate a reported bug to its root cause — reproduce, trace the code path, identify the defect with evidence, assess blast radius, and propose fix candidates without changing code. Use when the user reports or pastes a bug/defect/unexpected behavior and wants it diagnosed, or asks "why is X happening".

atman-33/workhub · 70 tokens