feat: 完成stub

This commit is contained in:
claude-code-best
2026-03-31 20:40:16 +08:00
parent c26d614fb2
commit bd756cc369
905 changed files with 3996 additions and 375 deletions

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type CLAUDE_CODE_GUIDE_AGENT_TYPE = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type shouldAutoEnableClaudeInChrome = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type getSettingsFilePathForSource = any;

View File

@@ -0,0 +1 @@
# Skill

View File

@@ -0,0 +1 @@
# CLI

View File

@@ -0,0 +1 @@
# Server

3
src/skills/mcpSkills.ts Normal file
View File

@@ -0,0 +1,3 @@
// Auto-generated stub — replace with real implementation
export {};
export const fetchMcpSkillsForClient: any = (() => {}) as any;