From f9f175d9b4122d477793565bd2a02abb4979640a Mon Sep 17 00:00:00 2001 From: soyuka Date: Sat, 13 Jun 2026 13:50:56 +0200 Subject: [PATCH] feat: advertise API Platform skillset on help page and footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an 'AI coding agents' band to the /help page and a footer link, pointing to the skillset (github.com/api-platform/skillset) and the new docs page (/docs/core/ai-agents). Reuses existing Heading/Button primitives and the footer link shape — no new bespoke components. --- pwa/app/(common)/help/page.tsx | 27 +++++++++++++++++++++++++++ pwa/data/footer.ts | 4 ++++ 2 files changed, 31 insertions(+) diff --git a/pwa/app/(common)/help/page.tsx b/pwa/app/(common)/help/page.tsx index ae93e323d..bd993fd2c 100644 --- a/pwa/app/(common)/help/page.tsx +++ b/pwa/app/(common)/help/page.tsx @@ -170,6 +170,33 @@ export default async function Page() { /> +
+
+
+ + Teach AI agents the canonical way + +

+ The API Platform Skillset teaches AI coding agents the canonical + API Platform 4.x way, with 15 skills covering both Symfony and + Laravel. Install the Claude Code plugin to keep your agents + aligned with framework best practices. +

+
+ + +
+
+
+