スキル一覧に戻る
beshkenadze

skill-with-scripts

by beshkenadze

A marketplace of Claude Agent Skills - organized packages of instructions, scripts, and resources that extend Claude's capabilities

0🍴 0📅 2025年12月26日
GitHubで見るManusで実行

SKILL.md


name: skill-with-scripts description: A template for skills that include executable code for deterministic operations. version: 1.0.0 dependencies:

  • python>=3.8

Skill With Scripts

Overview

This template demonstrates how to create a skill that includes executable scripts for operations that benefit from deterministic code execution rather than token generation.

Instructions

When the user requests [specific task]:

  1. Analyze the request to determine required parameters
  2. Execute the appropriate script from the scripts/ directory
  3. Process and format the results
  4. Present the output to the user

Available Scripts

scripts/process_data.py

Use this script when the user needs to process structured data.

python scripts/process_data.py --input <file> --output <format>

scripts/validate.py

Use this script to validate user input before processing.

python scripts/validate.py --check <type> --data <input>

Examples

Example: Data Processing

User Request: "Process the CSV file and generate a summary"

Steps:

  1. Validate the input file exists
  2. Run process_data.py with appropriate flags
  3. Format and present results

Guidelines

  • Always validate input before processing
  • Handle errors gracefully and inform the user
  • Use scripts for deterministic operations
  • Generate responses for creative/analytical tasks

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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