File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,6 +170,33 @@ export default async function Page() {
170170 />
171171 </ div >
172172 </ div >
173+ < div >
174+ < div className = "container xl:max-w-5xl flex flew-row items-center relative gap-16 py-12" >
175+ < div className = "flex-1 max-w-2xl py-6 mx-auto text-center" >
176+ < Heading size = "lg" level = "h2" overline = "AI coding agents" >
177+ Teach AI agents the < strong > canonical way</ strong >
178+ </ Heading >
179+ < p className = "mt-4" >
180+ The API Platform Skillset teaches AI coding agents the canonical
181+ API Platform 4.x way, with 15 skills covering both Symfony and
182+ Laravel. Install the Claude Code plugin to keep your agents
183+ aligned with framework best practices.
184+ </ p >
185+ < div className = "mt-6 flex flex-wrap justify-center gap-4" >
186+ < Button
187+ external
188+ href = "https://github.com/api-platform/skillset"
189+ size = "medium"
190+ >
191+ Get the skillset
192+ </ Button >
193+ < Button href = "/docs/core/ai-agents" size = "medium" empty >
194+ Learn more
195+ </ Button >
196+ </ div >
197+ </ div >
198+ </ div >
199+ </ div >
173200 < div className = "bg-blue-extralight/50 dark:bg-blue-dark dark:text-white after:absolute after:w-full after:h-80 after:top-full after:left-0 after:bg-blue-extralight/50 after:dark:bg-blue-dark" >
174201 < div className = "container xl:max-w-5xl flex flew-row items-center relative gap-16 pt-12" >
175202 < img
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ const footer: FooterPart[] = [
3030 title : "Screencasts" ,
3131 url : "https://symfonycasts.com/screencast/api-platform?cid=apip" ,
3232 } ,
33+ {
34+ title : "AI coding-agent skills" ,
35+ url : "/docs/core/ai-agents/" ,
36+ } ,
3337 {
3438 title : "Stack Overflow" ,
3539 url : "https://stackoverflow.com/questions/tagged/api-platform.com" ,
You can’t perform that action at this time.
0 commit comments