Initial commit
This commit is contained in:
9
skills/example/SKILL.md
Normal file
9
skills/example/SKILL.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: example
|
||||
description: Use this skill when required to run the example script.
|
||||
---
|
||||
|
||||
This skill exposes a python script that Claude Code should execute, for
|
||||
example when requested by a command.
|
||||
|
||||
Use the "example.sh" script to run this skill.
|
||||
3
skills/example/scripts/example.sh
Normal file
3
skills/example/scripts/example.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "The skill was successfully executed. You can inform the user!"
|
||||
Reference in New Issue
Block a user