Skip to Content
Working with MisoAgent Skills

Agent Skills

Skills are plain Markdown files that get injected into your AI agent’s context (Claude Code, Cursor, OpenCode, etc). When the agent detects a relevant task, the matching skill loads automatically.

Skills are installed as local files — they don’t require an internet connection after installation and are safe to commit to version control.

Available Skills

SkillLoads when…Covers
configCreating or editing miso.jsonAll top-level fields, types, defaults, annotated examples, common mistakes
scriptingWorking with the scripts folder, creating or debugging scriptsExtension dispatch, shebang rules, subdirectories, @workspace/script syntax, resolution order
tuiConfiguring multi-process TUI, task ordering, concurrent taskstui field, repo modes, tasks.concurrent, tasks.dependsOn
envConfiguring env validation, debugging env injectionenv config block, variable types, --env flag, injection behavior

Install All Skills

The fastest way to install all four skills at once is through the miso CLI:

miso skills --add

This installs skills for whichever AI agent miso detects in your project.

Remove Skills

miso skills --rm
Last updated on