Skip to main content
Run any Skill in Manus
with one click
gertsylvest
GitHub creator profile

gertsylvest

Repository-level view of 13 collected skills across 1 GitHub repositories.

skills collected
13
repositories
1
updated
2026-06-02
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

log-pattern-scan
software-developers

Scan Claude Code JSONL session transcript files for behavioral patterns — loops, errors, expensive turns, trial-and-error signatures. Returns structured findings for the improvement-analyst agent.

2026-06-02
cargo-bench-rt
software-quality-assurance-analysts-and-testers

Run a Criterion benchmark on a Rust DSP crate and assert against a checked-in baseline. Establishes whether the implementation fits the real-time budget and catches performance regressions — the Rust equivalent of `perf stat` against the audio buffer time.

2026-05-28
cbindgen-verify
software-quality-assurance-analysts-and-testers

Regenerate a C header from a Rust crate via cbindgen and diff it against the committed header. Fails if the generated output differs — catches "Rust signature changed but the C header was not regenerated" before it reaches the C side.

2026-05-28
miri-dsp
software-quality-assurance-analysts-and-testers

Run `cargo +nightly miri test` against a Rust DSP crate to detect undefined behaviour the compiler missed — out-of-bounds access, use-after-free, uninitialised memory reads, invalid pointer arithmetic. Miri is the cheapest sound UB detector for Rust; this skill wraps it with the right isolation flags for audio DSP crates.

2026-05-28
rust-rt-audit
software-quality-assurance-analysts-and-testers

Audit a Rust DSP crate for real-time-safety violations — verifies `#![no_std]`, no `alloc` dependency, `panic = "abort"`, runs targeted clippy lints, greps for banned constructs in the hot path, and scans the compiled LLVM-IR for allocator symbols. Designed to be run on any Rust DSP crate before merge.

2026-05-28
wasm-pack-build
software-developers

Opinionated wasm-pack wrapper that builds a Rust crate to wasm32-unknown-unknown with project-pinned flags (SIMD, LTO, panic=abort), applies a wasm-opt post-pass, and auto-invokes wasm-module-inspect on the result. Single entry point so the agent never reaches for raw wasm-pack and forgets a flag.

2026-05-28
audio-fft-sanity
software-quality-assurance-analysts-and-testers

FFT-based sanity check for audio output files — verifies fundamental frequency, THD, SNR, clipping, and silence. Use after offline C tests or WASM OfflineAudioContext captures to confirm a signal chain is producing correct output.

2026-04-27
dembrandt
web-and-digital-interface-designers

Extract design tokens from any live website using the Dembrandt CLI, and save them in W3C Design Tokens (DTCG) format. Use when you need to inspect or borrow a site's design system.

2026-04-27
Showing top 8 of 13 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded
gertsylvest Agent Skills | SkillsMP