Skill Feedback banner
unisone unisone

Skill Feedback

Development community

Description

--- description: Rate a skill's performance after use (self-improving skills OBSERVE layer — user feedback) argument-hint: <skill-name> <good|bad> [notes] allowed-tools: Bash --- # Skill Feedback: $ARGUMENTS (Self-Improving Skills — OBSERVE/Feedback) Parse the arguments: `<skill-name> <good|bad> [optional notes]` If arguments are missing or malformed, ask the user: 1. Which skill? (show recent skills from `~/.claude/debug/skill-usage.jsonl` — last 10 unique names) 2. Rating: good or bad? 3. O

Installation

Installs to ~/.claude/skills/unisone-self-improving-skills-skill-feedback/SKILL.md

Terminal
mkdir -p ~/.claude/skills/unisone-self-improving-skills-skill-feedback && curl -fsSL https://raw.githubusercontent.com/unisone/self-improving-skills/HEAD/commands/skill-feedback.md -o ~/.claude/skills/unisone-self-improving-skills-skill-feedback/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository