Phase 2: Convention Definition

SkillAI & models

Skill for defining coding rules and conventions. Ensures consistent code style and specifies coding standards.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Phase 2: Convention Definition skill

What this skill tells your AI

The instructions your AI receives, as published by ww-w-ai/bkit-gemini in skills/phase-2-convention/SKILL.md and read by ahel’s review.

Establish coding standards and conventions

Categories

1. Naming Conventions

TypeConventionExample
ComponentsPascalCaseUserProfile.tsx
FunctionscamelCasegetUserById()
ConstantsUPPER_SNAKEMAX_RETRY_COUNT
Fileskebab-caseuser-service.ts
CSS Classeskebab-caseuser-card

2. File Structure

src/
├── components/     # UI components
├── hooks/          # Custom hooks
├── lib/            # Utilities
├── services/       # API services
├── types/          # TypeScript types
└── utils/          # Helper functions

3. Git Conventions

feat: Add user login
fix: Resolve password reset bug
docs: Update README
style: Format code
refactor: Extract auth service
test: Add login tests
chore: Update dependencies

4. Code Style

  • Max line length: 100
  • Indentation: 2 spaces
  • Quotes: Single quotes
  • Semicolons: Required
  • Trailing commas: ES5

Output

Save to: docs/01-plan/conventions.md

Next Phase

After completion: /phase-3-mockup

Signals

GitHub stars
65
Forks
16
Last commit
May 2026
Advanced
Catalog kind
skill
Gateway key
phase-2-convention
Source
github.com/ww-w-ai/bkit-gemini