coding-guidelines
Installation
SKILL.md
Coding Guidelines
Guidelines for React/Next.js development focusing on testability, Server Components, and proper architecture. Each guideline file contains principles, code examples, and anti-patterns to avoid.
Quick Reference
- Server Components & Data Fetching → server-components.md
- Testability & Props Control → testability.md
- useEffect Guidelines & Dependencies → useeffect-guidelines.md
- Architecture & Patterns → architecture.md
- Functional Style (Immutable/FP/Inference) → functional-style.md
- Test Guidelines (Vitest/RTL) → test-guidelines.md
- Storybook Guidelines → storybook-guidelines.md
When to Use What
Related skills
More from imaimai17468/imaimai-front-templete
design-guidelines
Comprehensive UI/UX design guidelines covering visual design (typography, color, motion), user experience (cognitive psychology, interaction patterns, mental models), and Sociomedia's Human Interface Guidelines (100 principles). Use when building frontend interfaces or evaluating design decisions.
8commit
Git commit skill. Use when the user asks to commit changes. Splits commits by feature/content, uses conventional commit prefixes, and ensures each commit contains only the changes described in its message.
5