ソース情報
- リポジトリ
- tetherto/mdk
- ソースの最終更新活動
- 2026年8月24日 13:02
- 検出された SKILL.md の言語
- 英語
- スター
- 9
- フォーク
- 11
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tetherto/mdk --skill mdk-docs-styleコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Deploy and run a working MDK stack from mdk.yaml. Use when the task mentions "deploy", "run the stack", "start the Kernel/ORK + workers + gateway", "register a plugin", "mdk.yaml", or MDK environment configuration.
Build a Gateway / App Node plugin that exposes an HTTP API over one or more MDK workers. Use when the task mentions "aggregate", "combine workers", "site summary / rollup", "plugin", "mdk-plugin.json", "gateway endpoint", "cross-worker endpoint", or when a UI needs live worker data and no matching `/api/...` route exists yet.
Build on the MDK (Mining Device Kit) platform. Use whenever a task mentions MDK, the Kernel/ORK, a worker, a Worker Plugin, mdk-contract.json, @tetherto/mdk-* packages, a miner / power meter / sensor / container integration, a cross-worker aggregation endpoint, a UI component for worker/plugin data, or deploying an MDK stack.
| name | mdk-docs-style |
| description | Router for MDK docs-authoring rules. |
The rules live in docs/reference/maintainers/style.md. Read it before authoring or editing:
docs/**/*.md (the root docs tree)README.mdbackend/**/docs/**/*.md or ui/**/docs/**/*.mdDon't store style rules here.
[slug]: …), or an admonition on a page that might be ported to tether.io: single-source-of-truth.md, the routing-comment vocabulary the port pipeline readsAGENT_READY.md or USAGE.md in a package's docs/: style.md governs the prose, but agent-ready-sdk.md governs the required contract structure; read bothREADME.md with a marked generated region (for example backend/core/plugins/README.md's <!-- BEGIN GENERATED: … --> / <!-- END GENERATED --> block): never hand-edit inside the markers; regenerate with the documented script instead (that file: npm run generate:plugin-reference in backend/core/plugins)Existing READMEs and package docs predate this scope apply style.md going forward on pages you touch; don't mass-rewrite existing files unprompted.
CHANGELOG.md, release notes, or package.json, node_modules, or lock files without explicit approvalCHANGELOG.md or release notes with approval (e.g. cutting a release via the changelog skill), style.md's prose rules still apply — including the 150–180 char line length (tables and fenced code exempt)