From init
Reviews session to propose lean updates to existing skills, capturing debugging patterns, data issues, queries, doc references, and workflow improvements. Invoke at session end.
How this skill is triggered — by the user, by Claude, or both
Slash command
/init:improve-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the current session and update skills with essential learnings. Skills are the team's institutional memory — keep them lean, specific, and actionable.
Review the current session and update skills with essential learnings. Skills are the team's institutional memory — keep them lean, specific, and actionable.
First identify which skills are active in the current toolkit — check the installed skills directory or use the toolkit_info MCP tool. Then review the conversation for:
Errors and debugging:
Data and schema:
Data access and querying:
Source and pipeline configuration:
Workflow:
Map each learning to the most relevant skill in the active toolkit.
For each learning, read the relevant SKILL.md. Check:
Present a summary of proposed updates:
Proposed skill updates:
<skill-name>:
+ [section] Added: <brief description>
<skill-name>:
(no changes)
<skill-name>:
+ [section] Added: <brief description>
Get user approval before editing. The user may want to adjust, skip, or add more.
Edit the SKILL.md files. For each change:
**Ref:** <url> or **Essential Reading:** <url>Check if workflow.md cross-references are still accurate after skill changes. Update if new skills were added or handoff points changed.
npx claudepluginhub dlt-hub/dlthub-ai-workbench --plugin initAnalyzes skill outcome logs and user corrections, then proposes self-improvements to skill behavior and description hygiene.
Improves Claude Code skills post-use: diagnoses issues from execution (outdated/missing/unclear/wrong), previews diffs, edits SKILL.md after confirmation, logs changes.
Analyzes skill executions from conversation friction, file diffs, user feedback, diagnostics, and lessons to propose concrete improvements to SKILL.md files for efficiency.