@oraios/serena

by oraios · v1.0.0 · prompt

Essential Commands (use these exact commands):

Install

Add @oraios/serena to Claude Code with the PolySkill CLI: polyskill add @oraios/serena

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Development Commands **Essential Commands (use these exact commands):** - `uv run poe format` - Format code (BLACK + RUFF) - ONLY allowed formatting command - `uv run poe type-check` - Run mypy type checking - ONLY allowed type checking command - `uv run poe test` - Run tests with default markers (excludes java/rust by default) - `uv run poe test -m "python or go"` - Run specific language tests - `uv run poe test -m vue` - Run Vue tests - `uv run poe lint` - Check code style w…

Keywords: github, git-commands, version-control, repository-management, collaboration-tools, software-development, command-line, code-repository, open-source