What problem does it solve?
Mine the Claude Code session log to find commands the user keeps typing by hand, then scaffold them into proper Claude skills under .claude/skills/<name>/.
It provides a read-only audit of existing skills against the framework contract by listing them, and it aggregates feedback from skill-feedback with implicit session-mining signals.
It enables promoting project-local skills to a user marketplace via promote. Stdlib Python, local-only, no network.
Core Features & Use Cases
- Mine session logs to identify repeating Bash patterns and scaffold new skills.
- Audit existing skills against the framework contract.
- Cross-source feedback aggregation combining skill-feedback ratings with implicit session-mining signals.
- Promote local skills to the agent-plus-skills marketplace.
- Local-only, no network.
Quick Start
Run skill-plus scan to mine patterns from your Claude Code session log, then scaffold the top candidate with skill-plus scaffold <name>.