readable-code

Enforce Kotlin naming, error handling, testing, and architecture conventions from AGENTS.md.

1|1|Updated Apr 9, 2024
One-click install
npx skills add https://github.com/navikt/helved-utbetaling --skill readable-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: readable-code
Source: https://github.com/navikt/helved-utbetaling/tree/main/.agents/skills/readable-code
Command: npx skills add https://github.com/navikt/helved-utbetaling --skill readable-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This pattern-focused guide helps developers produce readable and maintainable Kotlin code that aligns with helved-utbetaling conventions.

Core Features & Use Cases

  • Enforces consistent naming, error handling, testing patterns, and architecture guidance across Kotlin codebases.
  • Provides concrete examples and best practices for structuring code, improving readability, and simplifying maintenance.
  • Suitable for refactoring, code reviews, and implementing new features in apps, libs, and services within the project.

Quick Start

Follow practical recommendations from the Kotlin code patterns to write a small, well-structured function that adheres to the project's standards.

Frequently Asked Questions about readable-code

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

FAQPage Schema
How do I improve Kotlin code readability during refactoring?

You can enforce Kotlin code readability by applying established conventions for naming, error handling, and architecture. This provides concrete structural examples that simplify maintenance during feature work and reviews.

What are the best practices for maintaining coding standards in Kotlin projects?

Best practices for maintaining Kotlin coding standards include enforcing consistent naming, error handling, testing patterns, and architecture guidance. Following these project-wide guidelines ensures consistent, maintainable code across apps and libraries.

Can I use these code quality patterns for reviewing new Kotlin features?

Yes, you can apply these code quality patterns to review new Kotlin features. The guidelines supply concrete examples for structuring code and enforcing architectural conventions during feature implementation and reviews.

Does this guide cover error handling and testing patterns for Kotlin?

Yes, this guide covers error handling and testing patterns for Kotlin. It enforces these concrete patterns alongside naming conventions and architectural guidance to improve overall code readability and maintainability.

When do I need to apply these Kotlin architecture conventions?

You need to apply these Kotlin architecture conventions during refactoring, code reviews, and feature implementation. Applying them ensures consistent code structure and readability across apps, libs, and services within the project.