supermemory/apps/web/components/settings/company-brain-skills
sreedharsreeram 570ed22b6c feat(skills): surface Company Brain-created skills (#1412)
## What and why

Make skills created through Company Brain visible in the existing Settings catalog without a manual reload. The UI labels Slack-originated skills and refreshes the catalog while the Settings page is open.

```mermaid
flowchart LR
  A[Slack approval] --> B[Company Brain skill catalog]
  B --> C[Skills API query]
  C --> D[Settings Skills list]
  D --> E[Created by Company Brain label]
```

## Validation

- `bunx biome check apps/web/components/settings/company-brain-skills.tsx apps/web/components/settings/company-brain-skills/domain.ts apps/web/components/settings/company-brain-skills/skill-row.tsx apps/web/hooks/use-brain-skills.impl.ts` — passed

## Impact

Settings polling refreshes every 15 seconds and on window focus. It does not change the Nova/browser chat workflow or create skills from that surface.
2026-08-05 03:42:37 +00:00
..
domain.ts feat(skills): surface Company Brain-created skills (#1412) 2026-08-05 03:42:37 +00:00
skill-editor.tsx feat(web): add Company Brain skills settings (#1322) 2026-08-02 05:36:32 +00:00
skill-row.tsx feat(skills): surface Company Brain-created skills (#1412) 2026-08-05 03:42:37 +00:00