Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/plugins
/ functions
Functions
412 in github.com/cursor/plugins
⨍
Functions
412
◇
Types & classes
44
↓ 1 callers
Method
postChannelRootMessage
(args: { text: string; username?: string; iconUrl?: string; iconEmoji?: string; clientMsgI
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:221
↓ 1 callers
Function
prNumberFromUrl
(rawUrl: string)
orchestrate/skills/orchestrate/scripts/core/handoff.ts:97
↓ 1 callers
Function
printLoopSummary
(mgr: AgentManager)
orchestrate/skills/orchestrate/scripts/core/loop.ts:262
↓ 1 callers
Function
printSweepHeartbeat
* One-line liveness signal per sweep. Distinguishes "still reconciling" from * "dead" for anyone tailing stdout or polling with `AwaitShell`.
orchestrate/skills/orchestrate/scripts/core/loop.ts:240
↓ 1 callers
Function
readGitUserEmail
()
orchestrate/skills/orchestrate/scripts/cli/task.ts:599
↓ 1 callers
Function
readKeyValue
(args: { handoff: string; key: string })
orchestrate/skills/orchestrate/scripts/core/handoff.ts:131
↓ 1 callers
Function
readMessageSource
(source: MessageSource)
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:154
↓ 1 callers
Function
reconcileStateWithPlan
* Reconcile state against the current plan on load: append new tasks, sync * dependsOn on pending rows, prune pending rows whose task was removed fro
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1541
↓ 1 callers
Function
redactPaths
(text: string, reasons: Set<string>)
orchestrate/skills/orchestrate/scripts/core/redact-body.ts:46
↓ 1 callers
Function
redactSensitiveAssignments
( text: string, reasons: Set<string> )
orchestrate/skills/orchestrate/scripts/core/redact-body.ts:32
↓ 1 callers
Function
redactShasOutsideBackticks
( text: string, reasons: Set<string> )
orchestrate/skills/orchestrate/scripts/core/redact-body.ts:57
↓ 1 callers
Function
redactToolCallPayload
( payload: Record<string, unknown> )
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:2045
↓ 1 callers
Function
registerAndonCommands
(program: Command)
orchestrate/skills/orchestrate/scripts/cli/andon.ts:19
↓ 1 callers
Function
registerCommentCommands
(program: Command)
orchestrate/skills/orchestrate/scripts/cli/comments.ts:32
↓ 1 callers
Function
registerForensicsCommands
(program: Command)
orchestrate/skills/orchestrate/scripts/cli/forensics.ts:11
↓ 1 callers
Function
registerInspectCommands
(program: Command)
orchestrate/skills/orchestrate/scripts/cli/inspect.ts:8
↓ 1 callers
Function
registerTaskCommands
(program: Command)
orchestrate/skills/orchestrate/scripts/cli/task.ts:49
↓ 1 callers
Function
rejectDeletedTrackerFields
(value: unknown, source: string)
orchestrate/skills/orchestrate/scripts/schemas.ts:660
↓ 1 callers
Function
renderDiff
* renderDiff(target, diffInput) * target: DOM element, string ID, or CSS selector * diffInput: array of diff lines, OR a single string (will be
cursor-team-kit/skills/pr-review-canvas/renderer.js:83
↓ 1 callers
Function
renderMergeDiscipline
(t: PlanTask, plan: Plan)
orchestrate/skills/orchestrate/scripts/core/prompts.ts:245
↓ 1 callers
Function
renderPrompt
(args: { taskName: string; ctx: PromptRenderContext; })
orchestrate/skills/orchestrate/scripts/core/prompts.ts:60
↓ 1 callers
Method
renderTree
()
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:385
↓ 1 callers
Method
repoRelativeStatePath
()
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:357
↓ 1 callers
Function
resolveCommentTarget
(args: { workspace: string | undefined; task: string | undefined; threadTs: string | undefined; allowe
orchestrate/skills/orchestrate/scripts/cli/comments.ts:187
↓ 1 callers
Function
resolveDispatcherFirstName
( override: string | undefined, slackChannel: string | undefined )
orchestrate/skills/orchestrate/scripts/cli/task.ts:585
↓ 1 callers
Function
resolveKickoffRepoUrl
(repo: string | undefined)
orchestrate/skills/orchestrate/scripts/cli/util.ts:378
↓ 1 callers
Function
resolveTaskBody
(parts: string[])
orchestrate/skills/orchestrate/scripts/cli/util.ts:280
↓ 1 callers
Function
runMeasurementCommand
(args: { command: string; cwd: string; })
orchestrate/skills/orchestrate/scripts/measurements.ts:306
↓ 1 callers
Function
runStatus
(run: Record<string, unknown> | null)
orchestrate/skills/orchestrate/scripts/cli/task.ts:546
↓ 1 callers
Method
saveAndonState
(reason?: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1285
↓ 1 callers
Function
sendWithBusyRetry
(args: Args, deadline: number)
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:200
↓ 1 callers
Function
shouldCountTurn
(input: StopHookInput)
continual-learning/hooks/continual-learning-stop.ts:137
↓ 1 callers
Function
slackAdapterForPlan
(plan: Plan)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1650
↓ 1 callers
Function
slackChannelInstruction
(slackChannel: string | undefined)
orchestrate/skills/orchestrate/scripts/cli/util.ts:365
↓ 1 callers
Function
slackDestinationForThread
(target: { channel: string; threadTs: string; })
orchestrate/skills/orchestrate/scripts/cli/comments.ts:273
↓ 1 callers
Method
slackDisplayStatus
( task: TaskState )
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1391
↓ 1 callers
Function
slackErrorCode
(err: unknown)
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:282
↓ 1 callers
Method
slackSummaryForTask
(task: TaskState, kind: SlackDisplayKind)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1415
↓ 1 callers
Function
spawnReadyPending
( mgr: AgentManager, running: Promise<void>[] )
orchestrate/skills/orchestrate/scripts/core/loop.ts:123
↓ 1 callers
Method
startingRefForTask
(t: PlanTask, s: TaskState)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:568
↓ 1 callers
Method
stopAll
()
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1214
↓ 1 callers
Method
stopTaskCascade
Stop a task and transitively prune every pending descendant.
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1192
↓ 1 callers
Function
summarizePayloadValue
(value: unknown)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:2075
↓ 1 callers
Function
summarizeToolCall
(event: unknown)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:2027
↓ 1 callers
Method
syncFromCachedState
()
orchestrate/skills/orchestrate/scripts/core/andon.ts:111
↓ 1 callers
Method
tail
(taskName: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1223
↓ 1 callers
Function
timeMs
(value: unknown)
orchestrate/skills/orchestrate/scripts/cli/task.ts:555
↓ 1 callers
Function
toLines
(input)
cursor-team-kit/skills/pr-review-canvas/renderer.js:27
↓ 1 callers
Function
toolCallStuckThresholdMs
()
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:2016
↓ 1 callers
Function
transitivelyDependsOn
( tasks: TaskState[], opts: { task: string; ancestor: string } )
orchestrate/skills/orchestrate/scripts/cli/util.ts:236
↓ 1 callers
Function
truncate
(s: string, n: number)
orchestrate/skills/orchestrate/scripts/measurements.ts:389
↓ 1 callers
Function
truncate
(s: string, n: number)
orchestrate/skills/orchestrate/scripts/core/loop.ts:297
↓ 1 callers
Function
truncateForKickoff
(goal: string, max: number)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1722
↓ 1 callers
Function
uploadFileToThread
(args: { channel: string; threadTs: string; filePath: string; initialComment: string | undefined; se
orchestrate/skills/orchestrate/scripts/cli/comments.ts:123
↓ 1 callers
Function
visit
(name: string, path: string[])
orchestrate/skills/orchestrate/scripts/schemas.ts:342
↓ 1 callers
Function
visit
(s: TaskState, path: Set<string>)
orchestrate/skills/orchestrate/scripts/core/loop.ts:171
↓ 1 callers
Function
visit
(agentId: string)
orchestrate/skills/orchestrate/scripts/cli/util.ts:199
↓ 1 callers
Function
waitRunWithWatchdog
* Race `run.wait()` against a periodic Agent.getRun poll so a wedged SSE * can't hang the reconcile loop forever. Polling wins when the SSE stays *
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1847
↓ 1 callers
Function
waitUntilIdle
(args: Args, deadline: number)
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:178
↓ 1 callers
Function
walk
(name: string)
orchestrate/skills/orchestrate/scripts/cli/util.ts:241
↓ 1 callers
Function
writeHandoff
(args: { handoffsDir: string; task: TaskState; body: string; resultStatus: string; finishedAt: strin
orchestrate/skills/orchestrate/scripts/core/handoff.ts:166
↓ 1 callers
Function
writeWorkspace
(plan: Plan)
orchestrate/skills/orchestrate/scripts/__tests__/worker-branch-discipline.test.ts:105
Function
addReaction
()
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:40
Function
addReaction
()
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts:65
Method
addReaction
(args: SlackMessageRef & { name: string })
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:180
Function
collect
(value: string, previous: string[])
orchestrate/skills/orchestrate/scripts/cli/util.ts:276
Method
constructor
(args: { workspace: string; plan: Plan; state: State; apiKey: string; slackAdapter?: Slack
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:183
Method
constructor
( private readonly args: { source?: AndonSource; getState: () => State; saveState: (reas
orchestrate/skills/orchestrate/scripts/core/andon.ts:22
Method
constructor
( private readonly slack: SlackAdapter, private readonly ref: SlackMessageRef )
orchestrate/skills/orchestrate/scripts/core/andon.ts:158
Method
constructor
( private readonly client: SlackWebClient, private readonly channelId: string )
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:26
Function
defaultHandler
( method: string, args: Record<string, unknown> )
orchestrate/skills/orchestrate/scripts/__tests__/support/slack-web-api-mock.ts:79
Function
editThreadMessage
()
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:25
Function
editThreadMessage
()
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts:38
Method
editThreadMessage
(args: { threadTs: string; ts: string; text: string; })
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:82
Function
getReactions
()
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:31
Function
getReactions
()
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts:44
Method
getReactions
(args: SlackMessageRef)
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:126
Function
getThreadReplies
()
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:34
Function
getThreadReplies
()
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts:49
Method
getThreadReplies
( args: SlackMessageRef & { limit: number; cursor?: string; latest?: string; } )
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:143
Method
gitExec
(args: string[])
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1489
Method
hasStagedDiff
(paths: string[])
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1492
Method
isAndonRaised
()
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:381
Function
list
()
orchestrate/skills/orchestrate/scripts/__tests__/kickoff-dedupe.test.ts:18
Function
listRuns
()
orchestrate/skills/orchestrate/scripts/__tests__/kickoff-dedupe.test.ts:36
Function
lookupFirstNameByEmail
()
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:19
Function
lookupFirstNameByEmail
()
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts:32
Method
lookupFirstNameByEmail
(email: string)
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:46
Function
parseHookInput
()
continual-learning/hooks/continual-learning-stop.ts:141
Function
postCommentInThread
()
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:37
Function
postCommentInThread
(commentArgs)
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts:54
Method
postCommentInThread
(args: { threadTs: string; text: string; username?: string; clientMsgId?: string; })
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:171
Function
postInThread
()
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:22
Function
postInThread
()
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts:35
Method
postInThread
(args: { threadTs: string; username: string; iconUrl?: string; iconEmoji?: string; text: s
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:65
Function
postRunKickoff
()
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:16
Function
postRunKickoff
()
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts:29
Method
postRunKickoff
(args: { text: string; username: string; iconUrl?: string; iconEmoji?: string; })
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:31
Function
removeReaction
()
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:43
Function
removeReaction
()
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts:68
← previous
next →
301–400 of 412, ranked by callers