Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

thrum

thrum에는 leonletto에서 수집한 skills 63개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
63
Stars
28
업데이트
2026-06-09
Forks
6
직업 범위
직업 카테고리 10개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

thrum
기타 컴퓨터 관련 직업

Multi-agent coordination via messaging, groups, and shared context. Use when agents need to communicate, delegate work, or coordinate across worktrees.

2026-06-09
thrum-reply
기타 컴퓨터 관련 직업

Reply to a message

2026-06-09
thrum-send
기타 컴퓨터 관련 직업

Send a message to an agent

2026-06-09
thrum
소프트웨어 개발자

Main Thrum entry point for multi-agent coordination, messaging, session context, and command routing in Codex.

2026-06-09
thrum
기타 컴퓨터 관련 직업

Multi-agent coordination via messaging, groups, and shared context. Use when agents need to communicate, delegate work, or coordinate across worktrees.

2026-06-09
thrum
기타 컴퓨터 관련 직업

Multi-agent coordination via messaging, groups, and shared context. Use when agents need to communicate, delegate work, or coordinate across worktrees.

2026-06-09
thrum-restart-extended
기타 컴퓨터 관련 직업

Save a comprehensive 16-section restart snapshot and prepare for session restart. Use for designer/architect-grade handoffs needing wire contracts, capability matrix, anticipated Q&A, and design rationale that the standard $thrum-restart compact format cannot carry.

2026-06-04
thrum-restart
기타 컴퓨터 관련 직업

Save a conversation snapshot and prepare for session restart. Use when you need a fresh session due to context exhaustion, rate limits, or stuck state.

2026-06-04
thrum-sleep-extended
기타 컴퓨터 관련 직업

Park this agent for operator-initiated wake with a comprehensive 16-section snapshot (does NOT signal coordinator) then thrum-tmux-kills own session. Use for designer/architect-grade work where wake may be cold and must recover wire contracts + capability matrix + design rationale.

2026-06-04
thrum-sleep
기타 컴퓨터 관련 직업

Park this agent for operator-initiated wake. Saves a standard 11-section snapshot (does NOT signal coordinator) then thrum-tmux-kills own session. Use when the operator is shutting down (e.g. computer restart) and the agent should resume from snapshot on next boot.

2026-06-04
thrum-snapshot-protocol
기타 컴퓨터 관련 직업

Shared snapshot-composition protocol consumed by $thrum-restart, $thrum-restart-extended, $thrum-sleep, $thrum-sleep-extended. Not user-invocable directly.

2026-06-04
coordinator-context-monitoring
기타 컴퓨터 관련 직업

Use when managing live implementer/brainstormer agents during a long coordination session, at epic merge gates, after a busy dispatch hour, or whenever you suspect an agent is approaching context limits. Prevents 97%-context silent blow-ups by running a sweep + pre-emptive restart before the agent degrades. Safe to wire into a recurring cron that INVOKES this skill — the skill applies tier-ladder judgment, only firing autonomous restarts at the >85% tier. What's forbidden is a cron/script that fires restarts unconditionally without going through this skill's tier ladder.

2026-05-29
implementer-receiving-dispatch
기타 컴퓨터 관련 직업

Use when receiving a new task from the coordinator, starting implementation, scoping a fresh task, or receiving dispatch. Loads implementer-specific discipline for kicking off work cleanly.

2026-05-29
implementer-status-and-handoff
기타 컴퓨터 관련 직업

Use when reporting status to the coordinator, marking a task done, or handing off completed work. Loads implementer-specific discipline for closing the loop cleanly.

2026-05-29
researcher-answering-queries
기타 컴퓨터 관련 직업

Use when another agent has asked you a research question, when fielding a research request, or when responding to a query. Loads the lookup-and-respond protocol so cached findings get reused before fresh investigation starts.

2026-05-29
researcher-investigating
소프트웨어 개발자

Use when investigating, exploring code, working on a research task, when asked to find me X, or to investigate Y. Loads researcher-specific discipline for running an investigation cleanly.

2026-05-29
coordinator-context-monitoring
기타 컴퓨터 관련 직업

Use when managing live implementer/brainstormer agents during a long coordination session, at epic merge gates, after a busy dispatch hour, or whenever you suspect an agent is approaching context limits. Prevents 97%-context silent blow-ups by running a sweep + pre-emptive restart before the agent degrades. Safe to wire into a recurring cron that INVOKES this skill — the skill applies tier-ladder judgment, only firing autonomous restarts at the >85% tier. What's forbidden is a cron/script that fires restarts unconditionally without going through this skill's tier ladder.

2026-05-29
implementer-receiving-dispatch
소프트웨어 개발자

Use when receiving a new task from the coordinator, starting implementation, scoping a fresh task, or receiving dispatch. Loads implementer-specific discipline for kicking off work cleanly.

2026-05-29
implementer-status-and-handoff
소프트웨어 개발자

Use when reporting status to the coordinator, marking a task done, or handing off completed work. Loads implementer-specific discipline for closing the loop cleanly.

2026-05-29
researcher-answering-queries
소프트웨어 개발자

Use when another agent has asked you a research question, when fielding a research request, or when responding to a query. Loads the lookup-and-respond protocol so cached findings get reused before fresh investigation starts.

2026-05-29
researcher-investigating
소프트웨어 개발자

Use when investigating, exploring code, working on a research task, when asked to find me X, or to investigate Y. Loads researcher-specific discipline for running an investigation cleanly.

2026-05-29
coordinator-dispatching-work
기타 컴퓨터 관련 직업

Use when starting an epic, dispatching to an implementer, creating a worktree for an agent, or spawning a sub-agent. Loads coordinator-specific discipline for kicking off implementation work.

