Skip to content

Releases: basemachina/skills

v1.1.0

Choose a tag to compare

@m-shaka m-shaka released this 26 Aug 06:26
d9c606d

What's Changed

  • Reworked all three skills against the current BaseMachina docs and OpenAPI schema (#20):
    • bm-code-management now covers defineView, views, developmentViews, and previousId, documents what bm pull imports for actions and views, and adds guardrails for bm sync --with-disable, --from, and --pin-version.
    • bm-public-api now covers creating, polling, and executing review requests, auto_execute_on_approval and double-execution avoidance, and separates RFC 9457 problem details from /token OAuth errors.
    • basemachina-docs adds the OpenAPI schema and Remote MCP as preferred sources.
  • Added .claude-plugin/plugin.json and .codex-plugin/plugin.json, moved the marketplace entry to strict: true, and unified the plugin version at 1.1.0 (#20).
  • Extended scripts/validate-skills.py to check manifest consistency, semver, and OpenAI UI metadata, and added gh skill publish --dry-run to CI (#20).
  • Documented bm print-access-token as 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-run
  • claude plugin validate --strict .

v1.0.3

Choose a tag to compare

@m-shaka m-shaka released this 22 May 03:24
ecd8445

What's Changed

  • Updated docs URLs across bm-public-api and bm-code-management skills 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-api skill, 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

Choose a tag to compare

@m-shaka m-shaka released this 22 May 02:38
e35537f

What's Changed

  • Added the bm-public-api skill (PR #16) for writing code that calls the BaseMachina public API, including bm login JWT and external OIDC token exchange flows.
  • Added minor developmentActions guidance to the bm-code-management skill.
  • 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

Choose a tag to compare

@taro-28 taro-28 released this 28 Apr 11:42
2684bab

What's Changed

  • Added minimal bm pull guidance to the bm-code-management skill.
  • Updated skill metadata/default prompt so bm pull intake is covered alongside bm sync --dry preview work.

Verification

  • python3 scripts/validate-skills.py

v1.0.0

Choose a tag to compare

@taro-28 taro-28 released this 28 Apr 09:43
4feb281

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

Choose a tag to compare

@taro-28 taro-28 released this 28 Apr 06:14
6debe85

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