Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

pipelex-sdk-js

pipelex-sdk-js에는 Pipelex에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
4
Stars
0
업데이트
2026-06-28
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

release
소프트웨어 개발자

Prepare a new release for the pipelex-sdk-js project (@pipelex/sdk). 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-28
bump-required-versions
소프트웨어 개발자

Bump the minimum required version of the upstream dependency this SDK rests on — the `mthds` package, which provides the MTHDS protocol wire types via its `mthds/protocol` subpath. Use when the user says "bump required versions", "bump min mthds version", "raise the mthds floor", "update required versions", "set min mthds to X.Y.Z", or any variation of changing the SDK's upstream version floor.

2026-06-27
check-min-versions
소프트웨어 개발자

Show the minimum required version of the upstream dependency this SDK rests on — the `mthds` package (provider of the MTHDS protocol wire types via `mthds/protocol`). Read-only: reports the current floor without changing anything. Use when the user says "check min versions", "what's the min mthds version", "show required versions", "current version floor", or any variation of asking what the SDK's upstream minimum is. This is the read-only counterpart to the bump-required-versions skill — if the user wants to *change* the floor, use that one instead.

2026-06-27
contract-check
소프트웨어 개발자

Detect interface-contract drift between @pipelex/sdk's client surface and the wire specs it implements (defaults to comparing against the last release tag, but the user can specify any tag or commit). Compares the PipelexApiClient request/response shapes against the protocol and validation 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 the client wire surface. Also trigger automatically before the /release skill runs.

2026-06-27