Releases: basemachina/skills
Release list
v1.1.0
What's Changed
- Reworked all three skills against the current BaseMachina docs and OpenAPI schema (#20):
bm-code-managementnow coversdefineView,views,developmentViews, andpreviousId, documents whatbm pullimports for actions and views, and adds guardrails forbm sync --with-disable,--from, and--pin-version.bm-public-apinow covers creating, polling, and executing review requests,auto_execute_on_approvaland double-execution avoidance, and separates RFC 9457 problem details from/tokenOAuth errors.basemachina-docsadds the OpenAPI schema and Remote MCP as preferred sources.
- Added
.claude-plugin/plugin.jsonand.codex-plugin/plugin.json, moved the marketplace entry tostrict: true, and unified the plugin version at 1.1.0 (#20). - Extended
scripts/validate-skills.pyto check manifest consistency, semver, and OpenAI UI metadata, and addedgh skill publish --dry-runto CI (#20). - Documented
bm print-access-tokenas the way to obtain a Bearer token for the public API in local development (#21). - Stopped pinning the README install examples to a specific release tag (#22).
Why this release
The plugin manifests have been at 1.1.0 since #20, but the newest tag was still v1.0.3. This release tags the current main so gh skill install without an explicit version resolves to the reworked skills and the new Claude Code / Codex plugin manifests.
Verification
python3 scripts/validate-skills.py(3 skills valid)gh skill publish --dry-runclaude plugin validate --strict .
v1.0.3
What's Changed
- Updated docs URLs across
bm-public-apiandbm-code-managementskills to drop the/preview/segment, reflecting that public API, code management, and service account features are now generally available (basemachina/basemachina_web_client#10986). - Removed the "this feature is in development and may change" notice from the
bm-public-apiskill, aligned with the docs update that retired the same warning.
Why this release
The /preview/ URLs referenced by the skills now 404, and the in-development notice is stale because the public API has shipped to all tenants. This release brings the skill content in line with the live docs.
Verification
python3 scripts/validate-skills.py(3 skills valid)
v1.0.2
What's Changed
- Added the
bm-public-apiskill (PR #16) for writing code that calls the BaseMachina public API, includingbm loginJWT and external OIDC token exchange flows. - Added minor
developmentActionsguidance to thebm-code-managementskill. - Updated README install pin examples to reference
v1.0.2.
Why this release
gh skill preview/install basemachina/skills bm-public-api (without @VERSION) resolves to the latest release tag. Previously the latest was v1.0.1, which predates the bm-public-api skill, so the default-path lookup returned "not found". v1.0.2 makes all three skills reachable without @main.
Verification
python3 scripts/validate-skills.py(3 skills valid)
v1.0.1
v1.0.0
Highlights
- Add basemachina-docs skill for answering BaseMachina questions from official docs.
- Use docs.basemachina.com/llms-full.txt as the preferred search source.
- Keep bm-code-management available for code-management workflows.
- Update plugin metadata and install examples for v1.0.0.
v0.1.0
What's Changed
- feat(bm-code-management): skill 初版 by @taro-28 in #1
- feat: 複数のインストール方法に対応 by @taro-28 in #4
- feat(bm-code-management): 品質チェックとバージョン更新チェックを追加 by @taro-28 in #5
- feat(bm-code-management): パッケージマネージャー柔軟化 by @taro-28 in #6
- feat: npx skills 経由のインストールに対応 by @taro-28 in #7
- fix: README・SKILL.md・marketplace.json の事実誤認を修正 by @taro-28 in #8
- feat: bm-code-management に JS アクションのコード本体ガイドを追加(references 構成へ) by @taro-28 in #9
- [codex] strengthen code management skill docs by @taro-28 in #10
- Use v0.1.0 and MIT for initial skill release by @taro-28 in #11
New Contributors
Full Changelog: https://github.com/basemachina/skills/commits/v0.1.0