script-skill

Test skill with executable scripts for testing script execution feature

allowed_tools: Bash, Read, Write

$ インストール

git clone https://github.com/maxvaega/skillkit /tmp/skillkit && cp -r /tmp/skillkit/tests/fixtures/skills/script-skill ~/.claude/skills/skillkit

// tip: Run this command in your terminal to install the skill


name: script-skill description: Test skill with executable scripts for testing script execution feature version: 1.0.0 allowed-tools:

  • Bash
  • Read
  • Write

Script Skill

This is a test skill used for validating script execution functionality in skillkit.

It includes multiple types of scripts:

  • Python scripts
  • Shell scripts
  • JavaScript scripts

All scripts are designed to test various aspects of script execution.