Skill Optimizer
Skill ActiveGuide to analyze a current work session and propose improvements to skills. Use (1) automatically after working with a skill to capture learnings, (2) when the user suggests improvements, corrections, or additions during a skill-related session, or (3) when the user manually invokes `self-improve`.
To systematically enhance the quality and accuracy of other skills by learning from user interactions and providing a structured feedback loop.
Features
- Analyze conversation for skill improvement signals
- Evaluate feedback against quality criteria (Complete, Precise, Atomic, Stable)
- Propose skill instruction changes with source attribution
- Support manual and automatic improvement modes
- Track modifications via changelog
Use Cases
- Automatically capture learning after working with a skill
- Manually improve a skill based on user suggestions during a session
- Enable automatic skill analysis to capture feedback without explicit invocation
- Review past skill modifications and revert to previous versions
Non-Goals
- Performing the actual modifications to skills without user approval
- Guessing user intent when feedback is unclear
- Inferring requirements that are not explicitly stated
- Adding vague or subjective instructions to skills
Practices
- Skill Development
- Prompt Engineering
- Feedback Integration
Prerequisites
- Access to Claude Code environment
- Ability to modify local skill files (SKILL.md, CHANGELOG.md)
License
- warning:License usabilityThe license is AGPL-3.0, a strong copyleft license. While OSS, its network interaction clause and strong copyleft nature might impose requirements on distributed or network-served derivatives, potentially impacting usability depending on the context of use.
Maintenance
- warning:Commit recencyThe last commit was on March 3, 2026, which is over 2 months ago, suggesting potential unmaintained status given the current date of May 13, 2026.
Trust
- info:Issues AttentionIn the last 90 days, 3 issues were opened and 7 were closed, indicating a moderate level of maintenance engagement.
Install
- warning:Installation instructionThe README provides instructions for enabling automatic mode by adding a hook to settings, but it lacks a clear, copy-pasteable invocation example for the primary `self-improve` command.
Practical Utility
- warning:Usage examplesWhile the README provides two examples of user feedback and the expected output, it lacks a concrete, copy-pasteable invocation example for the primary `self-improve` command.
Installation
First, add the marketplace
/plugin marketplace add lawvable/awesome-legal-skills/plugin install skill-optimizer-lawvable@lawvableQuality Score
Trust Signals
Similar Extensions
Fixflow
100Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step (`per_step`). Support explicit commit policy overrides (`final_only`, `milestone`) and optional BDD (Given/When/Then) when users ask for behavior-driven delivery or requirements are unclear.
Ralplan
99Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Context Mode Ops
100Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.
Kotlin Mcp Server Generator
100Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.
Spec to Repo
100Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expects a complete, runnable repository. Stack-agnostic: Next.js, FastAPI, Rails, Go, Rust, Flutter, and more.