hello

Locate the workspace, classify the directory, and load active project context.

2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/MDGrey33/memnyx --skill hello-mdgrey33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hello
Source: https://github.com/MDGrey33/memnyx/tree/main/.claude/skills/hello
Command: npx skills add https://github.com/MDGrey33/memnyx --skill hello-mdgrey33

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of starting a Claude Code session by finding the right workspace context, loading memory, and identifying what work is active before anything important begins.

Core Features & Use Cases

  • Workspace validation: Locates the workspace root, verifies setup state, and refuses unsafe or unbound session starts.
  • Project and workstream resolution: Classifies the current directory, matches it to a registered project when appropriate, and helps choose the correct workstream.
  • Session continuity: Detects existing active markers, resumes ongoing work when needed, and creates a new session marker when starting fresh.
  • Memory loading and recap: Loads identity, memory, lessons learned, and recent session context so the user gets an informed session summary.
  • Use case: A developer opens Claude Code in a workspace and uses this Skill to immediately determine what project they are in, what they were last doing, and whether they should resume or start something new.

Quick Start

Use the hello skill to start a Claude Code session and let it locate the workspace, resolve the project and workstream, and load the relevant memory automatically.

Frequently Asked Questions about hello

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load workspace memory and resolve project context when starting a Claude Code session?

To load workspace memory and resolve project context during session startup, use this Skill to automatically locate the workspace root, classify the current directory, match it to a registered project, and load active workstream memory for an informed session summary.

What is the best way to resume an ongoing workstream versus starting a fresh session in a managed workspace?

Resuming an ongoing workstream versus starting fresh is handled by detecting existing active session markers, loading recent context to continue work, or creating a new marker when no previous session is found.

How does registry-aware project matching work for classifying a current directory in a development workspace?

Registry-aware project matching works by classifying the current directory against a registry of known projects, validating the workspace setup state, and binding the session to the correct project and workstream before any work begins.

What happens if session markers are missing or stale when loading memory in a Memnyx-managed workspace?

When session markers are missing or stale in a Memnyx-managed workspace, the Skill enforces guarded recovery, validates the workspace setup state, and refuses unsafe or unbound session starts to protect context integrity.

Do I need to manually configure workspace validation before resolving my project and workstream?

Workspace validation does not require manual configuration, as the Skill automatically locates the workspace root, verifies the setup state, and refuses unsafe or unbound session starts before resolving the project and workstream.

Can I retrieve lessons learned and recent session context on-demand during workspace startup?

Retrieving lessons learned and recent session context is performed automatically during workspace startup by loading identity, memory, and recent session markers to provide an informed recap before you begin working.