personal-context-ask-flow
SKILL.md
Personal Context Ask Flow
Overview
Use this skill for question workflows only.
It focuses on context preview and ask with provider control (auto, codex, claude).
One-Time Install
pipx install "git+https://github.com/WangLiquan/personal-context-cli.git@v0.1.1-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)"
Ask Workflow
1) Preview selected context
personal-context context preview \
"Should I increase my emergency fund?" \
--type finance \
--data-file ./profile.enc
2) Ask with provider relay
personal-context ask \
"Should I increase my emergency fund?" \
--provider auto \
--relay-timeout-seconds 45 \
--relay-retries 1 \
--data-file ./profile.enc
Provider Modes
auto: trycodexfirst, thenclaude, then host-auth guidance.codex: force relay tocodex exec.claude: force relay toclaude -p.
Verification
cd $PROJECT_ROOT
PYTHONPATH=src .venv/bin/pytest -v
References
references/command-recipes.md
Weekly Installs
4
Repository
wangliquan/pers…text-cliFirst Seen
14 days ago
Security Audits
Installed on
mcpjam4
claude-code4
replit4
junie4
windsurf4
zencoder4