SKILL.md
General Best Practices
Comprehensive development guidelines covering coding standards, architecture patterns, and workflow conventions applicable across all languages and frameworks. Contains rules prioritized by impact to guide code generation and review.
When to Apply
Reference these guidelines when:
- Starting a new project or feature
- Reviewing code for general quality or consistency issues
- Making architectural decisions
- Establishing team conventions and standards
- Refactoring code across any language or framework
Quick Reference
feature-flag-naming- Name feature flags using Jira ticket numbers (DEVT-XXXX) for traceability and easy cleanup
How to Use
Read individual rule files for detailed explanations and code examples:
rules/feature-flag-naming.md
Each rule file contains:
- Brief explanation of why it matters
- Incorrect code example with explanation
- Correct code example with explanation
- Additional context and references