What problem does it solve?
This Skill automates the full lifecycle of a Memnyx workspace so engineers can bootstrap a clean Claude Code environment, register projects, and keep upstream skill updates in sync without damaging user-owned files.
Core Features & Use Cases
- Workspace initialisation: Creates the required sibling-layout workspace structure, deploys skills and starter files, and writes the workspace marker and source reference.
- Project onboarding: Scaffolds a project under the workspace, generates its Claude instructions and memory files, and registers it in the project registry.
- Safe upstream syncing: Detects differences between source and workspace, separates upstream-owned updates from user-evolved starter content, and asks before overwriting anything sensitive.
- Launcher management: Generates the mmn shell launcher and supports optional, consent-gated profile wiring for direct command-line access.
- Use case: A developer clones Memnyx, initialises a workspace, adds a new project, and later pulls upstream skill changes into the workspace while preserving local edits.
Quick Start
Ask this skill to initialise a Memnyx workspace from the cloned repository, then follow its prompts to register the source workspace and optionally enable the mmn launcher.