personal-context-reinit

Use when clearing all personal-context data and restarting setup from a clean encrypted profile file.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "personal-context-reinit" with this command: npx skills add wangliquan/personal-context-cli/wangliquan-personal-context-cli-personal-context-reinit

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"

Ask for the current profile password and pass it with --password.

Reinit Workflow

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

personal-context init \
  --data-file ./profile.enc \
  --password "<YOUR_PASSWORD>"

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

personal-context-ask-flow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

personal-context-cli-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

personal-context-init-profile

No summary provided by upstream source.

Repository SourceNeeds Review