‹ 首页

your-skill-name

@raohai · 收录于 2 天前 · 上游提交 5 个月前

A clear description of what this skill does and when to use it. Include specific keywords that users would naturally say. Use when [specific scenarios].

适合你,如果你需要一个未定义功能的技能

/ 通过 npx 安装 校验哈希
npx oh-my-skill add raohai/raohai-test-skill-0210/your-skill-name
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- raohai/raohai-test-skill-0210/your-skill-name
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify raohai/raohai-test-skill-0210/your-skill-name
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1GitHub stars
~631最小装载
~631含声明引用
~5.4K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 442eee6 · 表述以原文为准
它做什么

当您请求检查 Python 代码时,Claude 会读取 .py 文件并分析语法错误,然后列出问题位置和原因。

什么时候触发

当您提到“检查 Python 代码”、“调试语法”或“验证 .py 文件”等关键词时触发。

装好后可以这样说
Claude 会读取文件并报告问题。
Claude 会逐行分析语法错误。
技能原文 SKILL.md作者撰写 · MIT · 442eee6

Your Skill Name

<!-- Replace this with a brief introduction to your skill --> A brief description of what this skill does and how it helps users.

Instructions

<!-- This section tells Claude HOW to use your skill. Be specific and provide step-by-step guidance. -->

When the user [describes the scenario when this skill should be used]:

  1. First Step: [What Claude should do first]
  2. [Additional details or substeps]
  3. [Use bash, read files, etc.]
  1. Second Step: [What Claude should do next]
  2. [How to process or analyze information]
  3. [What to look for]
  1. Final Step: [How to complete the task]
  2. [What output to provide]
  3. [How to format the response]
Examples

<!-- Show concrete examples of using this skill. This helps Claude understand the expected behavior. -->

Example 1: [Scenario Name]

User asks: "[Example user question]"

What the skill does:

  1. [First action]
  2. [Second action]
  3. [Result]

Expected output:

[Show example output]
Example 2: [Another Scenario]

User asks: "[Another example question]"

What the skill does:

  1. [Actions...]
  2. [More actions...]
Best Practices

<!-- List key guidelines for using this skill effectively -->

  • [Best practice 1]
  • [Best practice 2]
  • [Best practice 3]
Common Patterns

<!-- Show common usage patterns or templates -->

Pattern 1: [Pattern Name]

[Describe when to use this pattern]

[Example code or template]
Limitations

<!-- Be transparent about what this skill CANNOT do -->

  • [Limitation 1]
  • [Limitation 2]
  • [What to do instead]
Configuration

<!-- If your skill is configurable, explain how -->

You can customize this skill by editing scripts/config.json after installation.

Available options:

  • option1: [Description]
  • option2: [Description]
Additional Resources

<!-- Link to detailed documentation using Progressive Disclosure -->

For more detailed information:

  • See [reference.md](reference.md) for complete API documentation
  • See [examples.md](examples.md) for more usage examples

<!-- TIPS FOR WRITING EFFECTIVE SKILLS:

  1. DESCRIPTION is crucial - Include specific keywords users would say ❌ Bad: "Helps with files" ✅ Good: "Analyzes Python files for syntax errors. Use when checking Python code, debugging syntax, or validating .py files."
  1. Keep SKILL.md under 500 lines - Use reference.md for detailed docs
  1. Be specific in instructions - Claude needs clear step-by-step guidance
  1. Show examples - Concrete examples are more helpful than abstract descriptions
  1. Test thoroughly - Install locally and verify Claude triggers it correctly

-->

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。