Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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