Introducing Agent Skills for Starlight Page Actions and Starlight UI Tweaks

You can now add the starlight-page-actions and starlight-ui-tweaks skills to Codex, Claude Code, Open Code, or similar agents.

The starlight-page-actions skill helps you install, configure, and customize the Starlight Page Actions plugin, including setting up AI-ready buttons, generating the llms.txt file, controlling actions per page, and customizing prompts for AI chat services.

To add it, run the following command:

npx skills add https://github.com/dlcastillop/starlight-page-actions --skill starlight-page-actions

On the other hand, the starlight-ui-tweaks skill helps you install, configure, and extend your Starlight site's UI, including adding custom navbar links, swapping the theme toggle, setting up ads, and building a marketing footer with multiple columns.

To add it, run the following command:

npx skills add https://github.com/dlcastillop/starlight-ui-tweaks --skill starlight-ui-tweaks

Try it out and let me know what you think!