learn

Analyzes manual edits to generated drafts and proposes gated improvements to voice registers and review agents.

81|4|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/TimSimpsonJr/copydesk --skill learn-timsimpsonjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/TimSimpsonJr/copydesk/tree/main/skills/learn
Command: npx skills add https://github.com/TimSimpsonJr/copydesk --skill learn-timsimpsonjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you hand-edit AI-generated drafts, those corrections contain valuable signal about your voice and preferences, but that signal is normally lost. This Skill captures snapshots of generated text at each pipeline stage, diffs them against your manual edits, and turns recurring patterns into tested improvements to your writing registers, skill rules, and review agents. ## Core Features & Use Cases - Snapshot capture: Saves post-review, post-fixes, brief, review-findings, and suppression-log snapshots with a manifest so every pipeline stage can be diffed later. - Learning analysis: Dispatches a learn-review agent over a minibatch of edited pieces to propose tiered candidate edits (Apply / Hold / Reinforce / Contradictions) to registers, rules, or agents. - Gated edit acceptance: Discipline edits pass an objective script check; taste edits pass a human A/B pairwise gate with a shadow judge, so only validated changes land. - Evaluator correction mode: A separate loop tunes the prose-review and craft-review agents using your accept/reject decisions as ground truth, with precision and recall metrics per agent. - Use Case: After editing a generated blog post by hand, run the learning analysis to discover you consistently remove a certain construction; the Skill proposes a register rule, gates it against held-out pieces, and retains the winning before/after pair as a demonstrated edit. ## Quick Start After manually editing a piece generated with copydesk, ask Claude to run /copydesk:learn to analyze your edits and propose improvements to your register and review rules.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I make AI writing learn from my manual edits?

Run the learning analysis after hand-editing a generated draft. It diffs the pipeline output against your edited version, identifies recurring patterns across a minibatch of pieces, and proposes candidate rule changes that must pass a gate before being applied.

How does the learning gate decide which edits to apply?

Discipline edits targeting objective banned patterns must pass an automated script check showing no new violations. Taste edits require a human A/B pairwise comparison where you pick the version that sounds more like you; a shadow judge logs agreement but gates nothing.

What is the difference between snapshot mode and learning analysis mode?

Snapshot mode runs automatically during the review gate to save post-review, post-fixes, and suppression-log files. Learning analysis mode runs when you invoke it directly, loading those snapshots to analyze your edits and propose improvements.

Can the learning loop modify the review agents themselves?

Yes, through the separate evaluator correction mode, which uses your accept/reject decisions as ground truth. Proposed agent edits are appended to a pending-upstream file for review rather than written to the plugin install path.

What happens to proposed edits that get rejected?

Rejected edits are recorded in the accumulator's Rejected Edits table with their target and score delta, and are never re-proposed in the same form. The observation remains as negative-feedback context for future learning runs.