بنقرة واحدة
debuggable-compiler-plugin
يحتوي debuggable-compiler-plugin على 5 من skills المجمعة من TBSten، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
このリポジトリ (debuggable-compiler-plugin) の debuggable ライブラリバージョンを 上げる。canonical source は root の `gradle.properties` の `debuggable.version=X.Y.Z`。 これと同期が必要な約 10 ファイル (各 integration-test の gradle.properties + libs.versions.toml + 3 つの README + root README の install snippet) を一括で書き換え、 最後に `chore(release): bump to X.Y.Z` で auto-commit する。単純な「next patch version」でもよいし、明示的に「0.2.0 にして」「1.0.0-rc.1 にしたい」も受け付ける。 このリポジトリで「バージョン上げて」「バージョンアップ」「N.N.N にして」「bump to X.Y.Z」「次の patch」「minor bump」「リリース準備」等を言われたら必ずこの skill を 発動。手で sed すると README 内 stale バージョンを取り残すので使わないこと。
このプロジェクト (debuggable-compiler-plugin) のサポート Kotlin バージョンを 追加・変更・削除する。Kotlin の新 patch/minor/RC/Beta を対象に、どの compat module に載せるか判定 → 必要なら新 compat module を足場作成 → VERSIONS テーブル (smoke-test-all / test-all / ci.yml / README / current.md) を同期 → kctfork と Compose の version マップを更新 → 両スクリプトで検証 → current.md に結果反映、 までを一括でやる。Kotlin バージョンまわりの変更は触る場所が多く散らばっているため この skill が必ず起動するべき。 Use when requested: "Kotlin 2.X.Y をサポートしたい", "Kotlin の新バージョン対応", "サポート Kotlin バージョン追加", "Kotlin 2.X.Y のサポートを外す", "kctfork を X にあげて", "新しい Kotlin RC / Beta を入れて", "integration-test を Kotlin 2.X.Y で動かしたい", "compat module 追加", "VERSIONS を更新", "current.md の Kotlin バージョンを直して".
Kotlin Compiler Plugin の開発・レビューを支援するスキル。 30+ の既存プラグインの調査データ (Extension Point、設計パターン、ソースコード URL) を参照し、 やりたいことに最適な Extension Point の選択、設計パターンの提案、前例のソースコード参照を行う。 deepwiki MCP を使って最新のソースコードを深掘りする機能も持つ。 Use when requested: "compiler plugin をレビュー", "compiler plugin の実装を評価", "review compiler plugin", "FIR/IR の設計をチェック", "Extension Point の選択は正しいか", "compiler plugin の前例を探して", "compiler plugin を開発したい", "この機能は FIR と IR どっちでやるべき?", "既存プラグインでこういうことやってるのある?", "compiler plugin の設計を相談したい".
Sets up a Kotlin Compiler Plugin project with multi-module Gradle structure. Creates buildSrc convention plugins (kotlin-jvm), compiler-plugin module with AutoService + KSP for plugin registration, Gradle plugin wrapper (KotlinCompilerPluginSupportPlugin), runtime API module (Kotlin Multiplatform), unit tests with kctfork (KotlinCompilation testing) + Kotest, and integration test module using kotlinCompilerPluginClasspath. Targets Kotlin 2.x K2 compiler with FIR + IR extension architecture. Use when requested: "Kotlin compiler plugin を作りたい", "compiler plugin のプロジェクトをセットアップ", "setup kotlin compiler plugin", "KotlinCompilation でテストしたい", "compiler plugin の unit test を書きたい", "FIR/IR extension のプロジェクト構成", "Gradle plugin で compiler plugin をラップ", "compiler plugin の integration test をセットアップ".
Markdown ベースのローカルチケット管理システムをプロジェクトにセットアップする。 .local/ticket/ ディレクトリにタスク・バグ・チャプターチケットを作成し、 チェックリスト形式で進捗を追跡する。Git 管理対象外のため気軽に使える。 言語・フレームワーク不問。 Use when requested: "チケットシステムを導入", "タスク管理を Markdown で", "ローカルチケット管理をセットアップ", "チケットを作成", "バグチケットを作成", "チャプターを作成", "epic を作成", "local ticket system", "setup ticket management".