edit

Edit wiki pages and raw sources while syncing index and log files.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/jmeier1963/omegawiki-insilico-socialscience --skill edit-jmeier1963
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edit
Source: https://github.com/jmeier1963/omegawiki-insilico-socialscience/tree/main/.claude/skills/edit
Command: npx skills add https://github.com/jmeier1963/omegawiki-insilico-socialscience --skill edit-jmeier1963

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Edit wiki content and raw sources centrally based on user requests, ensuring traceability and consistency.

Core Features & Use Cases

  • Parse and validate user intent to modify wiki pages or raw sources.
  • Update wiki/index.md and wiki/log.md, maintaining bidirectional links and navigation.
  • Ingest new raw sources under raw/ while enforcing repository constraints and auditability.

Quick Start

Provide a user request like '/edit <your request>' and the skill will apply the changes to wiki content and raw sources.

Frequently Asked Questions about edit

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

FAQPage Schema
How do I automate wiki content updates while keeping navigation and change logs in sync?

Automating wiki content updates requires modifying index pages and navigation links while simultaneously maintaining bidirectional links and change logs. This ensures traceability and consistency across your wiki repository.

What is the best way to manage bidirectional links when editing wiki pages?

Managing bidirectional links during wiki edits involves automatically updating wiki/index.md and wiki/log.md per user instructions. This ensures that navigation and references remain synchronized.

Can I overwrite existing files in the raw sources directory?

No, existing files in the raw/ directory are strictly read-only. The system enforces repository constraints by only allowing additions of new raw sources, preserving original content for auditability.

How does version control work for raw-source edits and wiki modifications?

Version control for raw-source edits and wiki modifications works by enforcing read-only access to existing raw files while logging all wiki updates in wiki/log.md. This maintains a complete change history.

Do I need a specific repository structure to automate wiki content management?

Yes, automating wiki content management requires a repository structure containing wiki/index.md and wiki/log.md files, along with a raw/ directory for raw sources. This ensures proper constraint enforcement and auditability.