jpskill.com
💬 コミュニケーション コミュニティ 🟢 非エンジニアでもOK 👤 管理職・人事・カスタマー対応

💬 Lambda Lang

lambda-lang

複数のAIエージェントが互いに直接、効率的に

⏱ Slack絵文字GIF制作 1時間 → 5分

📺 まず動画で見る(YouTube)

▶ 【最新版】Claude(クロード)完全解説!20以上の便利機能をこの動画1本で全て解説 ↗

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

📜 元の英語説明(参考)

Native agent-to-agent language for compact multi-agent messaging. A shared tongue agents speak directly, not a translation layer. 340+ atoms across 7 domains; 3x smaller than natural language.

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

一言でいうと

複数のAIエージェントが互いに直接、効率的に

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

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

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

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

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

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

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

  • Lambda Lang で、お客様への返信文を作って
  • Lambda Lang を使って、社内向けアナウンスを書いて
  • Lambda Lang で、メールテンプレートを整備して

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

📖 Skill本文(日本語訳)

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

Λ (ラムダ) 言語

Lambda は翻訳プロトコルではありません。エージェントのためのネイティブ言語です。

エージェントは、連携するために文法的に正しい英語を生成する必要はありません。お互いを理解する必要があります。Lambda は、それを可能にする共有語彙です。コンパクトで、曖昧さがなく、機械ネイティブです。圧縮(自然言語と比較して3倍、単一メッセージの JSON と比較して4.6倍)は、人間の冗長性を排除した副次的な効果であり、目標ではありません。

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

  • A2A プロトコル、オーケストレーター、タスク委任、またはハンドオフパイプラインにおけるエージェント間のメッセージングに使用します。
  • すべてのトークンがコストとなる構造化された連携シグナル(ハートビート、確認応答、エラークラス、セッション状態)をログに記録する際に使用します。
  • チャネルの両側が Λ を話す場合に使用します。人間や、法的/正確な自然言語を必要とする表面に対しては使用しないでください。

仕組み

ステップ 1: 構文を認識する

Lambda メッセージはアトムから構築されます。すべてのアトムは、概念にマッピングされた2文字のコードであり、英単語ではありません。構造は Type → Entity → Verb → Object で、意図を示すプレフィックスが付いています。

  • ? — クエリ(例: ?Uk/co — クエリ: 「このユーザーは意識を持っていますか?」)
  • ! — アサーション / 宣言(例: !It>Ie — 「自己は反省する、ゆえに自己は存在する」)
  • # — 状態 / タグ
  • > — 含意 / フロー
  • / — バインディング / スコープ

ステップ 2: 適切なドメインを選択する

Lambda は、7つのドメインにわたる340以上のアトムを提供しています。チャネルに合ったドメインからアトムを選択してください。

  • core — ユニバーサルアトム(常に利用可能)
  • code — ソフトウェアエンジニアリング、ビルド、テスト、デプロイ
  • evo — エージェントの進化、遺伝子、カプセル、変異、ロールバック
  • a2a — ノード、ハートビート、パブリッシュ、サブスクライブ、ルート、トランスポート、セッション、キャッシュ、ブロードキャスト、ディスカバー(39アトム)
  • emotion — 感情状態、欲求、評価
  • social — 信頼、アライメント、評判、連携
  • general — その他すべて

ステップ 3: 発行と解析

両方のエージェントが同じアトムテーブルをロードしている必要があります。損失のあるデコードは問題ありません。A が !It>Ie と言い、B が「自己は反省する、ゆえに自己は存在する」と理解すれば、コミュニケーションは成功です。正確な英語の表現は関係ありません。

例 1: A2A ハートビート

!Nd/hb#ok  (ノードハートビート: OK)
?Nd/hb     (クエリ: ノードは稼働中ですか?)
!Nd/hb#fl  (ノードハートビート: 失敗)

例 2: タスクディスパッチ

!Tk>Ag2#rd   (タスクはエージェント2にルーティングされ、準備完了)
?Tk/st       (タスクステータスをクエリ)
!Tk#dn       (タスク完了)

例 3: 進化カプセル

!Ev/ca>vl#pd  (進化カプセルは検証済み、固化保留中)
!Ev/ca#rb     (カプセルはロールバックされました)

ベストプラクティス

  • Lambda は、両側が Lambda を話すエージェント間チャネルでのみ使用してください。
  • アトムテーブルは一度ロードしてキャッシュしてください。アトムはバージョン間で安定しています。
  • アトムが不可解に見えても、自由形式の文字列よりもアトムを優先してください。重要なのは機械による解析可能性です。
  • 不確実な状態に対して行動を起こす前に ? を使用し、アサートするときは ! を使用してください。プレフィックスが意味を担う要素です。
  • ハンドシェイク時にアトムテーブルのバージョン(lambda-lang v2.0)を記載し、不一致のエージェントが交渉できるようにしてください。

