Pm Init banner
atrivm atrivm

Pm Init

Development community

Description

--- description: Initialize persistmind for the current user — language and feedback rules argument-hint: "" --- # /pm-init — Persistmind setup wizard Interactive setup that configures persistmind for the current user. Two steps + apply. The wizard: 1. Asks language preferences. 2. Lets the user pick which feedback rules to enable from the template catalog. 3. Writes a managed block to `~/.claude/CLAUDE.md`, copies the chosen templates into `~/.claude/memory/persistmind/`, and seeds the index

Installation

Installs to ~/.claude/skills/atrivm-persistmind-pm-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/atrivm-persistmind-pm-init && curl -fsSL https://raw.githubusercontent.com/atrivm/persistmind/HEAD/commands/pm-init.md -o ~/.claude/skills/atrivm-persistmind-pm-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository