portlane-skills
v0.2.3
Published
Portlane Agent Skills for Cursor — install with npx portlane-skills install, then /portlane-skills create or /portlane-skills review
Readme
portlane-skills (npm)
npm package to install Portlane Agent Skills in a portlane-pipelines repo.
Client usage
cd portlane-pipelines
npx portlane-skills install
# Skill ready → /portlane-skills create or /portlane-skills review
npx portlane-skills update # upgradeAgent commands
| Command | Action |
|---------|--------|
| /portlane-skills create [hint] | Scaffold a new flow (interactive intake) |
| /portlane-skills review [flow_id] | Audit an existing flow (read-only report) |
Development (portlane repo)
cd packages/portlane-skills-cli
# Build dist/ from canonical monorepo sources
npm run build
# Install into pipelines-starter
node bin/portlane-skills.js install -y --dest ../../deploy/pipelines-starter
# Or via root script
../../scripts/sync-portlane-skills.shDo not run the build outside the monorepo (e.g. trash copy) — sources live in
portlane-skills/anddeploy/pipelines-starter/at the repo root.
npm publish
cd packages/portlane-skills-cli
npm version patch # or minor/major
npm run build
npm publish --access public --otp=<2FA>Or automatic on core tag v* (publish-npm job in release.yml).
Build sources
- Specs:
../../portlane-skills/create-flow/ - Templates:
../../deploy/pipelines-starter/(_template.flow.yaml, stubs)
Manual publish:
node scripts/build-dist.mjs
npm publish --access public