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

mach-mono

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

수집된 skills
8
Stars
1
업데이트
2026-05-14
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

swift-code-quality
소프트웨어 개발자

Swift code quality rules for mach-mono — 300-line file limit, @Observable, no singletons in views, no direct Defaults access, protocol-based services. Auto-loaded when editing .swift files.

2026-05-14
design-system
웹·디지털 인터페이스 디자이너

mach-mono visual design rules — minimalistic aesthetic, clarity, cohesion, tech-forward style, iconography. Auto-loaded when working on UI/view files.

2026-05-10
git-flow
소프트웨어 개발자

mach-mono git branching, integration, and release workflow — main as canonical branch, topic branches, commit shape, deploy via tags.

2026-05-10
plugin-architecture
소프트웨어 개발자

machNotch plugin architecture rules — NotchPlugin protocol, lifecycle, DI via PluginContext, HUD event bus, PluginSettings. Auto-loaded when working in Plugins/.

2026-05-10
refactoring
소프트웨어 개발자

mach-mono refactoring rules — file-by-file approach, dependency tier order, extract-don't-delete, build after each file, commit granularity.

2026-05-10
save-context
임원 비서 및 행정 보좌관

Save session context before ending a conversation. Updates CLAUDE.md with learnings and creates a session summary for resuming work later.

2026-05-10
swift-concurrency
소프트웨어 개발자

Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3) migrating to Swift 6, (4) data races or thread safety issues, (5) refactoring closures to async/await, (6) @MainActor, Sendable, or actor isolation, (7) concurrent code architecture or performance optimization, (8) concurrency-related linter warnings (SwiftLint or similar; e.g. async_without_await, Sendable/actor isolation/MainActor lint).

2026-05-10
swift
소프트웨어 개발자

Use when working with Swift code, especially macOS SwiftUI apps with modern concurrency, plugin architectures, and dependency injection. Covers @MainActor, @Observable, structured concurrency, protocol-based design, and Swift 6 migration.

2026-05-10