@openops-cloud/openops

by openops-cloud · v1.0.0 · prompt

- Follow existing code style and patterns in the repository

Install

Add @openops-cloud/openops to Claude Code with the PolySkill CLI: polyskill add @openops-cloud/openops

Instructions

## General Principles - Follow existing code style and patterns in the repository - Write clear, self-documenting code with descriptive variable and function names - Include comments for complex logic or non-obvious behavior - Always write tests for new functionality and changes - Update documentation for user-facing changes - Do not introduce new dependencies without discussion ## Structure The repository is using nx, with the source code under the "packages" directory. Notable packages (nx projects) include: - **packages/server/api** - Main Fastify-based API server (port 3000) - **packages/…

Keywords: github, code-style, repository-guidelines, coding-standards, software-development, version-control, collaborative-coding, code-review, open-source