MCPcopy Create free account

hub / github.com/Karanjot786/agent-skills-cli / functions

Functions358 in github.com/Karanjot786/agent-skills-cli

↓ 1 callersFunctioncloneWithAuth
( url: string, destDir: string, options?: CloneOptions )
src/core/git-auth.ts:293
↓ 1 callersFunctionclusterSections
(sections: Section[], minPerGroup: number)
src/core/splitter.ts:175
↓ 1 callersFunctioncollabAddMember
(member: string)
src/cli/commands/collab.ts:137
↓ 1 callersFunctioncollabInit
(teamName: string)
src/cli/commands/collab.ts:110
↓ 1 callersFunctioncollabShare
(skillName: string)
src/cli/commands/collab.ts:156
↓ 1 callersFunctioncollabStatus
()
src/cli/commands/collab.ts:175
↓ 1 callersFunctioncollabSync
()
src/cli/commands/collab.ts:211
↓ 1 callersFunctioncollectFiles
* Recursively collect scannable files
src/core/audit.ts:39
↓ 1 callersFunctioncomposeChain
(skills: ParsedSkill[])
src/core/composer.ts:194
↓ 1 callersFunctioncomposeConditional
(skills: ParsedSkill[])
src/core/composer.ts:215
↓ 1 callersFunctioncomposeMerge
(skills: ParsedSkill[], dedup: boolean)
src/core/composer.ts:134
↓ 1 callersFunctioncomposeSkills
(options: ComposeOptions)
src/core/composer.ts:68
↓ 1 callersFunctionconvertCommand
(source: string, targetFormat: AgentFormat, options: ConvertOptions)
src/cli/commands/convert.ts:46
↓ 1 callersFunctioncraftCommand
* Run the craft command
src/cli/commands/craft.ts:47
↓ 1 callersFunctioncreateEmptyScanResult
()
src/core/scanner-rules.ts:368
↓ 1 callersFunctioncreateSymlinkOrCopy
* Create a symlink, falling back to copy if symlinks fail (Windows)
src/core/installer.ts:91
↓ 1 callersFunctiondetectContradictions
* Extract directives from all skills, then cross-compare for contradictions.
src/core/conflict-detector.ts:166
↓ 1 callersFunctiondetectFormat
(filePath: string, content: string)
src/cli/commands/convert.ts:115
↓ 1 callersFunctiondetectOverlaps
* Detect skills that cover the same topic (duplicate instructions).
src/core/conflict-detector.ts:251
↓ 1 callersFunctiondetectSourceType
(source: string)
src/cli/commands/capture.ts:120
↓ 1 callersFunctiondiffSkills
(pathA: string, pathB: string)
src/core/differ.ts:53
↓ 1 callersFunctiondownloadSkill
* Download a skill from GitHub
src/core/marketplace.ts:374
↓ 1 callersFunctionextractBranch
* Extract branch from GitHub URL
src/core/skillsdb.ts:284
↓ 1 callersFunctionextractDirectives
* Extract imperative directives from skill body.
src/core/conflict-detector.ts:328
↓ 1 callersFunctionextractGitHubPath
* Extract GitHub path from URL
src/core/skillsdb.ts:259
↓ 1 callersFunctionextractHostname
* Extract hostname from a Git URL
src/core/git-auth.ts:163
↓ 1 callersFunctionextractOwner
* Extract owner from GitHub URL
src/core/skillsdb.ts:276
↓ 1 callersFunctionextractRepoName
* Extract repo name from GitHub URL
src/core/skillsdb.ts:268
↓ 1 callersFunctionextractSignificantWords
* Extract significant words from text (no stop words, min length 3).
src/core/context-budget.ts:350
↓ 1 callersFunctionextractTopics
* Extract topic signals from skill body: headings, keywords, code languages.
src/core/conflict-detector.ts:354
↓ 1 callersFunctionfetchAsset
(assetUrl: string)
src/core/assets.ts:149
↓ 1 callersFunctionfindSkillDirs
(dir: string, depth = 0, maxDepth = 3)
src/cli/commands/install.ts:579
↓ 1 callersFunctionforgeCommand
(description: string, options: ForgeOptions)
src/cli/commands/forge.ts:43
↓ 1 callersFunctionformatContextJSON
(plan: ContextPlan)
src/core/context-budget.ts:386
↓ 1 callersFunctionformatContextXML
(plan: ContextPlan)
src/core/context-budget.ts:372
↓ 1 callersFunctionformatPatternsText
(patterns: MinedPattern[])
src/cli/commands/mine.ts:259
↓ 1 callersFunctionfzfSearch
(initialQuery = '')
src/cli/fzf-search.ts:37
↓ 1 callersFunctiongenerateBitbucketPipelines
(options: any)
src/cli/commands/ci.ts:144
↓ 1 callersFunctiongenerateClaudeMd
(ctx: ProjectContext)
src/cli/commands/bootstrap.ts:219
↓ 1 callersFunctiongenerateGitHubActions
(options: any)
src/cli/commands/ci.ts:74
↓ 1 callersFunctiongenerateGitLabCI
(options: any)
src/cli/commands/ci.ts:123
↓ 1 callersFunctiongenerateRunScript
(name: string)
src/cli/commands/craft.ts:229
↓ 1 callersFunctiongenerateSetupScript
(name: string)
src/cli/commands/craft.ts:195
↓ 1 callersFunctiongenerateSkillContent
(name: string, description: string, concepts: string[])
src/cli/commands/forge.ts:110
↓ 1 callersFunctiongenerateSkillName
(description: string)
src/cli/commands/forge.ts:104
↓ 1 callersFunctiongenerateSkillSystemInstructions
()
src/core/injector.ts:60
↓ 1 callersFunctiongenerateSkillTemplate
(name: string)
src/cli/commands/craft.ts:138
↓ 1 callersFunctiongenerateTestScript
(name: string)
src/cli/commands/craft.ts:212
↓ 1 callersFunctiongetAssetUrl
(baseUrl: string, assetPath: string)
src/core/assets.ts:45
↓ 1 callersFunctiongetBuiltinTests
()
src/core/skill-tester.ts:57
↓ 1 callersFunctiongetCanonicalSkillsDir
(global: boolean, cwd: string)
src/core/installer.ts:46
↓ 1 callersMethodgetGlobalDir
Absolute global skill directory
src/adapters/adapter.ts:23
↓ 1 callersFunctiongetInstalledSkills
()
src/core/marketplace.ts:496
↓ 1 callersFunctionglobM
(pattern: string, str: string)
src/cli/commands/install.ts:607
↓ 1 callersFunctiongridDiscover
(options: GridOptions)
src/cli/commands/grid.ts:141
↓ 1 callersFunctiongridServe
(options: GridOptions)
src/cli/commands/grid.ts:75
↓ 1 callersFunctiongridStatus
()
src/cli/commands/grid.ts:210
↓ 1 callersFunctioninsightCommand
(options: { json?: boolean; verbose?: boolean })
src/cli/commands/insight.ts:28
↓ 1 callersFunctioninstallSkillFromDatabase
Install a skill from its database record into a target directory
src/cli/commands/search.ts:13
↓ 1 callersFunctioninstallSkillToPlatforms
(skill: any)
src/cli/index.ts:170
↓ 1 callersFunctionisCI
* Check if running in a CI environment
src/core/telemetry.ts:57
↓ 1 callersFunctionisDirectSkillUrl
* Check if a URL is a direct link to a SKILL.md file
src/core/source-parser.ts:50
↓ 1 callersFunctionisEnabled
* Check if telemetry is enabled * Respects DISABLE_TELEMETRY and DO_NOT_TRACK env vars
src/core/telemetry.ts:74
↓ 1 callersFunctionisGlobP
(s: string)
src/cli/commands/install.ts:606
↓ 1 callersFunctionisGlobPattern
(s: string)
src/cli/commands/install.ts:190
↓ 1 callersFunctionisLocalPath
* Check if a string represents a local file system path
src/core/source-parser.ts:35
↓ 1 callersFunctionisScriptSafe
(scriptContent: string)
src/core/executor.ts:132
↓ 1 callersFunctionisSymlink
(path: string)
src/core/installer.ts:79
↓ 1 callersFunctionisWellKnownUrl
* Check if a URL could be a well-known skills endpoint
src/core/source-parser.ts:292
↓ 1 callersFunctionlistAssetsFromGitHub
( owner: string, repo: string, skillPath: string, token?: string )
src/core/assets.ts:104
↓ 1 callersFunctionlistMarketplaces
()
src/core/marketplace.ts:504
↓ 1 callersFunctionlistSkillResources
(skillPath: string)
src/core/loader.ts:154
↓ 1 callersFunctionloadAndParse
(path: string)
src/core/composer.ts:235
↓ 1 callersFunctionloadCustomTests
* Load custom tests from skill-test.yml if it exists.
src/core/skill-tester.ts:127
↓ 1 callersFunctionloadSkillContent
* Load a skill's content and extract directives + topics.
src/core/conflict-detector.ts:304
↓ 1 callersFunctionlockspecDiff
(filePath?: string)
src/cli/commands/lockspec.ts:172
↓ 1 callersFunctionlockspecGenerate
(outputPath?: string)
src/cli/commands/lockspec.ts:84
↓ 1 callersFunctionlockspecVerify
(filePath?: string)
src/cli/commands/lockspec.ts:126
↓ 1 callersFunctionmethodApply
(name: string, outputDir: string)
src/cli/commands/method.ts:128
↓ 1 callersFunctionmineCommand
(options: MineOptions)
src/cli/commands/mine.ts:48
↓ 1 callersFunctionmineCommitPatterns
(depth: number)
src/cli/commands/mine.ts:111
↓ 1 callersFunctionmineFilePatterns
(depth: number)
src/cli/commands/mine.ts:158
↓ 1 callersFunctionmineLanguagePatterns
(depth: number)
src/cli/commands/mine.ts:208
↓ 1 callersFunctionnormalizeHeading
(heading: string)
src/core/composer.ts:284
↓ 1 callersFunctionparseConfigFile
* Try to parse a file as JSON or simple YAML-like key-value format
src/core/skillsrc.ts:57
↓ 1 callersFunctionparseRawUrl
(rawUrl: string)
src/core/assets.ts:58
↓ 1 callersFunctionparseScopedName
(input: string)
src/core/skillsdb.ts:60
↓ 1 callersFunctionparseSections
(body: string)
src/core/composer.ts:256
↓ 1 callersFunctionparseSections
(body: string)
src/core/splitter.ts:128
↓ 1 callersFunctionparseSimpleYaml
* Parse a simple YAML-like format for .skillsrc files * Handles nested objects and arrays with basic indentation
src/core/skillsrc.ts:85
↓ 1 callersFunctionparseSkillContent
(content: string, format: AgentFormat)
src/cli/commands/convert.ts:131
↓ 1 callersFunctionparseSkillMdFrontmatter
* Parse frontmatter from SKILL.md content
src/core/marketplace.ts:266
↓ 1 callersFunctionparseSourceInner
(input: string)
src/core/source-parser.ts:98
↓ 1 callersFunctionpatternsToSkill
(patterns: MinedPattern[])
src/cli/commands/mine.ts:272
↓ 1 callersFunctionprintPatterns
(patterns: MinedPattern[])
src/cli/commands/mine.ts:240
↓ 1 callersFunctionprintSummary
* Print summary format
src/cli/commands/audit.ts:91
↓ 1 callersFunctionprintTable
* Print table format
src/cli/commands/audit.ts:139
↓ 1 callersFunctionprogressBar
(pct: number)
src/cli/commands/blueprint.ts:185
↓ 1 callersFunctionrecallClear
()
src/cli/commands/recall.ts:235
↓ 1 callersFunctionrecallDelete
(key: string)
src/cli/commands/recall.ts:221
← previousnext →101–200 of 358, ranked by callers