mise

List, run, and inspect mise tasks from the project workspace.

2|1|Updated Apr 10, 2023
One-click install
npx skills add https://github.com/popoffvg/dotfiles --skill mise-popoffvg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mise
Source: https://github.com/popoffvg/dotfiles/tree/main/skills/mise
Command: npx skills add https://github.com/popoffvg/dotfiles --skill mise-popoffvg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Organizes and executes mise tasks from the current project workspace to automate repetitive project workflows.

Core Features & Use Cases

  • List tasks: discover available mise tasks in mise-tasks/
  • Run a task: execute a specific mise task with mise run <task> [-- args]
  • Task info: inspect a task's #MISE and #USAGE headers
  • Search repos: locate git repos within the workspace and choose how to open them

Quick Start

Run a task by invoking /mise run <task> or /mise <task> with optional arguments.

Frequently Asked Questions about mise

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run mise tasks in my current project workspace?

Run mise tasks by invoking the /mise run <task> command or /mise <task> with optional arguments. This executes specific automation scripts defined in your project's mise-tasks directory without external services.

What is the best way to discover available mise tasks in a local repository?

The best way to discover available mise tasks is using the list feature. It parses the mise-tasks directory in your current project workspace to show all executable automation scripts.

Can I inspect a mise task's usage and configuration headers before running it?

Yes, you can inspect a mise task's #MISE and #USAGE headers using the task info feature. This allows you to review task configuration and usage details before execution within the workspace.

How do I locate and open git repos across multiple workspace directories?

Locate and open git repos by using the search repos feature. It scans your local workspace to find repositories and allows you to choose how to open them for development.

Do I need external services to execute shell tasks in a mise workspace?

No external services are needed. Mise task execution requires only local shell scripts and mise configuration to parse inputs and execute tasks within the current project workspace.

Does this mise task runner work for developers managing multiple repos?

Yes, it is designed for developers managing multiple repos and local workspaces. It enables listing, running, and searching repos across the workspace using local shell scripts.