Marketplace conventions
Load coding conventions and style guidelines when writing or reviewing code. Ensures consistency with project standards.
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/clouder0/conventions" ~/.claude/skills/aiskillstore-marketplace-conventions && rm -rf "$T"
manifest:
skills/clouder0/conventions/SKILL.mdsource content
Coding Conventions
This skill provides project coding conventions.
When to Use
Load when:
- Writing new code
- Reviewing code
- Refactoring existing code
- Making style decisions
Convention Files
@memory/knowledge/codebase/conventions.json
Key Areas
- Naming conventions
- File organization
- Error handling patterns
- Testing conventions
- Documentation standards