jpskill.com
🛠️ 開発・MCP コミュニティ 🔴 エンジニア向け 👤 エンジニア・AI開発者

🛠️ Faf Expert

faf-expert

AIの文脈情報を扱う基盤フォーマット

⏱ MCPサーバー実装 1日 → 2時間

📺 まず動画で見る(YouTube)

▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Advanced .faf (Foundational AI-context Format) specialist. IANA-registered format, MCP server config, championship scoring, bi-directional sync.

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

一言でいうと

AIの文脈情報を扱う基盤フォーマット

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

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して faf-expert.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → faf-expert フォルダができる
  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-17
取得日時
2026-05-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Faf Expert を使って、最小構成のサンプルコードを示して
  • Faf Expert の主な使い方と注意点を教えて
  • Faf Expert を既存プロジェクトに組み込む方法を教えて

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

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

[Skill 名] faf-expert

FAF Expert - 高度な AI コンテキスト アーキテクチャ

AI がプロジェクトを理解するための IANA 登録フォーマットを習得しましょう。

あらゆるコードベースを、セッション、ツール、AI プラットフォーム間で持続するコンテキストを持つ AI インテリジェントなプロジェクトに変革します。最新の AI 開発ワークフローを支える基盤レイヤーをエキスパートレベルで制御できます。

このスキルを使用するタイミング

FAF Expert は、次のような場合に必要です。

シナリオ FAF Expert が提供するもの
複雑なプロジェクト設定 .faf ファイルと MCP サーバーのエキスパート設定
チャンピオンシップスコアリング 本番プロジェクトで 85% 以上の AI レディネススコアを達成
マルチ AI ワークフロー Claude、Cursor、Gemini、Windsurf で機能するユニバーサルコンテキスト
レガシーコードベースの復活 考古学を AI が読み取れるプロジェクト DNA に変換
チームコラボレーション 一貫した AI アシスタンスのための標準化されたコンテキストフォーマット
エンタープライズ展開 プロフェッショナルな MCP サーバー設定と管理

実世界の例

例 1: レガシーエンタープライズ Java システム

# Achieved: 92% Gold tier with FAF Expert
project:
  name: enterprise-payment-api
  goal: Mission-critical payment processing system

stack:
  backend: java-spring
  database: oracle
  runtime: java-11
  deployment: kubernetes

human_context:
  where: AWS EKS production cluster
  when: Legacy system from 2018, modernizing 2026
  how: Spring Boot 2.7, Oracle 19c, Docker containerization

例 2: 最新の React ダッシュボード

# Achieved: 97% Gold tier performance
project:
  name: analytics-dashboard
  goal: Real-time analytics for SaaS platform

stack:
  frontend: react-18
  css_framework: tailwind
  state: zustand
  build: vite
  testing: vitest
  deployment: vercel

コア機能

🏆 チャンピオンシップスコアリングシステム

  • ゴールドティア (95% 以上): 本番環境対応の AI コンテキスト
  • シルバーティア (85% 以上): プロフェッショナルな開発標準
  • ブロンズティア (70% 以上): AI アシスタンスのための強固な基盤

🔧 MCP サーバー設定

33 のツールを備えた claude-faf-mcp のエキスパート設定:

{
  "mcpServers": {
    "faf": {
      "command": "npx",
      "args": ["-y", "claude-faf-mcp@latest"]
    }
  }
}

🔄 双方向同期

プラットフォーム間でコンテキストを同期させます。

  • .fafCLAUDE.md
  • .faf.cursorrules
  • .fafGEMINI.md
  • .fafAGENTS.md

📊 Mk4 アーキテクチャフレームワーク

包括的なプロジェクトコンテキストのための 33 スロット IANA フォーマット:

  • プロジェクトのアイデンティティと目標
  • 技術スタックの検出
  • 人間によるコンテキスト (誰が/何を/なぜ/どこで/いつ/どのように)
  • アーキテクチャパターン
  • デプロイ設定

はじめに

クイックインストール

# Install FAF CLI
npm install -g faf-cli

# Initialize your project
faf init

# Score AI-readiness
faf score --details

# Set up MCP server
faf mcp install

