install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/5t111111/code-conventions" ~/.claude/skills/aiskillstore-marketplace-code-conventions && rm -rf "$T"
manifest:
skills/5t111111/code-conventions/SKILL.mdsource content
Code Conventions Skill
This skill provides a guide for code conventions and formatting, especially for projects using Deno.
Code Formatting
- Always run
to format the code before committingmise run fmt
Documentation
- All symbols such as functions, classes, and properties must be documented using JSDoc / TSDoc comments
- Write documentation comments in English