Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

llm-wiki

llm-wiki contiene 4 skills recopiladas de genkovich, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
4
Stars
0
actualizado
2026-05-11
Forks
1
Cobertura ocupacional
1 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

inbox
Desarrolladores de software

Use when the user wants to drop a source into the LLM Wiki inbox WITHOUT parsing it yet. Trigger phrases: "wiki:inbox <url|path>", "inbox this", "drop in inbox", "save to wiki later", "wiki: queue <url>", or when the user pastes a URL/file and says "for later". Stages the input in raw/_inbox/ so the wiki:parse skill (or the cron-ingest launchd job) can process it asynchronously. This skill does NOT call defuddle/yt-dlp/whisper — it only stages. Heavy parsing happens later.

2026-05-11
lint
Desarrolladores de software

Use when the user invokes LLM Wiki lint workflow — explicitly via "wiki:lint", "wiki: lint", "перевір wiki", "audit the wiki", or similar consistency-check requests. Scans entities/, concepts/, and comparisons/ for contradictions, stale pages, orphans, missing cross-references, and data gaps. Writes findings into a fresh questions/lint-YYYY-MM-DD.md and appends a log entry. Recognizes the wiki by a CLAUDE.md with `type: schema, scope: wiki` and follows the lint protocol from there.

2026-05-11
parse
Desarrolladores de software

Use when the user invokes LLM Wiki parse workflow — explicitly via "wiki:parse", "parse this", "parse this folder", "wiki: parse <path|url>", drops a YouTube link, or when a new file is dropped into a wiki's raw/_inbox/. Handles four input kinds: single file, folder (batch), generic URL (defuddle clip), or YouTube URL (yt-dlp transcript + optional whisper). Processes each source into the wiki: creates sources/<slug>.md summary, updates 10-15 entities/concepts with citations, appends a log entry. Recognizes the target wiki by a CLAUDE.md with `type: schema, scope: wiki` frontmatter. Reads that CLAUDE.md for the authoritative ingest protocol before acting.

2026-05-11
query
Desarrolladores de software

Use when the user invokes LLM Wiki query workflow — explicitly via "wiki:query", "wiki: <question>", "що каже wiki про X", "знайди в wiki", "ask the wiki", or similar retrieve-and-synthesize requests against an LLM Wiki. Performs MCP qmd search across the wiki collection, reads the top-N results, and returns a synthesis with inline wikilink citations. Optionally proposes a filer-back into comparisons/ or questions/. Recognizes the wiki by a CLAUDE.md with `type: schema, scope: wiki` frontmatter and follows the query protocol from that file.

2026-05-11