エキスパートコマンド

# Advanced scoring with breakdown
faf score --championship --verbose

# Multi-platform sync
faf bi-sync --target all

# Validate format compliance
faf validate --strict

# Enhanced AI optimization
faf enhance --model claude --focus completeness

成功指標

実際のパフォーマンスデータ:

  • FAF エコシステム全体で 52,000 回以上のダウンロード
  • 800 以上の包括的なテスト (CLI + MCP)
  • IANA 登録フォーマット (application/vnd.faf+yaml)
  • 153 以上の検証済みフォーマットをサポート
  • チャンピオンシップグレードのパフォーマンス (50ms 未満の実行)

プラットフォーム互換性

サポートされている AI ツール

  • Claude Code - ネイティブ MCP 統合
  • Cursor - .cursorrules 同期
  • Gemini CLI - GEMINI.md 同期
  • Windsurf - .windsurfrules サポート
  • Universal - YAML を読み取るあらゆる AI で動作

利用可能な MCP サーバー

  • claude-faf-mcp - 33 ツール、391 テスト
  • grok-faf-mcp - xAI/Grok に最適化
  • rust-faf-mcp - ネイティブパフォーマンス (4.3MB バイナリ)
  • gemini-faf-mcp - Google Gemini 統合

高度なパターン

エンタープライズ設定

faf_version: "3.0"
project:
  name: enterprise-platform
  tier: production

human_context:
  team_size: 50+
  compliance: SOC2, HIPAA
  deployment: multi-region

stack:
  architecture: microservices
  orchestration: kubernetes
  monitoring: datadog
  security: vault

レガシーシステム復活

# Transform 10-year-old codebase to AI-ready
project:
  archaeology: true
  modernization_target: 2026

stack:
  legacy: php-5.6
  migration_path: laravel-11
  database_upgrade: mysql-8

エキスパートリソース

  • ドキュメント: https://faf.one
  • MCP レジストリ: 公式 Anthropic スチュワード
  • CLI リファレンス: faf --help
  • コミュニティ: 1000 人以上の開発者が参加する Discord サーバー
  • エンタープライズ: プロフェッショナルサポートが利用可能

faf-wizard の代わりに faf-expert を使用するタイミング

faf-wizard は次のような場合に使用します。

  • ✅ クイックプロジェクト設定
  • ✅ ワンクリック生成
  • ✅ 初心者向けのワークフロー
  • ✅ 自動スタック検出

faf-expert は次のような場合に使用します。

  • 🎯 細かく調整された設定
  • 🎯 チャンピオンシップスコアリングの最適化
  • 🎯 マルチプラットフォーム同期管理
  • 🎯 エンタープライズ展開パターン
  • 🎯 高度な MCP サーバー設定

AI がプロジェクトを理解するためのフォーマットを習得しましょう。FAF Expert - チャンピオンシップグレードの AI コンテキストアーキテクチャが必要な場合に。

制限事項

  • このスキルは、タスクが上記で説明されている範囲と明確に一致する場合にのみ使用してください。
  • 出力を、環境固有の検証、テスト、または専門家によるレビューの代わりとして扱わないでください。
  • 必要な入力、権限、安全境界、または成功基準が不足している場合は、停止して説明を求めてください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

FAF Expert - Advanced AI Context Architecture

Master the IANA-registered format that makes AI understand your projects.

Transform any codebase into an AI-intelligent project with persistent context that survives across sessions, tools, and AI platforms. Expert-level control over the foundational layer that powers modern AI development workflows.

When to Use This Skill

Use FAF Expert when you need:

Scenario What FAF Expert Provides
Complex project setup Expert configuration of .faf files and MCP servers
Championship scoring Achieve 85%+ AI-readiness scores for production projects
Multi-AI workflows Universal context that works across Claude, Cursor, Gemini, Windsurf
Legacy codebase revival Transform archaeology into AI-readable project DNA
Team collaboration Standardized context format for consistent AI assistance
Enterprise deployment Professional MCP server configuration and management

Real-World Examples

Example 1: Legacy Enterprise Java System

# Achieved: 92% Gold tier with FAF Expert
project:
  name: enterprise-payment-api
  goal: Mission-critical payment processing system

