ソース情報
- リポジトリ
- tomevault-io/tomes
- ソースの最終更新活動
- 2026年7月23日 21:48
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tomevault-io/tomes --skill skill-creatorコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
> Use when this capability is needed.
Use when writing kernel, account, or note MASM code that reads from or writes to the advice provider (advice stack / advice map) — validate advice data.
Use when writing a Rust test that exercises a failure path or a MASM test that expects a `panic` / `assert` — assert on the specific expected error variant or error code.
SOC 職業分類に基づく
SKILL.md を表示中
| name | skill-creator |
| description | > Use when this capability is needed. |
Create a new skill following the agentskills.io specification (https://agentskills.io/specification).
Ask the user:
If the user already provided enough context, skip asking and proceed.
Rules for the name field:
a-z, 0-9, -)---)Rules for the description field:
Good:
description: Extract text and tables from PDF files, fill PDF forms, and merge multiple PDFs. Use when working with PDF documents or when the user mentions PDFs, forms, or document extraction.
Bad:
description: Helps with PDFs.
.zeph/skills/<skill-name>/
├── SKILL.md # Required
├── scripts/ # Optional: executable scripts
├── references/ # Optional: detailed docs loaded on demand
└── assets/ # Optional: templates, schemas, data files
Use this template:
---
name: <skill-name>
description: <what it does and when to use it>
compatibility: <only if environment requirements exist>
metadata:
author: zeph
version: "1.0"
---
# <Skill Title>
<One-line summary of what this skill does.>
## Step 1: <First action>
<Instructions with code blocks showing exact commands or tool invocations.>
## Step 2: <Next action>
<Continue step-by-step. Keep instructions concrete and >
| Field | When to use |
|---|---|
license | Skill has specific licensing terms |
compatibility | Skill requires specific binaries, network, or environment |
metadata | Extra key-value pairs (author, version, tags) |
allowed-tools | Pre-approve specific tools (experimental) |
After writing, verify these rules:
name present and follows naming rulesname matches directory namedescription present and >= 20 charactersdescription says WHEN to use the skillreferences/ directoryscripts/ directorySource: bug-ops/zeph — distributed by TomeVault.