multiAI Summary Pending

code-conventions

Guide for code conventions and formatting

231 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/code-conventions/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/5t111111/code-conventions/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/code-conventions/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How code-conventions Compares

Feature / Agentcode-conventionsStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Guide for code conventions and formatting

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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