mthds-pkg

Manage MTHDS packages by initializing manifests, configuring exports, and validating METHODS.toml files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mthds-ai/skills --skill mthds-pkg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mthds-pkg
Source: https://github.com/mthds-ai/skills/tree/main/skills/mthds-pkg
Command: npx skills add https://github.com/mthds-ai/skills --skill mthds-pkg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of MTHDS packages, ensuring your method manifests are correctly initialized, configured, and validated.

Core Features & Use Cases

  • Package Initialization: Create new METHODS.toml manifests with essential details like address, version, and description.
  • Export Configuration: Define which pipes are publicly available from your package.
  • Validation: Ensure your package manifest adheres to MTHDS standards.
  • Use Case: When starting a new MTHDS project, use this skill to initialize the package structure and define its exports.

Quick Start

Initialize a new MTHDS package in the 'my-new-package' directory with address 'github.com/my-org/my-repo' and version '1.0.0'.

Frequently Asked Questions about mthds-pkg

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

FAQPage Schema
How do I initialize a new MTHDS package manifest?

To initialize a new MTHDS package, use this skill to create a METHODS.toml manifest, defining essential details like address, version, and description. You can target a specific directory using the -C flag for flexible project setup.

What is the purpose of validating a METHODS.toml file?

Validating a METHODS.toml file ensures your package manifest strictly adheres to required MTHDS standards. This validation process checks that your package structure and configuration details are correct before deployment.

Does MTHDS package management require a specific CLI version?

Yes, MTHDS package management requires the mthds-agent CLI version 0.1.2 or higher to function. This ensures full compatibility with package initialization, export configuration, and validation features.

How do I configure public exports for an MTHDS package?

You configure public exports for an MTHDS package by defining which pipes are publicly available within your manifest. This skill manages the export configuration process directly within your METHODS.toml file.

Can I list package details for an existing MTHDS project?

Yes, you can list MTHDS package details using this skill to view configured manifest information. It reads the METHODS.toml file to display the current package structure and export settings.