Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

contrapunk

يحتوي contrapunk على 7 من skills المجمعة من contrapunk-audio، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
7
Stars
78
محدث
2026-05-18
Forks
7
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

vital-preset-import
مطوّرو البرمجيات

Import or map Vital synth presets/banks into Elixir. Use when touching .vital/.vitalbank files, Downloads Vital assets, B5 preset format, wavetable import, or Vital compatibility.

2026-05-18
contrapunk-nih-plug-skeleton
مطوّرو البرمجيات

Create or review nih-plug CLAP/VST3 plugin crates in Contrapunk, especially Elixir plugin work. Use when adding plugin/Cargo.toml crates, implementing Plugin/ClapPlugin/Vst3Plugin, handling MIDI events, or creating DAW-facing synth/effect skeletons.

2026-05-18
contrapunk-audio-chain-cutover
مطوّرو البرمجيات

Wire or review feature-flagged audio-chain cutovers in Contrapunk, especially replacing the legacy built-in Synth with ElixirSynthBlock behind elixir-synth. Use when touching src-tauri/src/audio_clock.rs, src/chain/*, built-in synth routing, Chain AudioBlock setup, or A-Cut work.

2026-05-18
code-entropy
مطوّرو البرمجيات

Measure and surface code entropy across the Contrapunk codebase. Use when the user asks "where should I refactor?", "what's the highest-entropy area?", "show codebase health", "what are the next steps?", or before a release. Also called automatically by the SessionStart hook for a fast snapshot. Produces a structured report with hotspots prioritized for action.

2026-05-10
tdd-workflow
محللو ضمان جودة البرمجيات والمختبرون

Enforce a TDD-driven workflow for Contrapunk feature/bug work. Use whenever a new feature or non-trivial bug fix is being implemented. Specifies the red-green-refactor loop, where tests live, what counts as "tested first", and how to plug into the project's existing test infrastructure. Also called automatically by the contrapunk-harmony-fixer agent.

2026-05-10
perf-check
محللو ضمان جودة البرمجيات والمختبرون

Run Contrapunk performance checks and surface regressions. Use when the user asks "is performance still good?", "did this regress latency?", "check bundle size", "any audio glitches?", or before tagging a release. Also called automatically by the contrapunk-harmony-fixer agent before commit. Covers harmony-engine throughput, audio-callback allocation, WASM/UI bundle size, and known hot-path concerns from CONCERNS.md.

2026-05-10
release-patch
مطوّرو البرمجيات

Cut a patch release of Contrapunk (e.g. v1.1.0 -> v1.1.1). Use when the user says "ship a patch", "cut v1.X.Y", "release the fix", or asks to roll up shipped fixes into a release. Bumps version files, validates, pushes, watches the macOS .dmg build, tags, and creates the GitHub Release with hand-written notes covering all commits since the last tag.

2026-05-10