remove-session-page

Remove or archive a specified Markdown page from a seminar session.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/shuheikomatsuki/lab-seminar-skills --skill remove-session-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-session-page
Source: https://github.com/shuheikomatsuki/lab-seminar-skills/tree/main/remove-session-page
Command: npx skills add https://github.com/shuheikomatsuki/lab-seminar-skills --skill remove-session-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove or archive a specific Markdown page inside an existing seminar session, ensuring the rest of the session content and navigation remains intact.

Core Features & Use Cases

  • Archive or delete a specific page from a session without touching other pages
  • Safely updates the session navigation (mkdocs.yml) and preserves assets like diagrams and PDFs
  • Supports dry-run for preview and --delete for permanent removal in target scenarios

Quick Start

Run the skill to archive or delete a specific page, e.g., remove the page 6-2-3.md from session 6-2-3.

Frequently Asked Questions about remove-session-page

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

FAQPage Schema
How do I delete a single markdown page from a session without breaking navigation?

To delete a single markdown page safely, the skill removes the specified file from the session's docs path and automatically updates mkdocs.yml navigation so the rest of the session remains intact.

What is the difference between archiving and permanently deleting a markdown page?

Archiving a markdown page moves it to an archive while preserving assets, whereas using the --delete flag permanently removes the page from the session in target scenarios.

Can I preview markdown page deletion before making permanent changes?

Yes, you can preview markdown page deletion by using the dry-run mode, which simulates the removal and navigation updates without actually modifying any files.

Are there any restrictions on which markdown pages can be removed from a session?

Yes, safety checks disallow removing index.md and prevent session-wide deletion, ensuring you can only target specific content pages within a single session's docs path.

Does removing a page from a session preserve existing diagrams and PDF assets?

Yes, removing a page preserves existing assets like diagrams and PDFs, as the operation only targets the specified markdown file and updates the session navigation accordingly.