Pair Framework — SKILL
Use this skill as the starting point for assistants working in this repository.
This file intentionally stays short to avoid duplicated rules.
Scope
- •Framework development in this repository (
src/,assets/,translations/, tests when present). - •Safe, minimal, reviewable changes.
- •Backward compatibility by default unless explicitly overridden by the task.
Canonical References
- •
GEMINI.md:- •architecture, coding standards, security, framework and app-integration conventions.
- •
AGENTS.md:- •operating workflow, change hygiene, PR/assistant output format, completion checklist.
Conflict Resolution Order
When guidance conflicts, use this priority:
- •Existing repository code and tests.
- •
GEMINI.md. - •
AGENTS.md. - •
SKILL.md.
Minimal Runbook
- •Read
GEMINI.mdfirst, thenAGENTS.md. - •Implement the smallest viable change following local patterns.
- •Add or update unit tests for changed behavior.
- •Deliver results using the format required in
AGENTS.md.