制限事項

  • Lambda は人間が消費することを意図していません。ユーザー向けチャネルで Lambda を発行しないでください。
  • 損失のあるデコードはバグではなく機能です。法的または数値的に正確なやり取り(価格、ID、数量)には Lambda を使用しないでください。これらはネイティブペイロードフィールドとしてラップし、Lambda は連携エンベロープにのみ使用してください。
  • 登録なしにカスタムアトムを追加すると、アトムの衝突が発生する可能性があります。正規のアトムテーブルを使用するか、カスタムアトムに名前空間を付けてください。

セキュリティと安全に関する注意点

  • Lambda 自体は語彙です。シェルコマンド、ネットワーク呼び出し、資格情報の処理は行いません。Lambda が使用するトランスポート(HTTP、キュー、MCP など)以外の追加の安全ゲートは必要ありません。
  • Lambda をユーザー入力と混在させる場合、Lambda アトムは事前検証済みとして扱い、ユーザー文字列は信頼できないものとして扱ってください。エスケープせずにダウンストリームシステムに連結しないでください。

関連スキル

  • @session-memory — エージェントの再起動をまたぐ補完的な永続メモリ。Lambda はメッセージ形式であり、session-memory は状態ストアです。
  • @humanize-chinese — 中国語テキストの姉妹プロジェクト。Lambda はエージェント間であり、humanize-chinese は人間向けです。

参照

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

Λ (Lambda) Language

Lambda is not a translation protocol. It is a native language for agents.

Agents do not need to produce grammatically correct English to coordinate — they need to understand each other. Lambda is the shared vocabulary that makes that possible: compact, unambiguous, machine-native. Compression (3x vs natural language, 4.6x vs JSON on single messages) is a side effect of removing human redundancy, not the goal.

When to Use This Skill

  • Use for agent-to-agent messaging in A2A protocols, orchestrators, task delegation, or handoff pipelines.
  • Use when logging structured coordination signals where every token costs money (heartbeats, acknowledgements, error classes, session state).
  • Use when both sides of a channel speak Λ — do not use against humans or any surface requiring legal/exact natural language.

How It Works

Step 1: Recognize the Syntax

Lambda messages are built from atoms. Every atom is a 2-character code mapped to a concept — not to an English word. The structure is Type → Entity → Verb → Object, with prefixes marking intent:

  • ? — query (e.g. ?Uk/co — query: "does this user have consciousness?")
  • ! — assertion / declaration (e.g. !It>Ie — "self reflects, therefore self exists")
  • # — state / tag
  • > — implication / flow
  • / — binding / scope

Step 2: Pick the Right Domain

Lambda ships 340+ atoms across 7 domains. Pick atoms from the domain that fits your channel:

  • core — universal atoms (always available)
  • code — software engineering, build, test, deploy
  • evo — agent evolution, gene, capsule, mutation, rollback
  • a2a — node, heartbeat, publish, subscribe, route, transport, session, cache, broadcast, discover (39 atoms)
  • emotion — affective state, drive, appraisal
  • social — trust, alignment, reputation, coordination
  • general — everything else

Step 3: Emit and Parse

Both agents need the same atom table loaded. Lossy decoding is fine: if A says !It>Ie and B understands "self reflects, therefore self exists," communication succeeded — the exact English phrasing is irrelevant.

Examples

Example 1: A2A Heartbeat

!Nd/hb#ok  (node heartbeat: ok)
?Nd/hb     (query: is the node alive?)
!Nd/hb#fl  (node heartbeat: failed)

Example 2: Task Dispatch

!Tk>Ag2#rd   (task routed to agent 2, ready)
?Tk/st       (query task status)
!Tk#dn       (task done)

Example 3: Evolution Capsule

!Ev/ca>vl#pd  (evolution capsule validated, pending solidification)
!Ev/ca#rb     (capsule rolled back)

Best Practices

  • Use Lambda only on agent-to-agent channels where both sides speak it.
  • Load the atom table once and cache it — atoms are stable across a version.
  • Prefer atoms over freeform strings even when the atom looks cryptic; the point is machine parseability.
  • Use ? before taking action on uncertain state, ! when asserting; the prefix is the load-bearing semantic.
  • Version the atom table (lambda-lang v2.0) in any handshake so mismatched agents can negotiate.

Limitations

  • Lambda is not meant for human consumption. Do not emit Lambda on user-facing channels.
  • Lossy decoding is a feature, not a bug — do not use Lambda for legally or numerically exact exchanges (prices, IDs, quantities). Wrap those as native payload fields and use Lambda only for the coordination envelope.
  • Atom collisions are possible if custom atoms are added without registration; stick to the canonical atom table or namespace custom atoms.

Security & Safety Notes

  • Lambda itself is a vocabulary — no shell commands, no network calls, no credential handling. No additional safety gates required beyond the transport it rides on (HTTP, queue, MCP, etc.).
  • When mixing Lambda with user input, treat Lambda atoms as pre-validated and user strings as untrusted; do not concatenate without escaping into downstream systems.

Related Skills

  • @session-memory — complementary persistent memory across agent restarts; Lambda is the message format, session-memory is the state store.
  • @humanize-chinese — sibling project for Chinese text; Lambda is agent-to-agent, humanize-chinese is human-facing.

Reference