Skip to content

feat(settings): add Skills and Memory pages - #6423

Open
rafavalls wants to merge 1 commit into
mainfrom
rafavalls/settings-skills-memory
Open

feat(settings): add Skills and Memory pages#6423
rafavalls wants to merge 1 commit into
mainfrom
rafavalls/settings-skills-memory

Conversation

@rafavalls

@rafavalls rafavalls commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

Two new org-settings surfaces under the Build group:

  • Skills — lists the SKILL.md folders an agent can load on demand. A new skills settings 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).
  • Memory — what agents remember across tasks.

Testing

tsc --noEmit clean on apps/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.md folders) 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.

  • New routes and nav: /$org/settings/skills and /$org/settings/memory; sidebar updated. /$org/settings/synced-repos stays the same path but is now keyed to the Skills group for loading state.
  • Skills: fetches the org skill catalog and lists skills with “View in Library”; “Add” links to Library to create a SKILL.md.
  • Memory: preview-only UI with sample data; entries are not persisted and the page shows a notice; remove acts on local state only.
  • i18n: English and pt-BR strings added for Skills and Memory.

Written for commit 1bfe40f. Summary will update on new commits.

Review in cubic

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>
@github-actions github-actions Bot added the claude PR authored by a coding agent label Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

claude PR authored by a coding agent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant