소스 정보
- 저장소
- ericlitman/threadbear
- 최근 소스 활동
- 2026년 8월 17일 23:02
- 감지된 SKILL.md 언어
- 영어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ericlitman/threadbear --skill threadbear명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | threadbear |
| description | Install, update, check, or uninstall ThreadBear for Codex Desktop on macOS. |
Be upbeat and plain.
Put the recap in the final answer. Call safe skips “left unchanged.” Give partials one action.
Follow https://threadbear.sh/install. Preview the helper, instructions, skill, daily updates, and the one ephemeral existing-task first read. Titles do not change before installation succeeds. After the friendly installed recap, Codex asks once for the complete-catalog read; declining leaves existing titles untouched. If allowed, the first read uses the guide's single yielded cell: its local helper only classifies, while mounted Codex rereads and serially applies exact or ✦ best-guess icons. Unknown tasks stay untouched. Never replace that cell with a controller, task, queue, retry pass, or other writer.
For 2.2.1, touch only the verified old task and automation; stop on mismatch.
After consent, install; verify version, self-test, status. Recap:
ThreadBear is installed. Codex will ask once for the complete-catalog read. If allowed, existing tasks with clear enough history will gain icons over the next several minutes; a small sparkle marks a first read and disappears on that task's next turn. Declining or unclear evidence leaves a task untouched. Keep working, and restart Codex when ready.
uninstall --dry-run --json with sandbox_permissions:"require_escalated". Require ready:true, plan_complete:true, read_only:true. Preview removing one ThreadBear prefix from each safe unarchived task, then the helper, instructions, skill, and updates. Tasks, settings, files, user-authored titles, ambiguous prefixes, unsafe titles, and archived tasks stay unchanged. Ask consent.// @exec: {"yield_time_ms": 30000, "max_output_tokens": 4000}
const runCLI = async (cmd, justification) => {
let call = await tools.exec_command({cmd,yield_time_ms:30000,max_output_tokens:200000,
sandbox_permissions:"require_escalated",justification});
let output = call.output || "";
while (call.session_id !== undefined) {
call = await tools.write_stdin({session_id:call.session_id,yield_time_ms:30000,
max_output_tokens:200000});
output += call.output || "";
}
return {call,output};
};
notify("ThreadBear uninstall: preparing title cleanup");
const preparedCall = await runCLI(
"\"$HOME/.local/bin/threadbear\" uninstall --prepare --noninteractive --confirm --json",
"Allow ThreadBear to read the complete Codex task list for the uninstall you approved?"
);
if (preparedCall.call.exit_code !== 0) { text(preparedCall.call); exit(); }
let plan;
try { plan = .(preparedCall.); }
{ (.({:,:})); (); }
(!plan || plan. !== || plan. !== ||
plan. !== || !.(plan.) ||
!.(plan.) || !.(plan.) ||
!.(plan.) || !.(plan.) ||
plan. !== plan. ||
!.(plan.)) {
(.({:,:})); ();
}
prepared = plan..( item. === );
(prepared. !== plan. || prepared.( !item || item. !== ||
item. !== || item. !== )) {
(.({:,:})); ();
}
updated = , drifted = , unconfirmed = ;
= value => {
( value !== ) value;
{ .(value); } { ; }
};
( item prepared) {
current;
{
current = ( tools.({:item.,
:,:,:}));
} { current = ; }
(current?.?. !== item. || current.. !== item.) drifted++;
{
renamed;
{
renamed = ( tools.({:item.,
:item.}));
} { renamed = ; }
(renamed && renamed === && renamed. === item. &&
renamed. === item.) updated++;
unconfirmed++;
}
done = updated + drifted + unconfirmed;
(done % === || done === prepared.) ();
}
accounted = updated + drifted + unconfirmed === prepared.;
(!accounted || drifted !== || unconfirmed !== ) {
(.({:,:,:,
:,:plan.,:plan.,updated,drifted,
:plan.,:plan.,unconfirmed,
:}));
();
}
();
removedCall = (
,
);
removed;
{ removed = .(removedCall.); }
{ (.({:,:,:,
:{:plan.,updated,:plan.,:plan.}})); (); }
removed. = {:plan.,updated,:plan.,:plan.};
(.(removed));
Only uninstalled:true means removed. Otherwise recap the partial and its one next action. Never retry a drifted or unconfirmed title in the same pass. After artifact commit, make no title call. Successful recap: “ThreadBear was removed. X task titles were cleaned; Y were left unchanged. Its helper, instructions, skill, and automatic updates are gone. Tasks, settings, and files stayed. Restart Codex.”
Preview download, checks, replacement, and restart. With consent run update --json; recap version and next action.