best-practices

Load and apply framework-specific best-practices templates during development or code reviews.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/devnogari/devnogari-claude-plugins --skill best-practices-devnogari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: best-practices
Source: https://github.com/devnogari/devnogari-claude-plugins/tree/main/plugins/best-practices/skills/best-practices
Command: npx skills add https://github.com/devnogari/devnogari-claude-plugins --skill best-practices-devnogari

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically loads and applies project-specific best-practices templates to ensure consistent quality across frameworks and languages, reducing manual review effort.

Core Features & Use Cases

  • Auto-loads templates per project type (e.g., React/Vite, Next.js, GoGin, Flutter, Python FastAPI, Kotlin) based on detected project characteristics.
  • Performs auto-audit-ready guidance by surfacing rules and patterns tailored to the active project.
  • Supports quick-startable checks during development and code reviews.

Quick Start

Use the best-practices skill to audit a React/Vite project; the skill will load the appropriate template from templates/react-vite and apply the 45+ rules to identify violations and recommendations.

Frequently Asked Questions about best-practices

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

FAQPage Schema
How do I enforce code quality rules for a React Vite or Next.js project?

To enforce code quality rules for a React Vite or Next.js project, you can auto-load framework-specific templates that apply over 45 rules to identify violations and surface recommendations during development.

What are project-specific best practices templates in code review?

Project-specific best practices templates are predefined rule sets tailored to frameworks like Go Gin, Python FastAPI, or Flutter, loaded automatically to ensure consistent code quality during automated reviews.

Does the best-practices skill support Kotlin Multiplatform and Flutter frameworks?

Yes, the best-practices skill supports Kotlin Multiplatform and Flutter frameworks by detecting project characteristics and applying the corresponding framework templates for code review and guidance.

How do I audit a Python FastAPI project for framework-specific violations?

You can audit a Python FastAPI project by using the best-practices skill to load the appropriate template from the templates directory, which applies tailored rules to identify code violations and recommendations.

What is the best way to auto-load code review rules for a Go Gin application?

The best way to auto-load code review rules for a Go Gin application is to use a skill that detects project characteristics via frontmatter and automatically applies the matching Go Gin best-practices template.

Why are my static analysis checks missing framework-specific patterns?

Static analysis checks miss framework-specific patterns because they lack tailored templates; loading framework-specific rules ensures auto-audit-ready guidance by surfacing patterns unique to the active project type.