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.
npx claudepluginhub dlt-hub/dlthub-ai-workbench --plugin initThis skill uses the workspace's default tool permissions.
Review the current session and update skills with essential learnings. Skills are the team's institutional memory — keep them lean, specific, and actionable.
Analyzes skill usage sessions for feedback signals like corrections and edge cases, proposing complete, precise, atomic improvements. Use via `self-improve` or automatically post-session.
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.
Share bugs, ideas, or general feedback.
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.