MCPcopy Create free account

hub / github.com/CreminiAI/skillpack / functions

Functions628 in github.com/CreminiAI/skillpack

↓ 4 callersFunctionsleep
(ms: number)
tests/resilient-lark-channel.test.ts:170
↓ 4 callersMethoduse
(...e)
web/marked.min.js:1983
↓ 3 callersMethodblockTokens
(e, t = [], n = !1)
web/marked.min.js:1244
↓ 3 callersFunctioncalculate_stats
Calculate mean, stddev, min, max for a list of values.
templates/builtin-skills/skill-creator/scripts/aggregate_benchmark.py:45
↓ 3 callersMethodclearHeartbeatTimer
()
src/runtime/adapters/resilient-lark-channel.ts:442
↓ 3 callersFunctionconfigExists
(workDir: string)
src/pack-config.ts:144
↓ 3 callersFunctioncreateCustomProviderModelConfig
( options: Pick< PackAgentOptions, "provider" | "modelId" | "apiProtocol" | "reasoning" >, model
src/runtime/agent.ts:89
↓ 3 callersFunctioncreateDelegatedCustomTools
( definitions: readonly DelegatedCustomToolDefinition[], client: DelegatedCustomToolExecutor, runContext
src/runtime/custom-tools/delegated-custom-tool-factory.ts:23
↓ 3 callersFunctioncreateTempRootDir
()
tests/runtime-config.test.ts:14
↓ 3 callersFunctiondetectMimeType
(filePath: string)
src/runtime/files/metadata.ts:24
↓ 3 callersFunctiondetectPlatformFromChannelId
(channelId: string)
src/runtime/adapters/types.ts:31
↓ 3 callersFunctionenableInput
()
web/js/chat.js:732
↓ 3 callersFunctionensureBackgroundWsConnection
()
web/js/chat.js:229
↓ 3 callersFunctionensureLinksOpenInNewTab
(html)
web/js/chat.js:169
↓ 3 callersMethodextractText
(message: any)
src/runtime/services/conversation.ts:330
↓ 3 callersFunctionfind_runs
Recursively find directories that contain an outputs/ subdirectory.
templates/builtin-skills/skill-creator/eval-viewer/generate_review.py:60
↓ 3 callersFunctionformatSlackMessage
(text: string)
src/runtime/adapters/markdown.ts:91
↓ 3 callersFunctiongetEntryPathForCanonicalDir
(dir: string)
src/runtime/registry.ts:88
↓ 3 callersFunctiongetOrCreateWs
(options = {})
web/js/chat.js:251
↓ 3 callersMethodgetTeamId
(payload: any, context: any)
src/runtime/adapters/slack.ts:749
↓ 3 callersFunctionhandleError
(errorMsg)
web/js/chat.js:359
↓ 3 callersFunctionhasConfiguredWebAuth
()
web/js/chat.js:19
↓ 3 callersMethodhtml
(e)
web/marked.min.js:868
↓ 3 callersFunctioninstallSkills
(workDir: string, skills: SkillEntry[])
src/skill-manager.ts:70
↓ 3 callersMethodlist
(e)
web/marked.min.js:711
↓ 3 callersMethodlistConversations
* Scan data/sessions and return conversation summaries sorted by recency.
src/runtime/services/conversation.ts:80
↓ 3 callersFunctionlistEntryFiles
()
src/runtime/registry.ts:97
↓ 3 callersFunctionnormalizeDataConfig
(value: unknown)
src/runtime/config.ts:146
↓ 3 callersMethodoff
(event: "message", listener: (message: unknown) => void)
src/runtime/host-ipc/host-ipc-client.ts:29
↓ 3 callersMethodparagraph
(e)
web/marked.min.js:947
↓ 3 callersFunctionparseFeishuChannelId
(channelId: string)
src/runtime/adapters/feishu.ts:65
↓ 3 callersFunctionreadAdditionalSkillPaths
( env: NodeJS.ProcessEnv = process.env, )
src/runtime/agent.ts:145
↓ 3 callersFunctionreadAll
()
src/runtime/registry.ts:328
↓ 3 callersMethodregisterJob
* Register a job: validate, create cron task (if enabled), store in map. * Does NOT persist – callers decide when to persist.
src/runtime/adapters/scheduler.ts:150
↓ 3 callersMethodrun
()
src/runtime/agent.ts:670
↓ 3 callersFunctionsaveConfigData
(updates)
web/js/api.js:3
↓ 3 callersFunctionscanInstalledSkills
(workDir: string)
src/skill-manager.ts:101
↓ 3 callersMethodsendSafe
* Safe send that catches and logs errors.
src/runtime/adapters/telegram.ts:307
↓ 3 callersMethodsendWithRetry
( client: any, route: SlackRoute, text: string, maxRetries = 3, )
src/runtime/adapters/slack.ts:555
↓ 3 callersFunctionsyncSkillDescriptions
( workDir: string, config: PackConfig, )
src/skill-manager.ts:305
↓ 3 callersMethodtriggerRebuild
(reason: string)
src/runtime/adapters/resilient-lark-channel.ts:370
↓ 3 callersMethodupdateAuth
Update runtime auth when provider/apiKey changes
src/runtime/adapters/types.ts:160
↓ 3 callersMethodupdateJob
( id: string, updates: Omit<ScheduledJobConfig, "id" | "name">, )
src/runtime/adapters/scheduler.ts:406
↓ 3 callersFunctionupdateRestartButton
(show)
web/js/chat-apps-dialog.js:285
↓ 3 callersFunctionvalidateConfigShape
( value: unknown, sourceLabel: string, )
src/pack-config.ts:74
↓ 3 callersMethodwalkTokens
(e, t)
web/marked.min.js:1954
↓ 3 callersFunctionwithCapturedIpc
( run: (sent: unknown[]) => Promise<void> | void, )
tests/ipc-adapter.test.ts:9
↓ 2 callersFunctionN
(l)
web/marked.min.js:82
↓ 2 callersFunctionV
(l)
web/marked.min.js:473
↓ 2 callersFunctionY
(l, e)
web/marked.min.js:481
↓ 2 callersFunction_call_claude
Run `claude -p` with the prompt on stdin and return the text response. Prompt goes over stdin (not argv) because it embeds the full SKILL.md
templates/builtin-skills/skill-creator/scripts/improve_description.py:20
↓ 2 callersMethodabort
Abort the current run for a channel
src/runtime/adapters/types.ts:139
↓ 2 callersMethodaddHandler
( name: K, handler: EventMap[K], )
src/runtime/adapters/resilient-lark-channel.ts:261
↓ 2 callersMethodaddHandler
(name: string, handler: (...args: any[]) => void)
tests/resilient-lark-channel.test.ts:135
↓ 2 callersFunctionaggregate_runs
(results: list[dict])
templates/builtin-skills/skill-creator/scripts/generate_report.py:227
↓ 2 callersFunctionannounceReady
(actualPort: number)
src/runtime/server.ts:307
↓ 2 callersFunctionappendFileCard
(container, filePath, caption)
web/js/chat.js:638
↓ 2 callersMethodblockquote
(e)
web/marked.min.js:629
↓ 2 callersMethodbr
(e)
web/marked.min.js:1136
↓ 2 callersFunctionbuildActiveToolNames
( customTools: Array<{ name?: unknown }> = [], )
src/runtime/agent.ts:209
↓ 2 callersFunctionclearReconnectTimer
()
web/js/chat.js:211
↓ 2 callersMethodclearRetryTimer
()
src/runtime/adapters/resilient-lark-channel.ts:449
↓ 2 callersMethodcode
(e)
web/marked.min.js:564
↓ 2 callersMethodcodespan
(e)
web/marked.min.js:1122
↓ 2 callersMethodconnect
()
src/runtime/adapters/resilient-lark-channel.ts:90
↓ 2 callersMethodconnectNewChannel
(reason: string)
src/runtime/adapters/resilient-lark-channel.ts:217
↓ 2 callersFunctioncopyStartTemplates
* Copy templates/start.sh and templates/start.bat to workDir.
src/commands/create.ts:97
↓ 2 callersMethodcreateCronTask
(jobConfig: ScheduledJobConfig)
src/runtime/adapters/scheduler.ts:567
↓ 2 callersFunctioncreateDefaultConfig
( name: string, description: string, )
src/pack-config.ts:24
↓ 2 callersFunctioncreateLifecycleRecorder
()
tests/embedded-parent-disconnect.test.ts:14
↓ 2 callersFunctioncreateResilientLarkChannel
( options: ResilientLarkChannelOptions, )
src/runtime/adapters/resilient-lark-channel.ts:47
↓ 2 callersMethoddel
(e)
web/marked.min.js:1140
↓ 2 callersMethoddeleteMessageSafe
( client: any, route: SlackRoute, ts: string, )
src/runtime/adapters/slack.ts:639
↓ 2 callersMethoddetectPlatform
( channelId: string, )
src/runtime/services/conversation.ts:609
↓ 2 callersMethoddisconnect
()
src/runtime/adapters/resilient-lark-channel.ts:106
↓ 2 callersFunctiondownloadAndSaveAttachment
( rootDir: string, channelId: string, url: string, filename: string, mimeType?: string, headers?:
src/runtime/adapters/attachment-utils.ts:64
↓ 2 callersMethodemitEvent
(name: string, ...args: unknown[])
tests/resilient-lark-channel.test.ts:97
↓ 2 callersMethodensureFile
()
src/runtime/config.ts:370
↓ 2 callersFunctionensureRegistryDir
()
src/runtime/registry.ts:68
↓ 2 callersMethodensureTerminalAgentEvent
( channelId: string, sawAgentStart: boolean, sawAgentEnd: boolean, onEvent: (event: AgentEvent
src/runtime/adapters/scheduler.ts:343
↓ 2 callersMethodextractSendFileArguments
( rawArguments: unknown, )
src/runtime/services/conversation.ts:548
↓ 2 callersMethodextractSlackFiles
* Extract file attachments from a Slack event. * Downloads files using the Bot Token for private URL access.
src/runtime/adapters/slack.ts:814
↓ 2 callersMethodfindLatestSessionFile
(channelDir: string)
src/runtime/services/conversation.ts:299
↓ 2 callersFunctionfind_project_root
Find the project root by walking up from cwd looking for .claude/. Mimics how Claude Code discovers its project root, so the command file we
templates/builtin-skills/skill-creator/scripts/run_eval.py:22
↓ 2 callersFunctionfoldBlockScalar
(lines: string[])
src/skill-manager.ts:258
↓ 2 callersFunctiongenerate_html
Generate the complete standalone HTML page with embedded data.
templates/builtin-skills/skill-creator/eval-viewer/generate_review.py:250
↓ 2 callersMethodgetActiveChannelIds
Get in-memory active channel IDs
src/runtime/adapters/types.ts:154
↓ 2 callersFunctiongetAssistantDiagnostics
(message: any)
src/runtime/agent.ts:374
↓ 2 callersFunctiongetAttachmentDir
* Build the attachment directory for a channel session. * Path: data/sessions/<channelId>/attachments/
src/runtime/adapters/attachment-utils.ts:22
↓ 2 callersMethodgetChannelKey
(teamId: string, channelId: string)
src/runtime/adapters/slack.ts:759
↓ 2 callersFunctiongetEntryPath
(dir: string)
src/runtime/registry.ts:92
↓ 2 callersMethodgetErrorMessage
(err: unknown)
src/runtime/adapters/slack.ts:767
↓ 2 callersFunctiongetLifecycleTrigger
(channelId: string)
src/runtime/agent.ts:399
↓ 2 callersMethodgetMessages
* Load latest messages for a channel in a simplified format.
src/runtime/services/conversation.ts:189
↓ 2 callersFunctiongetPackConfig
(rootDir: string)
src/runtime/adapters/web.ts:26
↓ 2 callersMethodgetRetryAfterSeconds
(err: any)
src/runtime/adapters/slack.ts:731
↓ 2 callersMethodheading
(e)
web/marked.min.js:597
↓ 2 callersFunctionhideLoadingIndicator
()
web/js/chat.js:397
↓ 2 callersMethodhr
(e)
web/marked.min.js:617
↓ 2 callersFunctionimprove_description
Call Claude to improve the description based on eval results.
templates/builtin-skills/skill-creator/scripts/improve_description.py:50
← previousnext →101–200 of 628, ranked by callers