coding-guidelines

Establish coding guidelines for style, error handling, complexity, and security.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/jralph/.config-opencode --skill coding-guidelines-jralph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-guidelines
Source: https://github.com/jralph/.config-opencode/tree/main/skills/coding-guidelines
Command: npx skills add https://github.com/jralph/.config-opencode --skill coding-guidelines-jralph

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes coding practices across teams by providing a centralized set of guidelines to improve consistency and quality.

Core Features & Use Cases

  • Baseline standards: Enforces language-appropriate naming, style, error handling, and complexity thresholds.
  • Review automation: Guides code reviews and audits to ensure readability and maintainability.
  • Use Case: When onboarding new developers, apply these guidelines to kick off consistency from day one.

Quick Start

Run a code-review pass on a repository to identify violations against the guidelines.

Frequently Asked Questions about coding-guidelines

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

FAQPage Schema
How do I establish coding standards for naming conventions and error handling across a software development team?

Establish coding standards by applying a centralized set of guidelines that enforce language-appropriate naming conventions, safe error handling, and readability to ensure consistency across the team.

What is the best way to standardize code quality and readability without relying on external tooling?

Standardize code quality by defining complexity thresholds and baseline guidelines that enforce maintainability and readability intrinsically, requiring no external tooling to establish the standards.

Can I use these coding guidelines to automate code reviews and audit repository complexity thresholds?

Yes, you can use these coding guidelines to guide code reviews and audits, checking repositories for violations against defined complexity thresholds and maintainability rules.

Does this approach support onboarding new developers with consistent coding practices from day one?

Yes, onboarding new developers is a core use case where applying these guidelines kickstarts consistency in style and error handling from day one of development.

How do I run a code-review pass to identify violations against code complexity and readability rules?

Run a code-review pass on a repository to identify violations against the guidelines, checking for adherence to defined complexity thresholds, safe error handling, and readability.