Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Rate a SkillNote skill after using it in Codex. Called after applying a skill to record a 1-5 rating and outcome.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 17% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 53% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-20 | ✗→✓ | ▲ Improved | 45% | 0% |
After applying a SkillNote skill, rate how well it worked by running:
bashcurl -sf -X POST "http://${CLAUDE_PLUGIN_OPTION_HOST:-localhost}:8082/v1/analytics/ratings" \ -H "Content-Type: application/json" \ -d '{"skill_slug": "$0", "rating": $1, "outcome": "$2", "agent_name": "claude-code", "session_id": "'${CLAUDE_SESSION_ID}'"}'
Arguments: $0 = skill slug, $1 = rating (1-5), $2 = outcome description.
Keep the outcome to 1-2 sentences.
Other measured skills in the registry, with their headline benchmark lift.