ai-engineer-teams: Skill for Kiro

.kiro/skills/fixing-metadata/SKILL.md

fixing-metadata is a skill for Kiro from yoshimi-I/ai-engineer-teams. It costs 109 tokens per session (1,528 once invoked), scanned A, original, MIT.

A checklist for auditing the information webpages provide to search engines and social networks, such as titles, descriptions, preferred URLs, and sharing images.

In plain words
What is it for?
Use it when adding or reviewing SEO tags, Open Graph or Twitter cards, favicons, structured data, language versions, canonical URLs, and robots instructions.
Why use it?
It helps find missing or conflicting page metadata that can harm search indexing or produce poor social-sharing previews.

Skill for Kiro

Written for Kiro: installed under .kiro/.

This is yoshimi-I/ai-engineer-teams's own configuration. It tells Kiro how to work on ai-engineer-teams itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-engineer-teams configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yoshimi-I/ai-engineer-teams. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/yoshimi-I/ai-engineer-teams/main/.kiro/skills/fixing-metadata/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/yoshimi-I/ai-engineer-teams

Made for: Kiro.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fixing-metadata

README.md
[![agentmods](https://agentmods.dev/badge/skills/yoshimi-i/ai-engineer-teams/fixing-metadata/github.svg)](https://agentmods.dev/skills/yoshimi-i/ai-engineer-teams/fixing-metadata)
Your own site
<a href="https://agentmods.dev/skills/yoshimi-i/ai-engineer-teams/fixing-metadata"><img src="https://agentmods.dev/badge/skills/yoshimi-i/ai-engineer-teams/fixing-metadata/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fixing-metadata

Your own site · 80×15
<a href="https://agentmods.dev/skills/yoshimi-i/ai-engineer-teams/fixing-metadata"><img src="https://agentmods.dev/badge/skills/yoshimi-i/ai-engineer-teams/fixing-metadata.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,528 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00109 $0.01528
Opus 5 $0.00055 $0.00764
Sonnet 5 $0.00022 $0.00306
Haiku 4.5 $0.00011 $0.00153

Measured 10d ago against content hash ae26886c7da4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

fixing-metadata 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 10d 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.

.kiro/skills/fixing-metadata/SKILL.md · 109 lines

How it starts

The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ワークフロー

  1. メタデータが欠落・不正なページを特定(タイトル、ディスクリプション、canonical、OGタグ)
  2. 以下の優先度ルールに照らして監査 — 致命的な問題(重複、インデックス)を最初に修正
  3. タイトル、ディスクリプション、canonical、og:url が互いに一致していることを確認
  4. ソーシャルカードが実際のURLで正しくレンダリングされることを検証(localhostではなく)
  5. 差分は最小限、メタデータのみに限定 — 無関係なコードをリファクタリングしない

適用タイミング

以下の作業時に参照:

  • ページタイトル、ディスクリプション、canonical、robots の追加・変更
  • Open Graph または Twitter カードメタデータの実装
  • ファビコン、アプリアイコン、マニフェスト、theme-color の設定
  • 共有SEOコンポーネントやレイアウトメタデータデフォルトの構築
  • 構造化データ(JSON-LD)の追加
  • ロケール、代替言語、canonical ルーティングの変更
  • 新規ページ、マーケティングページ、共有可能リンクの公開

優先度別ルールカテゴリ

優先度 カテゴリ 影響度
1 正確性と重複 致命的
2 タイトルとディスクリプション
3 canonical とインデックス
4 ソーシャルカード
5 アイコンとマニフェスト
6 構造化データ
7 ロケールと代替 低〜中
8 ツール境界 致命的

クイックリファレンス

1. 正確性と重複(致命的)

  • ページごとに1箇所でメタデータを定義、競合するシステムを避ける
  • title, description, canonical, robots タグの重複出力禁止
  • メタデータは決定論的であること、ランダムや不安定な値禁止
  • ユーザー生成・動的文字列はエスケープ・サニタイズ
  • 全ページにタイトルとディスクリプションの安全なデフォルトが必要

2. タイトルとディスクリプション(高)

  • 全ページにタイトルが必要
  • サイト全体で一貫したタイトル形式を使用
  • タイトルは短く読みやすく、詰め込み禁止
  • 検索・共有可能なページにはメタディスクリプションを設定
  • ディスクリプションはプレーンテキスト、マークダウンや引用スパム禁止

3. canonical とインデックス(高)

  • canonical はページの優先URLを指すこと
  • noindex はプライベート、重複、非公開ページのみに使用
  • robots メタは実際のアクセス意図と一致すること
  • プレビュー・ステージングページは可能な限りデフォルトで noindex
  • ページネーションページは正しい canonical 動作が必要

4. ソーシャルカード(高)

  • 共有可能なページには Open Graph のタイトル、ディスクリプション、画像を設定
  • Open Graph と Twitter の画像は絶対URLを使用
  • 正しい画像サイズと安定したアスペクト比を推奨
  • og:url は canonical URL と一致すること
  • 適切な og:type を使用(通常 website または article)
  • twitter:card を適切に設定(デフォルトは summary_large_image)

5. アイコンとマニフェスト(中)

  • ブラウザ横断で動作するファビコンを最低1つ含める
  • 該当する場合 apple-touch-icon を含める
  • マニフェストは有効で、使用時に参照されていること
  • theme-color は意図的に設定(UIクロームの不一致を避ける)
  • アイコンパスは安定してキャッシュ可能であること

6. 構造化データ(中)

  • 実際のページコンテンツに明確にマッピングされない限り JSON-LD を追加しない
  • JSON-LD は有効で、実際にレンダリングされている内容を反映すること
  • 評価、レビュー、価格、組織詳細を捏造しない
  • 必要でない限りページごとに1つの構造化データブロックを推奨

7. ロケールと代替(低〜中)

  • html lang 属性を正しく設定
  • ローカライゼーションが存在する場合 og:locale を設定
  • ページが実際に存在する場合のみ hreflang 代替を追加
  • ローカライズされたページはロケールごとに正しく canonical 化

Read the full file on GitHub · 109 lines

Changes

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.

  1. 10d ago First seen · 109 lines · 109 tokens per session scan A ae26886c7da4

Subscribe to this mod's changes

fixing-metadata is a skill published in the GitHub repository yoshimi-I/ai-engineer-teams (2 stars, last pushed 2mo ago), licensed MIT. It adds 109 tokens to every session and 1,528 once invoked, about $0.0005 per session on Opus 5. 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.

Related

Other skills, from other repositories

cognito-passkey-auth

Amazon Cognito — Custom UI with Passkeys, Social Login & Face ID. Reference skill (loaded via skill:// from the ios agent).

seandkendall/kiro-config · 34 tokens

amazon-location-service

Amazon Location Service. Reference skill (loaded via skill:// from the ios agent).

seandkendall/kiro-config · 20 tokens

amazon-polly-generative

Amazon Polly Generative Voices. Reference skill (loaded via skill:// from the ios agent).

seandkendall/kiro-config · 24 tokens

amazon-bedrock

Builds generative AI applications on Amazon Bedrock. Covers model invocation (Converse API, InvokeModel), RAG with Knowledge Bases, Bedrock Agents, Guardrails, and AgentCore. Use when invoking models, setting up Knowledge Bases, creating agents, applying guardrails, deploying to AgentCore, troubleshooting Bedrock…

seandkendall/kiro-config · 169 tokens

agui-dotnet-streaming-chat

Get started with the AG-UI .NET SDK: bootstrap and run your first streaming-chat app (client + server) with the AG-UI .NET NuGet packages (AGUI.Client, AGUI.Server, AGUI.Formatting, AGUI.Abstractions). USE FOR: which packages to install and how to wire them; constructing an AGUIChatClient against an endpoint and…

ag-ui-protocol/ag-ui · 223 tokens

agui-dotnet-protobuf

Use the protobuf wire transport (instead of the default Server-Sent Events) for an AG-UI connection with the AG-UI .NET SDK — a compact binary event stream negotiated via the Accept header. USE FOR: making an AGUIChatClient prefer protobuf by wiring an AGUIEventStreamHandler with ProtobufEventStreamFormatter (then…

ag-ui-protocol/ag-ui · 162 tokens