# Manner

> Baseline rules for this repository — use English, never commit to default branches, never rewrite commit history. Use at the start of any coding or git task.

- Skill: `suzuki-shunsuke/manner` (Agent Skill)
- Install (CLI): `npx skillmds@latest add suzuki-shunsuke/manner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/suzuki-shunsuke/manner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: suzuki-shunsuke (https://skillmd.com/u/suzuki-shunsuke)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/suzuki-shunsuke/manner

---


- Use English
  - Please write code comment, commit message, and issues and pull requests in English
- Don't create commits to default branches (main and master)
- Don't change commit histories unless we explicitly allow it
  - Don't use `git commit --amend` or `git rebase`

