Claude Skills

TS Query Cqrs

llodev/skills

Create, review, or guide read-side queries in a TypeScript + DDD CQRS codebase. Use when the request involves `*Query` interfaces, `*.query.ts` files, read use cases (`find-*`), DTO projections for API/front consumption, pagination/filters/aggregations, or separating read (query) from write (repository/command).

★ 2 Synced 2 weeks ago View SKILL.md

At a glance

Plugin install Node.js Actively maintained
Install /plugin marketplace add llodev/skills /plugin install ts-query-cqrs
Can use Not declared by the author

Setup, runtime and requirements describe llodev/skills, the repo this skill ships in.

Also in llodev/skills

View the repo

Design robust Django database schemas with model best practices, migration patterns, and primary key strategy (incremental, UUID, UUIDv7). U...

Asana adapter for the @llodev/pm-tasks-* family. Use when the user mentions Asana, asks to "create Asana task", "publish to Asana", "post to...

[SCAFFOLD — NOT YET IMPLEMENTED] Future Bitrix24 adapter for the @llodev/pm-tasks-* family. Do not activate. Scheduled for v1.x once MCP int...

[SCAFFOLD — NOT YET IMPLEMENTED] Future ClickUp adapter for the @llodev/pm-tasks-* family. Do not activate. Scheduled for v1.x once MCP inte...

Core extraction + vocabulary for the @llodev/pm-tasks-* family. Use when working with any pm-tasks-<tool> adapter (Trello, Asana, etc.) — pr...

Jira adapter for the @llodev/pm-tasks-* family. Use when the user mentions Jira, asks to "create Jira issue", "publish to Jira", "log to Jir...

Linear adapter for the @llodev/pm-tasks-* family. Use when the user mentions Linear, asks to "create Linear issue", "publish to Linear", "lo...

[SCAFFOLD — NOT YET IMPLEMENTED] Future Monday adapter for the @llodev/pm-tasks-* family. Do not activate. Scheduled for v1.x once MCP integ...

[SCAFFOLD — NOT YET IMPLEMENTED] Future Notion adapter for the @llodev/pm-tasks-* family. Do not activate. Scheduled for v1.x once MCP integ...

[SCAFFOLD — NOT YET IMPLEMENTED] Future Todoist adapter for the @llodev/pm-tasks-* family. Do not activate. Scheduled for v1.x once MCP inte...

Trello adapter for the @llodev/pm-tasks-* family. Use when the user mentions Trello, asks to "create card", "publish to Trello", "post to Tr...

Create, review, or guide HTTP controllers in a TypeScript + DDD api. Use when the request involves `*.controller.ts` under `apps/api/src/<bc...