Files
oh-my-opencode/src/features/builtin-skills/skills/index.ts
T

6 lines
267 B
TypeScript
Raw Normal View History

export { playwrightSkill, agentBrowserSkill } from "./playwright"
export { playwrightCliSkill } from "./playwright-cli"
export { frontendUiUxSkill } from "./frontend-ui-ux"
export { gitMasterSkill } from "./git-master"
export { devBrowserSkill } from "./dev-browser"