agentsclimarketplace

Basemachina docs

Skill basemachina/skills/skills/basemachina-docs

BaseMachina公式ドキュメントを検索して、機能仕様・設定手順・制約・トラブルシューティング・コード例を根拠付きで回答する skill。BaseMachina、ベースマキナ、アクション、ビュー、bridge、コード管理、JavaScriptアクション、@basemachina/view、@basemachina/sdk について質問されたときに使う。From its SKILL.md

Install
npx -y skills add basemachina/skills --skill basemachina-docs

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 2 commands, including `curl -L --fail https://docs.basemachina.com/llms-full.txt -o /tmp/basemachina-llms-full.txt` and 1 more.
  • fetches URLsInstructs the agent to fetch 2 URLs, including https://docs.basemachina.com/llms-full.txt and 1 more.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.2 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it

BaseMachina 公式ドキュメント回答

BaseMachina の仕様・使い方・制約・コード例は記憶で断定せず、公式ドキュメント(https://docs.basemachina.com/)を source of truth として確認してから回答する。

いつ使うか

  • BaseMachina / ベースマキナの機能、設定、エラー、制約、移行、最新仕様について質問された
  • アクション、JavaScript アクション、データソース、ビュー、bridge、コード管理、CLI、SDK、@basemachina/view@basemachina/sdk に関する説明やコード例が必要
  • 「公式 docs ではどうなっているか」「最新の仕様を確認して」など、根拠付き回答が必要

いつ使わないか

  • ユーザーが明示的に「検索しないで」「手元の情報だけで」と依頼している
  • ローカル repo の実装、未公開仕様、DB、運用ログだけを根拠にすべき調査
  • BaseMachina 以外の一般的な技術相談

調査手順

  1. 質問から対象領域、機能名、API 名、UI 名、エラー文、バージョンや環境を抽出する
  2. まず公式の AI 向け全文ソース https://docs.basemachina.com/llms-full.txt を取得して検索する
    • 例: curl -L --fail https://docs.basemachina.com/llms-full.txt -o /tmp/basemachina-llms-full.txt
    • 例: rg -n -i "executeAction|createActionJob|JavaScript action" /tmp/basemachina-llms-full.txt
  3. 見つかった見出し・URL・本文近辺を読み、必要なら該当する個別公式ページも開いて確認する
  4. llms-full.txt で足りない場合だけ、docs.basemachina.com に限定して追加検索する
  5. 仕様が分かれる場合は、ガイド、API リファレンス、CLI リファレンス、リリースノート、トラブルシューティングなど複数の公式ページを照合する

検索・閲覧できない場合は、その制約を明示し、公式確認なしに断定しない。

回答方針

  • 日本語で簡潔に回答し、確認した公式 URL を含める
  • 公式ドキュメントで確認できた事実と、そこからの推論を分けて書く
  • 公式ドキュメントに見つからない内容は「公式ドキュメントでは確認できない」と明示する
  • コード例を書くときは、import 元、前提パッケージ、実行場所を docs 上の表記に合わせる
  • 非公式記事、個人ブログ、Q&A、検索スニペットは公式ページへの導線としてだけ使う

優先ソース

What ships with it: 1 file

333 B alongside SKILL.md

agents/

Gives 0 of the 12 instructions most docs writing skills give in ~1.0k tokens

Counted across 1,951 of the 3,904 authors here whose files we hold, read 2026-09-06

  • Use third-person for skill descriptionsin 54 of 1951, across 35 files
  • Start descriptions with Use whenin 43 of 1951, across 29 files
  • Run baseline scenarios before writing any skillin 40 of 1951, across 26 files
  • Use active voicein 40 of 1951, across 36 files
  • Map file responsibilities before defining tasksin 36 of 1951, across 29 files
  • Use checkbox syntax for tracking stepsin 35 of 1951, across 27 files
  • Ask one question at a timein 35 of 1951
  • Offer execution options after saving the planin 33 of 1951, across 24 files
  • Include complete code in every stepin 33 of 1951, across 27 files
  • Design units with clear boundaries and interfacesin 31 of 1951, across 23 files
  • Announce the skill usage at the startin 30 of 1951
  • Verify agent compliance after adding the skillin 29 of 1951, across 17 files

Said here and by no other author read

  • Extract domain and version from user queries
  • Search documentation using ripgrep
  • Verify specific pages for current information
  • Check both guides and OpenAPI schemas for API queries
  • Distinguish between current and preview specifications
  • Cite official URLs in all responses

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.