Co-Pilot
Updated a month ago

my-claude-code-settings

Bbahayonghang
0.0k
bahayonghang/my-claude-code-settings
82
Agent Score

πŸ’‘ Summary

A unified framework for managing and installing AI skills across multiple platforms.

🎯 Target Audience

AI developers looking for modular skillsProject managers needing streamlined workflowsResearchers requiring AI-assisted documentationFrontend developers seeking design toolsAcademics needing LaTeX support

πŸ€– AI Roast: β€œPowerful, but the setup might scare off the impatient.”

Security AnalysisMedium Risk

Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress); filesystem read/write scope and path traversal. Run with least privilege and audit before enabling in production.

MyClaude Skills

License: MIT

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.md definition 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/)
  • ⚑ 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 | Chinese version of git commit message generator |

πŸ€– OMO Agents (Multi-Agent System)

| Skill | Description | |-------|-------------| | omo-agents | Multi-agent orchestration system overview | | sisyphus | Main orchestrator for complex task planning and execution | | oracle | Expert architect for design decisions and code review |

πŸ› οΈ Utilities

| Skill | Description | |-------|-------------| | yt-dlp | Video downloader for YouTube, Bilibili, and 1000+ sites |

Commands

Slash commands provide quick access to common workflows. Available for Claude, Gemini, Antigravity, and Windsurf.

Core Commands

| Command | Description | |---------|-------------| | export-summary | Summarize session context and export to a markdown file | | import-summary | Restore session context from a summary file |

Git Utilities (ZCF)

| Command | Description | |---------|-------------| | git-commit | Analyze changes and generate Conventional Commits messages | | git-cleanBranches | Safely find and clean merged or stale Git branches | | git-rollback | Interactive rollback of Git branches to historical revisions | | git-worktree | Manage Git worktrees with smart defaults | | init-project | Initialize project AI context with CLAUDE.md index generation |

Planning (Gemini)

| Command | Description | |---------|-------------| | plan/impl | Implementation planning workflow | | plan/new | New feature planning workflow |

Installation Guide

Basic Installation

# Install all skills to Claude (default) python3 install.py install-all # Install to specific platform python3 install.py --target gemini install-all python3 install.py --target codex install-all python3 install.py --target antigravity install-all python3 install.py --target windsurf install-all

Project-Level Installation

Install skills to a specific project directory instead of globally:

# Install to a project directory python3 install.py install frontend-engineer --project ./my-web-app # Install to a Kiro project (.kiro/skills/ structure) python3 install.py install skill-name --project ./my-kiro-project --kiro

TUI Mode (Recommended)

For a user-friendly experience, use the Terminal User Interface:

python3 install_tui.py

TUI Features:

  • 🎯 Visual platform selection
  • πŸ“ Project path input for local installation
  • πŸ” Real-time search and filtering
  • βœ… Multi-select batch installation
  • ⌨️ Keyboard shortcuts (/ to search, Space to select, i to install)

Project Structure

.
β”œβ”€β”€ install.py              # Unified Python installer
β”œβ”€β”€ install_tui.py          # Terminal User Interface
β”œβ”€β”€ prompts/                # Global prompts (CLAUDE.md)
β”œβ”€β”€ commands/               # Slash commands
β”‚   β”œβ”€β”€ claude/             # Claude-specific commands
β”‚   β”œβ”€β”€ gemini/             # Gemini-specific commands
β”‚   β”œβ”€β”€ antigravity/        # Antigravity workflows
β”‚   β”œβ”€β”€ windsurf/           # Windsurf workflows
β”‚   └── trae/               # Trae workflows
β”œβ”€β”€ skills/                 # Local skills directory
β”‚   └── <skill-name>/       # Individual skill modules
└── external-skills/        # External skill configurations
    └── registry.toml       # Registry for npm/pip/git skills

Contributing

  1. Create a new directory under skills/.
  2. Create SKILL.md with the skill definition.
  3. (Optional) Add scripts/, config/, or references/.
  4. Run ./install.py install <your-skill> to test.

License

MIT

5-Dim Analysis
Clarity8/10
Novelty7/10
Utility9/10
Completeness9/10
Maintainability8/10
Pros & Cons

Pros

  • Modular skills for various domains
  • Cross-platform installation support
  • User-friendly TUI for easy navigation

Cons

  • Complexity may overwhelm new users
  • Dependency management could be challenging
  • Limited documentation on some skills

Related Skills

pytorch

S
toolCode Lib
92/ 100

β€œIt's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”

agno

S
toolCode Lib
90/ 100

β€œIt promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”

nuxt-skills

S
toolCo-Pilot
90/ 100

β€œIt's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author bahayonghang.