Turn corrections and hard-won knowledge into persistent skill files. Teach your agent once, share with the whole team via Git.
You correct the same mistakes, re-explain the same patterns, session after session. Every team member discovers the same gotchas independently.
skillweave captures learnings in version-controlled SKILL.md files. Next session, every team member's agent already knows what took you hours to teach.
Point at a GitHub repo. Works even if the SKILL.md doesn't exist yet.
Each skill becomes an MCP tool with a short description. Only fully loaded when needed.
Corrections and discoveries are captured instantly via skill_note.
An AI tool merges notes into the SKILL.md, commits, and opens a PR.
The whole team's agents pick up the updated skill next session.
Each registered skill becomes its own tool, plus these are always available
skill_note
Capture a one-line learning. Merged into the skill at push time.
skill_push
Merge notes, commit, push, and open a PR — one call.
skill_update
Full rewrite of the SKILL.md with structured learnings.
skill_read
Re-read the skill mid-session to refresh context.
skill_list_notes
Review all unmerged notes before pushing.
skill_<name>
One per registered skill. Loads the skill and starts a session.
Install, register a skill, add the MCP config. Done.