dreaming-markdown-prune

Prune stale dreaming markdown files via launchd-managed wrapper workflows.

Updated Jun 23, 2026
One-click install
npx skills add https://github.com/Walliiee/agent-harness --skill dreaming-markdown-prune
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dreaming-markdown-prune
Source: https://github.com/Walliiee/agent-harness/tree/main/skills/dreaming-markdown-prune
Command: npx skills add https://github.com/Walliiee/agent-harness --skill dreaming-markdown-prune

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill handles scheduled cleanup of stale dreaming markdown so workspace memory stays lean, current, and easier to maintain without manual pruning.

Core Features & Use Cases

  • Weekly retention pruning: Applies the harness's dream-state cleanup routine on a regular cadence.
  • Launchd wrapper execution: Ensures the task runs through the required skill-wrapper for observable and auditable execution.
  • Operational validation: Verifies the LaunchAgent plist and audits wrapper behavior to confirm the maintenance job is configured correctly.
  • Use case: A workspace accumulates outdated dreaming notes over time, and this Skill removes them while preserving the expected maintenance flow and logging.

Quick Start

Ask the assistant to run the dreaming-markdown-prune skill to safely clean up stale dreaming markdown through the launchd-managed wrapper.

Frequently Asked Questions about dreaming-markdown-prune

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

FAQPage Schema
How do I prune stale markdown notes in an agent workspace?

Pruning stale markdown notes is handled by removing outdated dreaming files through a launchd-managed wrapper, keeping workspace memory lean and current without manual cleanup.

How does launchd wrapper execution work for scheduled markdown retention?

Launchd wrapper execution runs the markdown retention task through a skill-wrapper for observable, auditable execution, verifying the LaunchAgent plist to confirm the maintenance job is configured correctly.

Do I need a LaunchAgent plist to run markdown pruning tasks?

A LaunchAgent plist is required for markdown pruning tasks, as the Skill validates the plist configuration to ensure idempotent, auditable mutation of workspace markdown through the wrapper.

Can I use this pruning routine for daily workspace memory cleanup?

This pruning routine is designed for weekly maintenance workflows rather than daily cleanup, applying the dream-state retention routine on a regular cadence for launchd-managed agent environments.

What are the limitations of automated markdown retention pruning?

Automated markdown retention pruning requires wrapper-based launchd invocation and plist validation to preserve idempotent mutation, so it cannot run outside the launchd-managed environment without losing observable execution.