LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

query-sub-agent - CQRS Query Side Generator and Reviewer Sub-agent

Processes Information Display Frame requirements to read specs and generate or review CQRS Query Side implementations in Java, TypeScript, and Go.

Tags

Updated: 2026-09-22

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Read specification directory structure
  • Design CQRS Query Handlers
  • Validate CQRS Read Models
  • Generate Query Side code skeletons
  • Review existing Query Side code
  • Ensure query performance and caching

Inputs

  • Specification directory structure
  • Frame specification file
  • Requirement specification files
  • Query handler specification file
  • Read model specification file
  • Sub-agent task payload

Outputs

  • Query Handler source code
  • Read Model interface and implementation
  • Cache invalidation implementation
  • Code review results

Requirements

  • Claude Code Sub-agent framework
  • Saga Orchestrator integration
  • Java, TypeScript, or Go language support

Source

  • Spec: SKILL.md
sub-agent
cqrs
query-side
read-model
idf
typescript
go
java
Read specification directory structure
Design CQRS Query Handlers
Validate CQRS Read Models
Generate Query Side code skeletons
Specification directory structure
Frame specification file
Requirement specification files
Query Handler source code
Read Model interface and implementation
Cache invalidation implementation