Skip to main content

Ar9av/obsidian-wiki

O SkillsMP coletou 39 skills de Ar9av/obsidian-wiki. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
39
Estrelas no GitHub
3.370
Forks no GitHub
333

Skills neste repositório

Mostrando 39 de 39 skills coletadas.

ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

The foundational knowledge distillation pattern for building and maintaining an AI-powered Obsidian wiki. Based on Andrej Karpathy's LLM Wiki architecture. Use this skill whenever the user wants to understand the wiki pattern, set up a new knowledge base, or…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Ingest any source into the Obsidian wiki by distilling its knowledge into interconnected wiki pages. Handles structured documents (PDFs, markdown, articles, papers, notes, folders), raw/unstructured text (chat exports, conversation logs, Slack/Discord…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Save the current conversation as a permanent, structured wiki note. Use this skill when the user says "save this", "/wiki-capture", "capture this", "file this conversation", "preserve this", "add this to my wiki", or wants to turn what was just discussed into…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Ingest Claude Code conversation history into the Obsidian wiki. Use this skill when the user wants to mine their past Claude conversations for knowledge, import their ~/.claude folder, extract insights from previous coding sessions, or says things like…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Ingest Codex CLI conversation history into the Obsidian wiki. Use this skill when the user wants to mine their past Codex sessions for knowledge, import their ~/.codex folder, extract insights from previous coding sessions, or says things like "process my…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Ingest GitHub Copilot CLI session history into an Obsidian wiki as distilled knowledge pages. Use this skill when the user wants to capture their Copilot CLI sessions into a personal wiki — extracting architecture decisions, debug notes, and patterns into…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Ingest Hermes agent history into the Obsidian wiki. Use this skill when the user wants to mine their past Hermes sessions for knowledge, import their ~/.hermes folder, extract insights from previous Hermes conversations, or says things like "process my Hermes…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Ingest OpenClaw agent history into the Obsidian wiki. Use this skill when the user wants to mine their past OpenClaw sessions for knowledge, import their ~/.openclaw folder, extract insights from previous OpenClaw conversations, or says things like "process…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Ingest Pi coding agent session history into the Obsidian wiki. Use this skill when the user wants to mine their past Pi sessions for knowledge, import their ~/.pi/agent/sessions folder, extract insights from previous coding sessions, or says things like…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Query-driven targeted ingest from a specific AI agent's raw history. Use this skill when the user invokes /wiki-claude, /wiki-codex, /wiki-hermes, /wiki-openclaw, /wiki-copilot, /wiki-pi — with or without a search topic. Different from wiki-history-ingest…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Create dynamic, queryable dashboard views of the Obsidian vault using Obsidian Bases or Dataview. Use this skill when the user says "create a dashboard", "vault dashboard", "show all X as a table", "dynamic view", "query my vault", "build a content index",…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Scan the Obsidian wiki for page-level identity collisions — different pages covering the same concept under different names (e.g. "RSC" vs "React Server Components") — and merge them. Use this skill when the user says "dedup my wiki", "find duplicate pages",…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Generate a periodic knowledge digest — a human-readable newsletter-style summary of what was learned, updated, and connected in your wiki over a specified period (day/week/month). Use when the user says "what did I learn this week", "give me a digest",…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Import a wiki knowledge graph into the current vault — either from a graph.json export file (stubs) or from an OKF (Open Knowledge Format) markdown bundle (full page bodies). Use this skill when the user says "import wiki", "import from export", "load…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Turn a wiki topic into a cited Markdown briefing, plain-language explanation, or progressive lecture. Use this skill for topic-based briefing, explanation, and lecture requests that must stay within the evidence compiled in an Obsidian vault.

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Autonomously research a topic via multi-round web search, synthesize findings, and file structured results into the Obsidian wiki. Use this skill when the user says "/wiki-research [topic]", "research X", "find everything about Y", "do a deep dive on Z",…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Systematically discover synthesis opportunities across the Obsidian wiki — pairs or clusters of concepts that co-occur frequently across pages but have no synthesis page connecting them. Creates new synthesis/ pages that draw explicit cross-cutting…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Sync the current project's knowledge into the Obsidian wiki. Use this skill from any project when the user says "update wiki", "sync to wiki", "save this to my wiki", "update obsidian", or wants to distill what they've been working on into their knowledge…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Build a ranked, citation-backed focus map of a codebase — the files and symbols an architecture actually hangs on — using CodeGraph when available and a dependency-free builtin (regex AST extraction + `rg` cross-file references) otherwise. Use this any time…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
sem classificação
descrição