2026-05-25
coordinator-managing-state-and-lifecycle
기타 컴퓨터 관련 직업

Use when ending a session, when updating project state, when managing beads epics, or before session close. Loads coordinator-specific discipline for owning project state and shepherding the team's lifecycle.

2026-05-25
coordinator-dispatching-work
기타 컴퓨터 관련 직업

Use when starting an epic, dispatching to an implementer, creating a worktree for an agent, or spawning a sub-agent. Loads coordinator-specific discipline for kicking off implementation work.

2026-05-25
coordinator-managing-state-and-lifecycle
기타 컴퓨터 관련 직업

Use when ending a session, when updating project state, when managing beads epics, or before session close. Loads coordinator-specific discipline for owning project state and shepherding the team's lifecycle.

2026-05-25
coordinator-post-restart-sweep
기타 컴퓨터 관련 직업

Use immediately after the coordinator returns from a restart, compaction, or extended absence — as the first deliberate action post-prime. Detects agents whose latest assistant message indicates they are blocked waiting for a coordinator decision the coordinator may not have seen (question surfaced in pane, not in inbox). Safe to run any time the session feels "we've been gone a while"; not just post-restart. Pairs with the coordinator-context-monitoring sweep (sibling sweep, different lens).

2026-05-25
coordinator-running-brainstorm-cycles
기타 컴퓨터 관련 직업

Use when starting a brainstorm for a bug fix, feature, or architectural decision the coordinator can't trivially decide alone — spawns a researcher in an isolated worktree, runs the brainstorm interactively with the user, iterates dual-review cycles to ready-to-merge, optionally drives an overarching coherence pass when multiple sibling brainstorms close, then hands off to project-setup. Saves coordinator context by isolating brainstorm work in a sub-agent worktree rather than burning main-context tokens on Q-by-Q dialog.

2026-05-25
coordinator-running-review-cycles
소프트웨어 품질 보증 분석가·테스터

Use when an implementer reports DONE, when consolidating review findings, when handling implementer pushback on a finding, or when arriving at a review gate. Loads coordinator-specific discipline for running review cycles cleanly.

2026-05-25
project-setup
소프트웨어 개발자

Use when converting a plan file (from writing-plans skill) into beads epics, tasks, implementation prompts, and worktrees — before any coding begins

2026-05-25
verify-against-source
소프트웨어 품질 보증 분석가·테스터

Use when verifying that a prose artifact (brainstorm, design spec, plan, or implementation prompt) honors its input/source artifact(s) — the prose counterpart to verify-against-plan. Runs as the conformance axis of the planning-skill review loop. Outputs structured findings: missing scope, silent deviations from the source, scope creep, misunderstandings.

2026-05-25
coordinator-running-brainstorm-cycles
기타 컴퓨터 관련 직업

Use when starting a brainstorm for a bug fix, feature, or architectural decision the coordinator can't trivially decide alone — spawns a researcher in an isolated worktree, runs the brainstorm interactively with the user, iterates dual-review cycles to ready-to-merge, optionally drives an overarching coherence pass when multiple sibling brainstorms close, then hands off to project-setup. Saves coordinator context by isolating brainstorm work in a sub-agent worktree rather than burning main-context tokens on Q-by-Q dialog.

2026-05-21
project-setup
소프트웨어 개발자

Use when converting a plan file (from writing-plans skill) into beads epics, tasks, implementation prompts, and worktrees — before any coding begins

2026-05-21
verify-against-source
소프트웨어 개발자

Use when verifying that a prose artifact (brainstorm, design spec, plan, or implementation prompt) honors its input/source artifact(s) — the prose counterpart to verify-against-plan. Runs as the conformance axis of the planning-skill review loop. Outputs structured findings: missing scope, silent deviations from the source, scope creep, misunderstandings.

2026-05-21
coordinator-running-review-cycles
프로젝트 관리 전문가

Use when an implementer reports DONE, when consolidating review findings, when handling implementer pushback on a finding, or when arriving at a review gate. Loads coordinator-specific discipline for running review cycles cleanly.

2026-05-21
coordinator-post-restart-sweep
네트워크·컴퓨터 시스템 관리자

Use immediately after the coordinator returns from a restart, compaction, or extended absence — as the first deliberate action post-prime. Detects agents whose latest assistant message indicates they are blocked waiting for a coordinator decision the coordinator may not have seen (question surfaced in pane, not in inbox). Safe to run any time the session feels "we've been gone a while"; not just post-restart. Pairs with the coordinator-context-monitoring sweep (sibling sweep, different lens).

2026-05-21
thrum-prime
네트워크·컴퓨터 시스템 관리자

Load AI-optimized session context

2026-05-17
project-philosophy
프로젝트 관리 전문가

Use when a project needs its implementation philosophy established or updated — the canonical doc at .thrum/philosophy.md defining anti-patterns, red flags, and project-specific rules that implementation agents read at task-start time. First invocation generates from project inspection; subsequent invocations reconcile against current project state and propose diffs.

2026-05-11
adversarial-critique
프로젝트 관리 전문가

Use when an implementer is blocked mid-work by a design flaw, contradiction, or unforeseen fork with 2-3 ways to resolve it - produces a defended pick that unblocks the work and leaves an audit trail so the decision can be revisited if it later proves wrong

2026-05-11
configure-roles
프로젝트 관리 전문가

">"

2026-05-11
efficient-multi-agent-research
소프트웨어 개발자

Use when investigating, auditing, or reviewing more than 6 items across a codebase - function call sites, pattern usage, file reviews, or any research task with partitionable items that would pollute the main agent's context if read directly

2026-05-11
이 저장소에서 수집된 skills 63개 중 상위 40개를 표시합니다.