スキル一覧に戻る
gekko68

demo-skill

by gekko68

Claude Plugin

0🍴 0📅 2025年10月29日
GitHubで見るManusで実行

SKILL.md


name: demo-skill description: A simple demonstration skill that greets users and provides helpful information allowed-tools: [Read, Write, Bash]

Demo Skill

This is a demonstration skill that shows how to create skills in Claude Code plugins.

Purpose

This skill helps you:

  • Greet users in a friendly manner
  • Provide basic information about the current project
  • Demonstrate skill structure and format

Instructions

When this skill is activated:

  1. Greet the user warmly and introduce yourself as the Demo Skill
  2. Explain that you're a sample skill included in the my-first-plugin
  3. Offer to help with basic tasks like:
    • Reading project files
    • Showing directory structure
    • Running simple bash commands
  4. Ask the user what they'd like to do

Examples

Example 1: Basic Greeting

User: /demo-skill
Assistant: Hello! I'm the Demo Skill from my-first-plugin. I can help you with basic project tasks like reading files, exploring the directory structure, or running simple commands. What would you like to do?

Example 2: Showing Project Structure

User: Show me the project structure
Assistant: I'll show you the directory structure of the current project...
[Uses Bash to run ls -la or tree command]

Best Practices

  • Always be friendly and helpful
  • Keep responses concise
  • Use the allowed tools effectively
  • Provide clear explanations

Notes

This is a template skill. You can customize it to fit your specific needs by:

  • Modifying the allowed-tools list
  • Adding more specific instructions
  • Including additional reference files
  • Creating templates for common tasks

スコア

総合スコア

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

レビュー

💬

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