just
✓Bootstrap repos with just command runner. Use when setting up new projects, creating justfiles, or adding task automation. Provides ./dev bootstrap script that installs just, modular justfile structure in just/ directory, and recipe conventions.
Installation
SKILL.md
Put everything in root justfile for tab completion to work:
| Feature | import 'just/file.just' | mod name 'just/name.just' |
| Namespace | Merged into parent | Separate (name::) | | Calling | just recipe | just name::recipe | | Working dir | Parent justfile's dir | Module's directory | | Best for | dev.just only | All other modules |
Bootstrap repos with just command runner. Use when setting up new projects, creating justfiles, or adding task automation. Provides ./dev bootstrap script that installs just, modular justfile structure in just/ directory, and recipe conventions. Source: kettleofketchup/dotfiles.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/kettleofketchup/dotfiles --skill just- Source
- kettleofketchup/dotfiles
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-02
- Updated
- 2026-02-18
Quick answers
What is just?
Bootstrap repos with just command runner. Use when setting up new projects, creating justfiles, or adding task automation. Provides ./dev bootstrap script that installs just, modular justfile structure in just/ directory, and recipe conventions. Source: kettleofketchup/dotfiles.
How do I install just?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kettleofketchup/dotfiles --skill just Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/kettleofketchup/dotfiles
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-02