coding-standards

Define universal coding conventions for naming, immutability, and error handling.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/IwatsukaYura/harness_template --skill coding-standards-iwatsukayura
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/IwatsukaYura/harness_template/tree/main/.claude/skills/coding-standards
Command: npx skills add https://github.com/IwatsukaYura/harness_template --skill coding-standards-iwatsukayura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Baseline coding standards provide a universal baseline of naming, readability, immutability, and code-quality rules to align teams and speed onboarding.

Core Features & Use Cases

  • Uniform naming conventions and immutability defaults to reduce code smells.
  • Reusable guidelines across frontend and backend contexts to accelerate reviews.
  • Serves as the foundational guide before framework-specific patterns.

Quick Start

Integrate this standards skill into new projects by adopting the shared rules and referencing the common patterns in rules/common/coding-style.md.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I unify coding standards across multiple frontend and backend projects?▼

To unify coding standards across multiple frontend and backend projects, adopt a universal baseline of naming, readability, and immutability rules. This provides centralized code-quality guidance to align teams and accelerate onboarding.

What's the best way to enforce naming conventions and immutability during code reviews?▼

The best way to enforce naming conventions and immutability during code reviews is to reference shared rules like rules/common/coding-style.md. Applying these reusable guidelines accelerates reviews and reduces code smells.

Can I use universal coding conventions before applying framework-specific patterns?▼

Yes, you can use universal coding conventions before applying framework-specific patterns. This standards skill serves as the foundational guide, establishing baseline code-quality rules across both frontend and backend contexts.

How do I set up coding standards for a new project to improve maintainability?▼

To set up coding standards for a new project and improve maintainability, integrate this skill during project initiation. Adopt the shared rules to ensure consistent naming, immutable data patterns, and centralized code-quality guidance.

Do I need any dependencies to apply these coding standards to my refactoring workflow?▼

No dependencies are required to apply these coding standards to your refactoring workflow. The skill provides a standalone universal baseline of conventions directly applicable to reduce code smells and improve consistency.