Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Karanjot786/agent-skills-cli
/ functions
Functions
358 in github.com/Karanjot786/agent-skills-cli
⨍
Functions
358
◇
Types & classes
116
↓ 1 callers
Function
cloneWithAuth
( url: string, destDir: string, options?: CloneOptions )
src/core/git-auth.ts:293
↓ 1 callers
Function
clusterSections
(sections: Section[], minPerGroup: number)
src/core/splitter.ts:175
↓ 1 callers
Function
collabAddMember
(member: string)
src/cli/commands/collab.ts:137
↓ 1 callers
Function
collabInit
(teamName: string)
src/cli/commands/collab.ts:110
↓ 1 callers
Function
collabShare
(skillName: string)
src/cli/commands/collab.ts:156
↓ 1 callers
Function
collabStatus
()
src/cli/commands/collab.ts:175
↓ 1 callers
Function
collabSync
()
src/cli/commands/collab.ts:211
↓ 1 callers
Function
collectFiles
* Recursively collect scannable files
src/core/audit.ts:39
↓ 1 callers
Function
composeChain
(skills: ParsedSkill[])
src/core/composer.ts:194
↓ 1 callers
Function
composeConditional
(skills: ParsedSkill[])
src/core/composer.ts:215
↓ 1 callers
Function
composeMerge
(skills: ParsedSkill[], dedup: boolean)
src/core/composer.ts:134
↓ 1 callers
Function
composeSkills
(options: ComposeOptions)
src/core/composer.ts:68
↓ 1 callers
Function
convertCommand
(source: string, targetFormat: AgentFormat, options: ConvertOptions)
src/cli/commands/convert.ts:46
↓ 1 callers
Function
craftCommand
* Run the craft command
src/cli/commands/craft.ts:47
↓ 1 callers
Function
createEmptyScanResult
()
src/core/scanner-rules.ts:368
↓ 1 callers
Function
createSymlinkOrCopy
* Create a symlink, falling back to copy if symlinks fail (Windows)
src/core/installer.ts:91
↓ 1 callers
Function
detectContradictions
* Extract directives from all skills, then cross-compare for contradictions.
src/core/conflict-detector.ts:166
↓ 1 callers
Function
detectFormat
(filePath: string, content: string)
src/cli/commands/convert.ts:115
↓ 1 callers
Function
detectOverlaps
* Detect skills that cover the same topic (duplicate instructions).
src/core/conflict-detector.ts:251
↓ 1 callers
Function
detectSourceType
(source: string)
src/cli/commands/capture.ts:120
↓ 1 callers
Function
diffSkills
(pathA: string, pathB: string)
src/core/differ.ts:53
↓ 1 callers
Function
downloadSkill
* Download a skill from GitHub
src/core/marketplace.ts:374
↓ 1 callers
Function
extractBranch
* Extract branch from GitHub URL
src/core/skillsdb.ts:284
↓ 1 callers
Function
extractDirectives
* Extract imperative directives from skill body.
src/core/conflict-detector.ts:328
↓ 1 callers
Function
extractGitHubPath
* Extract GitHub path from URL
src/core/skillsdb.ts:259
↓ 1 callers
Function
extractHostname
* Extract hostname from a Git URL
src/core/git-auth.ts:163
↓ 1 callers
Function
extractOwner
* Extract owner from GitHub URL
src/core/skillsdb.ts:276
↓ 1 callers
Function
extractRepoName
* Extract repo name from GitHub URL
src/core/skillsdb.ts:268
↓ 1 callers
Function
extractSignificantWords
* Extract significant words from text (no stop words, min length 3).
src/core/context-budget.ts:350
↓ 1 callers
Function
extractTopics
* Extract topic signals from skill body: headings, keywords, code languages.
src/core/conflict-detector.ts:354
↓ 1 callers
Function
fetchAsset
(assetUrl: string)
src/core/assets.ts:149
↓ 1 callers
Function
findSkillDirs
(dir: string, depth = 0, maxDepth = 3)
src/cli/commands/install.ts:579
↓ 1 callers
Function
forgeCommand
(description: string, options: ForgeOptions)
src/cli/commands/forge.ts:43
↓ 1 callers
Function
formatContextJSON
(plan: ContextPlan)
src/core/context-budget.ts:386
↓ 1 callers
Function
formatContextXML
(plan: ContextPlan)
src/core/context-budget.ts:372
↓ 1 callers
Function
formatPatternsText
(patterns: MinedPattern[])
src/cli/commands/mine.ts:259
↓ 1 callers
Function
fzfSearch
(initialQuery = '')
src/cli/fzf-search.ts:37
↓ 1 callers
Function
generateBitbucketPipelines
(options: any)
src/cli/commands/ci.ts:144
↓ 1 callers
Function
generateClaudeMd
(ctx: ProjectContext)
src/cli/commands/bootstrap.ts:219
↓ 1 callers
Function
generateGitHubActions
(options: any)
src/cli/commands/ci.ts:74
↓ 1 callers
Function
generateGitLabCI
(options: any)
src/cli/commands/ci.ts:123
↓ 1 callers
Function
generateRunScript
(name: string)
src/cli/commands/craft.ts:229
↓ 1 callers
Function
generateSetupScript
(name: string)
src/cli/commands/craft.ts:195
↓ 1 callers
Function
generateSkillContent
(name: string, description: string, concepts: string[])
src/cli/commands/forge.ts:110
↓ 1 callers
Function
generateSkillName
(description: string)
src/cli/commands/forge.ts:104
↓ 1 callers
Function
generateSkillSystemInstructions
()
src/core/injector.ts:60
↓ 1 callers
Function
generateSkillTemplate
(name: string)
src/cli/commands/craft.ts:138
↓ 1 callers
Function
generateTestScript
(name: string)
src/cli/commands/craft.ts:212
↓ 1 callers
Function
getAssetUrl
(baseUrl: string, assetPath: string)
src/core/assets.ts:45
↓ 1 callers
Function
getBuiltinTests
()
src/core/skill-tester.ts:57
↓ 1 callers
Function
getCanonicalSkillsDir
(global: boolean, cwd: string)
src/core/installer.ts:46
↓ 1 callers
Method
getGlobalDir
Absolute global skill directory
src/adapters/adapter.ts:23
↓ 1 callers
Function
getInstalledSkills
()
src/core/marketplace.ts:496
↓ 1 callers
Function
globM
(pattern: string, str: string)
src/cli/commands/install.ts:607
↓ 1 callers
Function
gridDiscover
(options: GridOptions)
src/cli/commands/grid.ts:141
↓ 1 callers
Function
gridServe
(options: GridOptions)
src/cli/commands/grid.ts:75
↓ 1 callers
Function
gridStatus
()
src/cli/commands/grid.ts:210
↓ 1 callers
Function
insightCommand
(options: { json?: boolean; verbose?: boolean })
src/cli/commands/insight.ts:28
↓ 1 callers
Function
installSkillFromDatabase
Install a skill from its database record into a target directory
src/cli/commands/search.ts:13
↓ 1 callers
Function
installSkillToPlatforms
(skill: any)
src/cli/index.ts:170
↓ 1 callers
Function
isCI
* Check if running in a CI environment
src/core/telemetry.ts:57
↓ 1 callers
Function
isDirectSkillUrl
* Check if a URL is a direct link to a SKILL.md file
src/core/source-parser.ts:50
↓ 1 callers
Function
isEnabled
* Check if telemetry is enabled * Respects DISABLE_TELEMETRY and DO_NOT_TRACK env vars
src/core/telemetry.ts:74
↓ 1 callers
Function
isGlobP
(s: string)
src/cli/commands/install.ts:606
↓ 1 callers
Function
isGlobPattern
(s: string)
src/cli/commands/install.ts:190
↓ 1 callers
Function
isLocalPath
* Check if a string represents a local file system path
src/core/source-parser.ts:35
↓ 1 callers
Function
isScriptSafe
(scriptContent: string)
src/core/executor.ts:132
↓ 1 callers
Function
isSymlink
(path: string)
src/core/installer.ts:79
↓ 1 callers
Function
isWellKnownUrl
* Check if a URL could be a well-known skills endpoint
src/core/source-parser.ts:292
↓ 1 callers
Function
listAssetsFromGitHub
( owner: string, repo: string, skillPath: string, token?: string )
src/core/assets.ts:104
↓ 1 callers
Function
listMarketplaces
()
src/core/marketplace.ts:504
↓ 1 callers
Function
listSkillResources
(skillPath: string)
src/core/loader.ts:154
↓ 1 callers
Function
loadAndParse
(path: string)
src/core/composer.ts:235
↓ 1 callers
Function
loadCustomTests
* Load custom tests from skill-test.yml if it exists.
src/core/skill-tester.ts:127
↓ 1 callers
Function
loadSkillContent
* Load a skill's content and extract directives + topics.
src/core/conflict-detector.ts:304
↓ 1 callers
Function
lockspecDiff
(filePath?: string)
src/cli/commands/lockspec.ts:172
↓ 1 callers
Function
lockspecGenerate
(outputPath?: string)
src/cli/commands/lockspec.ts:84
↓ 1 callers
Function
lockspecVerify
(filePath?: string)
src/cli/commands/lockspec.ts:126
↓ 1 callers
Function
methodApply
(name: string, outputDir: string)
src/cli/commands/method.ts:128
↓ 1 callers
Function
mineCommand
(options: MineOptions)
src/cli/commands/mine.ts:48
↓ 1 callers
Function
mineCommitPatterns
(depth: number)
src/cli/commands/mine.ts:111
↓ 1 callers
Function
mineFilePatterns
(depth: number)
src/cli/commands/mine.ts:158
↓ 1 callers
Function
mineLanguagePatterns
(depth: number)
src/cli/commands/mine.ts:208
↓ 1 callers
Function
normalizeHeading
(heading: string)
src/core/composer.ts:284
↓ 1 callers
Function
parseConfigFile
* Try to parse a file as JSON or simple YAML-like key-value format
src/core/skillsrc.ts:57
↓ 1 callers
Function
parseRawUrl
(rawUrl: string)
src/core/assets.ts:58
↓ 1 callers
Function
parseScopedName
(input: string)
src/core/skillsdb.ts:60
↓ 1 callers
Function
parseSections
(body: string)
src/core/composer.ts:256
↓ 1 callers
Function
parseSections
(body: string)
src/core/splitter.ts:128
↓ 1 callers
Function
parseSimpleYaml
* Parse a simple YAML-like format for .skillsrc files * Handles nested objects and arrays with basic indentation
src/core/skillsrc.ts:85
↓ 1 callers
Function
parseSkillContent
(content: string, format: AgentFormat)
src/cli/commands/convert.ts:131
↓ 1 callers
Function
parseSkillMdFrontmatter
* Parse frontmatter from SKILL.md content
src/core/marketplace.ts:266
↓ 1 callers
Function
parseSourceInner
(input: string)
src/core/source-parser.ts:98
↓ 1 callers
Function
patternsToSkill
(patterns: MinedPattern[])
src/cli/commands/mine.ts:272
↓ 1 callers
Function
printPatterns
(patterns: MinedPattern[])
src/cli/commands/mine.ts:240
↓ 1 callers
Function
printSummary
* Print summary format
src/cli/commands/audit.ts:91
↓ 1 callers
Function
printTable
* Print table format
src/cli/commands/audit.ts:139
↓ 1 callers
Function
progressBar
(pct: number)
src/cli/commands/blueprint.ts:185
↓ 1 callers
Function
recallClear
()
src/cli/commands/recall.ts:235
↓ 1 callers
Function
recallDelete
(key: string)
src/cli/commands/recall.ts:221
← previous
next →
101–200 of 358, ranked by callers