coding-standards

Standardize TypeScript and React coding conventions and architectural patterns.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/betaTrident/manta --skill coding-standards-betatrident
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/betaTrident/manta/tree/main/.agents/skills/coding-standards
Command: npx skills add https://github.com/betaTrident/manta --skill coding-standards-betatrident

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the lack of uniformity in codebase structure, naming conventions, and quality patterns, which often leads to technical debt and difficult code reviews.

Core Features & Use Cases

  • Standardized Conventions: Provides a baseline for naming, immutability, and error handling across TypeScript and React projects.
  • Quality Enforcement: Offers clear guidelines for KISS, DRY, and YAGNI principles to prevent over-engineering.
  • Use Case: When onboarding a new developer or starting a new module, use this Skill to ensure the implementation follows the project's established patterns for component structure, API design, and testing.

Quick Start

Use the coding-standards skill to review the current file for adherence to naming conventions and immutability patterns.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I enforce clean code and consistent naming conventions in a TypeScript project?

To enforce clean code in TypeScript, apply standardized conventions for naming, immutability, and error handling. This ensures readability and maintainability by satisfying established best practices across your project's modules.

What is the best way to standardize React component structure and API design during onboarding?

Standardizing React component structure involves applying established architectural patterns for new module implementation. This approach guarantees consistent API design, readability, and adherence to project-wide quality guidelines during developer onboarding.

How do I review my TypeScript code for adherence to DRY and KISS principles?

Reviewing TypeScript code for DRY and KISS principles involves checking the implementation against established quality guidelines. This prevents over-engineering and ensures the codebase remains maintainable and free of unnecessary complexity.

Can I use coding standards guidelines for refactoring existing React modules?

Yes, you can use coding standards guidelines for refactoring existing React modules. They provide a baseline for structural consistency, performance optimization, and error handling to reduce technical debt during code reviews.

Why does my React codebase accumulate technical debt despite regular code reviews?

React codebases accumulate technical debt due to a lack of uniformity in structure and quality patterns. Applying standardized architectural conventions during reviews enforces consistency and prevents difficult, fragmented code evaluations.