phase-2-convention

Installation
SKILL.md

Phase 2: Convention Definition

Establish coding standards and conventions

Categories

1. Naming Conventions

Type Convention Example
Components PascalCase UserProfile.tsx
Functions camelCase getUserById()
Constants UPPER_SNAKE MAX_RETRY_COUNT
Files kebab-case user-service.ts
CSS Classes kebab-case user-card

2. File Structure

Installs
1
GitHub Stars
62
First Seen
6 days ago
phase-2-convention — popup-studio-ai/bkit-gemini