スキル一覧に戻る
phil65

example-skill

by phil65

A unified agent orchestration hub that lets you configure and manage multiple AI agents (native, ACP, AGUI, Claude Code) via YAML, and exposes them through standardized protocols (ACP/OpenCode Server).

51🍴 14📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: Example Skill description: A simple example skill that demonstrates the basic structure and functionality. Use when you need to show how skills work or test skill loading.

Example Skill

Overview

This is an example skill that demonstrates the basic structure of a Claude Code Skill. It shows how to organize instructions, provide examples, and reference additional resources.

Quick Start

When using this skill, follow these steps:

  1. Identify the task: Determine what specific functionality is needed
  2. Check resources: Look for additional files in the skill directory
  3. Follow patterns: Use the examples provided as templates

Examples

Basic Usage

# Example of how this skill might be used
def example_function():
    print("This is an example from the skill")
    return "skill_result"

Advanced Usage

# Command line example
echo "Running skill example"

Additional Resources

This skill may contain additional files:

  • helpers.py: Utility functions
  • templates/: Example templates
  • docs/: Extended documentation

Best Practices

  • Always validate inputs
  • Provide clear error messages
  • Document any assumptions
  • Test functionality before deployment

スコア

総合スコア

80/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

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

+5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

レビュー

💬

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