stack:
  backend: java-spring
  database: oracle
  runtime: java-11
  deployment: kubernetes

human_context:
  where: AWS EKS production cluster
  when: Legacy system from 2018, modernizing 2026
  how: Spring Boot 2.7, Oracle 19c, Docker containerization

Example 2: Modern React Dashboard

# Achieved: 97% Gold tier performance
project:
  name: analytics-dashboard
  goal: Real-time analytics for SaaS platform

stack:
  frontend: react-18
  css_framework: tailwind
  state: zustand
  build: vite
  testing: vitest
  deployment: vercel

Core Capabilities

🏆 Championship Scoring System

  • Gold Tier (95%+): Production-ready AI context
  • Silver Tier (85%+): Professional development standard
  • Bronze Tier (70%+): Solid foundation for AI assistance

🔧 MCP Server Configuration

Expert setup of claude-faf-mcp with 33 tools:

{
  "mcpServers": {
    "faf": {
      "command": "npx",
      "args": ["-y", "claude-faf-mcp@latest"]
    }
  }
}

🔄 Bi-Directional Sync

Keep context synchronized across platforms:

  • .fafCLAUDE.md
  • .faf.cursorrules
  • .fafGEMINI.md
  • .fafAGENTS.md

📊 Mk4 Architecture Framework

33-slot IANA format for comprehensive project context:

  • Project identity and goals
  • Technical stack detection
  • Human context (who/what/why/where/when/how)
  • Architecture patterns
  • Deployment configuration

Getting Started

Quick Installation

# Install FAF CLI
npm install -g faf-cli

# Initialize your project
faf init

# Score AI-readiness
faf score --details

# Set up MCP server
faf mcp install

Expert Commands

# Advanced scoring with breakdown
faf score --championship --verbose

# Multi-platform sync
faf bi-sync --target all

# Validate format compliance
faf validate --strict

# Enhanced AI optimization
faf enhance --model claude --focus completeness

Success Metrics

Real Performance Data:

  • 52k+ downloads across FAF ecosystem
  • 800+ comprehensive tests (CLI + MCP)
  • IANA-registered format (application/vnd.faf+yaml)
  • 153+ validated formats supported
  • Championship-grade performance (<50ms execution)

Platform Compatibility

Supported AI Tools

  • Claude Code - Native MCP integration
  • Cursor - .cursorrules sync
  • Gemini CLI - GEMINI.md sync
  • Windsurf - .windsurfrules support
  • Universal - Works with any AI that reads YAML

MCP Servers Available

  • claude-faf-mcp - 33 tools, 391 tests
  • grok-faf-mcp - xAI/Grok optimized
  • rust-faf-mcp - Native performance (4.3MB binary)
  • gemini-faf-mcp - Google Gemini integration

Advanced Patterns

Enterprise Configuration

faf_version: "3.0"
project:
  name: enterprise-platform
  tier: production

human_context:
  team_size: 50+
  compliance: SOC2, HIPAA
  deployment: multi-region

stack:
  architecture: microservices
  orchestration: kubernetes
  monitoring: datadog
  security: vault

Legacy System Revival

# Transform 10-year-old codebase to AI-ready
project:
  archaeology: true
  modernization_target: 2026

stack:
  legacy: php-5.6
  migration_path: laravel-11
  database_upgrade: mysql-8

Expert Resources

  • Documentation: https://faf.one
  • MCP Registry: Official Anthropic steward
  • CLI Reference: faf --help
  • Community: Discord server with 1000+ developers
  • Enterprise: Professional support available

When to Use faf-wizard Instead

Use faf-wizard for:

  • ✅ Quick project setup
  • ✅ One-click generation
  • ✅ Beginner-friendly workflow
  • ✅ Automated stack detection

Use faf-expert for:

  • 🎯 Fine-tuned configuration
  • 🎯 Championship scoring optimization
  • 🎯 Multi-platform sync management
  • 🎯 Enterprise deployment patterns
  • 🎯 Advanced MCP server setup

Master the format that makes AI understand your projects. FAF Expert - for when you need championship-grade AI context architecture.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.