tiger skills for Cline
io.github.timescale/tiger-skills
Provider agnostic skills implementation, with skills sourced from local paths or GitHub repositories
client:Cline
transport:stdio
runtime:npm
Install tiger skills in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"tiger-skills": {
"command": "npx",
"args": [
"-y",
"@tigerdata/tiger-skills-mcp-server"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"SKILLS_FILE": "<SKILLS_FILE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs