Back to Skills

adapter-expert

majiayu000
Updated 6 days ago
16 views
58
9
58
View on GitHub
Otherprojectpersistenceadapterport-outcommandquerylockcqrs

About

This Claude Skill generates persistence layer Adapters that implement Port-Out interfaces following strict CQRS separation. It creates four specialized adapter types (Command, Query, AdminQuery, LockQuery) with specific repository mappings and a two-field structure. Use it when implementing the persistence layer to ensure proper separation of concerns and avoid transactional annotations in adapters.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/adapter-expert

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/adapter-expert
0

Related Skills