Rust performance — measure-first methodology, benchmarking (criterion/divan), profiling, concrete optimizations (build config, allocations, hashing, type sizes, iterators), and cutting compile times. Use when code is slow, optimizing a hot path, choosing a…
Skills in this repository
Jose-Polanco-Oxte/Echos-Live-Music-Visualizer - Page 2
SkillsMP has collected 55 skills from Jose-Polanco-Oxte/Echos-Live-Music-Visualizer. Open a skill to review its source and details.
Jose-Polanco-Oxte/Echos-Live-Music-VisualizerShowing 15 of 55 collected skills.
Rust code-review rubric — the cargo quality gate, a severity-tiered checklist (safety, error handling, ownership, concurrency, performance, API quality), a public-API pass against the Rust API Guidelines, the Approve/Warning/Block verdict, and how to dispatch…
Rust testing — unit, integration, async, table-driven (rstest), property-based (proptest), fuzzing (cargo-fuzz), mutation (cargo-mutants), mocking (mockall), snapshot (insta), doc tests, and coverage. Use when writing or reviewing Rust tests, adding coverage,…
Root skill that groups the scripting sub-skills used in this project. This is a router: it lists the sub-skills under sub-skills/ and tells the agent which one to load for the task at hand (script development, automation opportunity detection). Use when a…
Detect automation opportunities by mining conversation transcripts, compacting recurring workflow patterns into weighted knowledge, and recommending skills, hooks, or agents to automate repetitive work. Wraps a vendored agent-sh plugin and bridges its…
Develop, review, and debug Windows shell automation and scripts. Covers PowerShell scripting best practices, PowerShell module/GUI development and Gallery usage, PowerShell + CMD Windows CLI administration, and converting screen recordings of manual processes…
Delegate a bounded task to an external CLI agent when delegation is useful and authorized. Role selection is optional and model-driven.
Select and apply the repository skills that match the current task. This is mandatory for every agent/model execution.
Root skill that groups the Windows platform sub-skills used in this project. This is a router: it lists the sub-skills and tells the agent which one to load for the task at hand (Windows API discovery). Use when a Windows platform task matches one of those…
Design, implement, review, debug, and optimize Windows Audio Session API (WASAPI) and Core Audio code on Windows 10/11. Use for audio rendering, microphone capture, system loopback, process loopback, low-latency audio, shared/exclusive streams,…
Design, implement, review, debug, and modernize Windows native interoperability for C#/.NET desktop applications. Use for Win32, HWND, HANDLE, COM, WinRT interop, CsWin32, P/Invoke, LibraryImport, GeneratedComInterface, callbacks, native DLLs, Windows SDK…
Find and explore Windows desktop APIs. Use when building features that need platform capabilities — camera, file access, notifications, UI controls, AI/ML, sensors, networking, etc. Discovers the right API for a task and retrieves full type details (methods,…
Root skill that groups the writing-style sub-skills used in this project. This is a router: it lists the sub-skills under sub-skills/ and tells the agent which one to load for the task at hand (voice analysis, voice-matched editing). Use when a writing or…
Analyze writing samples to create a portable voice profile and style guide. Use when setting up voice-matched AI writing, onboarding to a new project, or refreshing an outdated style guide.
Edit AI-generated or draft content to match a voice profile. Use when transforming generic AI output into authentic voice-matched content, or when editing drafts to sound more like you.