Skip to content

Commit 240d6e7

Browse files
committed
fix(wiki-ingest): trim skill description to under 1024 chars
Fixes #90 — Codex rejects skill descriptions over 1024 chars (was 1078). Reduced to 1013 by tightening phrasing without dropping any trigger cases.
1 parent 77aeb22 commit 240d6e7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.skills/wiki-ingest/SKILL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ description: >
44
Ingest any source into the Obsidian wiki by distilling its knowledge into interconnected wiki pages.
55
Handles structured documents (PDFs, markdown, articles, papers, notes, folders), raw/unstructured
66
text (chat exports, conversation logs, Slack/Discord threads, meeting transcripts, CSV/JSON data,
7-
journal entries, browser bookmarks, email archives, any text dump), AND web URLs. Use whenever the
7+
journal entries, browser bookmarks, email archives, text dumps), AND web URLs. Use whenever the
88
user wants to add new sources to their wiki: "add this to the wiki", "process these docs", "ingest
9-
this folder", "ingest this data", "process this export", "process these logs", "import my chat
10-
history from X", "/ingest-url <url>", "add this URL", "ingest this link", "save this page", or pastes
11-
a URL and says "add this" / "save this to my wiki". Also triggers when the user drops a file and
12-
wants it incorporated, or for raw mode: "process my drafts", "promote my raw pages", or any reference
13-
to the _raw/ staging directory. This is the general catch-all ingest skill for any document, text, or
14-
URL source not covered by a more specific ingest skill (claude-history-ingest, etc.).
9+
this folder", "ingest this data", "process this export/logs", "import my chat history from X",
10+
"/ingest-url <url>", "add this URL", "save this page", or pastes a URL and says "add this" /
11+
"save this to my wiki". Also triggers when the user drops a file, or for raw mode: "process my
12+
drafts", "promote my raw pages", or any reference to the _raw/ staging directory. This is the
13+
general catch-all ingest skill for any document, text, or URL source not covered by a more
14+
specific ingest skill (claude-history-ingest, etc.).
1515
---
1616

1717
# Obsidian Ingest — Document Distillation

0 commit comments

Comments
 (0)