jpskill.com
🛠️ 開発・MCP コミュニティ

mobile-instinct-v2

モバイルアプリ開発の操作ログを分析し、時間経過とともに繰り返される開発パターンを学習することで、効率的な開発作業に再利用できるノウハウを抽出するSkill。

📜 元の英語説明(参考)

V2 instinct-based observational learning. Analyzes sessions to extract reusable mobile development patterns across time.

🇯🇵 日本人クリエイター向け解説

一言でいうと

モバイルアプリ開発の操作ログを分析し、時間経過とともに繰り返される開発パターンを学習することで、効率的な開発作業に再利用できるノウハウを抽出するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o mobile-instinct-v2.zip https://jpskill.com/download/16429.zip && unzip -o mobile-instinct-v2.zip && rm mobile-instinct-v2.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/16429.zip -OutFile "$d\mobile-instinct-v2.zip"; Expand-Archive "$d\mobile-instinct-v2.zip" -DestinationPath $d -Force; ri "$d\mobile-instinct-v2.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して mobile-instinct-v2.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → mobile-instinct-v2 フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Mobile Instinct v2 - 観察学習

あなたの開発ワークフローから、時間経過とともにパターンを抽出する、クロスセッションの観察学習です。

概要

V2の「instincts」は、あなたのセッションを観察し、複数の開発アクティビティにわたって現れるパターンを抽出します。V1の即時キャプチャとは異なり、V2は以下を探します。

  • 繰り返されるアーキテクチャ上の決定
  • 問題解決のアプローチ
  • コード構成のパターン
  • テスト戦略

セッション分析

セッション終了時に、V2は以下を分析します。

  1. コードの変更: 何が変更されたか
  2. 問題のコンテキスト: どのような問題が解決されようとしていたか
  3. 解決のアプローチ: どのように解決されたか
  4. 依存関係: どのようなライブラリ/テクニックが使用されたか

パターンのカテゴリ

アーキテクチャパターン

パターン 検出方法
layer-separation 一貫したデータ/UI/ドメインの分離 Repository + ViewModel + Composable
dependency-injection Koin モジュールのパターン factoryOf, viewModel
navigation-pattern Compose Navigation の使用 NavHost with routes
state-management MVI/MVVM の一貫性 StateFlow + sealed classes

問題解決パターン

パターン 検出方法
error-boundary Try-catch と UI フィードバック Composable のエラー状態
loading-state isLoading + Content パターン Box with progress
pagination LazyColumn と Pager Paging 3 の統合
caching-strategy Repository レイヤーのキャッシング キャッシュされたリポジトリパターン

コード構成パターン

パターン 検出方法
feature-module 自己完結型のフィーチャーフォルダー feature/auth/ 構造
shared-UI 再利用可能な Composables ui/components/
test-mirroring src に一致するテスト構造 並列なテストフォルダー
naming-convention 一貫した命名パターン XxxViewModel, XxxScreen

観察ウィンドウ

V2は、パターン検出にスライディングウィンドウを使用します。

Window 1 (現在のセッション):    即時のパターン
Window 2 (過去5セッション):    出現しつつあるパターン
Window 3 (過去20セッション):   確立されたパターン
Window 4 (全期間):           コアパターン

信頼度の進化

Session 1-3:    実験的 (0.1-0.3)
Session 4-10:   検証中 (0.3-0.6)
Session 11-20:  確立済み (0.6-0.8)
Session 20+:    ベストプラクティス (0.8-1.0)

コマンド

観察の表示

/instinct-status --v2
/instinct-status --observations

以下を表示します。

  • 最近のセッションの観察
  • 出現しつつあるパターン (低い信頼度)
  • 確立されたパターン (高い信頼度)
  • ドメインごとのパターンクラスター

手動観察

/instinct-observe "Used Ktor with retry pattern for API calls"

パターン学習のために、手動で観察を追加します。

統合

V2の「instincts」は、以下によって評価されます。

  1. セッションフック: hooks/instinct-hooks.json Stop イベント
  2. パターン抽出器: agents/mobile-pattern-extractor.md
  3. 事前圧縮保持: コンテキスト圧縮中の学習を維持

V1との違い

側面 V1 V2
トリガー コードの書き込み セッションの観察
スコープ 単一ファイル ファイルを跨いだパターン
タイミング 即時 セッションの終了時
焦点 コードパターン アーキテクチャパターン

覚えておいてください: V2は信頼を築くために複数のセッションを必要とします。開発すればするほど、賢くなります。

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Mobile Instinct v2 - Observational Learning

Cross-session observational learning that extracts patterns from your development workflow over time.

Overview

V2 instincts observe your sessions and extract patterns that emerge across multiple development activities. Unlike V1's immediate capture, V2 looks for:

  • Recurring architectural decisions
  • Problem-solving approaches
  • Code organization patterns
  • Testing strategies

Session Analysis

At session end, V2 analyzes:

  1. Code changes: What was modified
  2. Problem context: What issue was being solved
  3. Solution approach: How it was resolved
  4. Dependencies: What libraries/techniques were used

Pattern Categories

Architectural Patterns

Pattern Detected By Example
layer-separation Consistent data/ui/domain separation Repository + ViewModel + Composable
dependency-injection Koin module patterns factoryOf, viewModel
navigation-pattern Compose Navigation usage NavHost with routes
state-management MVI/MVVM consistency StateFlow + sealed classes

Problem-Solution Patterns

Pattern Detected By Example
error-boundary Try-catch with UI feedback Error state in Composable
loading-state isLoading + Content pattern Box with progress
pagination LazyColumn with Pager Paging 3 integration
caching-strategy Repository layer caching Cached repository pattern

Code Organization Patterns

Pattern Detected By Example
feature-module Self-contained feature folders feature/auth/ structure
shared-UI Reusable Composables ui/components/
test-mirroring Test structure matching src Parallel test folders
naming-convention Consistent naming patterns XxxViewModel, XxxScreen

Observation Windows

V2 uses sliding windows for pattern detection:

Window 1 (Current Session):    Immediate patterns
Window 2 (Last 5 Sessions):    Emerging patterns
Window 3 (Last 20 Sessions):   Established patterns
Window 4 (All Time):           Core patterns

Confidence Evolution

Session 1-3:    Experimental (0.1-0.3)
Session 4-10:   Validating (0.3-0.6)
Session 11-20:  Established (0.6-0.8)
Session 20+:    Best Practice (0.8-1.0)

Commands

View Observations

/instinct-status --v2
/instinct-status --observations

Shows:

  • Recent session observations
  • Emerging patterns (low confidence)
  • Established patterns (high confidence)
  • Pattern clusters by domain

Manual Observation

/instinct-observe "Used Ktor with retry pattern for API calls"

Manually add an observation for pattern learning.

Integration

V2 instincts are evaluated by:

  1. Session hooks: hooks/instinct-hooks.json Stop event
  2. Pattern extractor: agents/mobile-pattern-extractor.md
  3. Pre-compact preservation: Maintains learning during context compression

Difference from V1

Aspect V1 V2
Trigger Code write Session observation
Scope Single file Cross-file patterns
Timing Immediate End of session
Focus Code patterns Architectural patterns

Remember: V2 needs multiple sessions to build confidence. The more you develop, the smarter it gets.