skill-plus

Mine Claude Code session logs to scaffold repeated Bash patterns into skills.

4|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/osouthgate/agent-plus --skill skill-plus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-plus
Source: https://github.com/osouthgate/agent-plus/tree/main/skill-plus/skills/skill-plus
Command: npx skills add https://github.com/osouthgate/agent-plus --skill skill-plus

SYSTEM DOCUMENTATION & REQUIREMENTS

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>.

Frequently Asked Questions about skill-plus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn repeated Bash commands from Claude Code sessions into reusable skills?

To scaffold Bash patterns into Claude skills, run skill-plus scan to mine your Claude Code session log for repeating commands, then execute skill-plus scaffold <name> to generate the skill structure under .claude/skills/<name>/.

What is the process for auditing existing Claude skills against a framework contract?

Auditing Claude skills involves running a read-only local scan that lists all skills in your project's .claude/skills directory, evaluates them against the framework contract, and proposes improvements.

Can I promote project-local Claude skills to a marketplace without making network calls?

Yes, promoting local Claude skills to the agent-plus-skills marketplace is handled locally via the promote workflow, which uses stdlib Python and performs zero network calls.

Does skill-plus require any external dependencies or network access to mine session logs?

No, skill-plus operates entirely locally using Python standard library modules, requires no external dependencies, and performs zero network calls when mining session logs or scaffolding skills.

How does cross-source feedback aggregation work for Claude skills?

Cross-source feedback aggregation combines explicit skill-feedback ratings with implicit session-mining signals extracted from Claude Code logs, providing a comprehensive performance assessment.