From 9e5dd7427dd4b562c4615814b63f0779a8f6e0cd Mon Sep 17 00:00:00 2001 From: Vinicius Fortuna Date: Fri, 27 Feb 2026 18:55:36 +0000 Subject: [PATCH] Update agent skills format --- .../authoritative.md => .agents/skills/authoritative/SKILL.md | 4 ++++ GEMINI.md => AGENTS.md | 0 2 files changed, 4 insertions(+) rename skills/authoritative.md => .agents/skills/authoritative/SKILL.md (93%) rename GEMINI.md => AGENTS.md (100%) diff --git a/skills/authoritative.md b/.agents/skills/authoritative/SKILL.md similarity index 93% rename from skills/authoritative.md rename to .agents/skills/authoritative/SKILL.md index d8eae95..c68ef13 100644 --- a/skills/authoritative.md +++ b/.agents/skills/authoritative/SKILL.md @@ -1,3 +1,7 @@ +--- +name: Find Authoritative Nameserver +description: How to find and query the authoritative nameserver for a record. +--- How to find and query the authoritative nameserver for a record. 1. Query SOA for the target_domain. diff --git a/GEMINI.md b/AGENTS.md similarity index 100% rename from GEMINI.md rename to AGENTS.md