Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

pipelex-sdk-js

pipelex-sdk-js contém 4 skills coletadas de Pipelex, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
4
Stars
0
atualizado
2026-06-28
Forks
0
Cobertura ocupacional
1 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

release
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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