MCPcopy Create free account

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

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

↓ 22 callersFunctionaddDetail
( details: ScoreDetail[], dimension: ScoreDetail['dimension'], check: string, passed: boolean,
src/core/quality.ts:284
↓ 13 callersFunctionreadLock
()
src/core/skill-lock.ts:69
↓ 9 callersFunctionaddSkillToLock
(entry: LockEntry)
src/core/skill-lock.ts:92
↓ 9 callersFunctioncreateLockEntry
( options: { name: string; scopedName: string; source: string; sourceType:
src/core/skill-lock.ts:197
↓ 9 callersFunctionfetchSkillsForCLI
(options: { search?: string; page?: number; limit?: number; sortBy?: 'stars' | 'recent' | 'nam
src/core/skillsdb.ts:196
↓ 8 callersFunctiondiscoverSkills
( config: Partial<SkillDiscoveryConfig> = {} )
src/core/loader.ts:34
↓ 8 callersFunctionloadConfig
()
src/core/marketplace.ts:34
↓ 7 callersFunctionlistMarketplaceSkills
( sourceId?: string )
src/core/marketplace.ts:114
↓ 7 callersFunctionloadRules
(global: boolean)
src/cli/commands/rule.ts:95
↓ 7 callersFunctionrender
* Render the search UI
src/cli/fzf-search.ts:60
↓ 6 callersFunctionlistInstalledSkills
(options?: ListOptions)
src/core/skill-lock.ts:130
↓ 6 callersFunctionloadSkill
(skillPath: string)
src/core/loader.ts:103
↓ 5 callersFunctiongetSkillByScoped
(scopedName: string)
src/core/skillsdb.ts:109
↓ 5 callersFunctionloadBlueprint
()
src/cli/commands/blueprint.ts:84
↓ 5 callersFunctionloadCollabConfig
()
src/cli/commands/collab.ts:95
↓ 5 callersFunctionloadStore
()
src/cli/commands/recall.ts:116
↓ 4 callersFunctionescapeXML
* Escape special XML characters
src/core/injector.ts:105
↓ 4 callersFunctionfetchFromDB
(options: FetchOptions = {})
src/core/skillsdb.ts:77
↓ 4 callersFunctionformatScoreBar
(score: number, width: number = 20)
src/core/quality.ts:308
↓ 4 callersMethodgetProjectDir
Relative project-level skill directory
src/adapters/adapter.ts:21
↓ 4 callersFunctiongetScoreColor
(score: number)
src/core/quality.ts:318
↓ 4 callersFunctiongetSessionPath
(name: string)
src/cli/commands/track.ts:68
↓ 4 callersMethodgetSkillFilename
Get the filename the agent expects (usually SKILL.md)
src/adapters/adapter.ts:31
↓ 4 callersFunctioninstallFromGitHubUrl
( githubUrl: string, installDir: string )
src/core/skillsdb.ts:292
↓ 4 callersFunctioninstallSkillFromDatabase
Install a skill from its database record into a target directory
src/cli/commands/install.ts:31
↓ 4 callersFunctionloadTriggers
()
src/cli/commands/trigger.ts:88
↓ 4 callersFunctionsaveBlueprint
(bp: Blueprint)
src/cli/commands/blueprint.ts:90
↓ 4 callersFunctionsaveConfig
(config: MarketplaceConfig)
src/core/marketplace.ts:71
↓ 4 callersFunctionseverityRank
(severity: Severity)
src/cli/commands/audit.ts:169
↓ 4 callersFunctionwriteLock
(lock: SkillsLock)
src/core/skill-lock.ts:84
↓ 3 callersFunctionarrayOverlap
* Compute overlap ratio between two arrays (Jaccard index).
src/core/conflict-detector.ts:420
↓ 3 callersFunctionassessQuality
(skillPath: string)
src/core/quality.ts:59
↓ 3 callersFunctionextractWords
* Extract significant words from a line (lowercase, no stop words, min length 3).
src/core/conflict-detector.ts:409
↓ 3 callersMethodgenerateConfig
Generate agent-specific config content from parsed skill
src/adapters/adapter.ts:27
↓ 3 callersFunctiongenerateSkillsPromptXML
(skills: SkillRef[])
src/core/injector.ts:12
↓ 3 callersFunctiongetAdapter
(agentName: string)
src/cli/agents.ts:315
↓ 3 callersFunctiongetAgentSkillPath
( skillName: string, agentConfig: AgentConfig, options: { global: boolean; cwd: string } )
src/core/installer.ts:65
↓ 3 callersFunctiongetLocalIP
()
src/cli/commands/grid.ts:232
↓ 3 callersFunctionlistScripts
(skillPath: string)
src/core/executor.ts:164
↓ 3 callersFunctionmatchScore
* How well do skill keywords match project signals? Returns 0-1.
src/core/context-budget.ts:328
↓ 3 callersFunctionparseSource
(input: string)
src/core/source-parser.ts:76
↓ 3 callersFunctionremoveSkillFromLock
(skillName: string)
src/core/skill-lock.ts:101
↓ 3 callersFunctionsanitizeUrl
(url: string)
src/core/git-auth.ts:357
↓ 3 callersFunctionsaveCollabConfig
(config: CollabConfig)
src/cli/commands/collab.ts:105
↓ 3 callersFunctionsaveRules
(store: RulesStore, global: boolean)
src/cli/commands/rule.ts:101
↓ 3 callersFunctionsaveStore
(store: MemoryStore)
src/cli/commands/recall.ts:127
↓ 3 callersFunctionsaveTriggers
(config: TriggerConfig)
src/cli/commands/trigger.ts:94
↓ 3 callersFunctiontrack
(data: TelemetryData)
src/core/telemetry.ts:89
↓ 3 callersFunctiontriggerSearch
* Trigger debounced search
src/cli/fzf-search.ts:152
↓ 3 callersFunctionvalidateMetadata
(metadata: Partial<SkillMetadata>)
src/core/validator.ts:29
↓ 2 callersFunctionanalyzeProject
(projectPath: string)
src/core/suggest.ts:111
↓ 2 callersFunctionbuildFrontmatter
(name: string, description: string, sources: string[])
src/core/composer.ts:303
↓ 2 callersFunctioncleanup
* Cleanup terminal state
src/cli/fzf-search.ts:161
↓ 2 callersFunctiondetectConflicts
(skillPaths: string[])
src/core/conflict-detector.ts:131
↓ 2 callersFunctiondetectGitHost
(url: string)
src/core/git-auth.ts:52
↓ 2 callersFunctionexecuteScript
( skillPath: string, scriptName: string, args: string[] = [], options: ScriptExecutionOptions
src/core/executor.ts:36
↓ 2 callersFunctionexportToAgent
Helper used by interactive wizard flows
src/cli/commands/interactive.ts:22
↓ 2 callersFunctionextractConcepts
(description: string)
src/cli/commands/forge.ts:89
↓ 2 callersFunctionextractKeywords
(text: string)
src/core/splitter.ts:248
↓ 2 callersFunctionfetchAssetManifest
(baseUrl: string)
src/core/assets.ts:82
↓ 2 callersFunctionfetchSkillsFromSource
* Fetch skills from a GitHub marketplace source (with caching and parallel fetching)
src/core/marketplace.ts:143
↓ 2 callersFunctionformatValidationResult
( result: ValidationResult, skillName?: string )
src/core/validator.ts:174
↓ 2 callersFunctiongenerateFullSkillsContext
(skills: SkillRef[])
src/core/injector.ts:87
↓ 2 callersFunctiongetCanonicalPath
( skillName: string, options: { global: boolean; cwd: string } )
src/core/installer.ts:55
↓ 2 callersFunctiongetSkillBaseUrl
(rawUrl: string)
src/core/assets.ts:34
↓ 2 callersFunctionglobMatch
(pattern: string, str: string)
src/cli/commands/install.ts:192
↓ 2 callersFunctioninstallSkill
( skillName: string, sourceId?: string )
src/core/marketplace.ts:317
↓ 2 callersFunctionloadSkillForDiff
(path: string)
src/core/differ.ts:133
↓ 2 callersFunctionloadSkillMetadata
( skillMdPath: string )
src/core/loader.ts:75
↓ 2 callersFunctionnormalizeGitUrl
(url: string)
src/core/git-auth.ts:267
↓ 2 callersFunctionparseSections
(body: string)
src/core/differ.ts:155
↓ 2 callersFunctionresolveSkill
(input: string)
src/cli/commands/diff.ts:25
↓ 2 callersFunctionruleToggle
(name: string, enabled: boolean, global?: boolean)
src/cli/commands/rule.ts:171
↓ 2 callersFunctionsearchSkills
(query: string)
src/core/marketplace.ts:482
↓ 2 callersFunctionseverityColor
(severity: Severity)
src/cli/commands/audit.ts:185
↓ 2 callersFunctiontestSkill
(skillPath: string)
src/core/skill-tester.ts:176
↓ 2 callersFunctiontrackCommand
(command: string, args?: string)
src/core/telemetry.ts:146
↓ 2 callersFunctiontriggerToggle
(name: string, enabled: boolean)
src/cli/commands/trigger.ts:143
↓ 2 callersFunctiontruncate
(str: string, maxLen: number)
src/cli/commands/audit.ts:196
↓ 2 callersFunctionvalidateBody
(body: string)
src/core/validator.ts:132
↓ 1 callersFunctionaddMarketplace
(source: MarketplaceSource)
src/core/marketplace.ts:79
↓ 1 callersFunctionanalyzeProjectSignals
* Analyze the project directory to extract signals.
src/core/context-budget.ts:162
↓ 1 callersFunctionauditCommand
* Run the audit command
src/cli/commands/audit.ts:51
↓ 1 callersFunctionbootstrapCommand
(options: BootstrapOptions)
src/cli/commands/bootstrap.ts:88
↓ 1 callersFunctionbpAddMilestone
(milestone: string)
src/cli/commands/blueprint.ts:108
↓ 1 callersFunctionbpAddTask
(milestone: string, task: string, assignee?: string)
src/cli/commands/blueprint.ts:116
↓ 1 callersFunctionbpCreate
(name: string, description?: string)
src/cli/commands/blueprint.ts:95
↓ 1 callersFunctionbpExport
(output: string)
src/cli/commands/blueprint.ts:164
↓ 1 callersFunctionbpMarkDone
(taskId: string)
src/cli/commands/blueprint.ts:154
↓ 1 callersFunctionbpStatus
()
src/cli/commands/blueprint.ts:128
↓ 1 callersFunctionbuildAuthenticatedUrl
(url: string, token: string)
src/core/git-auth.ts:239
↓ 1 callersFunctionbuildContextPlan
( skillPaths: string[], options: ContextOptions )
src/core/context-budget.ts:102
↓ 1 callersFunctionbuildProjectContext
(projectDir: string, analysis: any)
src/cli/commands/bootstrap.ts:148
↓ 1 callersFunctionbuildSearchKeywords
(analysis: ProjectAnalysis, task?: string)
src/core/suggest.ts:218
↓ 1 callersFunctioncaptureCommand
(source: string, options: CaptureOptions)
src/cli/commands/capture.ts:43
↓ 1 callersFunctioncategorizeSubject
* Categorize a subject string into a conflict category.
src/core/conflict-detector.ts:435
↓ 1 callersFunctioncheckOpposition
* Check if two directives oppose each other.
src/core/conflict-detector.ts:199
↓ 1 callersFunctioncheckSshAvailable
* Check if SSH keys are available via ssh-agent
src/core/git-auth.ts:89
↓ 1 callersFunctioncheckUpdates
()
src/core/marketplace.ts:441
↓ 1 callersFunctionciCommand
(platform: CIPlatform, options: any)
src/cli/commands/ci.ts:35
next →1–100 of 358, ranked by callers