bahayonghang/my-claude-code-settings
我的Claude Code配置,包括commands,skills等
4 stars0 forksUpdated Jan 26, 2026
npx skills add bahayonghang/my-claude-code-settingsREADME
MyClaude Skills
A curated collection of Claude Code skills, prompts, and workflows for enhanced AI-assisted development. This project provides a unified framework for managing and installing AI skills across multiple platforms including Claude Code, Codex, Gemini, Qwen, Google Antigravity, and Windsurf.
Features
- 🎯 Modular Skills: Reusable AI skill modules covering frontend design, research, documentation, academic writing, and more.
- 📦 Unified Format: Standardized
SKILL.mddefinition for easy extension and maintenance. - 🔄 Cross-Platform: Single Python installation script (
install.py) that works everywhere (Windows, Linux, macOS). - 🎛️ Multi-Target Support:
- Claude Code (
~/.claude/) - Codex CLI (
~/.codex/) - Gemini CLI (
~/.gemini/) - Qwen Code (
~/.qwen/) - Google Antigravity (
~/.gemini/antigravity/) - Windsurf (
~/.codeium/windsurf/) - Trae (
~/.trae/)
- Claude Code (
- ⚡ Slash Commands: Quick access to common workflows like
git commit,export-summary, and more. - 🖥️ TUI Management: Interactive Terminal User Interface for easy skill browsing and installation.
- 🧩 External Skills: Support for installing skills from npm, pip, and git repositories.
Quick Start
# Clone the repository
git clone https://github.com/anthropics/my-claude-skills.git
cd my-claude-skills
# Run the interactive TUI (Recommended)
python3 install_tui.py
Or use the command line:
# Install all skills to Claude (default)
python3 install.py install-all
# Update global prompt configuration
python3 install.py prompt-update
Skills
Skills are specialized capabilities that can be added to your AI assistant. They are categorized by domain.
🎨 Design
| Skill | Description |
|---|---|
| article-cover | Generate professional SVG cover images for blog posts and articles |
| drawio | AI-powered Draw.io diagram generation with real-time browser preview |
| excalidraw | Create hand-drawn style diagrams as Excalidraw JSON files |
| frontend-design | Build distinctive, production-grade frontend interfaces |
| gemini-image | AI image generation via Gemini API (text-to-image, image-to-image) |
| ui-ux-pro-max | Advanced UI/UX design intelligence (External Skill) |
💻 Development
| Skill | Description |
|---|---|
| codex | Codex CLI integration for deep code analysis and web search |
| paper-replication | Replicate deep learning papers into industrial-grade PyTorch code |
| paper-check | Code review and validation assistant |
| claude-expert-skill-creator | Create production-ready skills from expert knowledge |
| mcp-to-skill | Convert MCP servers to Claude Code Skills |
| skill-manager | Search and install 31,767+ community skills |
| skill-seekers | Generate LLM skills from documentation and codebases |
| explore | Fast code search agent for locating code and tracing dependencies |
| agent-browser | Browser automation skill from Vercel Labs (External Skill) |
| gemini | Gemini integration for enhanced reasoning |
🔍 Research
| Skill | Description |
|---|---|
| research | Technical research with web search and citation support |
| librarian | Documentation researcher for external docs and best practices |
| multimodal-looker | Visual analyst for images, PDFs, charts, and diagrams |
📝 Documentation
| Skill | Description |
|---|---|
| tech-blog | Write technical blog posts with source code analysis |
| tech-design-doc | Generate structured technical design documents |
| spec-interview | Systematic interview to refine technical specs with OpenSpec integration |
| document-writer | Technical writer for README, API docs, and architecture docs |
🎓 Academic
| Skill | Description |
|---|---|
| IEEE-writing-skills | Translate, polish, and validate academic papers for IEEE publications |
| latex-paper-en | LaTeX academic paper assistant for English conference/journal papers |
| latex-thesis-zh | Chinese doctoral/master thesis LaTeX assistant with GB/T 7714 support |
| typst-paper | Typst academic paper assistant with modular workflow |
| [git-commit-cn](skills/git |
...
Publisher
Statistics
Stars4
Forks0
Open Issues0
CreatedJan 2, 2026