dev-tools-skills-guide

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Development & 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

办公文档

FormatSkillCapabilities
DOCXanthropics/docxCreate, edit, track changes, comments
XLSXanthropics/xlsxFormulas, charts, data transformations
PPTXanthropics/pptxSlides, layouts, templates
PDFanthropics/pdfExtract, merge, annotate, forms
格式技能能力
DOCXanthropics/docx创建、编辑、变更追踪、批注
XLSXanthropics/xlsx公式、图表、数据转换
PPTXanthropics/pptx幻灯片、布局、模板
PDFanthropics/pdf提取、合并、批注、表单

Other Formats

其他格式

FormatSkillCapabilities
EPUBclaude-epub-skillMarkdown to ebook conversion
Reveal.jsrevealjs-skillHTML presentations
格式技能能力
EPUBclaude-epub-skillMarkdown转电子书
Reveal.jsrevealjs-skillHTML演示文稿

Translation

翻译能力

FormatSkillCapabilities
EPUBepub-translatorMulti-language EPUB translation with parallel processing
PDFpdf-translatorPDF translation with layout preservation, Markdown/PDF output
格式技能能力
EPUBepub-translator支持并行处理的多语言EPUB翻译
PDFpdf-translator保留版式的PDF翻译,支持Markdown/PDF输出

Browser Automation

浏览器自动化

ToolSkillUse Case
Playwrightplaywright-skillE2E testing, web scraping
Puppeteerbrowser-automationChrome automation
iOS Simulatorios-simulator-skilliOS app testing
工具技能使用场景
Playwrightplaywright-skillE2E测试、网页爬虫
Puppeteerbrowser-automationChrome自动化
iOS Simulatorios-simulator-skilliOS应用测试

Testing Frameworks

测试框架

CategorySkills
TDDtest-driven-development, test-fixing
Property Testingpypict-claude-skill (PICT)
Web Testingwebapp-testing (Playwright)
Fuzzingffuf_claude_skill (web fuzzing)
分类技能
TDDtest-driven-development, test-fixing
属性测试pypict-claude-skill (PICT)
Web测试webapp-testing (Playwright)
模糊测试ffuf_claude_skill (web fuzzing)

Code Quality

代码质量

CategorySkills
Move Languagemove-code-quality-skill
Solanasolana-dev-skill
Git Workflowsgit-pushing, using-git-worktrees
分类技能
Move Languagemove-code-quality-skill
Solanasolana-dev-skill
Git工作流git-pushing, using-git-worktrees

Visualization

可视化

ToolSkill
D3.jsclaude-d3js-skill
Three.js3d-web-experience
工具技能
D3.jsclaude-d3js-skill
Three.js3d-web-experience

Where to Add in README

README中的归类位置

  • Document tools:
    Document Processing
  • Browser automation:
    Development & Code Tools
  • Testing tools:
    Development & Code Tools
    or
    Collaboration & Project Management
  • Visualization:
    Development & Code Tools
  • 文档工具
    Document Processing
  • 浏览器自动化
    Development & Code Tools
  • 测试工具
    Development & Code Tools
    Collaboration & 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 preservation
Nebu1eto/skills/
├── epub-translator/    # EPUB multi-language translation
└── pdf-translator/     # PDF translation with layout preservation

Integration Patterns

集成方案

IDE Integration

IDE集成

IDESkill Path
VS Code
.github/skills/
or
.vscode/skills/
Cursor
.cursor/skills/
IDE技能路径
VS Code
.github/skills/
.vscode/skills/
Cursor
.cursor/skills/

CI/CD Integration

CI/CD集成

  • Use skills with GitHub Actions
  • Automate testing workflows
  • Generate changelogs from commits
  • 搭配GitHub Actions使用技能
  • 自动化测试工作流
  • 基于提交记录生成更新日志

Best Practices

最佳实践

  1. Atomic operations: One skill per focused task
  2. Error handling: Include recovery strategies
  3. Logging: Provide debug output options
  4. Dependencies: Document required tools/packages
  5. Examples: Include real-world usage examples
  1. 原子化操作:单个技能仅对应单一聚焦任务
  2. 错误处理:包含故障恢复策略
  3. 日志能力:提供调试输出选项
  4. 依赖说明:文档化所需的工具/依赖包
  5. 示例配套:包含实际业务场景的使用示例

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.md
The 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包含完整的分类资源列表及所有相关链接。