com um clique
llm-wiki-skills
llm-wiki-skills contém 11 skills coletadas de Geeksfino, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Clone a git remote into the workspace-local mirror at raw/upstream, bind repo_sync in the profile and manifest, then enable lw-sync-repo. Usage: /lw-clone-repo <git-url> [options]
Initialize a new LLM Wiki workspace with raw/, wiki/, profiles/, and .llm-wiki/ state files, plus optional outputs/ artifact storage when needed. Usage: /lw-init <workspace-path>
Coordinator skill for the reusable LLM Wiki framework. Selects and sequences the appropriate lifecycle skills for initializing, cloning from a Git URL into raw/upstream, ingesting, compiling, linting, reflecting, syncing from a repo, querying, and output generation. Use this as the top-level skill when an agent needs to build, maintain, or answer from a wiki for an arbitrary project.
Inspect repo changes, classify them using the active profile, stage them into raw/, update manifest state, and recommend or trigger compile/lint/reflect actions. Usage: /lw-sync-repo <repo-path|commit-range|changed-files>
Answer a question using wiki/index.md first, then only the most relevant wiki pages. File lasting knowledge back into wiki/, and only write to outputs/ when the user explicitly wants a non-canonical artifact/export. Usage: /lw-ask <question>
Run structural and content-health checks on wiki/, audit outputs/ for promotion candidates, save a durable lint report to outputs/, update wiki/log.md, and surface prioritized follow-up actions. Usage: /lw-lint
Render wiki-grounded content as slides, charts, reports, or other non-canonical artifacts and file them under outputs/. Usage: /lw-output --slides <question|file> or /lw-output --chart <question|file>
Use index-first discovery to find synthesis, contradiction, gap, and output-promotion opportunities across wiki/, save a reflection report to outputs/, update reflect state, and create or recommend high-value canonical pages. Usage: /lw-reflect
Compile uncompiled raw inputs into wiki pages, update wiki/index.md and wiki/log.md, and mark manifest items as compiled. Usage: /lw-compile
Stage a URL, PDF, image, note, repo file, repo diff summary, commit range, or release note into raw/ and register it in .llm-wiki/manifest.json. Usage: /lw-ingest <source>
Merge duplicate or overlapping wiki pages, update backlinks, archive absorbed pages, and log the merge. Usage: /lw-merge <slug-a> <slug-b> or /lw-merge