Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

thrum

thrum contient 63 skills collectées depuis leonletto, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
63
Stars
28
mis à jour
2026-06-09
Forks
6
Couverture métier
10 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

thrum
Autres occupations informatiques

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
Autres occupations informatiques

Reply to a message

2026-06-09
thrum-send
Autres occupations informatiques

Send a message to an agent

2026-06-09
thrum
Développeurs de logiciels

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

2026-06-09
thrum
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Autres occupations informatiques

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Administrateurs de réseaux et de systèmes informatiques

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
Administrateurs de réseaux et de systèmes informatiques

Load AI-optimized session context

2026-05-17
project-philosophy
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

">"

2026-05-11
efficient-multi-agent-research
Développeurs de logiciels

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
Affichage des 40 principaux skills collectés sur 63 dans ce dépôt.