MCPcopy Create free account

hub / github.com/CreminiAI/skillpack / functions

Functions628 in github.com/CreminiAI/skillpack

↓ 1 callersFunctionmain
()
templates/builtin-skills/skill-creator/scripts/aggregate_benchmark.py:338
↓ 1 callersFunctionmain
()
templates/builtin-skills/skill-creator/scripts/improve_description.py:194
↓ 1 callersFunctionmain
()
templates/builtin-skills/skill-creator/scripts/run_eval.py:259
↓ 1 callersFunctionmain
()
templates/builtin-skills/skill-creator/eval-viewer/generate_review.py:387
↓ 1 callersFunctionmain
()
skills/skillpack-creator/scripts/scaffold_skillpack.py:160
↓ 1 callersFunctionmaterializeBuiltinSkillCreator
( rootDir: string, skillsPath: string, )
src/runtime/agent.ts:223
↓ 1 callersFunctionmigrateLegacyRegistryIfNeeded
()
src/runtime/registry.ts:155
↓ 1 callersMethodnormalizeAttachments
( attachments: unknown, )
src/runtime/adapters/ipc.ts:442
↓ 1 callersFunctionnormalizeFeishuAdapterConfig
( value: unknown, )
src/runtime/config.ts:130
↓ 1 callersFunctionnormalizeOptionalString
(value: string | undefined)
src/runtime/config.ts:106
↓ 1 callersFunctionnormalizePromptExamples
(promptExamples: string[] | undefined)
src/job-config.ts:38
↓ 1 callersFunctionnormalizeSourceInput
(value: string)
src/commands/create.ts:32
↓ 1 callersFunctionnormalizeUserArgs
(argv: string[])
src/cli.ts:56
↓ 1 callersMethodnotifyReady
(port: number)
src/runtime/adapters/ipc.ts:120
↓ 1 callersMethodoff
(event: "message", listener: (message: unknown) => void)
src/runtime/custom-tools/delegated-custom-tool-client.ts:40
↓ 1 callersMethodon
(event: "message", listener: (message: unknown) => void)
src/runtime/custom-tools/delegated-custom-tool-client.ts:39
↓ 1 callersMethodonError
(e, t)
web/marked.min.js:2160
↓ 1 callersFunctionoverrideBuiltinSkillCreator
( base: { skills: Skill[]; diagnostics: any[] }, materializedSkill: Skill | null, )
src/runtime/agent.ts:297
↓ 1 callersFunctionpackage_skill
Package a skill folder into a .skill file. Args: skill_path: Path to the skill folder output_dir: Optional output directory
templates/builtin-skills/skill-creator/scripts/package_skill.py:42
↓ 1 callersFunctionparseBooleanEnv
(value: string | undefined)
src/runtime/config.ts:115
↓ 1 callersMethodparseChannelId
* Parse a skillpack channelId into a SlackRoute. * Supports: * slack-dm-<teamId>-<channelId> → { channel: <channelId> } * slack-thr
src/runtime/adapters/slack.ts:781
↓ 1 callersFunctionparseCommand
(text: string)
src/runtime/adapters/web.ts:31
↓ 1 callersFunctionparsePositiveInt
(value: unknown, fallback: number)
src/runtime/adapters/web.ts:56
↓ 1 callersFunctionparseSkillMd
(filePath: string)
src/skill-manager.ts:134
↓ 1 callersFunctionparseSourceInput
(value: string)
src/commands/create.ts:36
↓ 1 callersFunctionparse_args
()
skills/skillpack-creator/scripts/scaffold_skillpack.py:26
↓ 1 callersMethodperformRebuild
(reason: string, delayMs: number)
src/runtime/adapters/resilient-lark-channel.ts:396
↓ 1 callersMethodping
(callback?: (error?: Error) => void)
tests/resilient-lark-channel.test.ts:23
↓ 1 callersMethodpingWithPong
(ws: RawWebSocketLike)
src/runtime/adapters/resilient-lark-channel.ts:320
↓ 1 callersFunctionpopulateForm
()
web/js/chat-apps-dialog.js:165
↓ 1 callersMethodprovideLexer
()
web/marked.min.js:1933
↓ 1 callersMethodprovideParser
()
web/marked.min.js:1936
↓ 1 callersFunctionqueueSendFileToolCall
(toolCallId, toolInput)
web/js/chat.js:581
↓ 1 callersFunctionreadBlockScalar
( lines: string[], startIndex: number, marker: string, )
src/skill-manager.ts:188
↓ 1 callersFunctionreadConfigSource
(source: string)
src/commands/create.ts:73
↓ 1 callersFunctionreadEntry
(dir: string)
src/runtime/registry.ts:216
↓ 1 callersFunctionreadIndentedScalar
(lines: string[], startIndex: number)
src/skill-manager.ts:224
↓ 1 callersFunctionreadInstalledSkills
(configPath: string)
src/runtime/commands/help-command.ts:59
↓ 1 callersMethodreflink
(e, t)
web/marked.min.js:1050
↓ 1 callersMethodregisterAdapters
(adapters: PlatformAdapter[])
src/runtime/lifecycle.ts:33
↓ 1 callersMethodregisterListeners
(app: App)
src/runtime/adapters/slack.ts:127
↓ 1 callersMethodrejectAllPending
(error: Error)
src/runtime/host-ipc/host-ipc-client.ts:146
↓ 1 callersMethodrejectAllPending
(error: Error)
src/runtime/custom-tools/delegated-custom-tool-client.ts:189
↓ 1 callersMethodremovePongListener
(ws: RawWebSocketLike, handler: () => void)
src/runtime/adapters/resilient-lark-channel.ts:362
↓ 1 callersMethodremoveSocket
(channelId: string, ws: WebSocket)
src/runtime/adapters/web.ts:542
↓ 1 callersFunctionrenderEmbeddedMarkdownBlocks
(html)
web/js/chat.js:181
↓ 1 callersFunctionrenderTemplate
(content: string)
src/runtime/agent.ts:238
↓ 1 callersFunctionrepo_root_from_script
()
skills/skillpack-creator/scripts/scaffold_skillpack.py:124
↓ 1 callersMethodresolveCommand
(text: string)
src/runtime/adapters/feishu.ts:328
↓ 1 callersFunctionresolveDownloadFilePath
( rootDir: string, filePath: string, )
src/runtime/adapters/web.ts:64
↓ 1 callersMethodresolveInlineCommand
(commandKey: string)
src/runtime/adapters/slack.ts:391
↓ 1 callersMethodresolveResourceFilename
( resource: ResourceDescriptor & { type: FeishuSupportedResourceType }, index: number, )
src/runtime/adapters/feishu.ts:429
↓ 1 callersMethodresolveResourceMimeType
( resource: ResourceDescriptor & { type: FeishuSupportedResourceType }, filename: string, )
src/runtime/adapters/feishu.ts:440
↓ 1 callersMethodresolveSlashCommand
(commandName: string)
src/runtime/adapters/slack.ts:400
↓ 1 callersMethodresolveSlashCommandTarget
( payload: any, context: any, )
src/runtime/adapters/slack.ts:408
↓ 1 callersMethodresolveTelegramCommand
(commandKey: string)
src/runtime/adapters/telegram.ts:197
↓ 1 callersFunctionrt
(l, e, t)
web/marked.min.js:536
↓ 1 callersFunctionrunCommand
(directory?: string)
src/commands/run.ts:52
↓ 1 callersFunctionrun_loop
Run the eval + improvement loop.
templates/builtin-skills/skill-creator/scripts/run_loop.py:47
↓ 1 callersFunctionrun_zip
(pack_dir: Path)
skills/skillpack-creator/scripts/scaffold_skillpack.py:150
↓ 1 callersFunctionsaveAttachment
( rootDir: string, channelId: string, filename: string, buffer: Buffer, mimeType?: string, )
src/runtime/adapters/attachment-utils.ts:36
↓ 1 callersFunctionscheduleReconnect
()
web/js/chat.js:218
↓ 1 callersMethodscheduleRetry
(reason: string)
src/runtime/adapters/resilient-lark-channel.ts:423
↓ 1 callersMethodsend
(...args: unknown[])
tests/resilient-lark-channel.test.ts:103
↓ 1 callersMethodsendFileSafe
* Send a file to the Telegram chat.
src/runtime/adapters/telegram.ts:422
↓ 1 callersMethodsendFileSafe
* Send a file to the Slack channel/thread.
src/runtime/adapters/slack.ts:858
↓ 1 callersFunctionsendMessage
()
web/js/chat.js:99
↓ 1 callersMethodsendPlaceholderMessage
( client: any, route: SlackRoute, )
src/runtime/adapters/slack.ts:543
↓ 1 callersMethodsendRequest
( type: HostIpcRequestType, payload?: object, )
src/runtime/host-ipc/host-ipc-client.ts:84
↓ 1 callersMethodsetOptions
(e)
web/marked.min.js:2101
↓ 1 callersMethodsetScheduler
* Inject scheduler reference (called by server.ts after adapter init).
src/runtime/agent.ts:466
↓ 1 callersFunctionshould_exclude
Check if a path should be excluded from packaging.
templates/builtin-skills/skill-creator/scripts/package_skill.py:27
↓ 1 callersFunctionshowWelcome
(config)
web/js/chat.js:68
↓ 1 callersMethodsplitMessage
* Split text into chunks respecting Telegram's message length limit. * Tries to split at paragraph boundaries.
src/runtime/adapters/telegram.ts:237
↓ 1 callersMethodsplitMessage
(text: string)
src/runtime/adapters/slack.ts:469
↓ 1 callersMethodsplitMessage
(text: string)
src/runtime/adapters/feishu.ts:342
↓ 1 callersFunctionsplit_eval_set
Split eval set into train and test sets, stratified by should_trigger.
templates/builtin-skills/skill-creator/scripts/run_loop.py:24
↓ 1 callersMethodstart
(ctx: AdapterContext)
src/runtime/adapters/telegram.ts:50
↓ 1 callersMethodstart
(ctx: AdapterContext)
src/runtime/adapters/ipc.ts:87
↓ 1 callersMethodstart
(ctx: AdapterContext)
src/runtime/adapters/slack.ts:73
↓ 1 callersMethodstart
(ctx: AdapterContext)
src/runtime/adapters/web.ts:88
↓ 1 callersMethodstart
(ctx: AdapterContext)
src/runtime/adapters/feishu.ts:129
↓ 1 callersFunctionstartServer
(options: ServerOptions)
src/runtime/server.ts:59
↓ 1 callersMethodstripBotMention
(text: string)
src/runtime/adapters/slack.ts:461
↓ 1 callersFunctionstripWrappingQuotes
(value: string)
src/skill-manager.ts:294
↓ 1 callersMethodstrong
({ tokens: e })
web/marked.min.js:1649
↓ 1 callersMethodtag
(e)
web/marked.min.js:978
↓ 1 callersFunctiontoAgentToolResult
( result: DelegatedCustomToolResult, )
src/runtime/custom-tools/delegated-custom-tool-factory.ts:14
↓ 1 callersMethodtryAckReaction
* React to the incoming message to show the bot has started processing it.
src/runtime/adapters/telegram.ts:219
↓ 1 callersMethodtryAckReaction
(messageId: string)
src/runtime/adapters/feishu.ts:374
↓ 1 callersFunctiontryListen
(listenPort: number)
src/runtime/server.ts:361
↓ 1 callersFunctionupdateModelIdVisibility
()
web/js/api-key-dialog.js:195
↓ 1 callersFunctionupdateProviderUI
()
web/js/api-key-dialog.js:156
↓ 1 callersMethodupdateWithRetry
( client: any, route: SlackRoute, ts: string, text: string, maxRetries = 3, )
src/runtime/adapters/slack.ts:607
↓ 1 callersFunctionupsertSkills
( config: PackConfig, skills: SkillEntry[], )
src/skill-manager.ts:323
↓ 1 callersMethodurl
(e)
web/marked.min.js:1168
↓ 1 callersFunctionvalidateScheduledJobConfig
( value: unknown, sourceLabel: string, index: number, )
src/job-config.ts:51
↓ 1 callersFunctionvalidateSkillEntry
( value: unknown, sourceLabel: string, index: number, )
src/pack-config.ts:37
↓ 1 callersFunctionvalidate_manifest
(data: object, source_label: str)
skills/skillpack-creator/scripts/scaffold_skillpack.py:55
↓ 1 callersFunctionvisit
(dir: string)
src/skill-manager.ts:109
← previousnext →401–500 of 628, ranked by callers