Add a new storage or service provider to the core package. Use when implementing a new backend for StorageService (e.g., a new database) or a new service provider (e.g., a new LLM backend).
$npx -y skills add cyanheads/mcp-ts-core --skill add-providerInstalls into the current project.
Run `npx skills use "https://github.com/cyanheads/mcp-ts-core" --skill "cyanheads/mcp-ts-core/add-provider"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cyanheads/mcp-ts-core" that are relevant to the current task. Run `npx skills add "https://github.com/cyanheads/mcp-ts-core"` and select the relevant skills, then follow their instructions.