·pkg

Manage MTHDS packages — initialize, add dependencies, lock, install, and update. Use when user says "init package", "add dependency", "install dependencies", "lock deps", "update packages", "set up METHODS.toml", "manage packages", "mthds init", or wants to manage MTHDS package dependencies.

6Installs·0Trend·@mthds-ai

Installation

$npx skills add https://github.com/mthds-ai/skills --skill pkg

How to Install pkg

Quickly install pkg AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mthds-ai/skills --skill pkg
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mthds-ai/skills.

SKILL.md

View raw

Initialize, add dependencies, lock, install, update, and validate MTHDS packages using the mthds CLI.

Exports declare which pipes the package makes available to consumers. They are organized by domain in METHODS.toml:

| --alias | Set a local alias for the dependency | mthds package add github.com/org/repo --alias mylib --directory | | --version | Pin a specific version | mthds package add github.com/org/repo --version 1.2.0 --directory | | --path | Use a local path dependency | mthds package add ./local-pkg --path --directory |

Manage MTHDS packages — initialize, add dependencies, lock, install, and update. Use when user says "init package", "add dependency", "install dependencies", "lock deps", "update packages", "set up METHODS.toml", "manage packages", "mthds init", or wants to manage MTHDS package dependencies. Source: mthds-ai/skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mthds-ai/skills --skill pkg
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from mthds-ai/skills

Quick answers

What is pkg?

Manage MTHDS packages — initialize, add dependencies, lock, install, and update. Use when user says "init package", "add dependency", "install dependencies", "lock deps", "update packages", "set up METHODS.toml", "manage packages", "mthds init", or wants to manage MTHDS package dependencies. Source: mthds-ai/skills.

How do I install pkg?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mthds-ai/skills --skill pkg Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mthds-ai/skills