Point the default system card at the skills index - #687
Draft
jurgenwerk wants to merge 1 commit into
Draft
Conversation
The default system card now names the skills realm's index.md in defaultSkillFiles, so new AI assistant rooms open with the pull-model entry point rather than falling back to the host's built-in default. CS-12343 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Staging Submissions PreviewThis PR's content is pushed to the staging submissions realm: https://realms-staging.stack.cards/submissions/ Changed folders:
Updated at 2026-08-03 11:23:34 UTC for commit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(Written by Claude on Matic's behalf.)
The default system card names the skills realm's
index.mdindefaultSkillFiles, so a new AI assistant room opens with the pull-model entry point: one short skill whose body names every skill and command the assistant can reach, with everything else read on demand.The link is written as
@cardstack/skills/index.mdrather than an absolute URL so it resolves to whichever skills realm the environment serves. The realm resolves it to that realm's own file URL before it reaches a room, which is what the prompt needs to anchor the index's relative links.Pairs with the boxel change that makes the same index the host's built-in default; the two land together.