docs: consolidate agent skills into one memu SKILL.md, link it atop README#469
Merged
Conversation
…EADME
One file an agent can be pointed at ("read .claude/skills/memu/SKILL.md")
to gain both memorize-workspace and retrieve-workspace, replacing the
separate memu-memorize / memu-retrieve skills.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Consolidates the repository’s Claude Agent Skills documentation into a single memu skill file and updates the README so agents can discover and use memorize-workspace / retrieve-workspace immediately.
Changes:
- Adds a top-of-README callout linking to the consolidated skill instructions.
- Replaces the two separate skill docs (
memu-memorize,memu-retrieve) with a single.claude/skills/memu/SKILL.md. - Updates the README “Agent Skills” section to describe the unified skill and provides a single copy/install command.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Links the unified skill at the top and updates the Agent Skills section to a single-skill workflow and install command. |
| .claude/skills/memu/SKILL.md | New consolidated skill instructions covering both memorize and retrieve directions, including CLI runner selection. |
| .claude/skills/memu-retrieve/SKILL.md | Removed in favor of the consolidated memu skill file. |
| .claude/skills/memu-memorize/SKILL.md | Removed in favor of the consolidated memu skill file. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.claude/skills/memu-memorizeand.claude/skills/memu-retrieveinto a single.claude/skills/memu/SKILL.mdcovering both directions — one file an agent can be pointed at to gainmemorize-workspaceandretrieve-workspace.cp -rinstall command).Test plan
pre-commit runon touched files passesgrepconfirms no stale references to the removed skill paths🤖 Generated with Claude Code