mentat-install

Automate idempotent Mentat installation with skill directories and PATH configuration.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/matheushenriquefs/mentat --skill mentat-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mentat-install
Source: https://github.com/matheushenriquefs/mentat/tree/main/.agents/skills/mentat-install
Command: npx skills add https://github.com/matheushenriquefs/mentat --skill mentat-install

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires matt-pocock-skills, juliusbrussee-caveman, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of Mentat on a new machine or after pulling updates, managing user state directories and installing necessary skills.

Core Features & Use Cases

  • Idempotent Installation: Ensures the installation is repeatable and leaves no remnants.
  • State Management: Manages user state directories, creating them if needed.
  • Symlink and Copy Operations: Copies skill directories to the correct location or creates symlinks.
  • Companion Installer: Prompts for third-party companion skill installation.
  • Configuration Files: Sets up configuration files and PATH environment variables.
  • Use Case: When setting up Mentat on a new machine, use this Skill to automatically install Mentat and its state directories, and install any required companion skills.

Quick Start

Run the mentat-install command to set up Mentat on your machine.

Frequently Asked Questions about mentat-install

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

FAQPage Schema
How do I automate Mentat setup and state directory installation on a new machine?

You can automate Mentat installation by running a command that handles state directory creation, skill linking, and PATH configuration. This idempotent process ensures repeatable setups across new machines without leaving remnants.

What is idempotent installation for state management directories?

Idempotent installation for state management directories means the setup process can be safely repeated without leaving remnants or corrupting existing configurations. It ensures consistent state directory creation and symlink operations across multiple runs.

How do I configure PATH environment variables for Mentat skills?

Configuring PATH environment variables for Mentat skills is handled automatically during the installation process. The setup script links the required skill directories and updates your environment configuration files so the system can locate and execute Mentat commands.

Does Mentat installation require any companion skills or dependencies?

Mentat installation requires the standard library and optionally prompts for third-party companion skill installations. These companions provide additional features, and the installer will ask if you want to include them during the setup process.

What is the best way to manage symlinks and copy operations for skill directories?

The best way to manage symlinks and copy operations for skill directories is using an automated installation script. It copies skill directories to the correct location or creates symlinks, ensuring proper state management and configuration file setup.