Using Mint
Pre-modification gate for projects using the mint development framework. Ensures the mint skill is invoked before any file write, edit, or delete — routing tasks to the correct execution mode with quality gates enforced. Use when a .mint/ directory is present in a project, when starting any coding task, or when about to modify files in a mint-managed repository.
Mint
Orchestrates structured development workflows by auto-routing tasks to execution modes — quick fixes (≤3 files), multi-step plans, parallel shipping, research, or verification. Manages quality gates (lint, types, tests), multi-stage code review pipelines, session state, and atomic commits. Use when building a feature, fixing a bug, refactoring code, planning implementation, shipping changes, rese…