wiki

Manage a local GitHub Wiki clone for reading, updating, and pushing content.

4|2|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/javatarz/credit-card-lending --skill wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/javatarz/credit-card-lending/tree/main/.claude/skills/wiki
Command: npx skills add https://github.com/javatarz/credit-card-lending --skill wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables reading, updating, and syncing a local clone of the GitHub Wiki, so you can work on documentation without constantly switching to the web UI.

Core Features & Use Cases

  • Read Wiki Content: Access pages from the local wiki clone at docs/wiki/.
  • Update & Push: Edit pages locally and push changes to the remote wiki.
  • Status & Diffs: Check the current status and view diffs before pushing.

Quick Start

Read the Architecture page from the local wiki and append a brief note: "ADR-006 reviewed." Then push the changes to the wiki.

Frequently Asked Questions about wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read and edit documentation from a local GitHub Wiki clone?

This Skill provides automated management of a local GitHub Wiki clone, letting you read pages from `docs/wiki/` and edit them locally without switching to the web interface. Changes sync back to the remote wiki through automated commit and push workflows.

Can I manage wiki updates and push changes directly from the command line?

Yes. The Skill handles the full workflow: reading wiki content, updating pages locally, checking status and diffs, and pushing changes to the remote wiki with explicit approval before each push.

What's the best way to keep architecture documentation in sync across a team?

Use automated wiki management to clone your GitHub Wiki locally, update design pages, and push changes on demand. This eliminates manual web UI edits and keeps documentation workflows integrated with your development tools.

Does this work with GitHub Wiki stored in a git repository?

Yes. The Skill derives the wiki URL, clones it to a local `docs/wiki/` directory, auto-refreshes reads, and supports full commit and push workflows for syncing updates back to GitHub.

What do I need to set up before using local wiki management?

You need git installed and access to your GitHub repository's wiki. The Skill handles URL derivation and cloning automatically, so no manual repository setup is required.