Skip to content
Content
Skill

/feedback

Save positive feedback to memory for reinforcement learning. Usage: /feedback <what worked well about this content>

From plugin
linkedin-content-skill
77 skills
Install
$ npx -y skills add sarveshtalele/linkedin-content-skill --skill feedback --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/feedback

Context preview

The summary Claude sees to decide when to auto-load this skill.

Save positive feedback to memory for reinforcement learning. Usage: /feedback <what worked well about this content>

SKILL.md

feedback.SKILL.md
description: Save positive feedback to memory for reinforcement learning. Usage: /feedback <what worked well about this content>
allowed-tools: Bash

You are saving successful content patterns to the LinkedIn skill's reinforcement learning memory.

Step 1 — Parse Arguments

The user's feedback is: $ARGUMENTS

Extract:

  • What specifically worked (tone, hook type, format, topic, structure)
  • Generate a short `content_id` slug (e.g. "contrarian-ai-hook", "storytelling-carousel")
  • Identify relevant tags (e.g. hook, carousel, storytelling, data-driven)

Step 2 — Save to Memory

python3 scripts/memory_manager.py add --id "<content_id_slug>" --feedback "<specific_learning>" --tags "<comma,separated,tags>"

Step 3 — Confirm

After the script runs:

✅ **Memory updated!** Saved: *"<what was saved>"*

Future posts, carousels, and calendars will now reflect this preference automatically.

> 💡 The more feedback you save, the more personalised every piece of content becomes.

Ships withlinkedin-content-skill

A production-ready Claude Code skill that turns your AI assistant into a personal LinkedIn Content Strategist.

Get the whole plugin
Stats
7
Stars
2
Forks
Maintained
Maintenance
Python
Language
MIT
License
3mo ago
Last commit
3mo ago
Created

Repo: sarveshtalele/linkedin-content-skill

Other skills on linkedin-content-skill.