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
↓ 51 callers
Method
getTask
(name: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:304
↓ 51 callers
Method
logAttention
(line: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1523
↓ 30 callers
Method
touch
(task: TaskState, patch: Partial<TaskState>)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1292
↓ 28 callers
Method
load
( workspacePath: string, opts: { slackChannel?: string } = {} )
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:215
↓ 26 callers
Function
slackWebApiCalls
()
orchestrate/skills/orchestrate/scripts/__tests__/support/slack-web-api-mock.ts:35
↓ 16 callers
Function
commentRetryQueuePath
(workspace: string)
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts:31
↓ 15 callers
Function
errorMessage
(err: unknown)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:2093
↓ 15 callers
Function
truncate
(s: string, n: number)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:2089
↓ 14 callers
Function
git
(args: string[], cwd = repo)
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:280
↓ 14 callers
Function
parseHandoffVerification
(handoff: string)
orchestrate/skills/orchestrate/scripts/core/handoff.ts:62
↓ 12 callers
Function
classifyFailureMode
(args: ClassifyFailureArgs)
orchestrate/skills/orchestrate/scripts/core/failure-handoff.ts:25
↓ 12 callers
Function
loadOrBail
( workspace: string, opts: { slackChannel?: string } = {} )
orchestrate/skills/orchestrate/scripts/cli/util.ts:574
↓ 12 callers
Function
resetSlackWebApiMock
( nextHandler: Handler = defaultHandler )
orchestrate/skills/orchestrate/scripts/__tests__/support/slack-web-api-mock.ts:28
↓ 11 callers
Function
compareMeasurement
( args: MeasurementComparisonInput )
orchestrate/skills/orchestrate/scripts/measurements.ts:128
↓ 11 callers
Function
parseHandoffBranch
(handoff: string)
orchestrate/skills/orchestrate/scripts/core/handoff.ts:14
↓ 10 callers
Function
adapter
( handler?: ( method: string, args: Record<string, unknown> ) => Promise<unknown> | unknown )
orchestrate/skills/orchestrate/scripts/__tests__/slack-adapter.test.ts:26
↓ 10 callers
Function
errorMessage
(err: unknown)
orchestrate/skills/orchestrate/scripts/cli/util.ts:325
↓ 10 callers
Function
git
(cwd: string, args: string[])
orchestrate/skills/orchestrate/scripts/__tests__/measurements-mismatch.test.ts:27
↓ 10 callers
Function
postOrQueueComment
(args: { destinations: CommentDestinations; workspace?: string; destination: string; body: string; s
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts:36
↓ 10 callers
Function
renderPromptTemplate
( name: string, vars: Record<string, string> )
orchestrate/skills/orchestrate/scripts/core/prompts.ts:24
↓ 10 callers
Function
slackAdapter
(args: { failures?: number; posts: SlackPost[]; })
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts:23
↓ 9 callers
Method
branchForTask
(t: PlanTask | TaskState)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:407
↓ 9 callers
Function
claim
( after: string, before = "0", op: MeasurementClaim["op"] = "→" )
orchestrate/skills/orchestrate/scripts/__tests__/measurements-compare.test.ts:16
↓ 9 callers
Function
git
(args: string[], cwd = repo)
orchestrate/skills/orchestrate/scripts/__tests__/checkpoint-restart.test.ts:110
↓ 9 callers
Function
parsePlanJson
(text: string, source: string)
orchestrate/skills/orchestrate/scripts/schemas.ts:542
↓ 9 callers
Function
usage
()
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:26
↓ 9 callers
Function
waitFor
(predicate: () => boolean, label: string)
orchestrate/skills/orchestrate/scripts/__tests__/agent-manager-slack-mirror.test.ts:49
↓ 8 callers
Function
applyMeasurementParser
( parser: MeasurementParser | undefined, stdout: string )
orchestrate/skills/orchestrate/scripts/measurements.ts:350
↓ 8 callers
Method
drainEvents
()
orchestrate/skills/orchestrate/scripts/core/andon.ts:37
↓ 8 callers
Function
formatAgentFooter
(agentId: string | null | undefined)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1737
↓ 8 callers
Function
log
(msg: string)
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:22
↓ 8 callers
Function
resolveModelSelection
(slug: string)
orchestrate/skills/orchestrate/scripts/models.ts:180
↓ 8 callers
Method
saveState
()
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1273
↓ 7 callers
Function
field
(obj: unknown, key: string)
orchestrate/skills/orchestrate/scripts/cli/task.ts:570
↓ 7 callers
Function
isAndonActive
( andon: Andon | undefined )
orchestrate/skills/orchestrate/scripts/core/andon.ts:233
↓ 7 callers
Function
parseHandoffMeasurements
( handoff: string )
orchestrate/skills/orchestrate/scripts/measurements.ts:42
↓ 7 callers
Method
reconcileVerifierStartingRefs
* Propagate `updatedName`'s actual pushed branch to verifiers whose * `verifies` matches and whose `startingRef` is still the placeholder. * Ide
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:443
↓ 7 callers
Method
recordHandoffVerification
* Persist the `## Verification` claim from a handoff body. Verifier * verdicts land on the *target* task's row (looked up via * `plan.tasks[].ve
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1103
↓ 7 callers
Function
redactBody
(text: string)
orchestrate/skills/orchestrate/scripts/core/redact-body.ts:13
↓ 7 callers
Function
sleep
(ms: number)
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:174
↓ 7 callers
Function
stringField
( obj: Record<string, unknown> | null, key: string )
orchestrate/skills/orchestrate/scripts/cli/task.ts:562
↓ 6 callers
Function
buildKickoffPrompt
(args: { goal: string; agentId: string; dispatcherFirstName?: string; slackChannel?: string; })
orchestrate/skills/orchestrate/scripts/cli/util.ts:334
↓ 6 callers
Function
buildWorkerPrompt
( t: PlanTask, agentId: string | undefined, ctx: PromptRenderContext )
orchestrate/skills/orchestrate/scripts/core/prompts.ts:108
↓ 6 callers
Function
createSlackAdapter
( channelId: string )
orchestrate/skills/orchestrate/scripts/adapters/index.ts:5
↓ 6 callers
Function
fail
(message)
scripts/validate-plugins.mjs:29
↓ 6 callers
Function
hasStructuredHandoff
(body: string | null | undefined)
orchestrate/skills/orchestrate/scripts/core/failure-handoff.ts:128
↓ 6 callers
Method
isActive
()
orchestrate/skills/orchestrate/scripts/core/andon.ts:101
↓ 6 callers
Function
isOperatorModeEnabled
( flagPath: string = operatorModeFlagPath() )
orchestrate/skills/orchestrate/scripts/cli/util.ts:492
↓ 6 callers
Method
lookupFirstNameByEmail
* Best-effort first-name lookup for `<firstName>'s bot` kickoff bot * username. Returns undefined when the lookup fails (missing scope, no * mat
orchestrate/skills/orchestrate/scripts/adapters/types.ts:22
↓ 6 callers
Function
operatorModeFlagPath
( home: string = userInfo().homedir )
orchestrate/skills/orchestrate/scripts/cli/util.ts:477
↓ 6 callers
Function
plan
(partial: Partial<Plan>)
orchestrate/skills/orchestrate/scripts/__tests__/slack-message-format.test.ts:10
↓ 6 callers
Function
planTasks
(plan: Plan)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1627
↓ 6 callers
Function
readEnvValue
(primary: string, legacy: string)
continual-learning/hooks/continual-learning-stop.ts:61
↓ 6 callers
Function
readSectionValue
(args: { handoff: string; heading: string; })
orchestrate/skills/orchestrate/scripts/core/handoff.ts:118
↓ 6 callers
Function
readState
(workspace: string)
orchestrate/skills/orchestrate/scripts/__tests__/handoff-verification-record.test.ts:20
↓ 6 callers
Function
slackWithReactions
( reactions: { name: string; users: string[] }[], threadReplies: { ts: string; text: string }[] = [] )
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:11
↓ 6 callers
Method
snapshot
()
orchestrate/skills/orchestrate/scripts/core/andon.ts:14
↓ 6 callers
Method
waitAndHandoff
* Wait for a run to finish, write its final message as a handoff, update * state. Prefers `rr.result` (the final assistant message); falls back to
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:830
↓ 5 callers
Function
drainCommentRetryQueue
(args: { workspace: string; destinations?: CommentDestinations; logAttention?: (line: string) => void;
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts:90
↓ 5 callers
Function
findActiveRootPlanner
( agentApi: AgentListApi, rootSlug: string, nowMs: number = Date.now() )
orchestrate/skills/orchestrate/scripts/cli/task.ts:478
↓ 5 callers
Function
formatZodIssues
(issues: z.ZodIssue[])
orchestrate/skills/orchestrate/scripts/schemas.ts:614
↓ 5 callers
Function
indent
(depth: number)
orchestrate/skills/orchestrate/scripts/cli/util.ts:118
↓ 5 callers
Function
makeWorkspace
(args: { plan: unknown })
orchestrate/skills/orchestrate/scripts/__tests__/handoff-verification-record.test.ts:11
↓ 5 callers
Function
parsePositiveInt
(value: string | undefined, fallback: number)
continual-learning/hooks/continual-learning-stop.ts:37
↓ 5 callers
Method
postCommentInThread
(args: { threadTs: string; text: string; username?: string; clientMsgId?: string; })
orchestrate/skills/orchestrate/scripts/adapters/types.ts:54
↓ 5 callers
Method
postInThread
(args: { threadTs: string; username: string; iconUrl?: string; iconEmoji?: string; text: s
orchestrate/skills/orchestrate/scripts/adapters/types.ts:23
↓ 5 callers
Function
readAttentionLog
(workspace: string)
orchestrate/skills/orchestrate/scripts/__tests__/verifier-startingref-reconcile.test.ts:31
↓ 5 callers
Method
readHandoff
(taskName: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1262
↓ 5 callers
Function
requireTask
( task: State["tasks"][number] | undefined, name: string )
orchestrate/skills/orchestrate/scripts/__tests__/agent-manager-slack-mirror.test.ts:41
↓ 5 callers
Function
runOrchestrateLoop
( mgr: AgentManager, options: RunLoopOptions = {} )
orchestrate/skills/orchestrate/scripts/core/loop.ts:32
↓ 5 callers
Function
stripGitSuffix
(url: string)
orchestrate/skills/orchestrate/scripts/cli/util.ts:427
↓ 5 callers
Function
writeFailureHandoff
(args: WriteFailureHandoffArgs)
orchestrate/skills/orchestrate/scripts/core/failure-handoff.ts:66
↓ 4 callers
Function
appendAgentFooter
( body: string, agentId: string | null | undefined )
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1743
↓ 4 callers
Function
appendSlackView
(detail: string, view: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1751
↓ 4 callers
Function
bail
(msg: string)
orchestrate/skills/orchestrate/scripts/cli/util.ts:590
↓ 4 callers
Method
cancel
(taskName: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1125
↓ 4 callers
Method
checkWorkerMeasurements
* Re-run each declared `measurements[]` command on the worker's branch * and diff against the `## Measurements` self-report. Mismatches log to *
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:472
↓ 4 callers
Function
defaultModelForType
(type: TaskType)
orchestrate/skills/orchestrate/scripts/models.ts:167
↓ 4 callers
Function
esc
(s)
cursor-team-kit/skills/pr-review-canvas/renderer.js:19
↓ 4 callers
Function
formatFraction
(value: number)
orchestrate/skills/orchestrate/scripts/measurements.ts:223
↓ 4 callers
Function
formatKickoffText
(plan: Plan)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1708
↓ 4 callers
Function
isKnownModel
(slug: string)
orchestrate/skills/orchestrate/scripts/models.ts:174
↓ 4 callers
Function
kickoffUsername
(plan: Plan)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1717
↓ 4 callers
Function
loadJSON
(path)
scripts/validate-plugins.mjs:12
↓ 4 callers
Function
makeWorkspace
(args: { plan: unknown; state?: unknown })
orchestrate/skills/orchestrate/scripts/__tests__/verifier-startingref-reconcile.test.ts:12
↓ 4 callers
Function
mergeWorkerSlice
(taskName: string)
orchestrate/skills/orchestrate/scripts/core/branches.ts:10
↓ 4 callers
Function
operatorModeHint
()
orchestrate/skills/orchestrate/scripts/cli/util.ts:483
↓ 4 callers
Function
parseHandoffFailureMode
(handoff: string)
orchestrate/skills/orchestrate/scripts/core/handoff.ts:74
↓ 4 callers
Function
parseHandoffPrNumber
(handoff: string)
orchestrate/skills/orchestrate/scripts/core/handoff.ts:84
↓ 4 callers
Function
parseUnknownWithSchema
(args: { schema: Schema; value: unknown; source: string; recoveryHint: string; rejectDeletedTrackerF
orchestrate/skills/orchestrate/scripts/schemas.ts:643
↓ 4 callers
Function
planFixture
()
orchestrate/skills/orchestrate/scripts/__tests__/worker-branch-discipline.test.ts:77
↓ 4 callers
Function
plannedBranchForTask
( plan: Pick<Plan, "rootSlug">, t: Pick<PlanTask | TaskState, "name" | "type"> )
orchestrate/skills/orchestrate/scripts/core/branches.ts:3
↓ 4 callers
Function
promptCtx
(planOverrides: Partial<Plan>)
orchestrate/skills/orchestrate/scripts/__tests__/slack-prompt-shape.test.ts:222
↓ 4 callers
Function
readState
(workspace: string)
orchestrate/skills/orchestrate/scripts/__tests__/agent-manager-slack-mirror.test.ts:33
↓ 4 callers
Method
recordRecoverFailure
(s: TaskState, msg: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:792
↓ 4 callers
Function
renderVerifyPlan
(t: PlanTask | undefined, heading: string)
orchestrate/skills/orchestrate/scripts/core/prompts.ts:55
↓ 4 callers
Function
requireTask
( task: State["tasks"][number] | undefined, name: string )
orchestrate/skills/orchestrate/scripts/__tests__/verifier-startingref-reconcile.test.ts:39
↓ 4 callers
Function
requireValue
(flag: string, value: string | undefined)
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:55
↓ 4 callers
Function
resolveKickoffSlackChannelOrBail
( explicit: string | undefined )
orchestrate/skills/orchestrate/scripts/cli/util.ts:446
↓ 4 callers
Function
resolveRunBranch
(args: { handoffBody: string; runBranches: ReadonlyArray<{ branch?: string | null }>; fallback: string;
orchestrate/skills/orchestrate/scripts/core/handoff.ts:34
next →
1–100 of 412, ranked by callers