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
Function
exportToCodex
(skills: any[], projectDir: string, fs: any)
src/cli/commands/interactive.ts:82
Function
exportToCopilot
(skills: any[], projectDir: string, fs: any)
src/cli/commands/interactive.ts:46
Function
exportToCursor
(skills: any[], projectDir: string, fs: any)
src/cli/commands/interactive.ts:58
Function
fetchAssetBinary
(assetUrl: string)
src/core/assets.ts:162
Function
generateAgentsMd
(ctx: ProjectContext)
src/cli/commands/bootstrap.ts:273
Function
generateConfig
(parsed: ParsedSkillInput)
src/adapters/adapter.ts:70
Method
generateConfig
(parsed: ParsedSkillInput)
src/adapters/cursor.ts:20
Function
generateCopilotInstructions
(ctx: ProjectContext)
src/cli/commands/bootstrap.ts:251
Function
generateCursorRules
(ctx: ProjectContext)
src/cli/commands/bootstrap.ts:184
Function
generateProjectSkill
(ctx: ProjectContext)
src/cli/commands/bootstrap.ts:277
Function
generateSkillActivationPrompt
(skill: Skill)
src/core/injector.ts:45
Function
getAllAdapters
()
src/cli/agents.ts:350
Function
getAssetUrlFromEntry
( baseUrl: string, entry: AssetEntry, format: 'html' | 'jsx' | 'vue' = 'html' )
src/core/assets.ts:212
Function
getAuthEnvVar
(config: SkillsRC, url: string)
src/core/skillsrc.ts:208
Function
getCategories
()
src/core/scanner-rules.ts:361
Function
getConfigPath
(skillName: string, global: boolean)
src/adapters/adapter.ts:65
Method
getConfigPath
Full path for a given skill, e.g. `.cursor/skills/my-skill/SKILL.md`
src/adapters/adapter.ts:25
Function
getGlobalDir
()
src/adapters/adapter.ts:61
Function
getInstallPath
(agent: string, global: boolean)
src/cli/agents.ts:293
Function
getInstalledSkillCount
()
src/core/skill-lock.ts:160
Function
getLockFilePath
()
src/core/skill-lock.ts:62
Function
getOwnerRepo
(parsed: ParsedSource)
src/core/source-parser.ts:340
Function
getProjectDir
()
src/adapters/adapter.ts:57
Function
getRegistryForScope
(config: SkillsRC, scope: string)
src/core/skillsrc.ts:198
Function
getRuleById
(id: string)
src/core/scanner-rules.ts:354
Function
getRulesByCategory
(category: string)
src/core/scanner-rules.ts:347
Function
getSkillAssets
( rawUrl: string, githubToken?: string )
src/core/assets.ts:177
Function
getSkillByName
( name: string, config: Partial<SkillDiscoveryConfig> = {} )
src/core/loader.ts:192
Function
getSkillFilename
()
src/adapters/adapter.ts:91
Function
getSkillFromLock
(skillName: string)
src/core/skill-lock.ts:110
Function
getSkillInstallMethod
( skillName: string, agentConfig: AgentConfig, options: { global: boolean; cwd: string } )
src/core/installer.ts:202
Function
getSkillsByAuthor
( author: string, options: Omit<FetchOptions, 'author'> = {} )
src/core/skillsdb.ts:158
Function
getSourceTypeDisplay
(type: ParsedSource['type'])
src/core/source-parser.ts:363
Function
getSourcesByType
(config: SkillsRC, type: 'git' | 'npm')
src/core/skillsrc.ts:191
Function
handleKeypress
* Handle keypress events
src/cli/fzf-search.ts:173
Function
installSkillWithSymlinks
( sourcePath: string, skillName: string, agentConfigs: Record<string, AgentConfig>, targetAgen
src/core/installer.ts:124
Function
isSkillInstalled
(skillName: string)
src/core/skill-lock.ts:152
Function
loadSkillResource
( skillPath: string, resourcePath: string )
src/core/loader.ts:138
Function
loadSkillsRC
(cwd?: string)
src/core/skillsrc.ts:167
Function
removeMarketplace
(id: string)
src/core/marketplace.ts:94
Function
removeSkillInstallation
( skillName: string, agentConfigs: Record<string, AgentConfig>, agents: string[], options: { g
src/core/installer.ts:174
Function
renderAsSkillMd
(parsed: ParsedSkill)
src/cli/commands/convert.ts:190
Function
searchSkillsAPI
( query: string, options: { limit?: number; sortBy?: string } = {} )
src/cli/fzf-search.ts:244
Function
searchSkillsDB
( query: string, options: Omit<FetchOptions, 'search'> = {} )
src/core/skillsdb.ts:148
Function
searchSkillsForCLI
( query: string, limit = 20 )
src/core/skillsdb.ts:244
Function
showMainMenu
()
src/cli/index.ts:80
Function
supportsFormat
(format: string)
src/adapters/adapter.ts:87
Method
supportsFormat
(format: string)
src/adapters/claude.ts:16
Method
supportsFormat
Does this adapter support a particular format?
src/adapters/adapter.ts:29
Method
supportsFormat
(format: string)
src/adapters/cursor.ts:16
Method
supportsFormat
(format: string)
src/adapters/copilot.ts:16
Method
toClaudeMd
* Generate CLAUDE.md format (Claude Code's native config)
src/adapters/claude.ts:23
Method
toCopilotInstructions
* Generate Copilot instructions format
src/adapters/copilot.ts:23
Method
toCursorRules
* Generate .cursorrules format (legacy Cursor config)
src/adapters/cursor.ts:28
Function
trackInstall
(skill: string, agent: string, isGlobal: boolean, source?: string)
src/core/telemetry.ts:122
Function
trackSearch
(query: string, resultCount: number)
src/core/telemetry.ts:135
Function
updateSkillAgents
( skillName: string, agents: string[] )
src/core/skill-lock.ts:183
Function
updateSkillVersion
( skillName: string, version: string )
src/core/skill-lock.ts:168
← previous
301–358 of 358, ranked by callers