Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

mthds-js

mthds-js 收录了来自 mthds-ai 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
4
Stars
0
更新
2026-07-10
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

bump-required-versions
软件开发工程师

Bump the minimum required versions that mthds-agent enforces at runtime — the Claude Code mthds plugin, pipelex (and pipelex-agent, same package), plxt, and the Codex app. Use when the user says "bump required versions", "bump min pipelex version", "bump minimum plxt version", "raise minimum plugin version", "bump min codex version", "update required versions", "set min pipelex to X.Y.Z", "bump min mthds plugin version", or any variation of changing one or more of these floors. Trigger even when the user names only one of the targets — this skill handles partial updates.

2026-07-10
check-min-versions
软件开发工程师

Show the minimum required versions that this mthds-agent release enforces at runtime — the Claude Code mthds plugin, pipelex (and pipelex-agent, same package), plxt, and the Codex app. Read-only: reports the current floors without changing anything. Use when the user says "check min versions", "what are the required versions", "show minimum versions", "what's the min pipelex version", "what's the min codex version", "current version floors", "which plxt version do we require", "show required versions", or any variation of asking what the current minimums are. This is the read-only counterpart to the bump-required-versions skill — if the user wants to *change* a floor, use that one instead.

2026-07-10
contract-check
软件开发工程师

Detect interface-contract drift between this package's code and a baseline (defaults to the last release tag, but the user can specify any tag or commit). Compares the source files behind the mthds-js provided/consumed/implemented interfaces — the mthds-agent CLI, the MTHDS Protocol API runner, plxt/pipelex-agent passthrough, and the hook pipeline — against the interface specs in ../docs/specs/. Use when the user says "check the contract", "contract review", "contract check", "did we break the contract", "check interfaces", "API contract", "protocol drift", "compare to vX.Y.Z", or before shipping/releasing a version that touches CLI, API-runner, protocol, or passthrough code. Also trigger automatically before the /release skill runs, and proactively when you notice such changes during a PR review.

2026-06-17
release
软件开发工程师

Prepare a new release for the mthds-js project. Bumps version in package.json, syncs package-lock.json, updates CHANGELOG.md, manages the release/vX.Y.Z branch, runs checks, and commits. Use when the user says "release", "prepare a release", "bump version", "new version", or "cut a release".

2026-06-17