MCPcopy Index your code
hub / github.com/TanStack/ai / gitSkill

Function gitSkill

packages/ai-sandbox/src/workspace.ts:107–113  ·  view source on GitHub ↗
(input: {
  repo: string
  secret?: SecretRef
  into?: string
})

Source from the content-addressed store, hash-verified

105 * workspace `secrets` registry at that time.
106 */
107export function gitSkill(input: {
108 repo: string
109 secret?: SecretRef
110 into?: string
111}): WorkspaceSkill {
112 return { kind: 'git', ...input }
113}
114
115export type PackageManager = 'npm' | 'pnpm' | 'yarn' | 'bun' | 'auto'
116

Callers 7

buildScenarioFunction · 0.90
buildScenarioFunction · 0.90
bootstrap.test.tsFile · 0.90
workspace.test.tsFile · 0.90
buildScenarioFunction · 0.90
buildScenarioFunction · 0.90

Calls

no outgoing calls

Tested by 4

buildScenarioFunction · 0.72
buildScenarioFunction · 0.72
buildScenarioFunction · 0.72
buildScenarioFunction · 0.72