🛠️
AutomationTypeScript

Update Setup

by MemTensor

Update Setup is an Automation skill for Claude Code, published by MemTensor in memmy-agent.

912 stars93 forkson MemTensor/memmy-agentAdded 2026/08/22+33% in starsRepository updated 2026/08/21
agentagentic-aiai-agentschatgptclaude-codeclicodexcursordesktop-appdesktop-petdsh-pluginhermes-agentllmlong-term-memorymcpmemoryopenai-apiopenclawpersonal-aitui
Install in seconds
Install Update Setup
Copy Update Setup into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/MemTensor/memmy-agent/tree/main/App/memmy-agent/src/skills/update-setup ~/.claude/skills/update-setup

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/MemTensor/memmy-agent.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
App/memmy-agent/src/skills/update-setup/SKILL.md in MemTensor/memmy-agent
Installs to
~/.claude/skills/update-setup
Collection
One of 12 skills cataloged from this repository
Category
Automation1523 skills

What Update Setup does

Update Setup generates a personalized upgrade skill for this workspace. It checks the current Memmy version, asks which install method is used, and creates the update skill after confirmation.

Update Setup is cataloged under Automation on DirSkills. Update Setup comes from a repository tagged agent, agentic-ai, ai-agents, chatgpt and claude-code.

Documentation

README

Update Setup

Generate a personalized upgrade skill for this workspace.

Step 1: Check Existing

Use read_file to check if skills/update/SKILL.md already exists in the workspace.

If it exists, ask the user: "An upgrade skill already exists. Reconfigure?" Wait for the user's reply. If no, stop here.

Step 2: Current Version and Install Clues

Use exec to run memmy --version. Tell the user the current version.

Then collect install clues with exec. These commands are best-effort; if one fails, keep going and show the useful output:

command -v memmy || true
npm list -g memmy-agent --depth=0 || true
pnpm list -g memmy-agent --depth=0 || true
yarn global list --pattern memmy-agent || true

This is the opening of the README. Read the full README on GitHub.

Commands Update Setup provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /restart

Frequently asked about Update Setup

  • What else does MemTensor publish alongside Update Setup?

    Update Setup is one of 12 skills that DirSkills catalogs from MemTensor/memmy-agent, the repository it ships in. Its siblings there include Agent Memory Onboarding, Cron and GitHub. Each one is a separate skill with its own page in this directory, installs the same way Update Setup does, and is maintained by MemTensor in that same repository. The rest of the collection is listed on the MemTensor/memmy-agent page.

  • How does Update Setup compare to other Automation skills?

    Update Setup ranks #921 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Update Setup against them. Open each page to compare what they document and how they install.

More from MemTensor/memmy-agent

Update Setup is one of 12 skills cataloged on DirSkills from MemTensor/memmy-agent.

See all 12 skills