create-my-skills

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Create My Skills

Claude Code 自定义技能集合

License: MIT Claude Code

安装方式技能列表贡献指南许可证


概述 | Overview

这是一套为 Claude Code 打造的自定义技能,旨在提升开发效率。

A collection of custom skills for Claude Code, designed to enhance your development workflow.


技能列表 | Skills

🌐 fix-my-english

命令行环境下的英语语法纠正工具

Grammar correction for non-native English speakers in CLI environments

解决什么问题?

Problem Solved

终端环境下只能使用英文输入,这对非英语母语者来说是个挑战。本技能通过以下方式帮助有效沟通:

  • 纠正语法和词汇错误
  • 显示中文翻译
  • 展示正确的英语表达

When working in a terminal, only English input is available. This skill helps non-native speakers communicate effectively by:

  • Correcting grammar and vocabulary errors
  • Showing Chinese translations
  • Displaying the proper English form

触发方式

Trigger

消息以 fmefix my en 开头

Message starts with fme or fix my en

使用示例

Usage

fme i want add button

输出效果

Output

---
你想说: 我想添加一个按钮

错误: "i want add button" → "I want to add a button"
---

效果演示

Screenshots

截图
demo2
demo3
demo4

安装方式 | Installation

方式一:一键安装(推荐)

Quick Install (Recommended)

安装所有技能:

curl -sSL https://raw.githubusercontent.com/Ryan-Miao/create-my-skills/main/install.sh | bash

方式二:安装指定技能

Install Specific Skill

curl -sSL https://raw.githubusercontent.com/Ryan-Miao/create-my-skills/main/install.sh | bash -s fix-my-english

方式三:使用 npx

Using npx

npx skills add https://github.com/Ryan-Miao/create-my-skills --skill fix-my-english

方式四:克隆安装

Clone and Install

git clone https://github.com/Ryan-Miao/create-my-skills.git
cd create-my-skills
./install.sh              # 安装所有技能
./install.sh fix-my-english  # 安装指定技能

方式五:手动复制

Manual Installation

# 复制技能目录
cp -r skills/fix-my-english ~/.claude/skills/

# 复制命令文件(可选)
cp commands/fme.md ~/.claude/commands/

注意: 安装后需重启 Claude Code 才能生效。

Note: Restart Claude Code after installation to load new skills.


目录结构 | Directory Structure

create-my-skills/
├── skills/
│   └── fix-my-english/
│       └── SKILL.md
├── commands/
│   └── fme.md
├── install.sh
└── README.md

贡献指南 | Contributing

欢迎贡献!你可以:

Contributions are welcome! Feel free to:

  • 通过 Issues 报告问题

  • 提出新技能或功能建议

  • 提交 Pull Request

  • Report bugs via Issues

  • Suggest new skills or features

  • Submit pull requests


许可证 | License

MIT © Ryan-Miao

MIT