One-click install
npx skills add https://github.com/duany049/multi-skill-orchestration --skill edit-duany049
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edit
Source: https://github.com/duany049/multi-skill-orchestration/tree/main/.claude/skills/edit
Command: npx skills add https://github.com/duany049/multi-skill-orchestration --skill edit-duany049

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of keeping a research wiki and its underlying source materials up to date without manual, error-prone file edits.

Core Features & Use Cases

  • Raw source management: Add or delete local files, downloaded arXiv papers, and fetched web content into the appropriate raw/ directories.
  • Wiki content updates: Modify the relevant wiki pages according to user instructions while preserving the required template structure.
  • Navigation and link consistency: Update wiki/index.md, append a timestamped entry to wiki/log.md, and maintain bidirectional links between pages.

Quick Start

Use /edit with your request to add, remove, or revise wiki content and raw sources, and then review the updated index.md and log.md for what changed.

Frequently Asked Questions about edit

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

FAQPage Schema
How do I update my research wiki content and raw sources automatically?

To update research wiki content, you can issue a request to add or remove raw sources and apply targeted page edits. The system modifies relevant wiki pages, imports arXiv papers into raw storage, and preserves template structures.

How does wiki link integrity work when adding or removing pages?

Wiki link integrity works by maintaining bidirectional links across pages during edits. When updating wiki content, the system automatically updates the index.md, appends timestamped log entries, and ensures bidirectional links remain consistent across all affected pages.

Can I import arXiv papers and fetched web content into my documentation maintenance workflow?

Yes, you can import downloaded arXiv papers and fetched web content into appropriate raw directories. The documentation maintenance workflow handles adding local files and fetched sources while simultaneously updating the relevant wiki pages and logs.

What is the safest way to delete obsolete PDFs and raw sources from a knowledge base?

The safest way to delete obsolete PDFs from a knowledge base is to use a workflow that enforces confirmation rules before removal. It ensures safe handling by confirming deletions and subsequently updating navigation files and logs to reflect the removed sources.

Do I need to manually update index and log files after editing wiki content?

No, you do not need to manually update index and log files after editing wiki content. The wiki editing process automatically updates wiki/index.md and appends timestamped entries to wiki/log.md to record what changed during the source ingestion or revision.

What are the limitations of automated wiki editing for SOTA trackers and concept entries?

Automated wiki editing for SOTA trackers and concept entries requires preserving existing template structures. Limitations include the need to provide specific user instructions for targeted page edits, as the system does not autonomously generate content without explicit revision requests.