ソース情報
- リポジトリ
- 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 author-pageコマンドは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 | author-page |
| description | >- Use when this capability is needed. |
Help create a new documentation page that follows Besu editorial standards from the start.
Ask the user for any information they have not already provided:
Based on the area and content type, load the relevant rules:
.cursor/rules/content-types.mdc - structural expectations for the content type..cursor/rules/product-public-networks.mdc or .cursor/rules/product-private-networks.mdc -
area-specific conventions..cursor/rules/editorial-voice.mdc - tone and voice..cursor/rules/markdown-formatting.mdc - formatting conventions..cursor/rules/terminology.mdc - required terms and casing.Check how existing pages in the same folder are structured. Match their conventions for headings, frontmatter fields, intro style, and parameter formats.
Create the file with the correct structure for its content type.
Follow Frontmatter in .cursor/rules/markdown-formatting.mdc (required description,
recommended keywords, optional sidebar_label only when the default nav label would be too
long or wordy, and the title vs duplicate H1 rule). Do not repeat or contradict that rule here.
Concept / Explanation (for concepts/ folders):
---
description: <one sentence>
---
# <Topic name>
<Opening paragraph: what this is and why it matters. 2-3 sentences. Get to the point.>
## <First concept section>
<Explain the concept. No step-by-step instructions.>
## <Second concept section>
...
## Next steps
- [<Related how-to guide>](<relative link>)
- [<Related reference>](<relative link>)
How-to guide (for how-to/ folders):
---
description: <one sentence>
---
# <Action-oriented title: "Configure gas limits" not "Configuring gas limits">
<Opening paragraph: what the reader will accomplish. 1-2 sentences.>
## Prerequisites
- <Requirement 1>
- <Requirement 2>
## Steps
### 1. <First action>
<Instruction. One action per step.>
### 2. <Second action>
...
## Next steps
- [<Related content>](<link>)
Get-started / Onboarding (for get-started/ folders):
---
description: <one sentence>
---
# <Topic>
<Opening paragraph: what the reader needs to know. 1-2 sentences.>
## Prerequisites
- <Requirement>
## <Content sections>
<Structure based on topic: how-to steps for installation, short explanation for system
requirements, or reference-style facts for supported configurations.>
Reference (for reference/ folders):
---
description: <one sentence>
---
# <API method or CLI option name>
<One sentence describing what the method or option does.>
## Syntax
<Show the command syntax or method signature.>
## Parameters
<Match the format used in surrounding reference pages in the same section.>
## Returns
<Describe the return value.>
## Example
<Working example with request and response.>
Tutorial (for tutorials/ folders):
---
description: <one sentence>
---
# <What the reader will learn>
<Opening paragraph: what the reader will build, what they will learn, and why it matters.
2-3 sentences.>
## Prerequisites
- <Requirement - assume no prior knowledge>
## Steps
### 1. <First step>
<Explain every step. Include expected output.>
...
## Next steps
- [<More advanced guide>](<link>)
Fill in the scaffold with content based on what the user provides. Follow these rules:
//) and block (/* */) comments
in Java snippets, and to # comments in shell/bash snippets.terminology.mdc.:::note admonition flagging it for review rather than stating it as fact.Before finishing, check:
description; add sidebar_label only when the default nav label would be
too long or wordy (see markdown-formatting.mdc).terminology.mdc and the area-specific rule file.configure-mining.md, not configureMining.md).After creating the page, remind the user to:
sidebar_position in frontmatter or _category_.json if needed
(sidebars are autogenerated from the filesystem).vercel.json (see contributor-workflow.mdc).npm start.Source: besu-eth/besu-docs — distributed by TomeVault.