naming-format

Audit files, exports, and index patterns for naming convention violations.

7|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/tartinerlabs/skills --skill naming-format
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: naming-format
Source: https://github.com/tartinerlabs/skills/tree/main/skills/naming-format
Command: npx skills add https://github.com/tartinerlabs/skills --skill naming-format

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent file naming, casing, and export naming across a codebase cause confusion, hinder refactoring, and increase maintenance risks.

Core Features & Use Cases

  • Detect and report casing inconsistencies across files and directories (e.g., CamelCase vs kebab-case).
  • Validate file suffix conventions (e.g., .types.ts, .schema.ts) and consistent export naming across modules.
  • Provide automated suggestions and safe rename guidance to promote consistent imports and exports across the project.

Quick Start

Run a repository-wide naming audit and automatically apply naming fixes.

Frequently Asked Questions about naming-format

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

FAQPage Schema
How do I enforce consistent file naming conventions in a TypeScript codebase?

To enforce consistent file naming in a TypeScript codebase, you can run a repository-wide audit that detects casing inconsistencies like CamelCase versus kebab-case. The tool surfaces violations and provides automated suggestions to standardize file names.

What is the best way to standardize export naming across mixed-casing modules?

The best way to standardize export naming across mixed-casing modules is to validate suffix-based patterns such as .types.ts and .schema.ts. An audit checks these file suffixes and export naming standards to surface and fix mismatches.

How do I fix inconsistent kebab-case file names without breaking imports?

To fix inconsistent kebab-case file names without breaking imports, the tool provides safe rename guidance. It audits index patterns and export names to promote consistent imports and exports across the project during the refactoring process.

Does this naming convention audit work for projects with mixed casing and export patterns?

Yes, this naming convention audit works specifically for projects with mixed casing and export names. It identifies inconsistencies across files and directories, auditing files, exports, and index patterns to surface violations.

Can I automatically apply file suffix conventions like .types.ts across my project?

You can automatically apply file suffix conventions like .types.ts across your project by running a repository-wide naming audit. The process validates suffix-based patterns for exports and provides automated guidance to fix any violations found.