aif-best-practices

Provide code quality guidelines with project-specific rules for any language or framework.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/n-marusov/vedo-help --skill aif-best-practices-n-marusov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-best-practices
Source: https://github.com/n-marusov/vedo-help/tree/main/.agents/skills/aif-best-practices
Command: npx skills add https://github.com/n-marusov/vedo-help --skill aif-best-practices-n-marusov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides guidance on writing clean, maintainable code with best practices for naming, structure, error handling, testing, and code review standards.

Core Features & Use Cases

  • Code Quality Guidelines: Offers universal code quality guidelines applicable to any language or framework.
  • Skill-Context Rules: Allows for project-specific rules to override general guidelines.
  • Quick Reference: Provides quick access to different aspects of best practices like naming, structure, error handling, testing, and code review.

Quick Start

Use the 'aif-best-practices' skill to review your code for best practices.

Frequently Asked Questions about aif-best-practices

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

FAQPage Schema
What are the best practices for writing clean and maintainable code?

Clean code best practices involve following standardized guidelines for naming, structure, error handling, and testing to ensure long-term code maintainability across any programming language or framework. They provide universal rules to keep software manageable.

How do I review code for maintainability standards?

To review code for maintainability, check the implementation against established code review standards covering naming conventions, structural organization, error handling, and testing coverage. Apply project-specific rules to override general guidelines where necessary.

Can I use universal programming standards for any framework?

Yes, universal programming standards apply to any language or framework. You can define project-specific rules that override these general guidelines, ensuring the code quality recommendations fit your specific technical context and maintainability requirements.

How do I set up project-specific rules to override general coding guidelines?

Setting up project-specific rules involves defining custom standards for naming, structure, and error handling that override general coding guidelines. This ensures code review processes respect your architecture's unique constraints while maintaining overall code quality.

What should be included in code review standards for error handling and testing?

Code review standards for error handling and testing should include guidelines for proper error catching, structural consistency, and test coverage validation. These best practices ensure software reliability and maintainability across different programming environments.