edit

Edit wiki content and manage raw sources from user requests.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/KITTran/pinn-ndt-sim --skill edit-kittran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edit
Source: https://github.com/KITTran/pinn-ndt-sim/tree/main/.claude/skills/edit
Command: npx skills add https://github.com/KITTran/pinn-ndt-sim --skill edit-kittran

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables users to add or remove raw sources and update wiki content based on user requests, streamlining wiki maintenance and keeping knowledge consistent.

Core Features & Use Cases

  • Add raw sources into the raw/ directory from local paths or URLs.
  • Delete existing raw sources with confirmation safeguards.
  • Update wiki pages (index.md, log.md, and related topics) to reflect user instructions.
  • Maintain bidirectional links and structural integrity of the wiki.

Quick Start

Ask to perform an edit by issuing '/edit <your request>' to add, remove, or update wiki content.

Frequently Asked Questions about edit

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

FAQPage Schema
How do I update wiki content and manage raw sources using prompts?

To update wiki content, issue a request like '/edit <your request>' to add, remove, or update files. The Skill parses your intent via a SKILL.md file and coordinates updates across index.md and log.md.

Can I ingest new papers into a wiki from a local path or URL?

Yes, you can ingest new papers into a wiki by requesting the Skill to add raw sources. It places ingested files directly into the raw/ directory from either local paths or URLs.

How does editing wiki content maintain bidirectional links and structural integrity?

Editing wiki content maintains bidirectional links by coordinating updates across index.md, log.md, and related topics. The Skill ensures structural consistency automatically based on your explicit edit requests.

What is the best way to safely delete outdated raw source files from a wiki?

The best way to delete outdated raw source files is to issue a removal request. The Skill includes confirmation safeguards before deleting existing sources and updates related wiki pages to reflect the change.

Do I need a YAML frontmatter defined SKILL.md to parse wiki edit intents?

Yes, you need a YAML frontmatter defined SKILL.md to parse edit intents. The Skill requires this file to understand your request and coordinate updates across the raw/, index.md, and log.md directories.

Are there limitations when updating topics and links within the wiki via prompts?

Updating topics and links via prompts requires explicit user requests for each action. The Skill does not autonomously edit content but applies changes strictly based on the instructions provided in your prompt.