code-conventions

Enforce kebab-case naming, import/export patterns, and error handling conventions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nixopus/agent --skill code-conventions-nixopus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-conventions
Source: https://github.com/nixopus/agent/tree/main/.cursor/skills/code-conventions
Command: npx skills add https://github.com/nixopus/agent --skill code-conventions-nixopus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code conventions ensure consistent naming, import/export patterns, and error handling to reduce cognitive load and speed up onboarding for the codebase.

Core Features & Use Cases

  • Enforces kebab-case file and directory naming across the project.
  • Standardizes export naming and import patterns to improve module readability.
  • Provides guidance for error handling, validation helpers, and code-review workflows.

Quick Start

Adhere to these conventions when creating or refactoring code in the repository to ensure consistent naming, exports, imports, and error handling.

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 code conventions across my project?

You can enforce code conventions by applying standardized rules for kebab-case file naming, import and export patterns, and error handling when creating or refactoring modules to reduce cognitive load and speed up onboarding.

What are the best practices for structuring imports and exports in a codebase?

Best practices for structuring imports and exports involve standardizing naming conventions and module patterns to improve readability, ensuring consistent code conventions are applied during code reviews and when creating new files.

How do I standardize error handling and validation helpers in my code?

To standardize error handling and validation helpers, define specific code conventions that dictate how errors are caught and processed, applying these rules consistently across the project during code creation and refactoring.

Does this code style guide cover file and directory naming rules?

Yes, this code style guide explicitly covers file and directory naming rules by enforcing kebab-case formatting across the entire project, ensuring consistent structure when creating or renaming files.

When do I need to apply code conventions during the development workflow?

You need to apply code conventions when creating new code, renaming files, structuring imports, exporting modules, and reviewing code style across the project to maintain a clean and consistent codebase.