Persistence Agnostic Linter

Audit and fix persistence wiring so the repository adapter (TypeORM/Firestore/other) stays swappable. Use when adding or reviewing entity/repository code, when you see @InjectRepository or a module-local TypeOrmModule.forFeature, or when checking that core/feature packages don't hard-require an ORM. Triggers on "is this persistence swappable", "register this entity", "review repository usage".

conceptadev Updated

File contents

conceptadev/rockets/tree/main/.claude/skills/persistence-agnostic-linter commit 1ecca60785

Frequently asked questions

npx skillmds@latest add conceptadev/persistence-agnostic-linter