skills/wangliquan/personal-context-cli/personal-context-reinit

personal-context-reinit

SKILL.md

Personal Context Reinit

Overview

Use this skill when the user wants to clear all existing personal-context settings and start over. This workflow resets profile.enc to an empty encrypted payload, then requires reconfiguration.

One-Time Install

pipx install "git+https://github.com/WangLiquan/personal-context-cli.git@v0.1.3-beta"

Password Session (recommended)

# write once to macOS Keychain
security add-generic-password -a "$USER" -s personal-context-cli -w "your-strong-password" -U

# load into current shell session
export PCTX_PASSWORD="$(security find-generic-password -a "$USER" -s personal-context-cli -w 2>/dev/null)"

Reinit Workflow

Ask for confirmation before running reset commands because this operation overwrites all stored profile data.

personal-context init \
  --data-file ./profile.enc

After reset, reconfigure profile, preferences, and family data with the init/profile workflows.

Verification

cd $PROJECT_ROOT
PYTHONPATH=src .venv/bin/pytest -v

References

  • references/command-recipes.md
Weekly Installs
3
First Seen
13 days ago
Installed on
mcpjam3
claude-code3
replit3
junie3
windsurf3
zencoder3