Favicon of perf

perf Skill

AI Agent SkillRustOpen source

Speed and memory performance rules for Rust crates, the Node addon, webui-framework, and webui-router. Published by microsoft in webui.

Decision snapshot

Is this a fit?

Best for

Writing, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is perf Skill?

Speed and memory performance rules for Rust crates, the Node addon, webui-framework, and webui-router. Published by microsoft in webui. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
43/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Writing
  • Writing use cases

Declared skill metadata

  • Source file: .github/skills/perf/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use perf Skill

  • Use it for writing.

Built with

RustCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/webui
  • Skill file: .github/skills/perf/SKILL.md

What it does

Speed and memory performance rules for Rust crates, the Node addon, webui-framework, and webui-router.

Skill instructions

Performance WebUI's value proposition is speed and low memory usage. Every change to core Rust crates, @microsoft/webui-framework, or @microsoft/webui-router must be evaluated through two lenses: throughput (how fast) and memory (how little). Server memory is not cheap. Client memory is not unlimited. Every allocation that can be avoided is a win on both sides. Use this skill when modifying any performance-sensitive code across the stack. Rust - speed rules These apply to webui-handler, webui-state, webui-expressions, webui-parser, webui-protocol, webui-ffi, and webui-node. 1. No format!() in writer output. Use sequential writer.write() calls. format! allocates a temporary String every invocation. 2. No .tostring() on Cow. Write Cow<str directly to avoid defeating zero-copy. 3. No collect::<Vec<() on splits. Iterate path.split('.') directly. Collecting allocates a Vec for sequential access. 4. No redundant scans. Use firstpart.len() == path.len() instead of path.contains('.'). 5. No St

Verified compatibility and discovery

Frequently asked questions

What is perf?

perf is a open-source AI agent skill with Copy skill directory. Speed and memory performance rules for Rust crates, the Node addon, webui-framework, and webui-router.

Who is perf best for?

perf is best for reusing agent instructions, scripts, and references, writing workflows.

How do I install perf?

Install or run perf using Copy skill directory. Check perf for the latest setup command.

Is perf actively maintained?

perf may need a closer maintenance check before production use.

Share:

Stars
53
Forks
13
Last commit
2 months ago
Last verified
Aug 31, 2026
Metadata fetched
Aug 31, 2026
Repository age
2 years
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to perf