codebase-conventions

Enforce coding conventions for file organization, naming, and tool usage.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/ilamanov/skills --skill codebase-conventions-ilamanov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codebase-conventions
Source: https://github.com/ilamanov/skills/tree/main/skills/codebase-conventions
Command: npx skills add https://github.com/ilamanov/skills --skill codebase-conventions-ilamanov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps maintain code quality by providing conventions for writing and organizing code, ensuring consistency and clarity across a project.

Core Features & Use Cases

  • Code Organization: Provides guidelines for file and component naming, as well as file placement.
  • Tooling and Imports: Offers recommendations on using package managers and path aliases for better code structure.
  • Naming Conventions: Defines standards for file and component naming (kebab-case and PascalCase).
  • Comments: Suggests best practices for writing comments that enhance code readability without redundancy.

Quick Start

Apply the codebase-conventions skill to adhere to best practices in your coding projects and ensure consistency.

Frequently Asked Questions about codebase-conventions

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

FAQPage Schema
How do I enforce coding standards for file naming and component organization?

You enforce coding standards by applying predefined conventions for file and component organization, ensuring consistency and readability across your codebase without manual checks.

What are the best practices for code organization and tooling in software engineering?

Best practices for code organization include using kebab-case and PascalCase naming standards, structuring file placement, and utilizing package managers and path aliases for better tooling and imports.

How do I standardize code comments to improve readability without redundancy?

To standardize code comments for readability, apply suggested best practices that enhance code clarity without redundancy, ensuring comments provide value rather than restating obvious logic.

Can I use these code conventions with any package manager and path aliases?

Yes, these code conventions offer recommendations on using package managers and path aliases, allowing you to integrate them into your existing tooling for better code structure.

When do I need to apply coding conventions to a software engineering project?

You need to apply coding conventions when standardizing your codebase to improve readability and maintain code quality, ensuring consistency across file placement, naming, and tool usage throughout the project lifecycle.