LogoClawIndex
CasesSkillsAbout
LogoClawIndex

code-conventions - Coding Conventions for zoppy-api

Provides coding conventions for zoppy-api, including logging, error handling, validation, queue integration, and code structure rules.

Tags

Updated: 2026-09-17

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Log mutating operations with LogService
  • Map errors to HTTP exceptions
  • Validate requests using ApplicationValidationBase
  • Dispatch jobs using internal queues
  • Order class methods by visibility

Inputs

  • Source code
  • Request data
  • Session context

Outputs

  • Structured log entries
  • HTTP exceptions
  • Enqueued queue jobs

Requirements

  • TypeScript environment
  • zoppy-api codebase
  • BullMQ queue service

Source

  • Spec: SKILL.md

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.
coding-conventions
zoppy-api
clean-code
logging
error-handling
Log mutating operations with LogService
Map errors to HTTP exceptions
Validate requests using ApplicationValidationBase
Dispatch jobs using internal queues
Source code
Request data
Session context
Structured log entries
HTTP exceptions
Enqueued queue jobs