Borrowing it
Nothing to install: this file belongs to gcake119/joplin-llm-wiki. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/gcake119/joplin-llm-wiki/main/.cursor/skills/joplin-brain-dev/SKILL.mdgit clone --depth 1 https://github.com/gcake119/joplin-llm-wikiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/gcake119/joplin-llm-wiki/joplin-brain-dev)<a href="https://agentmods.dev/skills/gcake119/joplin-llm-wiki/joplin-brain-dev"><img src="https://agentmods.dev/badge/skills/gcake119/joplin-llm-wiki/joplin-brain-dev/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gcake119/joplin-llm-wiki/joplin-brain-dev"><img src="https://agentmods.dev/badge/skills/gcake119/joplin-llm-wiki/joplin-brain-dev.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00070 | $0.02179 |
| Opus 5 | $0.00035 | $0.01090 |
| Sonnet 5 | $0.00014 | $0.00436 |
| Haiku 4.5 | $0.00007 | $0.00218 |
Grade A, and why
joplin-brain-dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
joplin-llm-wiki 開發慣例
在修改 sqlite-sync、wiki-compile、agent-compile、設定載入、或 test/**/*.test.js 內嵌 config.yaml 時遵守下列規則。
知識流與模型邊界
- 本 repo 部分採用
gatelynch/llm-knowledge-base的四層知識流:raw/對應raw/,wiki/對應wiki/,並保留brainstorming/與artifacts/。 raw/是 Joplin SQLite mirror/export 產物,預設視為唯讀證據;不要手動放入長期維護內容。- Notebook 篩選匯出使用
raw/<joined-notebook-slug>/<safe-title>.md。巢狀筆記本以-串接,例如工作/專案A/會議→工作-專案A-會議。 sqlite-sync正常模式匯出後會比對 snapshot,只有 raw 變更才依joplin_sqlite_sync.pipeline.compile_mode觸發 wiki 層同步:local執行wiki-compile,agent執行agent-compile,off不編譯。第一次非 dry-run 只建立 baseline;--export-only會更新 raw 與 snapshot state 但不編譯;--snapshot-only只掃現有raw/建立 baseline,不開 SQLite、不刪檔、不編譯。舊run_wiki_compile只作為未設定compile_mode時的 fallback。sqlite-sync的自動檢查是輪詢,不是檔案 watcher。若要常駐定時檢查,設定joplin_sqlite_sync.schedule.every_seconds或 CLI--every <seconds>;若改由 launchd/cron 重複啟動單輪命令,讓every_seconds保持null,避免同時使用內外兩層排程。sqlite-syncsummary 欄位要保持可觀測:raw_changed、change_detection、changed_files、compile_mode、compile_triggered。Health GUI 主要 tabs 應覆蓋 Health、Config、Notebooks、Pipeline、Query、Lint、LaunchAgent,並透過固定 IPC handler 執行 Query/Lint/snapshot-only。- 編譯輸出只能使用
wiki/summaries/*.md、wiki/concepts/*.md、wiki/indexes/All-Sources.md、wiki/indexes/All-Concepts.md;三個分類底下不得建立子資料夾。summaries是每個來源一份摘要,concepts是概念條目並交叉引用 summaries/concepts,indexes是固定入口。 query預設使用--source-scope=knowledge:優先讀wiki/,必要時補raw/原始素材;可用--source-scope=wiki|raw明確限制。成功回答不直接 file-back,會先建立 pending capture,確認後才寫brainstorming/chat/或artifacts/projects/<project>/。ask、index、watch、RAG/Chroma/embedding vector 管線已移除。- 人可讀的知識管理輸出使用繁體中文;技術名詞、source path、filename 可保留原文。
- 模型分流:
- 本地預設是
wiki-compile+ Ollama。 - Codex 月訂閱路線是
agent-compile+ 本機已登入的codex exec,不使用 OpenAI API key,也不等同 API 額度。 - 兩條管路預設都掃完整個
raw/筆記庫;--batch=true才是 10-15 頁單批次 fallback。 - OpenAI API provider 目前未實作。
- 本地預設是
本機小模型(config.yaml.example 對齊值)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 97 lines · 70 tokens per session scan A ec59eb82afd0
joplin-brain-dev is a skill published in the GitHub repository gcake119/joplin-llm-wiki (2 stars, last pushed 3mo ago), licensed MIT. It adds 70 tokens to every session and 2,179 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
design-mcp-server
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.
api-canvas
DataCanvas primitive reference — a Tier 3 SQL/analytical workspace for tabular MCP servers, backed by DuckDB. Use when registering tables from upstream APIs, running ad-hoc SQL across them, and exporting results. Covers the acquire → register → query → export flow, per-table TTL, the token-sharing pattern for…
api-testing
Testing patterns for MCP tool/resource handlers using createMockContext and Vitest. Covers mock context options, handler testing, McpError assertions, format testing, Vitest config setup, and test isolation conventions.
release-and-publish
Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, fast-forwards main when the release rode a release PR, creates the annotated tag on the commit main now points at, pushes commits and tags, then publishes…
api-telemetry
Catalog of OpenTelemetry instrumentation built into framework @cyanheads/mcp-ts-core — spans, metrics, completion logs, env config, runtime caveats, custom instrumentation patterns, and cardinality rules. Use when enabling OTel export, adding custom spans or metrics in services, debugging missing telemetry, looking up…
maintenance
Investigate, adopt, and verify dependency updates — with special handling for @cyanheads/mcp-ts-core. Captures what changed, understands why, cross-references against the codebase, adopts framework improvements, syncs project skills, and runs final checks. Supports two entry modes: run the full flow end-to-end, or…