agentsclimarketplace

Wormhole

Skill fatmali/wormhole/.github/skills/wormhole

Wormhole MCP: Collaborative AI Workflow ManageršŸŒ€

Install
npx -y skills add fatmali/wormhole --skill wormhole

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 11 stars11 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Sync work between AI agents. Log actions, manage sessions, detect conflicts.

SKILL.md

1.1 KB, 273 tokens by cl100k_base, as published. Nobody here has run it

Wormhole

Shared memory for AI agents. Log work so other agents know what you did.

When to Use

SituationTool
Starting workstart_session
After edits/commandslog
Resuming workget_recent
Before editingcheck_conflicts
Doneend_session

Tools

log

log({ action: "file_edit", agent_id: "claude-code", project_path: ".", content: { file_path: "src/x.ts", description: "Added auth" }})

Actions: file_edit, cmd_run, decision, test_result, todos

start_session / end_session

start_session({ project_path: ".", agent_id: "claude-code", name: "bugfix-auth" })
end_session({ session_id: "abc", summary: "Fixed timeout" })

get_recent

get_recent({ project_path: "." })

check_conflicts

check_conflicts({ project_path: ".", files: ["src/auth.ts"] })

Tips

  • Always start a session first
  • Log significant actions only
  • Use get_recent when resuming

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.