Config¶
Skills¶
Key Resources: - anthropics/skills: Official Anthropic skills for doc processing (PDF, PPTX, XLSX, etc.) and code testing. The gold standard for skill definitions. - alirezarezvani/claude-skills: Practical skills for Atlassian MCP (Jira/Confluence), Agile management, and frontend component generation. - VoltAgent/awesome-agent-skills: A curated collection of 300+ skills from major providers (Vercel, Stripe, Cloudflare, Hugging Face), compatible with Claude Code, Cursor, and Gemini CLI. - GitHub - K-Dense-AI/claude-scientific-skills: A set of ready to use scientific skills for Claude - Claude Code Plugins & Agent Skills - Community Registry with CLI
Recommended Dev Skills¶
Prompt¶
enable system prompt via: gemini-system-prompt gemini-system-prompt-final
Context7¶
- agents api
Kimi¶
kimi for claude code
export ENABLE_TOOL_SEARCH=false
export ANTHROPIC_BASE_URL=https://api.kimi.com/coding/
export ANTHROPIC_API_KEY=sk-kimi-uYwETN5mcgRVhVu66jmYuexb2N1v4bAk50Sk0wLouhmPUQL2w4J76lapjAeyZd6t # 这里填在会员页面生成的 API Key
claude
Gemini¶
- context
- python
gemini skills install https://github.com/trailofbits/skills.git --path plugins/modern-python/skills/modern-python
- gh-cli
gemini skills install https://github.com/trailofbits/skills.git --path plugins/modern-python/skills/gh-cli
- git
Claude¶
- session locking
To lock a session to a specific provider and avoid it being affected by CC-Switch hot-switching:
- Copy the current global
.claudeconfiguration directory to your project root:
- Start Claude Code with the
CLAUDE_CONFIG_DIRenvironment variable set to the local directory:
- context7
/plugin marketplace add trailofbits/skills
/plugin install modern-python@trailofbits/skills
/plugin install gh-cli@trailofbits/skills
- git, github
# Add marketplace
/plugin marketplace add fvadicamo/dev-agent-skills
# Install plugins
/plugin install github-workflow@dev-agent-skills
tdd
- claude-mem(自动记忆跨会话上下文,支持从历史会话中搜索提问)
or via plugin marketplace: