Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:0
forks:1
updated:2026年5月19日 22:44
SKILL.md
| name | write_changeset |
| description | Create a changeset file documenting changes for the next release. |
| user-invocable | true |
Create a changeset file in .changeset/ that documents the change and its semver bump type.
Write a changeset for any PR that modifies code affecting the published package. This includes:
You do NOT need a changeset for:
.claude/ configuration| Package name | Key directories |
|---|---|
@stripe/stripe-cli-plugin-bootstrap | src/, scripts/, protos/, templates/, bin/ |
This is a single-package repo. Every changeset references @stripe/stripe-cli-plugin-bootstrap.
.changeset/*.md files (excluding README.md). If one already describes the feature or fix being worked on, no new changeset is needed.happy-dogs-dance).changeset/<name>.md---
'@stripe/stripe-cli-plugin-bootstrap': minor
---
Add setCommandArgs to feed crash reporter and logger from gRPC args
The YAML frontmatter lists the package with its bump type. The body is a short, human-readable summary of the change (one or two sentences) written from the user's perspective.
---
'@stripe/stripe-cli-plugin-bootstrap': minor
---
Add crash reporter for plugin-level diagnostics
---
'@stripe/stripe-cli-plugin-bootstrap': patch
---
Fix crash reporter to use gRPC command args instead of process.argv
---
'@stripe/stripe-cli-plugin-bootstrap': patch
---
Upgrade grpc-js to v1.14 for improved connection handling
patch for fixes and minor for new features. When in doubt, ask.