A universal, deterministic connector backed by scripts/ingest-git.mjs. It writes ONLY a source note
under wiki/sources/git/ (or a per-project path) and emits a proposed cursor; the kernel performs
synthesis/index/log/verify/state/PR.
Flow
Confirm connectors.git is enabled and read-only-ingest.
For the self repo (and each registered project under projects/), run:
Hand the emitted source-note paths + proposed cursor back to lisa-wiki-ingest.
Rules
Read-only: only git log/rev-parse/gh pr list against the repo; never checkout/fetch/reset/pull.
In wrapper/standalone mode, the registered child repos are read-only inputs and are never staged.
Writes only its source note + handoff meta; the kernel advances wiki/state/git/<slug>.json.
1---2name: lisa-wiki-connector-git3description: Produce sanitized…4---56# lisa-wiki-connector-git78A universal, deterministic connector backed by `scripts/ingest-git.mjs`. It writes ONLY a source note9under `wiki/sources/git/` (or a per-project path) and emits a proposed cursor; the kernel performs10synthesis/index/log/verify/state/PR.1112## Flow131. Confirm `connectors.git` is enabled and `read-only-ingest`.142. For the self repo (and each registered project under `projects/`), run:15 ```16 node "${PLUGIN_ROOT}/scripts/ingest-git.mjs" --repo <path> --slug <name> \17 --config wiki/lisa-wiki.config.json --source-dir wiki/sources/git \18 --state wiki/state/git/<slug>.json --emit-meta wiki/state/handoff/git-<slug>-<runId>.json19 ```203. Hand the emitted source-note paths + proposed cursor back to `lisa-wiki-ingest`.2122## Rules23- Read-only: only `git log`/`rev-parse`/`gh pr list` against the repo; never checkout/fetch/reset/pull.24- In wrapper/standalone mode, the registered child repos are read-only inputs and are never staged.25- Writes only its source note + handoff meta; the kernel advances `wiki/state/git/<slug>.json`.
Run npx skillmds@latest add codyswanngt/lisa-wiki-connector-git in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Produce sanitized… It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
codyswanngt (@codyswanngt) published this skill. Their other Agent Skills are listed on their SkillMD profile.