# Conventions

> Generated by codebase-context-skill | {{TIMESTAMP}}

## Naming Conventions

### Files
{{FILE_NAMING}}

### Variables & Functions
{{VARIABLE_NAMING}}

### Components
{{COMPONENT_NAMING}}

### Tests
{{TEST_NAMING}}

## Code Patterns

### Import Style
```{{LANGUAGE}}
{{IMPORT_PATTERN}}
```

### Export Style
```{{LANGUAGE}}
{{EXPORT_PATTERN}}
```

### Error Handling
```{{LANGUAGE}}
{{ERROR_PATTERN}}
```

### State Management
```{{LANGUAGE}}
{{STATE_PATTERN}}
```

## Testing Patterns

### Test Framework
{{TEST_FRAMEWORK}}

### Test File Location
{{TEST_LOCATION}}

### Test Structure
```{{LANGUAGE}}
{{TEST_STRUCTURE}}
```

### Mocking Pattern
```{{LANGUAGE}}
{{MOCK_PATTERN}}
```

## Project-Specific Rules
{{PROJECT_RULES}}

## Linting & Formatting
- **Linter:** {{LINTER}}
- **Formatter:** {{FORMATTER}}
- **Config file:** {{LINT_CONFIG}}

## Git Conventions
- **Branch naming:** {{BRANCH_NAMING}}
- **Commit style:** {{COMMIT_STYLE}}
- **PR workflow:** {{PR_WORKFLOW}}

---
*Generated by [codebase-context-skill](https://github.com/AnitChaudhry/codebase-context-skill) v1.0.0*
