Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

mach-mono

mach-mono には larsboes から収集した 8 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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