feat(settings): add Skills and Memory pages - #6423
Open
rafavalls wants to merge 1 commit into
Open
Conversation
Adds two org-settings surfaces under the Build group: - Skills: lists the SKILL.md folders an agent can load on demand, with a new "skills" settings group that also owns the existing Synced repos tab (syncing skills from a repo is a skills concern, not a storage one). - Memory: what agents remember across tasks. Ships as a preview with sample data, labelled as such in the UI, so the surface can be reviewed before the persistence layer lands. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Summary
Two new org-settings surfaces under the Build group:
SKILL.mdfolders an agent can load on demand. A newskillssettings group also adopts the existing Synced repos tab, since syncing skills from a repo is a skills concern rather than a storage one (it is how an org keeps the agent's skills current without hand-uploading each).Testing
tsc --noEmitclean onapps/web. No behavior change to existing settings surfaces beyond Synced repos moving groups.Notes for the reviewer
Memory ships as a labelled preview. Its entries are sample data and are not persisted yet; the UI says so via
settings.memory.mockNotice. This is deliberate, so the surface can be reviewed before the persistence layer lands. If you'd rather not merge a preview surface, this PR is easy to hold or trim to Skills only.Independent of the board/thread work in the sibling PRs; no shared files.
🤖 Generated with Claude Code
Summary by cubic
Adds two new org Settings pages under Build: Skills (lists loadable
SKILL.mdfolders) and Memory (what agents remember across tasks). Synced repos moves from Storage to the new Skills group. Previously: Synced repos lived under Storage; now: under Skills. No other existing settings behavior changes./$org/settings/skillsand/$org/settings/memory; sidebar updated./$org/settings/synced-reposstays the same path but is now keyed to the Skills group for loading state.SKILL.md.Written for commit 1bfe40f. Summary will update on new commits.