shared

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Shared Skills

通用Skill

Platform-agnostic skills that work across iOS, macOS, and other Apple platforms. This category provides foundational tools for extending Claude Code's capabilities.
可跨iOS、macOS及其他Apple平台使用的与平台无关的Skill。该类别为扩展Claude Code的能力提供基础工具。

When This Skill Activates

该Skill的适用场景

Use this skill when the user:
  • Wants to create a new Claude Code skill
  • Asks about skill structure or organization
  • Wants to improve or refactor existing skills
  • Needs help with skill modularization
  • Asks about skill best practices or templates
当用户有以下需求时使用本Skill:
  • 想要创建新的Claude Code Skill
  • 询问Skill的结构或组织方式
  • 想要优化或重构现有Skill
  • 需要Skill模块化相关帮助
  • 询问Skill的最佳实践或模板

Available Modules

可用模块

Read relevant module files based on the user's needs:
根据用户需求读取相关模块文件:

skill-creator/

skill-creator/

Templates and guidance for creating well-structured Claude Code skills.
  • Skill structure and organization patterns
  • YAML front matter configuration
  • Modularization strategies
  • Templates for simple and complex skills
  • Best practices and common pitfalls
用于创建结构规范的Claude Code Skill的模板和指导内容。
  • Skill结构与组织模式
  • YAML前置元数据配置
  • 模块化策略
  • 简单及复杂Skill模板
  • 最佳实践与常见误区

How to Use

使用方法

  1. Identify user's need from their question
  2. Read relevant module files from subdirectories
  3. Apply the guidance to their specific context
  4. Provide examples from existing skills when helpful
  1. 从用户的问题中识别其需求
  2. 读取子目录中的相关模块文件
  3. 将指导内容应用到用户的具体场景中
  4. 如有帮助,可提供现有Skill的示例

Example Workflow

示例流程

User wants to create a new skill:
  1. Read
    skill-creator/SKILL.md
    for the full creation process
  2. Determine skill complexity (simple vs modularized)
  3. Guide through front matter, structure, and content
  4. Reference existing skills as examples
用户想要创建新Skill:
  1. 阅读
    skill-creator/SKILL.md
    了解完整创建流程
  2. 确定Skill的复杂度(简单型 vs 模块化)
  3. 引导用户完成前置元数据、结构及内容的设置
  4. 参考现有Skill作为示例