dot_agents/skills/feedback-memory/SKILL.md
Persist durable user corrections and preferences across sessions through a repo-tracked plain-text `feedback.log`. Use when starting a session that should honor prior reusable feedback, or when the user gives durable guidance about workflow, formatting, style, tooling, review expectations, or communication that should apply again later.
npx skillsauth add kevin-mok/ai-cli-dotfiles feedback-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Carry forward reusable user feedback across sessions with one canonical append-only log.
Use this resolution order:
~/linux-config/dot_agents/skills/feedback-memory/feedback.log when it exists. In this chezmoi-managed setup, that is the canonical log because ~/linux-config is the source state.feedback.log in this installed skill folder.Use this skill when:
Do not log:
feedback.log.Log reusable notes such as:
YYYY-MM-DD - Log it only if it would still be useful in a different future task.
tools
Improve typography by fixing font choices, hierarchy, sizing, weight consistency, and readability. Makes text feel intentional and polished.
content-media
Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.
documentation
One-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines.
testing
Use when work in this repo introduces a concrete manual verification step, changes the expected outcome of an existing manual check, or exposes an obvious gap in the shared smoke-test checklist.