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
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)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants