asm-forge

Community

Deep performance optimization via assembly.

Authorahrav
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill tackles the challenge of achieving peak performance in critical code sections by directly analyzing and optimizing the assembly output generated by the compiler.

Core Features & Use Cases

  • Assembly Auditing: Inspects compiler-generated assembly code for inefficiencies like bounds checks, register spills, and missed vectorization.
  • Targeted Optimization: Applies specific source code transformations to improve codegen quality.
  • Benchmark Validation: Ensures optimizations translate to real-world performance gains using benchmarks.
  • Use Case: After profiling identifies a hot function in your Rust application, use this Skill to meticulously examine its assembly, pinpoint performance bottlenecks, and implement precise code changes to squeeze out maximum performance.

Quick Start

Use the asm-forge skill to analyze and optimize the function scanner_rs::engine::core::Engine::scan within the scanner-rs package.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: asm-forge
Download link: https://github.com/ahrav/scratch-scanner-rs/archive/main.zip#asm-forge

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.