claude
Installation
SKILL.md
claude - Claude Code Enhancement Module
The claude module extends the capabilities of Anthropic's claude-code, allowing users to connect to various AI model providers, manage sessions, and monitor token usage through a unified CLI.
When to Activate
- When the user wants to start a Claude Code session with a specific provider (e.g., DeepSeek, Kimi, Moonshot, SiliconFlow, Doubao, MiniMax, Zhipu, etc.).
- When the user needs to configure Claude Code to use a third-party model globally or per project.
- When the user wants to track token consumption and costs for the last 7 days.
- When the user needs to manage Model Context Protocol (MCP) servers.
- When the user wants to clean up or customize Claude Code's status line or author attribution.
Core Principles & Rules
- Provider Connection: Use subcommands like
ds(DeepSeek),kimi,moonshot,sili(SiliconFlow),doubao,mm(MiniMax),zhipu(GLM),or(OpenRouter),ali(Qwen),baidu(Ernie),tencent(Hunyuan), ormt(Mthreads) to launch Claude Code with those specific backends. - Global vs. Project Config: Use
usefor global settings anduse --projectfor project-specific model overrides. - Session Management: Use
sess(Interactive FZF App) orresumeto manage and recover previous conversations. - Security: Be cautious when using the
--dangerously-skip-permissionsflag; it should only be recommended in trusted sandbox environments.