oh-my-opencode
oh-my-opencode contient 4 skills collectées depuis HaiNinh1, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Designer-turned-developer who crafts stunning UI/UX even without design mockups
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use only when the user explicitly requests agent-browser or browser automation is unavoidable. Avoid on Windows by default; do not use for routine post-work verification when non-browser checks can prove behavior.
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). Load this skill before git work to preserve the repository safety protocol. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.
Full PR lifecycle: git worktree → implement → atomic commits → PR creation → verification loop (CI + review-work + Cubic approval) → merge. Keeps iterating until ALL gates pass and PR is merged. Worktree auto-cleanup after merge. Use whenever implementation work needs to land as a PR. Triggers: 'create a PR', 'implement and PR', 'work on this and make a PR', 'implement issue', 'land this as a PR', 'work-with-pr', 'PR workflow', 'implement end to end', even when user just says 'implement X' if the context implies PR delivery.