docx-toolkit
高リスク 38Word文書の作成と書式設定
作成者 Fokkyp
手作業でのDOCX書式設定は時間がかかり、壊れやすいものです。このスキルは、Word文書の作成、編集、検証、テンプレート化のためのOpenXMLワークフローを提供します。
お気に入りのスキルを再利用可能なコレクションにまとめ、1 コマンドでインストールできます。
Word文書の作成と書式設定
作成者 Fokkyp
手作業でのDOCX書式設定は時間がかかり、壊れやすいものです。このスキルは、Word文書の作成、編集、検証、テンプレート化のためのOpenXMLワークフローを提供します。
Build Reliable Flutter REST Clients
作成者 flutter
Flutter REST integrations require platform permissions, response validation, parsing, and clear UI states. This skill provides a structured implementation workflow using Dart's http package.
Configure Localization in Flutter Apps
作成者 flutter
Flutter localization setup requires coordinated dependency, generator, resource, and app configuration changes. This skill guides those changes with examples for strings, placeholders, plurals, and selects.
Implement JSON Serialization in Flutter
作成者 flutter
Manual JSON mapping can produce runtime type errors and duplicated parsing logic. This skill guides type-safe models, HTTP parsing, validation, and isolate usage.
Fix Flutter Layout Errors
作成者 flutter
Flutter constraint errors can hide the widget that caused the failure. This skill maps common error signatures to focused layout corrections and verification steps.
Build Responsive Flutter Layouts
作成者 flutter
Rigid Flutter interfaces overflow or stretch across changing window sizes. This skill guides adaptive layouts using constraints, breakpoints, flexible widgets, and large-screen width limits.
Apply Flutter Architecture Best Practices
作成者 flutter
Flutter features become difficult to maintain when UI, business logic, and data access are mixed. This skill organizes them into clear, testable layers.
Create Reliable Flutter Widget Tests
作成者 flutter
Flutter UI changes can fail when rendering and user interactions are not tested. This skill provides a clear workflow for building focused WidgetTester tests and validating state changes.
Add Flutter Widget Previews
作成者 flutter
Flutter widgets can be difficult to inspect without launching the full application. This skill adds isolated previews with appropriate annotations, configurations, and workflows.
Modernize Dart Constructors Safely
作成者 flutter
Dart primary constructors introduce new syntax and scoping rules that can make migrations difficult. This skill explains the rules and guides correct refactoring from traditional constructors.
Modernize Dart Code with Pattern Matching
作成者 flutter
Complex Dart branching can obscure validation, destructuring, and subtype handling. This skill selects clear patterns and checks exhaustive switch behavior.
Build Dart Native Assets with FFI Hooks
作成者 flutter
Native C and C++ integration in Dart requires platform-aware build, link, and packaging hooks. This skill guides local compilation, verified binary downloads, and linker tree-shaking.
Improve Dart Code with Static Analysis
作成者 flutter
Dart diagnostics can be difficult to review and resolve before a commit. This skill guides Claude Code, Claude, and Codex through analysis, reviewed fixes, and formatting.
Resolve Dart Package Conflicts Safely
作成者 flutter
Dart package conflicts can block builds and make upgrades difficult. This skill provides a controlled workflow to inspect constraints, update dependencies, and verify the resolved graph.
Resolve Dart Runtime Errors Safely
作成者 flutter
Dart type and null-safety errors can delay development and cause runtime failures. This skill provides a structured workflow to analyze, fix, and verify local Dart code changes.
Collect Dart and Flutter Coverage
作成者 flutter
Coverage setup can be inconsistent across Dart and Flutter projects. This skill guides dependency setup, test execution, LCOV generation, and output validation.
Build Reliable Dart CLI Applications
作成者 flutter
Dart CLI projects need consistent command routing, error handling, tests, and release steps. This skill provides practical guidance for building and distributing them.
FlashInfer CUDA クラッシュのデバッグ
作成者 flashinfer-ai
CUDA クラッシュでは、多くの場合、障害の原因となった入力データが隠れてしまいます。このスキルでは、FlashInfer API ロギングと CUDA ツールを使って、失敗している呼び出しを切り分ける方法を示します。
FlashInfer GPUカーネルを正確にベンチマーク
作成者 flashinfer-ai
タイミング手法や入力が異なる場合、GPUカーネルの比較は誤解を招くことがあります。このスキルは、正確性チェックと明確な性能指標を備えた、再現可能なFlashInferベンチマークを提供します。
FlashInfer に CUDA カーネルを追加する
作成者 flashinfer-ai
新しい FlashInfer カーネルを追加するには、C++、Python、JIT、テスト、ベンチマークの変更を連携して行う必要があります。このスキルは、AI コーディングアシスタントが安全に従える構造化されたワークフローを提供します。