my-claude-code-settings
π‘ Summary
A unified framework for managing and installing AI skills across multiple platforms.
π― Target Audience
π€ AI Roast: βPowerful, but the setup might scare off the impatient.β
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
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 | 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,Spaceto select,ito 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
- Create a new directory under
skills/. - Create
SKILL.mdwith the skill definition. - (Optional) Add
scripts/,config/, orreferences/. - Run
./install.py install <your-skill>to test.
License
MIT
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β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β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β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.
