Skip to content

Instantly share code, notes, and snippets.

@ThomasRohde
Last active March 10, 2025 10:09
Show Gist options
  • Save ThomasRohde/6305a3af1f62575c71a3cbceb17661f9 to your computer and use it in GitHub Desktop.
Save ThomasRohde/6305a3af1f62575c71a3cbceb17661f9 to your computer and use it in GitHub Desktop.
SM Tool Script Mapping File
{
"scripts": {
"process": {
"gist_id": "36183cd7507c849f71efdd91cc503439",
"created_at": "2025-03-02T05:18:02.215617",
"prompt": "Load a JSON {{file}} from the command line and assuming it is an array of objects use best effort to estimate the schema and output the schema to the command line",
"description": "Load a JSON file from the command line and estimate its schema.",
"tags": [
"json",
"schema",
"data analysis"
]
},
"snazzy": {
"gist_id": "f46ce7facc71e07fbb7145bc7572da70",
"created_at": "2025-03-03T05:38:13.480672",
"prompt": "Create a test program to really exercise the capbilities of the rich package",
"description": "Test program to exercise the capabilities of the 'rich' package",
"tags": [
"rich",
"testing",
"terminal"
]
},
"snake": {
"gist_id": "922f22a5b8abdee758686ead06eb9bdf",
"created_at": "2025-03-06T05:27:36.263452",
"prompt": "Create a snazzy game of snake using pygame",
"description": "This script implements a snazzy version of the classic Snake game using the Pygame library. The game...",
"tags": [
"generated",
"script-magic",
"game",
"snake",
"pygame",
"interactive"
],
"model": "claude-3-5-sonnet-20240620"
},
"ascii": {
"gist_id": "bab4c28c705820b65b0f5ea25798d8a8",
"created_at": "2025-03-08T09:56:28.221040",
"prompt": "Create a python program taking a {{text}} on the command line and outputs the text as ascii art",
"description": "This script converts input text into ASCII art using the pyfiglet library. It takes command-line arg...",
"tags": [
"generated",
"script-magic",
"ascii-art",
"text-formatting",
"command-line"
],
"model": "claude-3-7-sonnet-20250219"
},
"space": {
"gist_id": "45a768a7e0c61b13184fe50fd21572ad",
"created_at": "2025-03-10T10:17:51.853655",
"prompt": "Create a python program using textual package to visualise the file size in a user selected directory",
"description": "A Textual-based interactive terminal application that visualizes file sizes in a user-selected direc...",
"tags": [
"generated",
"script-magic",
"file-system",
"visualization",
"textual",
"tui",
"file-explorer"
],
"model": "claude-3-7-sonnet-20250219"
}
},
"last_synced": "2025-03-10T10:17:55.636223"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment