Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

thrum

يحتوي thrum على 63 من skills المجمعة من leonletto، مع تغطية مهنية على مستوى المستودع وصفحات 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
عرض أهم 40 من أصل 63 skills مجمعة في هذا المستودع.