用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/book000/dotfiles --skill trilium命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
PR 作成直後に本文、CI、競合、レビューを確認し、再開可能な PR 監視を開始するときに使う。明示的な `$pr-health-monitor` 呼び出し専用。
Full spec/plan approval flow for turning a GitHub Issue into a pull request. Invoked by the `issue-pr` dispatcher for non-trivial changes.
GitHub PR またはローカル差分を複数観点で深くレビューするときに使う。`$deep-review [PR番号またはURL]`。
基于 SOC 职业分类
正在显示 SKILL.md
| name | trilium |
| description | Upload a local Markdown document to self-hosted Trilium via ETAPI, for documents not tied to a GitHub Issue. |
| disable-model-invocation | false |
| user-invocable | false |
Uploads a local Markdown document to the self-hosted Trilium Notes instance via its ETAPI,
for documents not tied to a GitHub Issue (ticket-pr requirements docs, standalone
investigations, spec/plan documents not posted as Issue comments).
ticket-pr requirements documents, standalone investigations, spec/plan
documents for work not tied to a GitHub Issue.rules/issue-comment-docs.md instead (posted directly as an Issue comment, no Trilium
upload).rules/issue-comment-docs.md instead.noteId / topic / docType: the caller (this skill's invoker) is
responsible for constructing these:
noteId: must match ^[a-zA-Z0-9_]{4,32}$. Recommended (not required) convention:
<docType>_<topic正規化>, e.g. spec_twitter_acct.topic: must match ^[a-zA-Z0-9_-]{1,25}$ (alphanumeric, hyphen, underscore only,
max 25 characters), reused across all documents for the same project so they land in
the same folder and get cross-linked, e.g. twitter-acct-classifier.docType: one of spec, plan, investigation.bash ~/bin/trilium-search.sh <topic>
before uploading anything. If it reports existing hits, tell the user about them before
proceeding — the upload may be a revision of one of those rather than a new document.rules/security.md.bash ~/bin/trilium-upload.sh <file-path> <noteId> <topic> <docType> <title> [--folder-title <title>]
and capture the share URL from its final line of stdout. --folder-title is required
only the first time a given topic is uploaded (when its folder note doesn't exist
yet) — omit it for subsequent uploads to the same topic.