# Code Conventions

> Guide for code conventions and formatting

- Skill: `5t111111/code-conventions` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 5t111111/code-conventions`
- Raw SKILL.md: https://api.skillmd.com/api/skills/5t111111/code-conventions/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 5t111111 (https://skillmd.com/u/5t111111)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/5t111111/code-conventions

---


# Code Conventions Skill

This skill provides a guide for code conventions and formatting, especially for
projects using Deno.

## Code Formatting

- Always run `mise run fmt` to format the code before committing

## Documentation

- All symbols such as functions, classes, and properties must be documented
  using JSDoc / TSDoc comments
- Write documentation comments in English

