スキル一覧に戻る
sfmskywalker

example-skill

by sfmskywalker

A .NET implementation of the agentskills standard by Anthropic

2🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: example-skill description: An example skill for testing and demonstration version: 1.0.0 author: AgentSkills.NET tags:

  • example
  • demo allowed-tools:
  • filesystem
  • calculator

Example Skill

This is an example skill that demonstrates the structure of a skill definition.

Instructions

When this skill is activated, the agent should:

  1. Read the skill metadata to understand its purpose
  2. Parse the YAML frontmatter for configuration
  3. Load these instructions from the Markdown body
  4. Access any resources in the skill directory if needed

Usage

This skill is intended for testing and demonstration purposes. It shows:

  • YAML frontmatter with metadata
  • Markdown body with instructions
  • Proper structure for skill definitions

Resources

Skills may include additional resources in subdirectories:

  • scripts/ - For script files (not executed by default)
  • references/ - For reference documentation
  • assets/ - For any other supporting files

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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