Skills publicadas
obsidian-markdown
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
llm-wiki-lint
Read-only audit of vault/wiki/ for structural and provenance drift. Reports Errors, Warnings, and Info per the rules in /SPEC.md §13 and vault/CLAUDE.md. Trigger when the user says "lint the vault", "audit the wiki", "check for broken links", "run a health check on the wiki", or invokes /llm-wiki-stack:llm-wiki-lint directly. Does not repair anything — that is /llm-wiki-stack:llm-wiki-fix.
llm-wiki-markdown
Query the wiki and render the answer as portable, GitHub-flavored markdown saved under vault/output/. Trigger when the user asks to "export X as markdown", "produce a markdown brief", "save the answer to the output folder", "give me a plain markdown version of …", or invokes /llm-wiki-stack:llm-wiki-markdown directly. Reuses the llm-wiki-query reading contract, then strips Obsidian-only syntax so
llm-wiki-index
Generate or refresh the vault MOC at vault/wiki/index.md — the top-level catalog of every topic folder and synthesis note in the vault. Trigger when the user says "refresh the index", "rebuild the vault MOC", "update the catalog", or after adding a new top-level topic or synthesis. Per-folder _index.md files are owned by the ingest workflow, not by this skill.
llm-wiki-fix
Auto-repair what /llm-wiki-stack:llm-wiki-lint reports. Idempotent — running twice on a clean tree produces no diff. Trigger when the user says "fix the lint errors", "repair the wiki", "auto-fix", or invokes /llm-wiki-stack:llm-wiki-fix directly. Expects a fresh lint report in context, or runs its own lint pass internally.
llm-wiki-status
One-command health check. Exercises every hook path and reports pass/fail per hook — without writing to vault/. Trigger when the user says "status", "health check", "is everything wired up", "did the install work", "dashboard", or invokes /llm-wiki-stack:llm-wiki-status directly. Strictly read-only against vault content; any accidental write is the skill's own bug.
llm-wiki-synthesize
Write a cross-topic synthesis note under vault/wiki/_synthesis/. Trigger when the user asks to "compare X and Y", "find themes across these pages", "identify contradictions", "do a gap analysis", "build a timeline of Z", or invokes /llm-wiki-stack:llm-wiki-synthesize directly. Also used as the follow-up when /llm-wiki-stack:llm-wiki-query offers to file an answer as a synthesis.
obsidian-cli
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from
obsidian-graph-colors
Apply color groups to Obsidian's graph view so each topic branch has a distinct color. Use when the user says "color the graph", "graph colors", "update graph colors", "add topic color", or after creating new topic folders that need a color assignment.
llm-wiki-ingest
Ingest one or more sources from vault/raw/ into typed wiki pages under vault/wiki/. Trigger when the user says "ingest this source", "process the file I just dropped in raw/", "add this to the wiki", or invokes /llm-wiki-stack:llm-wiki-ingest directly. Prefer the pipeline (/llm-wiki-stack:llm-wiki-stack-ingest-agent) unless the user has asked to skip lint-fix and synthesis.
llm-wiki-query
Answer a natural-language question from the wiki with [[wikilink]] citations. Trigger when the user asks "what does the wiki say about X", "search the wiki for Y", "which sources cover Z", or invokes /llm-wiki-stack:llm-wiki-query directly. Read-only against wiki content — only log.md receives an append.
llm-wiki
Onboarding entry point. Scaffold a new LLM Wiki vault in the user's project by copying from the skill's own template/, stamp the schema version, and orient the user. Trigger when the user says "set up a wiki", "initialize the vault", "start a new LLM Wiki", "bootstrap the vault", or invokes /llm-wiki-stack:llm-wiki directly.
obsidian-bases
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
Alerta por categoría