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
- Download SKILL.md from GitHub
- Place it in
.claude/skills/code-conventions/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How code-conventions Compares
| Feature / Agent | code-conventions | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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