@cyhhao/vibe-remote
This file defines how coding agents should work in this repository.
Install
Add @cyhhao/vibe-remote to Claude Code with the PolySkill CLI: polyskill add @cyhhao/vibe-remote
Instructions
# Agent Guidelines This file defines how coding agents should work in this repository. ## 1) General (Reusable) ### Language - Default to English for all comments, docs, user-facing copy, and logs. - Use non-English text only when required for i18n/localization. ### Workflow (Branches + PRs) - Always branch from the latest `master` when starting a new feature or bug fix. - Implement work on a new branch, validate changes, then open a PR to `master` for review. - Keep commits small and focused; avoid mixing unrelated changes. ### Planning (When Work Is Non-trivial) - If the task is complex or…
Keywords: github, coding-agents, repository-management, version-control, collaboration-tools, software-development, remote-work, project-setup, git-integration