Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

llm-wiki-skills

llm-wiki-skills 收录了来自 Geeksfino 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
0
更新
2026-04-15
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

lw-clone-repo
软件开发工程师

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]

2026-04-15
lw-init
软件开发工程师

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>

2026-04-15
lw-orchestrator
软件开发工程师

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.

2026-04-15
lw-sync-repo
软件开发工程师

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>

2026-04-15
lw-ask
其他计算机职业

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>

2026-04-14
lw-lint
其他计算机职业

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

2026-04-14
lw-output
其他计算机职业

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>

2026-04-14
lw-reflect
其他计算机职业

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

2026-04-14
lw-compile
软件开发工程师

Compile uncompiled raw inputs into wiki pages, update wiki/index.md and wiki/log.md, and mark manifest items as compiled. Usage: /lw-compile

2026-04-14
lw-ingest
软件开发工程师

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>

2026-04-14
lw-merge
软件开发工程师

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

2026-04-14