edit

Adds or removes raw sources and updates wiki pages with synchronized navigation links.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill edit-1549171506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edit
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/empiricalwiki/.claude/skills/edit
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill edit-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdownify.

What problem does it solve? Maintaining a personal knowledge wiki requires tedious manual work: downloading papers, archiving web pages, editing topic pages, and keeping indexes, logs, and bidirectional links consistent. This Skill automates those maintenance operations from a single natural-language request. ## Core Features & Use Cases - Raw Source Management: Add local files, download arXiv papers into raw/papers/, or archive web pages into raw/web/ using markdownify, plus delete sources after confirmation. - Wiki Content Updates: Modify specific fields or sections of topic and concept pages while following the wiki's template structure. - Navigation Synchronization: Automatically update wiki/index.md, append entries to wiki/log.md, and maintain bidirectional links between pages. - Use Case: You find a new arXiv paper on LoRA variants. Ask the Skill to download it into raw/papers/ and add a new variant entry to concepts/lora; it updates the index, writes the log entry, and syncs the backlink automatically. ## Quick Start Ask the assistant to download an arXiv paper into raw/papers/ and update the related topic page in the wiki.

Frequently Asked Questions about edit

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

FAQPage Schema
How do I add an arXiv paper to my wiki knowledge base?

Provide the arXiv URL in your request and the paper is downloaded into the raw/papers/ directory. Newly added raw sources can later be incorporated into wiki pages through the separate ingest workflow.

How do I archive a web page as markdown for a wiki?

Provide the web page URL and its content is fetched and converted with markdownify, then stored in the raw/web/ directory. The page becomes available as a raw source for later ingestion into wiki topics.

Can this tool modify existing files in the raw directory?

No, the raw directory is treated as read-only for existing files. The Skill can add new files to raw/ or delete sources after confirmation, but it never modifies files already stored there.

How are wiki links kept consistent after editing pages?

Whenever a forward link is written into a wiki page, the corresponding backlink is updated at the same time. The index.md navigation and log.md changelog are also updated to reflect every change.

What happens after adding new raw sources to the wiki?

The new files are stored under raw/ and reported in the change summary. To turn them into actual wiki content, you run the separate ingest step, which processes raw sources into structured wiki pages.