Startup script for claude on the web sessions with uv, prek, and a bunch of skills. Ensures skills are available after startup and compaction.
Copy _setup.sh to the cloud environment configuration.
| mode | agent | |||||
|---|---|---|---|---|---|---|
| description | Create alt-text for images in markdown files | |||||
| tools |
|
Describe this figure so a reader who cannot see it understands both what it depicts and what it communicates. The description should be detailed enough that someone could reproduce or redraw the figure from the text alone.
| #!/bin/bash | |
| ## assumes "multiple repos" are all in the same parent directory, which is also the current working directory | |
| # set up git | |
| for dir in ./*/; do | |
| dir=${dir%*/} # remove the trailing "/" | |
| cd "$dir" | |
| echo "$dir" | |
| git fetch -p && git pull |
Python utility to delete GitHub Actions runs for a repository, based on parameters. The GitHub UI currently allows removal of individual workflow runs, but this becomes tedious with a bulk of previous runs. Credit: https://gist.github.com/magnetikonline/2242eb18bf8890e9fc72b3c3ef41bd93
workflow scope:ref: https://gist.github.com/lukechilds/a83e1d7127b78fef38c2914c4ececc3c
#!/bin/bash
get_latest_version(){
curl "https://api.github.com/repos/$1/releases" -s \
| jq -r ".[].tag_name" \
| sort -nr \
| head -n 1current files or folders in FinderRun Shell Script action to the workflow.Rules / SOPs:
base environmentmamba as a solver