Files
oh-my-opencode/dist/features/builtin-skills/skills/index.d.ts
T
2026-03-14 04:56:50 +00:00

6 lines
272 B
TypeScript

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";