スキル一覧に戻る
receipting

skill-test

by receipting

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

SKILL.md


name: skill-test description: "Simple test skill to verify skills system is working. Use this skill when asked to test skills, verify skill discovery, or run a skill test." version: 1.0.0

Skill Test

A simple test skill to verify that the Claude Agent SDK skills system is functioning correctly.

Purpose

This skill exists purely for testing. When invoked, it returns a simple JSON response to confirm:

  1. Skills are being discovered from .claude/skills/ directory
  2. The SDK can invoke project-level skills
  3. JSON responses are properly parsed

When to Use

Use this skill when:

  • Asked to "test skills"
  • Asked to "verify skills work"
  • Asked to "run a skill test"
  • Testing the skills system

What This Skill Does

Simply returns a JSON response with:

  • A success flag
  • A timestamp
  • A greeting message
  • The skill version

Output Format

Return ONLY valid JSON. No markdown code fences, no explanation.

{
  "success": true,
  "message": "Skill system is working!",
  "timestamp": "<current ISO timestamp>",
  "version": "1.0.0",
  "test_data": {
    "skill_name": "skill-test",
    "invocation_count": 1
  }
}

Example Response

{
  "success": true,
  "message": "Skill system is working!",
  "timestamp": "2025-10-24T12:34:56.789Z",
  "version": "1.0.0",
  "test_data": {
    "skill_name": "skill-test",
    "invocation_count": 1
  }
}

That's it! This skill should be trivial to invoke and verify.

スコア

総合スコア

65/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

+5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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