Agent Skills: Code Conventions Skill

Guide for code conventions and formatting

UncategorizedID: aiskillstore/marketplace/code-conventions

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aiskillstore/marketplace/tree/HEAD/skills/5t111111/code-conventions

Skill Files

Browse the full folder contents for code-conventions.

Download Skill

Loading file tree…

skills/5t111111/code-conventions/SKILL.md

Skill Metadata

Name
code-conventions
Description
Guide for code conventions and formatting

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