sync-feedback

Synchronize JSONL feedback data from a server to Dropbox and generate markdown notes.

1|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/rcrath/wayq --skill sync-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-feedback
Source: https://github.com/rcrath/wayq/tree/main/.claude/skills/sync-feedback
Command: npx skills add https://github.com/rcrath/wayq --skill sync-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the synchronization of feedback data from a server to a Dropbox folder, eliminating the need for manual data transfer.

Core Features & Use Cases

  • Automated Sync: Pulls feedback data from a specified server location.
  • Markdown Notes Creation: Generates markdown notes for each submission in a Dropbox folder.
  • Idempotent Operation: Ensures that existing notes are not overwritten, preserving annotations.
  • Regeneration of MOC: Updates the main outline document each time it runs.

Quick Start

Run the /sync-feedback command to initiate the sync process.

Frequently Asked Questions about sync-feedback

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

FAQPage Schema
How do I sync JSONL feedback data from a server to Dropbox automatically?

To sync JSONL feedback data to Dropbox automatically, this Skill pulls server submissions, creates individual markdown notes in a Dropbox folder, and updates a main outline document on each run.

Does syncing feedback to Dropbox overwrite existing markdown notes?

No, syncing feedback to Dropbox is an idempotent operation that preserves existing markdown notes. It ensures previous files are not overwritten, protecting any manual annotations you have added.

Do I need Python to automate server feedback synchronization to Dropbox?

Yes, you need Python installed to automate server feedback synchronization to Dropbox. The Skill relies on Python scripts to execute the data transfer and generate the markdown files.

What is the best way to generate a map of content from server feedback data?

The best way to generate a map of content for server feedback data is using an automated sync tool. This Skill updates a main outline document each time it runs, regenerating the MOC automatically.

Can I convert JSONL server submissions to markdown notes in Dropbox?

Yes, you can convert JSONL server submissions to markdown notes in Dropbox. The Skill parses each submission from the server and generates a corresponding markdown file in your target folder.