GMailArchiver architecture, layer patterns, and component design. Use when working with cli, core, data, connectors, or shared layers, or understanding component dependencies. Triggers on: architecture, layer, pattern, component, cli layer, core layer, data layer, SOLID, dependency, contract.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: gmailarchiver-patterns
description: >-
GMailArchiver architecture, layer patterns, and component design. Use when
working with cli, core, data, connectors, or shared layers, or understanding
component dependencies. Triggers on: architecture, layer, pattern, component,
cli layer, core layer, data layer, SOLID, dependency, contract.
---
# GMailArchiver Coding Patterns
This skill provides guidance on coding patterns and conventions for GMailArchiver.
## Source Documentation
**Always read the authoritative sources for current patterns:**
1. **`CLAUDE.md`** - Quick reference for AI assistants, includes:
- Project overview
- Development commands
- Architecture summary
- Key patterns and safety architecture
2. **`docs/ARCHITECTURE.md`** - Complete system architecture:
- Layer-based architecture (cli, core, data, connectors, shared)
- Layer dependency rules and contracts
- Data integrity architecture
- Component responsibilities
3. **`docs/CODING.md`** - Coding standards:
- Style guidelines (line length, imports)
- Type hint requirements
- Error handling patterns
4. **`docs/PROCESS.md`** - Development workflow:
- 6-phase development process
- Definition of done
- Quality gates
## Layer Documentation
Each layer has its own architecture documentation:
- `src/gmailarchiver/cli/ARCHITECTURE.md` - CLI layer design
- `src/gmailarchiver/core/ARCHITECTURE.md` - Business logic design
- `src/gmailarchiver/data/ARCHITECTURE.md` - Data layer design
- `src/gmailarchiver/connectors/ARCHITECTURE.md` - Connectors design
- `src/gmailarchiver/shared/ARCHITECTURE.md` - Shared utilities design
## Usage
When working on code:
1. Read the relevant ARCHITECTURE.md files for the layer(s) you're modifying
2. Follow patterns documented in those files
3. If patterns change, update the documentation (not this skill)
The source documentation is the **single source of truth** - this skill just points you there.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.