Skip to content

Conversation

@FredKSchott
Copy link
Member

@FredKSchott FredKSchott commented Jan 17, 2026

Changes

  • Proof-of-concept exploring this RFC: https://github.com/elithrar/agent-skills-discovery-rfc
  • astro add skills -- Adds a new @astrojs/skills integration, letting you define Agent Skills for your project to be served publicly on your website.
  • As a user, place all skills in a top-level ./skills directory in your project. Astro loads this as a content collection into your project, so that you can query it from your application code (getEntries('skills'), etc.). It then also adds a new route to automatically serve your skills at the .well-known URI path prefix. See agent-skills-discovery-rfc for more.
  • Supports providing your own loader to load skills from elsewhere (ex: a different repo, if your project skills live in a seperate repo).

Testing

  • Tested manually in examples/basics
  • No tests added

Docs

  • AI generated integration readme, needs a human pass
@changeset-bot
Copy link

changeset-bot bot commented Jan 17, 2026

⚠️ No Changeset found

Latest commit: 513290a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) labels Jan 17, 2026
@florian-lefebvre
Copy link
Member

florian-lefebvre commented Jan 19, 2026

There is no need to have this under the official scope for now, because we then have to commit to maintenance. I think that would be good as a community package to start with, we can then reconsider based on usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope)

3 participants