forgeneo-mcp
01MCP server Claude CodeCodexCursor
MCP server "forgeneo-mcp" as configured in eduardoabreu81/forgeneo-mcp. Runs locally from the forgeneo-mcp Python package.
MCP server Claude CodeCodexCursor
MCP server "forgeneo-mcp" as configured in eduardoabreu81/forgeneo-mcp. Runs locally from the forgeneo-mcp Python package.
Command
This page documents how the livewiki batch command is registered with the Commander CLI framework and how it formats batch run reports for human consumption.
Command
The livewiki export command turns the project's curated wiki into a deliverable artifact on disk: either a flattened snapshot under .livewiki/export/ / (for generic, github-wiki, and gitlab-wiki targets) or a synthesized repository-root README.md (for the readme target).
Command
The index command reindexes a repository and synchronizes its anchor ledger while selecting human-readable, JSON, or quiet output.
Command
This directory holds every livewiki subcommand registered on the root Commander program in the @livewiki/cli package. Each file is a thin adapter that wires one CLI verb into the program and delegates the real work to sibling modules in @livewiki/core: init provisions a repo and drives the indexing and LLM pipeline…
Command
The livewiki init command is the CLI entry point that provisions a repository's livewiki directories, indexes the source tree, and (optionally) drives the full LLM documentation pipeline.
Command
This page explains how the livewiki install CLI command detects installed coding agents and safely configures the livewiki MCP server entry, hook templates, shared skills, and optional pointer files.
Command
This page documents the livewiki pointer subcommand, which manages an opt-in "pointer" block inside an AGENTS.md or CLAUDE.md file at the repository root.
Command
The livewiki serve command registers an MCP server on stdio inside the livewiki CLI, sharing the same runtime as the standalone livewiki-mcp binary.
Command
This page documents the CLI command that reports the current health of a livewiki index.
Command
The livewiki update command records incremental documentation work and emits a focused package for the next update.
Command
This page documents the livewiki verify CLI subcommand, which checks a generated wiki for the kinds of corruption that would break readers or CI pipelines.
Command
The livewiki view CLI command builds a self-contained static site from the canonical livewiki/ wiki and opens it in a browser.
Skill Claude CodeCodex
Bootstrap a repository's initial livewiki documentation through MCP when no wiki pages exist or the user explicitly asks for its first full wiki. Use for deliberate, long-running initial documentation.
Skill Claude CodeCodex
Quando você termina uma tarefa/commit, pague a dívida de documentação da wiki antes de fechar. Use este skill no Claude Code, OpenCode, Codex CLI ou qualquer agente que tenha a skill MCP do livewiki.
MCP server Claude CodeCodexCursor
A repository wiki of Markdown pages anchored to real code: read, search, and verified writes. Runs locally from the @livewiki/mcp npm package.