Files
makelore/shared/opencode-skills.ts
inman c809002180
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
feat: add bundled OpenCode skills and refine module flow
2026-08-14 18:15:55 +08:00

12 lines
236 B
TypeScript

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;