Skip to main content
在 Manus 中运行任何 Skill
一键导入
itsmarsss
GitHub 创作者资料

itsmarsss

按仓库查看 1 个 GitHub 仓库中的 18 个已收集 skills。

已收集 skills
18
仓库
1
更新
2026-05-10
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

仓库浏览

仓库与代表性 skills

cross-linker
档案文员

Scan the Obsidian wiki and automatically discover missing cross-references between pages. Use this skill when the user says "link my pages", "find missing links", "cross-reference", "connect my wiki", "add wikilinks", "what pages should be linked", or after any large ingestion to ensure new pages are woven into the existing knowledge graph. Also trigger when the user mentions "orphan pages" in the context of wanting to connect them, or says things like "my wiki feels disconnected" or "pages aren't linked well". This is a write-heavy skill — it actually modifies pages to add links, unlike wiki-lint which just reports issues.

2026-05-10
daily-update
档案文员

Run the daily wiki maintenance cycle: check all source freshness, update the index, and regenerate hot.md. Use this skill when the user says "/daily-update", "run the daily update", "update everything", "morning sync", "refresh the wiki index", or when triggered by the launchd cron at 9 AM. Also use to set up or verify the cron + terminal notification infrastructure for the first time ("set up the daily cron", "install the terminal notification", "how do I get the morning reminder?").

2026-05-10
wiki-lint
档案文员

Audit and maintain the health of the Obsidian wiki. Use this skill when the user wants to check their wiki for issues, find orphaned pages, detect contradictions, identify stale content, fix broken wikilinks, or perform general maintenance on their knowledge base. Also triggers on "clean up the wiki", "what needs fixing", "audit my notes", or "wiki health check".

2026-05-10
wiki-setup
档案文员

Initialize a new Obsidian wiki vault with the correct structure, special files, and configuration. Use this skill when the user wants to set up a new wiki from scratch, initialize the vault structure, create the .env file, or says things like "set up my wiki", "initialize obsidian", "create a new vault", "get started with the wiki". Also use when the user needs to reconfigure their existing vault or fix a broken setup.

2026-05-10
wiki-status
图书馆文员助理

Show the current state of the wiki — what's been ingested, what's pending, and the delta between sources and wiki content. Use this skill when the user asks "what's the status", "how much is ingested", "what's left to process", "show me the delta", "what changed since last ingest", "wiki dashboard", or wants an overview of their knowledge base health and completeness. Also use before deciding whether to append or rebuild. Includes an insights mode triggered by "wiki insights", "what's central", "show me the hubs", "central pages", "what's connected", "wiki structure" — analyzes the shape of the wiki itself to surface top hubs, cross-domain bridges, and orphan-adjacent pages.

2026-05-10
wiki-ask
软件开发工程师

Answer a MemoryLane question and return a structured TASK object the frontend renders as a tab in the right panel. Performs the same retrieval as `wiki-query`, but reshapes the result into the JSON contract defined in `memorylane/knowledge-frontend/data.jsx` — `activatedNodeIds`, `moments[]`, `entities[]`, `insight`, `blocks[]`, `sessionMeta`, `subassemblyTags`. Use this skill when the user invokes `wiki-ask <question>` or when a backend route (`POST /api/ask`) spawns claw with the question as the prompt. Distinct from `wiki-query` (returns prose with citations for human reading); this one returns machine-readable JSON for componentized rendering.

2026-05-09
wiki-evidence
网页开发工程师

Resolve a vault page (moment, entity, session, or synthesis) into the JSON shape the MemoryLane frontend's evidence sheet renders. Given a `block_id` (file basename without `.md`) and optional `node_type` hint, parses the page's YAML frontmatter, tokenizes the markdown body into typed blocks (h1, h2, p, quote, links), resolves `[[wikilinks]]` to connected node ids, and emits a single JSON object to stdout. Use this skill when the user invokes `wiki-evidence <block_id> [<node_type>]`, or when a backend route (`/api/evidence/{block_id}`) spawns claw with that prompt. NOT a user-facing conversational skill — the output is machine-readable JSON for the frontend.

2026-05-09
wiki-graph-export
网页开发工程师

Export the vault as NODES + EDGES JSON for the MemoryLane frontend graph canvas. Walks moments/, sessions/, entities/{people,places,objects}/, and synthesis/, reads frontmatter, parses [[wikilinks]] for edges, computes a force-directed layout in a 1600×1100 viewport, and writes the result to $OBSIDIAN_VAULT_PATH/_meta/graph.json. Use this skill when the user says "export the graph", "rebuild the graph", "refresh frontend data", "regenerate graph.json", or after a batch of moments has been ingested. Distinct from `wiki-export` (which targets Gephi/Neo4j/GraphML for external graph tools) — this skill produces the in-app constellation viewer's exact data shape.

2026-05-09
当前展示该仓库 Top 8 / 18 个已收集 skills。
已展示 1 / 1 个仓库
已展示全部仓库