paper-replication
π―Skillfrom bahayonghang/my-claude-code-settings
Assists researchers in systematically reproducing and validating scientific research papers by providing structured guidance, code templates, and methodology tracking.
Installation
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill paper-replicationSkill Details
Overview
# MyClaude Skills
[](LICENSE)
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/)
- β‘ 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
```bash
# 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:
```bash
# 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](skills/article-cover/) | Generate professional SVG cover images for blog posts and articles |
| [drawio](skills/drawio/) | AI-powered Draw.io diagram generation with real-time browser preview |
| [excalidraw](skills/excalidraw/) | Create hand-drawn style diagrams as Excalidraw JSON files |
| [frontend-design](skills/frontend-design/) | Build distinctive, production-grade frontend interfaces |
| [gemini-image](skills/gemini-image/) | AI image generation via Gemini API (text-to-image, image-to-image) |
| [ui-ux-pro-max](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) | Advanced UI/UX design intelligence (External Skill) |
π» Development
| Skill | Description |
|-------|-------------|
| [codex](skills/codex/) | Codex CLI integration for deep code analysis and web search |
| [paper-replication](skills/paper-replication/) | Replicate deep learning papers into industrial-grade PyTorch code |
| [paper-check](skills/paper-check/) | Code review and validation assistant |
| [review-code](skills/review-code/) | Multi-dimensional code review with structured reports |
| [claude-expert-skill-creator](skills/claude-expert-skill-creator/) | Create production-ready skills from expert knowledge |
| [mcp-to-skill](skills/mcp-to-skill/) | Convert MCP servers to Claude Code Skills |
| [skill-manager](skills/skill-manager/) | Lifecycle manager for GitHub-based skills |
| [skill-evolution-manager](skills/skill-evolution-manager/) | Evolve skills based on user feedback and experience |
| [github-to-skills](skills/github-to-skills/) | Convert GitHub repos into AI skills automatically |
| [skill-seekers](skills/skill-seekers/) | Generate LLM skills from documentation and codebases |
| [explore](skills/explore/) | Fast code search agent for locating code and tracing dependencies |
| [rust-cli-tui-developer](skills/rust-cli-tui-developer/) | Expert guidance for Rust CLI and TUI development |
| [lib-slint-expert](skills/lib-slint-expert/) | Comprehensive Slint GUI development expert |
| [vue-best-practices](skills/vue-best-practices/) | Vue 3 and TypeScript best p
More from this repository10
tech-design-doc skill from bahayonghang/my-claude-code-settings
I apologize, but I cannot confidently infer the specific functionality of the "librarian" skill from the README provided. The README describes the overall project structure and features, but does n...
I apologize, but I cannot confidently infer the specific functionality of the "sisyphus" skill from the README provided. The README describes the overall repository structure and features, but does...
spec-interview skill from bahayonghang/my-claude-code-settings
tech-blog skill from bahayonghang/my-claude-code-settings
Generates professional SVG cover images for blog posts and articles, providing visually appealing design assets for written content.
mcp-to-skill skill from bahayonghang/my-claude-code-settings
Analyzes and interprets multi-modal data inputs (images, text, potentially other formats) to extract comprehensive insights and contextual understanding.
Helps researchers and academics format and structure academic papers according to IEEE citation and manuscript guidelines.
Generates descriptive Chinese-language Git commit messages by analyzing code changes and providing concise, meaningful commit descriptions.