dev-tools-skills-guide
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDevelopment & Code Tools Skills
开发与代码工具技能
Scope
适用范围
Use this skill when:
- Finding or adding development tool skills
- Understanding document processing capabilities
- Working with browser automation and testing
- Organizing IDE and editor integrations
需使用本指南的场景:
- 查找或添加开发工具相关技能
- 了解文档处理能力
- 开展浏览器自动化与测试相关工作
- 梳理IDE与编辑器集成方案
Document Processing Skills
文档处理技能
Office Documents
办公文档
| Format | Skill | Capabilities |
|---|---|---|
| DOCX | anthropics/docx | Create, edit, track changes, comments |
| XLSX | anthropics/xlsx | Formulas, charts, data transformations |
| PPTX | anthropics/pptx | Slides, layouts, templates |
| anthropics/pdf | Extract, merge, annotate, forms |
| 格式 | 技能 | 能力 |
|---|---|---|
| DOCX | anthropics/docx | 创建、编辑、变更追踪、批注 |
| XLSX | anthropics/xlsx | 公式、图表、数据转换 |
| PPTX | anthropics/pptx | 幻灯片、布局、模板 |
| anthropics/pdf | 提取、合并、批注、表单 |
Other Formats
其他格式
| Format | Skill | Capabilities |
|---|---|---|
| EPUB | claude-epub-skill | Markdown to ebook conversion |
| Reveal.js | revealjs-skill | HTML presentations |
| 格式 | 技能 | 能力 |
|---|---|---|
| EPUB | claude-epub-skill | Markdown转电子书 |
| Reveal.js | revealjs-skill | HTML演示文稿 |
Translation
翻译能力
| Format | Skill | Capabilities |
|---|---|---|
| EPUB | epub-translator | Multi-language EPUB translation with parallel processing |
| pdf-translator | PDF translation with layout preservation, Markdown/PDF output |
| 格式 | 技能 | 能力 |
|---|---|---|
| EPUB | epub-translator | 支持并行处理的多语言EPUB翻译 |
| pdf-translator | 保留版式的PDF翻译,支持Markdown/PDF输出 |
Browser Automation
浏览器自动化
| Tool | Skill | Use Case |
|---|---|---|
| Playwright | playwright-skill | E2E testing, web scraping |
| Puppeteer | browser-automation | Chrome automation |
| iOS Simulator | ios-simulator-skill | iOS app testing |
| 工具 | 技能 | 使用场景 |
|---|---|---|
| Playwright | playwright-skill | E2E测试、网页爬虫 |
| Puppeteer | browser-automation | Chrome自动化 |
| iOS Simulator | ios-simulator-skill | iOS应用测试 |
Testing Frameworks
测试框架
| Category | Skills |
|---|---|
| TDD | test-driven-development, test-fixing |
| Property Testing | pypict-claude-skill (PICT) |
| Web Testing | webapp-testing (Playwright) |
| Fuzzing | ffuf_claude_skill (web fuzzing) |
| 分类 | 技能 |
|---|---|
| TDD | test-driven-development, test-fixing |
| 属性测试 | pypict-claude-skill (PICT) |
| Web测试 | webapp-testing (Playwright) |
| 模糊测试 | ffuf_claude_skill (web fuzzing) |
Code Quality
代码质量
| Category | Skills |
|---|---|
| Move Language | move-code-quality-skill |
| Solana | solana-dev-skill |
| Git Workflows | git-pushing, using-git-worktrees |
| 分类 | 技能 |
|---|---|
| Move Language | move-code-quality-skill |
| Solana | solana-dev-skill |
| Git工作流 | git-pushing, using-git-worktrees |
Visualization
可视化
| Tool | Skill |
|---|---|
| D3.js | claude-d3js-skill |
| Three.js | 3d-web-experience |
| 工具 | 技能 |
|---|---|
| D3.js | claude-d3js-skill |
| Three.js | 3d-web-experience |
Where to Add in README
README中的归类位置
- Document tools:
Document Processing - Browser automation:
Development & Code Tools - Testing tools: or
Development & Code ToolsCollaboration & Project Management - Visualization:
Development & Code Tools
- 文档工具:
Document Processing - 浏览器自动化:
Development & Code Tools - 测试工具:或
Development & Code ToolsCollaboration & Project Management - 可视化:
Development & Code Tools
Key Skill Repositories
核心技能仓库
Official (Anthropic)
官方(Anthropic)
anthropics/skills/
├── docx/
├── xlsx/
├── pptx/
├── pdf/
├── webapp-testing/
└── web-artifacts-builder/anthropics/skills/
├── docx/
├── xlsx/
├── pptx/
├── pdf/
├── webapp-testing/
└── web-artifacts-builder/Community
社区贡献
obra/superpowers/skills/
├── test-driven-development/
├── test-fixing/
├── using-git-worktrees/
├── finishing-a-development-branch/
└── systematic-debugging/obra/superpowers/skills/
├── test-driven-development/
├── test-fixing/
├── using-git-worktrees/
├── finishing-a-development-branch/
└── systematic-debugging/Translation (Nebu1eto/skills)
翻译相关(Nebu1eto/skills)
Nebu1eto/skills/
├── epub-translator/ # EPUB multi-language translation
└── pdf-translator/ # PDF translation with layout preservationNebu1eto/skills/
├── epub-translator/ # EPUB multi-language translation
└── pdf-translator/ # PDF translation with layout preservationIntegration Patterns
集成方案
IDE Integration
IDE集成
| IDE | Skill Path |
|---|---|
| VS Code | |
| Cursor | |
| IDE | 技能路径 |
|---|---|
| VS Code | |
| Cursor | |
CI/CD Integration
CI/CD集成
- Use skills with GitHub Actions
- Automate testing workflows
- Generate changelogs from commits
- 搭配GitHub Actions使用技能
- 自动化测试工作流
- 基于提交记录生成更新日志
Best Practices
最佳实践
- Atomic operations: One skill per focused task
- Error handling: Include recovery strategies
- Logging: Provide debug output options
- Dependencies: Document required tools/packages
- Examples: Include real-world usage examples
- 原子化操作:单个技能仅对应单一聚焦任务
- 错误处理:包含故障恢复策略
- 日志能力:提供调试输出选项
- 依赖说明:文档化所需的工具/依赖包
- 示例配套:包含实际业务场景的使用示例
Full Resource List
完整资源列表
For more detailed dev tools skill resources, complete link lists, or the latest information, use WebFetch to retrieve the full README.md:
https://raw.githubusercontent.com/gmh5225/awesome-skills/refs/heads/main/README.mdThe README.md contains the complete categorized resource list with all links.
如需获取更详细的开发工具技能资源、完整链接列表或最新信息,可使用WebFetch拉取完整的README.md:
https://raw.githubusercontent.com/gmh5225/awesome-skills/refs/heads/main/README.md该README.md包含完整的分类资源列表及所有相关链接。