impl-coding-conventions

Standardize implementation practices for code quality and consistency across languages.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/froide-kk/michinushi --skill impl-coding-conventions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-coding-conventions
Source: https://github.com/froide-kk/michinushi/tree/main/impl-coding-conventions
Command: npx skills add https://github.com/froide-kk/michinushi --skill impl-coding-conventions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In large codebases, teams drift between coding styles and commit practices. This Skill collects universal implementation conventions to enforce consistency, readability, and maintainability across languages and projects.

Core Features & Use Cases

  • Language-agnostic rules for naming, directory structure, error handling, and commit granularity.
  • Guidance for minimal changes to avoid unnecessary refactors and maintain stable commits.
  • Onboarding & reviews: a reference for new contributors and a yardstick for code reviews to ensure uniformity across the codebase.

Quick Start

Apply the universal coding conventions to any new implementation to ensure consistency.

Frequently Asked Questions about impl-coding-conventions

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

FAQPage Schema
How do I enforce coding conventions across multiple programming languages?

Coding conventions are enforced across multiple languages by applying language-agnostic rules for naming, directory structure, and error handling to standardize implementation practices.

What is the best way to maintain consistent commit granularity during refactoring?

Commit granularity during refactoring is maintained by following universal conventions that guide minimal file changes, ensuring stable commits and avoiding unnecessary rewrites.

How do I standardize code reviews for new contributors?

Code reviews are standardized by using universal coding conventions as a yardstick, providing a clear reference for new contributors to ensure uniformity and readability across the codebase.

Can I use these coding conventions with an existing project tech stack?

Yes, these universal conventions can be applied to existing projects, aligning with your present tech guidelines while standardizing error handling and file changes during maintenance.

When should I avoid applying universal implementation conventions?

Universal implementation conventions should be avoided when a project requires highly specialized, language-specific optimizations that conflict with the standard rules for maintainability and minimal file changes.

Why do coding styles drift in large codebases and how do I fix it?

Coding styles drift in large codebases due to inconsistent practices, fixed by collecting universal implementation conventions that enforce consistency, readability, and maintainability across teams.