원클릭으로
evolve-lite-unsubscribe
Remove a repo from the unified repos list and delete its local clone.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Remove a repo from the unified repos list and delete its local clone.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Convert a saved trajectory into a reusable agent skill (SKILL.md + supporting scripts) that future agents can invoke to skip rediscovered work. Use when a session captured a non-trivial workflow worth promoting from a free-text guideline to an executable skill.
Convert a saved trajectory into a reusable agent skill (SKILL.md + supporting scripts) that future agents can invoke to skip rediscovered work. Use when a session captured a non-trivial workflow worth promoting from a free-text guideline to an executable skill.
Convert a saved trajectory into a reusable agent skill (SKILL.md + supporting scripts) that future agents can invoke to skip rediscovered work. Use when a session captured a non-trivial workflow worth promoting from a free-text guideline to an executable skill.
Convert a saved trajectory into a reusable agent skill (SKILL.md + supporting scripts) that future agents can invoke to skip rediscovered work. Use when a session captured a non-trivial workflow worth promoting from a free-text guideline to an executable skill.
Mirror a just-saved native memory into the shared evolve store so it becomes shareable and auditable
Analyze saved trajectories and recall audit events offline to record whether recalled guidelines influenced completed sessions.
| name | evolve-lite:unsubscribe |
| description | Remove a repo from the unified repos list and delete its local clone. |
Remove a configured repo (any scope) from evolve.config.yaml and delete
its local clone at .evolve/entities/subscribed/{name}/. Warn the user
before removing a write-scope repo since any unpushed local publish
commits will be lost.
Run:
python3 .bob/skills/evolve-lite-unsubscribe/scripts/unsubscribe.py --list
Show the repos to the user (including scope and notes) and ask which
one to remove.
Confirm deletion of .evolve/entities/subscribed/{name}/. If the repo has
scope: write, add a warning that unpushed local publish commits will be
lost.
python3 .bob/skills/evolve-lite-unsubscribe/scripts/unsubscribe.py --name {name}
Tell the user the repo was removed.
evolve.config.yaml repos: list.evolve/entities/subscribed/{name}/ (the local clone, also
the recall mirror)