What problem does it solve?
This Skill addresses the challenge of implementing production-grade code with high-quality standards and best practices, ensuring reliability and maintainability.
Core Features & Use Cases
- Robust Engineering Workflow: Follows a structured workflow for understanding, inspecting, planning, implementing, validating, and reporting on code changes.
- Best Practices Adherence: Enforces adherence to core engineering rules and principles, including verification, minimal change, public contract preservation, and avoiding dead code.
- Tooling Recommendations: Recommends tooling for efficient development, including
rg, fd, ast-grep, jq, and fzf, among others.
- Output Compression Guardrail: Encourages the use of output compression tools like RTK, Context Mode, and Distill for noisy commands, while ensuring critical output remains accessible.
- Validation and Reporting: Requires explicit validation and reporting of changes, including assumptions, risks, and remaining issues.
Quick Start
Execute the core-engineering skill to begin a new implementation task, following the outlined engineering workflow.