Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install aiskillstore-marketplace-skills-5t111111-code-conventionsgit clone https://github.com/aiskillstore/marketplace.gitcp marketplace/SKILL.MD ~/.claude/skills/aiskillstore-marketplace-skills-5t111111-code-conventions/SKILL.md--- 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