This skill centralizes general coding conventions and best practices that apply across multiple technologies and frameworks. It covers code organization, documentation, naming, and type import strategies.
Ensure consistent coding practices across the codebase regardless of technology stack. This skill delegates technology-specific conventions to their respective skills (e.g., TypeScript, React, MUI).
New component or file? → Check naming conventions (camelCase/PascalCase/UPPERSNAKECASE), place in appropriate directory structure.
Общие соглашения по кодированию и лучшие практики, общие для многих навыков (организация, документация, именование, импорт типов). Триггер: при написании или проверке общих шаблонов кода, установлении структуры проекта или определении межтехнологических соглашений. Источник: joabgonzalez/ai-agents-framework.