Export the Obsidian wiki's knowledge graph to structured formats for use in external tools. Use this skill when the user says "export wiki", "export graph", "export to JSON", "export to Gephi", "export to Neo4j", "export to Postgres", "export to SQL",…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Generate a portable, self-contained Agent Skill from mature, curated Obsidian wiki pages — turning a cluster of verified knowledge into a reusable "digital expert" (SKILL.md + references/). Use this skill when the user says "/vault-skill-factory", "make a…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Answer questions by searching the compiled Obsidian wiki. Use this skill when the user asks a question about their knowledge base, wants to find information across their wiki, asks "what do I know about X", "find everything related to Y", or wants synthesized…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Color-code the Obsidian graph view by rewriting `.obsidian/graph.json` colorGroups. Use this skill when the user says "color my graph", "color code obsidian", "colorize the graph", "color the graph by tag", "color by category", "highlight visibility in…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Browse and compare wiki knowledge by which AI tool originally produced it. Use this skill when the user says "/memory-bridge", "browse codex memory", "what did codex know about X", "show me claude knowledge", "cross-tool memory", "what does hermes know that…

Idioma do texto original: inglês

atualizado
ocupação
Escriturários de arquivos
descrição

Enforce consistent tagging across the Obsidian wiki using a controlled vocabulary. Use this skill when the user says "fix my tags", "normalize tags", "clean up tags", "tag audit", "what tags should I use", "tag taxonomy", or whenever you're creating or…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Produce a token-bounded, citation-ready context slice from an existing Obsidian vault for a downstream agent or task. Use for "/wiki-context-pack", "use my vault as context", "context slice for X", "pack the wiki for my agent", or "bounded context for Y".

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Archive existing wiki knowledge and rebuild from scratch, or restore from a previous archive. Use this skill when the user wants to start fresh, rebuild the wiki from all sources, archive current knowledge before a major change, or restore an older version.…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Switch between multiple Obsidian wiki vault profiles. Use this skill when the user says "/wiki-switch NAME", "switch to my work wiki", "switch vault", "change wiki", "which wiki am I on", "list my wikis", "show my vaults", "create a new vault config", or "add…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Workflow for working with the user on changing how Obsidian looks using CSS snippets. Use this whenever the user asks to restyle Obsidian, tune a vault's visual layout, adjust tabs, sidebars, note surfaces, properties, backlinks, graph panes, file explorer…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Build and maintain a topic graph over your agent session history. Reads every Claude session transcript plus the pruned sessions that survive only in history.jsonl, clusters them by topic using local TF-IDF (no API calls, no embeddings), and writes an…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Find a past agent session by topic and load its context into the current conversation. Searches the session-brain topic graph, ranking by relevance, topic membership, and time decay, then loads the winning transcript. Use when the user says "/wiki-sessions…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Unified wiki-history-ingest entrypoint for conversation/session sources. Use this when the user says "/wiki-history-ingest claude", "/wiki-history-ingest copilot", "/wiki-history-ingest codex", "/wiki-history-ingest pi", or asks to ingest agent history…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Review and promote staged wiki pages to their final locations. Use when WIKI_STAGED_WRITES=true and the user says "/wiki-stage-commit", "review staged pages", "commit staged writes", "promote staged pages", "approve staged changes", or "what's waiting in…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Validate whether an implementation matches its stated goal. Use this skill when a skill or agent wants a second opinion on its own output, when the user says "check this implementation", "validate what you did", "is this correct?", "review the output", or…

Idioma do texto original: inglês

atualizado
Mostrando 39 de 39 skills coletadas.