feat: add bundled OpenCode skills and refine module flow
This commit is contained in:
11
shared/opencode-skills.ts
Normal file
11
shared/opencode-skills.ts
Normal 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;
|
||||
Reference in New Issue
Block a user