スキル一覧に戻る
supercent-io

basic-skill-template

by supercent-io

9🍴 2📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: basic-skill-template description: Brief description of what this Skill does and when to use it. Include key technologies and scenarios. tags: [template, example-tags] platforms: [Claude, ChatGPT, Gemini]

Your Skill Name

When to use this skill

  • Scenario 1: Describe when to use
  • Scenario 2: Another use case
  • Scenario 3: Additional context

Instructions

Step 1: [Action Name]

Provide clear, detailed instructions for this step.

Include any prerequisites or context needed:

  • Prerequisite 1
  • Prerequisite 2
# Code example if applicable
example_code()

Step 2: [Action Name]

Continue with the next logical step.

Explain the reasoning behind this step and what the expected outcome should be.

Step 3: [Action Name]

Final steps or additional considerations.

Examples

Example 1: [Scenario Name]

Describe a specific use case.

# Complete, working code example
def example_function():
    """Docstring explaining the function."""
    result = process_data()
    return result

Expected output:

Example output here

Example 2: [Another Scenario]

Show a different use case or variation.

# Another complete example
class ExampleClass:
    def __init__(self):
        self.value = 0

    def method(self):
        return self.value

Best practices

  1. Practice 1: Explain why this is important

    • Sub-point about implementation
    • Common mistake to avoid
  2. Practice 2: Another key principle

    • How to implement correctly
    • When to apply this principle
  3. Practice 3: Additional guidance

    • Real-world considerations
    • Performance/security implications
  4. Practice 4: Final recommendations

Common pitfalls

  • Pitfall 1: What to avoid and why
  • Pitfall 2: Another common mistake
  • Pitfall 3: Edge case to consider

Troubleshooting

Issue 1: [Problem Description]

Symptoms: What you might observe Cause: Why this happens Solution: How to fix it

Issue 2: [Another Problem]

Symptoms: Observable behavior Cause: Root cause Solution: Resolution steps

References

Additional Resources

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です