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

6 lines
272 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";