code-conventions

Enforce coding standards and API design rules in Python and JavaScript codebases.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/thisisqubika/ai-mast-challenge-promptazo --skill code-conventions-thisisqubika
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-conventions
Source: https://github.com/thisisqubika/ai-mast-challenge-promptazo/tree/main/.claude/skills/code-conventions
Command: npx skills add https://github.com/thisisqubika/ai-mast-challenge-promptazo --skill code-conventions-thisisqubika

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that the project adheres to predefined coding conventions, making the codebase more maintainable and reducing errors due to inconsistent practices.

Core Features & Use Cases

  • Python and JavaScript Conventions: Enforces naming conventions and coding standards for both backend (Python/FastAPI) and frontend (vanilla JS) code.
  • API Design Rules: Defines the structure and practices for API endpoints and response models.
  • Error Handling Guidelines: Establishes rules for raising and handling exceptions.

Quick Start

Apply the code-conventions Skill to review and apply coding conventions across the project.

Frequently Asked Questions about code-conventions

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

FAQPage Schema
How do I enforce coding conventions across Python and JavaScript codebases?

To enforce coding conventions across Python and JavaScript codebases, apply predefined rules for naming, API endpoints, and error handling. This ensures both backend and frontend code adheres to consistent standards for improved maintainability.

What are the best practices for API design rules in a FastAPI backend?

The best practices for API design rules in a FastAPI backend involve defining strict structures for API endpoints and response models. Applying these conventions ensures consistent API design and reduces errors from inconsistent practices.

Does this coding standards skill support vanilla JavaScript and Python?

Yes, this coding standards skill supports both vanilla JavaScript and Python. It enforces naming conventions and coding standards specifically tailored for frontend vanilla JS and backend Python/FastAPI environments.

How do I establish error handling guidelines for software development teams?

To establish error handling guidelines for software development teams, define explicit rules for raising and handling exceptions. This creates a standardized approach to error management across the entire project.

Why does inconsistent naming convention practices cause maintainability issues?

Inconsistent naming convention practices cause maintainability issues because they introduce errors and make the codebase harder to read. Enforcing predefined coding conventions streamlines development and reduces these inconsistencies.