makepad-deployment

makepad-deployment is a skill for Claude Code, Codex from luokai0/ai-agent-skills-by-luo-kai. It costs 76 tokens per session (3,063 once invoked), scanned B, original, no licence file.

Guidance for packaging and deploying Makepad applications, including desktop, mobile, and web builds. Makepad is a Rust framework for building cross-platform user interfaces.

In plain words
What is it for?
Use it for APK, IPA, WASM, desktop installer, and package creation, as well as GitHub Actions and other CI tasks.
Why use it?
It helps turn an application into installable or distributable files and automate its delivery.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for APK, IPA, WASM, desktop installer, and package creation, as well as GitHub Actions and other CI tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luokai0/ai-agent-skills-by-luo-kai/makepad-deployment
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 luokai0/ai-agent-skills-by-luo-kai --skill makepad-deployment
Clone the repo
git clone --depth 1 https://github.com/luokai0/ai-agent-skills-by-luo-kai

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 makepad-deployment

README.md
[![agentmods](https://agentmods.dev/badge/skills/luokai0/ai-agent-skills-by-luo-kai/makepad-deployment/github.svg)](https://agentmods.dev/skills/luokai0/ai-agent-skills-by-luo-kai/makepad-deployment)
Your own site
<a href="https://agentmods.dev/skills/luokai0/ai-agent-skills-by-luo-kai/makepad-deployment"><img src="https://agentmods.dev/badge/skills/luokai0/ai-agent-skills-by-luo-kai/makepad-deployment/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-deployment

Your own site · 80×15
<a href="https://agentmods.dev/skills/luokai0/ai-agent-skills-by-luo-kai/makepad-deployment"><img src="https://agentmods.dev/badge/skills/luokai0/ai-agent-skills-by-luo-kai/makepad-deployment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,063 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00076 $0.03063
Opus 5 $0.00038 $0.01532
Sonnet 5 $0.00015 $0.00613
Haiku 4.5 $0.00008 $0.00306

Measured 9d ago against content hash 1cb4769819f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

makepad-deployment scanned grade B with 1 finding 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 9d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt-get update
ai-agent-skills/02-frontend-development (by Luo Kai)/13-general-frontend/makepad-deployment/SKILL.md · 412 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

3 files 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. 9d ago First seen · 412 lines · 76 tokens per session scan B 1cb4769819f0

Subscribe to this mod's changes

makepad-deployment is a skill published in the GitHub repository luokai0/ai-agent-skills-by-luo-kai (11 stars, last pushed 4mo ago), with no licence file. It adds 76 tokens to every session and 3,063 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

rust-crate-ci

Load before editing any Rust crate in this repo (currently runners/swarm-sandbox-runner). Covers the mandatory local validation gate, common rustfmt/clippy pitfalls, and Windows-specific Rust correctness patterns that CI enforces but are hard to catch locally without a Windows toolchain.

ZaxbyHub/opencode-swarm · 60 tokens

rust-tooling-cicd

Use when structuring a Cargo workspace or building a Rust CI pipeline — fmt, clippy, cargo-deny/audit, nextest, coverage, MSRV. Not for writing the tests themselves (rust-testing-quality).

fusengine/agents · 51 tokens

cargo-workflows

Use when managing Cargo workspaces, feature flags, build scripts, CI caching, dependency auditing, or Cargo.lock with Rust.

OutlineDriven/outline-driven-development · 29 tokens

cargo-workflows

Cargo workflow skill for Rust projects. Use when managing workspaces, feature flags, build scripts, cargo cache, incremental builds, dependency auditing, or CI configuration with Cargo. Activates on queries about cargo workspaces, Cargo.toml features, build.rs, cargo nextest, cargo deny, cargo check vs build, or…

mohitmishra786/low-level-dev-skills · 72 tokens

scaffold-rust-cli

Scaffold a complete Rust CLI project with Cargo, cargo-deny, cargo-nextest, git-cliff, GitHub Actions CI/CD, and Makefile. Use when the user says "scaffold a Rust CLI", "new Rust CLI", "create a Rust binary crate", "start a Rust CLI", "bootstrap a Rust CLI", or starts a Rust command-line tool from scratch. Optionally…

cboone/agent-harness-plugins · 114 tokens

rust-ci-setup

Set up a CI/CD pipeline for Rust projects. Use when: creating CI for Rust, adding Clippy/fmt/test/audit to CI. Do not use: for local development setup, non-CI automation.

woliveiras/geremmyas · 48 tokens