Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

mx

mx에는 webern에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
9
Stars
92
업데이트
2026-07-05
Forks
36
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

mx-api-add-feature
소프트웨어 개발자

Use this skill when the user wants to add a MusicXML feature to the `mx::api` layer. This skill provides a step-by-step guide to add something to mx::api and wire it up through mx::impl. It may also help answer the question "how do I use {{xyz}} feature of MusicXML". If the feature is not yet included in the api layer then it may be necessary to open a PR adding support. This skill is also useful when implementing PRs with names like "Add support for segno" or "Repeats are inaccessible".

2026-07-05
mx-api-classify-roundtrip-failures
소프트웨어 품질 보증 분석가·테스터

Use this skill to explain, in plain language, what is wrong with the `mx::api` round-trip and what it needs next. It drives the failure classifier (dump -> classify) over the corpus, then reads build/api/classified.json and turns it into a prioritized, human-readable worklist grouped by failure shape (crashes, instant wins, small fix-sets, reorder-blocked, high-frequency drops). Invoke for requests like "what's broken about mx::api", "explain the round-trip failures", "what does the api need next", or "triage the api round-trip".

2026-07-04
mx-api-feature-audit
소프트웨어 품질 보증 분석가·테스터

Use this skill to audit which MusicXML features the `mx::api` public layer supports, compared to the test corpus and the MusicXML specification. It finds (1) enum bugs -- values present in `mx::core` (and the spec) but missing from the parallel `mx::api` enum, which are silently dropped -- and (2) feature gaps -- elements/attributes used in real-world files that `mx::api` does not expose. It emits `data/api.features.xml` and a prioritized recommendation report. Invoke for requests like "audit mx::api coverage", "what MusicXML features are we missing", "find enum bugs", or "what should we add to the api next".

2026-07-04
mx-architecture
소프트웨어 개발자

Prime the model with senior architect principles during design or coding. Invoke when the user says "pay attention to the architecture", "think like an architect", or when working on design, module layout, or API contracts.

2026-07-04
mx-grill-me
소프트웨어 개발자

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-07-04
mx-open-issue
소프트웨어 개발자

Use this skill when the user says open an issue, create an issue, file a new issue, or report a bug.

2026-07-04
mx-open-pr
소프트웨어 개발자

Use this skill when the user says open a PR, create a pull request, make a PR, or submit this work as a PR.

2026-07-04
mx-project
소프트웨어 개발자

Create or continue multi-session projects that persist state across agent context windows. Use when starting a new project, picking up where the last session left off, or when the user says "project", "continue the project", or "start a new project".

2026-07-04
mx-questions
소프트웨어 개발자

Ask the user clarifying questions one at a time to refine a plan or task. Invoke with `/mx-questions` or automatically when more information is needed.

2026-07-04