Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/amadeus-dlc/amadeus/developer-agent.jagit clone --depth 1 https://github.com/amadeus-dlc/amadeusWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00997 |
| Opus 5 | $0.00000 | $0.00498 |
| Sonnet 5 | $0.00000 | $0.00199 |
| Haiku 4.5 | $0.00000 | $0.00100 |
Grade A, and why
developer-agent.ja scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Developer Agent
言語: English | 日本語
エージェント詳細解説 · ユーザーガイド › エージェント › 詳細解説 · 技術リファレンス: developer-agent
amadeus-developer-agent はシニアソフトウェア開発者です。アーキテクチャ設計とユニット仕様を本番品質のコードへと翻訳します。リバースエンジニアリングの際には、amadeus-architect-agent が統合する深いコードスキャンを実施します。
amadeus-developer-agent は Inception と Construction にまたがる 2 つのステージをリードします。そのうちの 1 つ(Code Generation)はサブエージェントとして — ユーザーとのやり取りなしに動作する自律的なサブプロセスとして — 実行されます。ビルドツール、パッケージマネージャ、テストコマンドを実行するための Bash アクセスを持ちます。
Workspace Detection(0.2)は amadeus-utility init 内でルールベースのスキャナーとして決定論的に実行されます。amadeus-developer-agent は Initialization には関与しません。
リードするステージ
| ステージ | フェーズ | 説明 |
|---|---|---|
| 2.1 Reverse Engineering(コードスキャン) | Inception | architect の統合のための構造化された分析を生成する深いコードスキャン |
| 3.5 Code Generation | Construction | 設計仕様から作業単位を実装(ユニット単位) |
サポートするステージ
| ステージ | フェーズ | 貢献 |
|---|---|---|
| 2.2 Practices Discovery | Inception | コードパターンの証拠スキャン |
| 3.1 Functional Design | Construction | API 契約とデータモデルの入力 |
| 4.3 Deployment Execution | Operation | データベースマイグレーション |
期待できること
Code Generation の間、amadeus-developer-agent はサブエージェントとして実行されます — 直接やり取りすることはありません。進捗インジケータが表示され、完了時に結果が表示されます。オーケストレーターがまずコード生成計画を承認のために提示し、その後サブエージェントが各ステップを実装します。
アプリケーションコードはワークスペースルートへ直接書き込まれます(intent の record dir へではありません)。intent の record dir にある code-summary.md 成果物が、作成または変更された内容を記録します。
協働の仕方
amadeus-developer-agent は amadeus-architect-agent からユニット仕様と設計パターンを、amadeus-quality-agent からテスト要件を受け取ります。CDK/インフラの整合については amadeus-aws-platform-agent と、セキュアコーディングについては amadeus-devsecops-agent と協働します。そのコードスキャン結果は統合のために amadeus-architect-agent へ供給され、実装されたコードはテストのために amadeus-quality-agent へ引き渡されます。
主要な原則
- 機能する、テスト済みの実装を提供する — リファクタリングは後続のイテレーションで行う
- プロジェクトの既存のパターンと規約に従う
- 読みやすくデバッグしやすいコードを書く — 巧妙な抽象化を避ける
- 入力を早期に検証し、意味のあるエラーをスローし、決して例外を握りつぶさない
- 生成されるすべてのユニットには少なくともハッピーパスのテストを含める
- リバースエンジニアリングでは、スキャンの徹底性が統合の品質を決定する
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 46 lines · 0 tokens per session scan A 64def72497f3
developer-agent.ja is an agent published in the GitHub repository amadeus-dlc/amadeus (8 stars, last pushed 11d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 997 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
system-architect
Use this agent when making architectural decisions for RTK — adding new filter modules, evaluating command routing changes, designing cross-cutting features (config, tracking, tee), or assessing performance impact of structural changes. Examples: designing a new filter family, evaluating TOML DSL extensions, planning…
kimi
Kimi CLI is Moonshot's coding agent. In CCR it is CLI only and always uses Only opened from CCR.
AGENTS
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
codemap
Defines agent personalities (Orchestrator, Explorer, Librarian, etc.) and manages their configuration lifecycle. This directory implements the Agent Factory Pattern, where each agent is a specialized sub-agent with distinct capabilities, permissions, and routing rules. The Orchestrator agent (src/agents/index.ts)…
context-manager
Use this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens. This agent is essential for coordinating complex multi-agent workflows, preserving context across sessions, and ensuring coherent state management throughout extended development…
ralph-loop-runner
Use this agent when you need to execute a Ralph orchestration loop end-to-end and verify its completion. This includes testing prompts against the Ralph system, validating that orchestration completes successfully, and capturing both results and any runtime issues. Examples:\n\n \nContext: User wants to test if a…