patrick-fu/awesome-skills

llm-wiki-capture

>- Route explicit LLM Wiki capture, ingest, integration, or bootstrap work.

First seen Jul 7, 2026

Installation

$ npx skills add patrick-fu/awesome-skills --skill llm-wiki-capture

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from patrick-fu/awesome-skills · top by installs.

npx skills add patrick-fu/awesome-skills

Browse all from patrick-fu/awesome-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 57
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,976 B
  • docs README.md 4,516 B
  • docs SUMMARY.md 96 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 15 installs

SKILL.md

LLM Wiki Capture

Route an explicit user request into the right LLM Wiki workflow. Keep this file as the thin router; load only the reference for the selected branch.

1. Resolve Intent

Choose the business branch from the user's words, not merely from the presence of a URL or repository:

  • Session Capture: review or persist reusable knowledge learned in the

current or identified historical session.

  • Source Ingest: supplied external material is the object of an explicit

ingest request (for example "入库", "炼化", or "沉淀这些资料") or a review of whether and how it should enter the Wiki.

  • Full Integration: the user explicitly asks for a whole-Wiki audit,

reorganization, or synthesis pass.

  • Bootstrap: the user explicitly asks to create or initialize a new Wiki.

review-only is an orthogonal mutation stance, not a fifth business branch. It can apply to Session Capture, Source Ingest, Full Integration, or Bootstrap.

A URL can be discussion context rather than an ingest target. "评估这篇材料是否 值得入库" selects Source Ingest with review-only stance; "参考这篇材料讨论另一 个问题" keeps it as task context. A bare URL remains ambiguous. If the intended branch or mutation stance is not fully clear, ask before acting.

2. Resolve The Wiki Target

Read [references/configuration-guide.md](references/configuration-guide.md) when the Wiki path, repository, authority, or write policy is not already explicit in the current request.

Never enter Bootstrap merely because a Wiki was not found. Ask whether the user already has one and where it lives. Enter Bootstrap only after the user explicitly asks to create or initialize one.

3. Load The Selected Branch

Read the selected reference completely before taking branch actions:

Branch Load
Session Capture [references/session-capture.md](references/session-capture.md)
Source Ingest [references/source-ingest.md](references/source-ingest.md) and [references/provenance-contract.md](references/provenance-contract.md)
Full Integration [references/full-integration.md](references/full-integration.md) and [references/provenance-contract.md](references/provenance-contract.md)
Bootstrap [references/bootstrap.md](references/bootstrap.md)

For any write-capable run, also read [references/integration-contract.md](references/integration-contract.md) before editing. In review-only mode, use it only to determine what would change and stop before mutation.

4. Finish The Routed Workflow

The selected branch owns its discovery, evidence, delegation, and completion criteria. The integration contract owns shared write, verification, commit, and push rules. Do not import or require another skill to complete this workflow.