feat: add bundled OpenCode skills and refine module flow
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled

This commit is contained in:
inman
2026-08-14 18:15:55 +08:00
parent 88f9ee8708
commit c809002180
31 changed files with 1153 additions and 241 deletions

11
shared/opencode-skills.ts Normal file
View File

@@ -0,0 +1,11 @@
export const BUNDLED_OPENCODE_SKILL_IDS = [
'agent-browser',
'frontend-slides',
'grilling',
'planning-with-files',
] as const;
export const DEFAULT_PROJECT_AGENT_SKILL_IDS = [
'grilling',
'planning-with-files',
] as const;