just
SKILL.md
just - Command Runner
just is a command runner that lets you save and run project-specific commands (called recipes) in a justfile. It's similar to make but focused purely on running commands, not building software.
Documentation Files
This skill includes the complete official documentation from the just repository:
- README.md - Comprehensive documentation including installation, syntax reference, features, and examples (this is the primary reference)
- GRAMMAR.md - Formal grammar specification for justfile syntax
- CHANGELOG.md - Version history and release notes
- CONTRIBUTING.md - Contribution guidelines
- LICENSE - CC0 1.0 Universal license
- examples/ - Example justfiles for various use cases