manage-current-session-habits v0.3.1
manage-current-session-habits is a Codex skill for scanning the current conversation for user habit phrase candidates and confirming them in place through user-habit-pipeline.
It is designed for the lowest-friction flow inside the Codex app:
- scan the current thread
- review candidate phrases
- add / ignore / list / remove habits
- stay inside the normal conversation UI
Best fit
- Codex users who want current-session habit scanning
- AI chat workflows that should stay inside the conversation UI
- in-thread user preference capture without transcript-file hunting
- explicit, reviewable habit confirmation instead of hidden auto-learning
What shipped in v0.3.1
- release-readiness alignment with the backend bridge contract
- stronger install smoke coverage for cached follow-up apply, not only scan and list
- skill-side release checklist and release runbook
- safer packaging for published install and repo-override preview flows
Typical prompts
扫描这次会话里的习惯候选添加第1条忽略第1条列出用户习惯短句
Product boundary
This skill does:
- scan visible conversation context
- forward requests to the configured
user-habit-pipelinebackend - keep explicit user confirmation for durable changes
This skill does not:
- auto-save habits during scan-only flows
- execute downstream workflows
- require users to locate private transcript files on disk
Quick start
$repo = Join-Path $HOME ".codex/repos/manage-current-session-habits"
git clone https://github.com/pingzi-crypto/manage-current-session-habits.git $repo
& (Join-Path $repo "install.ps1")