code-conventions

Enforces coding conventions for TypeScript, Python, and Java projects.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/aimskr/aims-claude-toolkit --skill code-conventions-aimskr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-conventions
Source: https://github.com/aimskr/aims-claude-toolkit/tree/main/skills/code-conventions
Command: npx skills add https://github.com/aimskr/aims-claude-toolkit --skill code-conventions-aimskr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams enforce consistent coding conventions across TypeScript, Python, and Java projects to improve readability and maintainability.

Core Features & Use Cases

  • Language-specific naming rules
  • Line-length limits, indentation, and formatting guidelines
  • Import/order and file organization recommendations
  • Use during code authoring, code reviews, and onboarding for multi-language repos

Quick Start

Apply these conventions to your codebase by auditing and aligning TypeScript, Python, and Java files for consistent naming, formatting, and structure.

Frequently Asked Questions about code-conventions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce consistent coding conventions across TypeScript, Python, and Java?

To enforce coding conventions across TypeScript, Python, and Java, apply per-language naming rules, line-length limits, indentation, and import order guidelines during code creation and reviews.

What are the best practices for managing code style in a multi-language repository?

Best practices for managing code style in multi-language repositories include specifying per-language naming rules, structural organization, and import order as formal requirements to improve readability and maintainability.

Can I use these code conventions for onboarding developers to multi-language projects?

Yes, you can use these code conventions during onboarding for multi-language repositories to guide new developers on naming, formatting, and file organization across TypeScript, Python, and Java.

Does this approach specify import order and file organization for Python and TypeScript?

Yes, this approach specifies import order and file organization recommendations for Python and TypeScript, alongside detailed formatting guidelines and line-length limits for each language.

When do I need formal coding style guidelines for my codebase?

You need formal coding style guidelines when your team needs to harmonize code style across multiple languages like TS, Python, and Java to ensure consistent structure during code authoring and reviews.