generate-code-standards

Generate and update docs/code-standards.md from a ProjectModel with lint and commit rules.

3|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/mor-duongmh/morkit-plugin --skill generate-code-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-code-standards
Source: https://github.com/mor-duongmh/morkit-plugin/tree/main/plugins/morkit/skills/generate-code-standards
Command: npx skills add https://github.com/mor-duongmh/morkit-plugin --skill generate-code-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill streamlines the creation and maintenance of a single source of truth for coding standards by generating or updating docs/code-standards.md from a ProjectModel and by syncing discovered lint/format/commit configurations.

Core Features & Use Cases

  • Render docs/code-standards.md from a ProjectModel for EN/Japanese/Vietnamese outputs
  • Detect and propose additions or deprecations for lint/config rules (LNT, NAM, CMT, FMT) based on actual repo contents
  • Keep existing CONTRIBUTING.md linked rather than duplicated; support init, update, sync, and apply-sync workflows

Quick Start

Render the code standards document from your ProjectModel using EN language and save to docs/code-standards.md

Frequently Asked Questions about generate-code-standards

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

FAQPage Schema
How do I auto-generate a code standards document from my existing repository?

You can auto-generate a code standards document by rendering docs/code-standards.md from a ProjectModel. The skill scans your repository configurations to extract lint, format, naming, and commit rules, centralizing them into a single source of truth.

What is the best way to keep centralized coding standards synced with actual lint configs?

To keep coding standards synced with actual lint configs, use the sync and apply-sync workflows. These modes scan the repository for existing config rules, detect additions or deprecations, and convert proposals into deltas that modify the standards document.

Can I generate documentation for conventional commit policies in multiple languages?

Yes, you can generate conventional commit policy documentation in EN, Japanese, or Vietnamese. The skill renders the centralized code-standards document from the ProjectModel in your selected language.

Does this code standards generator duplicate or override existing CONTRIBUTING.md files?

The code standards generator keeps existing CONTRIBUTING.md files linked rather than duplicating them. It focuses on rendering and updating docs/code-standards.md as a separate, centralized source of truth for lint and format rules.

Do I need a specific project model to initialize code standards documentation?

Yes, you need a provided ProjectModel and the codebase scaffolding to initialize code standards documentation. The skill relies on these orchestrator scripts to render the initial docs/code-standards.md file.