A coding-agent skill containing Lewis Wang's personal React and TypeScript conventions.
The rules were distilled from multiple personal projects and cover component structure, props, state, hooks, async behavior, error handling, styling, TypeScript results, and code hygiene.
Project-level conventions always take precedence over this skill.
Clone the repository into your agent's skill directory:
git clone https://github.com/lewiswang0516/react-personal-style.git ~/.agents/skills/react-personal-styleThe skill entry point is SKILL.md.
react-personal-style/
├── SKILL.md
└── rules/
└── *.md
Personal use, as declared in SKILL.md.
Lewis's personal React and TypeScript coding conventions for coding agents