Set up repos with linting, formatting, and CI/CD
# Repository Tooling Setup Configures projects with professional development tooling based on detected language: - **TypeScript/Next.js**: ESLint, Prettier, Husky, GitHub Actions - **Python**: Ruff, MyPy, pre-commit, GitHub Actions (templates coming soon) <repository-management> Ensure templates directory exists at `~/.ai_coding_config/templates/`. Check for language-specific template directories: `templates/typescript/` for JavaScript/TypeScript projects, `templates/python/` for Python projects (future). </repository-management> <project-understanding> Detect project language and curre...