rust-works
Official@rust-works
Specialized engineering expertise in high-performance SIMD optimization, succinct data structure indexing, and standardized software release lifecycle management.
Agent Skills by rust-works
Showing 13 vetted skills indexed across 2 GitHub repositories.
simd-optimization
Optimize SIMD code paths for x86_64 AVX2/AVX-512 and ARM NEON.
skill-writing
Create and maintain Claude Code skills with a standardized SKILL.md template.
testing
Identify and address common testing anti-patterns across software projects.
yaml-semi-indexing
Parses complex YAML files using semi-indexing for fast navigation and lazy extraction.
benchmark-docs
Maintains dual-platform benchmark documentation across ARM and x86_64 architectures.
bit-optimization
Optimize bit-level rank/select operations in succinct data structures.
markdown-tables
Format Markdown tables with fixed-width columns and aligned headers.
commit-msg
Generate conventional commit messages from git diffs or staged changes.
json-semi-indexing
Index JSON documents using Interest Bits and Balanced Parentheses structures.
changelog
Maintain CHANGELOG.md entries in Keep a Changelog format.
release
Automate Rust project releases with version bumps, changelog updates, and publishing.
version-bump
Determine semantic version bumps from commits and diffs.
format-table
Align Markdown table columns to fixed widths with padding.
Frequently Asked Questions About rust-works
FAQPage SchemaWhat specific performance tasks can be addressed using these skills?▼
These skills enable the optimization of SIMD code paths for AVX2 and AVX-512 architectures, alongside the implementation of bit-level rank and select operations. You can also utilize semi-indexing techniques to perform fast, lazy extraction from complex YAML and JSON documents.
Which engineering personas benefit most from these capabilities?▼
Systems engineers, performance architects, and release managers benefit most. The skill set targets developers working on low-level hardware acceleration, high-performance data parsing, and those requiring rigorous, standardized documentation and versioning practices for software distribution.
What are the prerequisites for implementing these optimization and indexing techniques?▼
Implementation requires a foundational understanding of x86_64 and ARM instruction sets for SIMD tasks. For data indexing, familiarity with succinct data structures, specifically Interest Bits and Balanced Parentheses, is necessary to effectively integrate the provided parsing logic into existing project architectures.