From 1aa7d1f3c9ce60da77937f8d39e11e596cec61ce Mon Sep 17 00:00:00 2001 From: PowMCP Date: Fri, 11 Sep 2026 12:12:31 -0300 Subject: [PATCH] Add PowMCP client site handoff skill --- .../powmcp/produce-client-site-handoff-report.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 catalog/powmcp/produce-client-site-handoff-report.json diff --git a/catalog/powmcp/produce-client-site-handoff-report.json b/catalog/powmcp/produce-client-site-handoff-report.json new file mode 100644 index 0000000..a026ce5 --- /dev/null +++ b/catalog/powmcp/produce-client-site-handoff-report.json @@ -0,0 +1,12 @@ +{ + "identifier": "urn:ai:github.com:powmcp:skills:produce-client-site-handoff-report", + "displayName": "PowMCP Client Site Handoff Report", + "mediaType": "application/ai-skill", + "url": "https://github.com/powmcp/skills/blob/main/skills/produce-client-site-handoff-report/SKILL.md", + "description": "Produce a client site handoff report with observed broken-link and image-target evidence from a deployed public page. Guides the agent through checking, fixing, redeploying, and rechecking up to 100 unique targets on that page; does not claim whole-site or accessibility coverage.", + "tags": ["skill", "web-development", "broken-links", "deployment", "quality-assurance"], + "metadata": { + "sourceSet": "powmcp/skills", + "repoPath": "skills/produce-client-site-handoff-report/SKILL.md" + } +}