
gmailarchiver-patterns
by tumma72
A CLI to perform local archiving of GMail emails in mbox format. It keeps GMail clean and tidy, while allowing local search for older emails
SKILL.md
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:
-
CLAUDE.md- Quick reference for AI assistants, includes:- Project overview
- Development commands
- Architecture summary
- Key patterns and safety architecture
-
docs/ARCHITECTURE.md- Complete system architecture:- Layer-based architecture (cli, core, data, connectors, shared)
- Layer dependency rules and contracts
- Data integrity architecture
- Component responsibilities
-
docs/CODING.md- Coding standards:- Style guidelines (line length, imports)
- Type hint requirements
- Error handling patterns
-
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 designsrc/gmailarchiver/core/ARCHITECTURE.md- Business logic designsrc/gmailarchiver/data/ARCHITECTURE.md- Data layer designsrc/gmailarchiver/connectors/ARCHITECTURE.md- Connectors designsrc/gmailarchiver/shared/ARCHITECTURE.md- Shared utilities design
Usage
When working on code:
- Read the relevant ARCHITECTURE.md files for the layer(s) you're modifying
- Follow patterns documented in those files
- If patterns change, update the documentation (not this skill)
The source documentation is the single source of truth - this skill just points you there.
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です