home/categories/scripting
category focus

Scripting

Automation scripts in Python, Bash, etc.

1593 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
scripting
5

writing-scripts

Best practices for writing automation scripts in Python and Bash. Use when writing automation scripts, choosing between languages, debugging subprocess errors, or implementing error handling patterns. Load language-specific references as needed.

WarrenZhu050413
WarrenZhu050413
development
open
scripting
5

codex-orchestration

General-purpose orchestration for Codex. Uses update_plan plus background PTY terminals to run parallel codex exec workers.

clawdbot
clawdbot
development
open
scripting
5

jq

Command-line JSON processor. Extract, filter, transform JSON.

clawdbot
clawdbot
development
open
scripting
5

running-scripts

How to run scripts in this pnpm + turbo monorepo. Covers turbo task filtering, caching, package-local scripts, and common pitfalls.

jasonkuhrt
jasonkuhrt
development
open
scripting
5

analyze

Invoke IMMEDIATELY via python script when user requests codebase analysis, architecture review, security assessment, or quality evaluation. Do NOT explore first - the script orchestrates exploration.

rjmurillo
rjmurillo
development
open
scripting
4

parallelize

Use when planning parallel execution of independent tasks via subagents or concurrent tool calls; for workflow planning or throughput optimization.

mway
mway
development
open
scripting
4

zeroserve-script-create

Create Zeroserve eBPF request-processing scripts in C for `.zeroserve/scripts` using the Zeroserve SDK (`zeroserve.h`). Use when you need to implement request inspection, header/query parsing, metadata templating, custom responses, or reverse-proxy behavior in a script.

losfair
losfair
development
open
scripting
4

agentuity-cli-cloud-sandbox-run

Run a one-shot command in a sandbox (creates, executes, destroys). Requires authentication. Use for Agentuity cloud platform operations

agentuity
agentuity
development
open
scripting
4

wrap-shell-script

Convert a shell script into a reproducible Nix package

iamruinous
iamruinous
development
open
scripting
4

example-skill

Demonstrates how to create a task-specific skill for complex operations

stbenjam
stbenjam
development
open
scripting
4

automation-scripting

自動化スクリプト(Bash/Python/Node)の設計・実装・運用を支援するスキル。 冪等性、エラーハンドリング、ログ設計、CI/CD統合の指針を整理します。 Anchors: • The Pragmatic Programmer / 適用: 自動化の実務 / 目的: 再現性の高いスクリプト設計 • Automation Pipeline Patterns / 適用: ワークフロー設計 / 目的: 反復作業の効率化 • Unix Philosophy / 適用: スクリプト構成 / 目的: 小さな責務分離 Trigger: Use when designing automation scripts, adding error handling/logging, or integrating scripts into CI/CD pipelines.

daishiman
daishiman
development
open
scripting
4

background-jobs

Background job processing patterns including job queues, scheduled jobs, worker pools, and retry strategies. Use when implementing async processing, Celery, Bull, Sidekiq, cron jobs, task queues, job monitoring, or worker management.

cosmix
cosmix
development
open
scripting
4

python

Python development standards and toolchain preferences. Use when (1) writing ANY Python code, (2) setting up Python projects with pyproject.toml, (3) creating standalone CLI scripts, (4) configuring Python tooling (ruff, mypy, pytest, nox, uv), (5) reviewing or refactoring Python code, or (6) advising on Python best practices. Enforces modern Pythonic style, strict type hints, and uv-based workflows.

MasonEgger
MasonEgger
development
open
scripting
4

qwen-cli-refactor

Strategic CLI refactoring using Qwen 1.5B for extracting command modules from monolithic main() functions

Foundup
Foundup
development
open
scripting
4

raycast-alfred

macOS launcher automation with Raycast extensions (TypeScript/React) and Alfred workflows (AppleScript/Python) for keyboard-driven productivity

vamseeachanta
vamseeachanta
development
open
scripting
4

codex-subagent

Helps you to run a subagent using codex exec

timurkhakhalev
timurkhakhalev
development
open
scripting
3

program-of-thoughts

INVOKE for calculations and data processing. Produces executable code instead of mental math. Use when precision matters or numbers are complex. Triggers: calculations, numerical analysis, data transformations, any arithmetic where errors would be costly.

bnadlerjr
bnadlerjr
development
open
scripting
3

episode-log-steps

Log execution steps during episode execution for detailed tracking and learning. Use when recording tool usage, decision points, errors, or milestones during task execution.

d-o-hub
d-o-hub
development
open
scripting
3

loop-agent

Execute workflow agents iteratively for refinement and progressive improvement. Use when tasks require repetitive refinement, multi-iteration improvements, progressive optimization, or feedback loops until quality criteria are met.

d-o-hub
d-o-hub
development
open
scripting
3

babashkafs

A guide to using babashka.fs.

hugoduncan
hugoduncan
development
open
scripting
3

io-utilities

Guide for using IO utilities in speedy_utils, including fast JSONL reading, multi-format loading, and file serialization.

anhvth
anhvth
development
open
scripting
3

loop-until-done

Use when the user explicitly requests repeated execution until completion (phrases like "loop until done", "keep iterating", "repeat until fixed"), typically for bug fixes or feature work.

dacheng-gao
dacheng-gao
development
open
scripting
3

micropython-repl

Interact with MicroPython boards via mpy-repl-tool to push files, execute code, and test MicroPython scripts. Use when working with MicroPython development, testing board functionality, or evaluating MicroPython code on hardware.

hoihu
hoihu
development
open
scripting
3

bash

Guide for writing production-quality bash scripts following modern idiomatic practices. Enforces set -euo pipefail, [[ ]] conditionals, ${var} syntax, ShellCheck compliance. Triggers on "bash script", "shell script", ".sh file", "write a script", "automation script", "bash function", "shellcheck", "bash template", "pre-commit hook", "deploy script", "build script", "install script", "setup script", "bash error handling", "bash arrays", "bash loop", "bash conditional", "parse arguments", "getopts", "bash logging", "#!/bin/bash", "source script", "dot script", "shell function", "edit script", "update script", "modify script", "change script", "edit .sh", "update .sh", "modify .sh", "statusline.sh", "hook script". PROACTIVE: MUST invoke BEFORE editing/writing ANY .sh file or pre-commit hook.

mauromedda
mauromedda
development
open
Previous
Page 50 / 67
Next