This repository contains SkillMint, a Python CLI that detects a codebase stack and installs AI-ready skills and instruction files.
The main user experience must stay one command:
skillmintDo not turn the primary flow into many required commands. Advanced flags are allowed, but the default command should scan, show results, ask what to install, and write files.
python -m pip install -e .[dev]
pytest -q
python -m skillmint --version- Keep the project dependency-light and offline-first.
- Do not download external skills without an explicit user confirmation or
--yes. - Prefer simple detectors based on well-known project files.
- Keep generated files readable and easy to review.
- Add tests when changing detection, generation, or installation behavior.